Skip to content

Commit

Permalink
integrate numbuf into tree and remove ftruncate to prepare windows port
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Jun 18, 2016
1 parent 68d752c commit 5158130
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "thirdparty/grpc"]
path = thirdparty/grpc
url = https://github.com/grpc/grpc
[submodule "thirdparty/numbuf"]
path = thirdparty/numbuf
url = https://github.com/amplab/numbuf.git
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ add_library(pynumbuf STATIC ${CMAKE_SOURCE_DIR}/thirdparty/numbuf/cpp/src/numbuf
${CMAKE_SOURCE_DIR}/thirdparty/numbuf/cpp/src/numbuf/metadata.cc
${CMAKE_SOURCE_DIR}/thirdparty/numbuf/cpp/src/numbuf/dict.cc
${CMAKE_SOURCE_DIR}/thirdparty/numbuf/python/src/pynumbuf/serialize.cc
${CMAKE_SOURCE_DIR}/thirdparty/numbuf/python/src/pynumbuf/numbuf.cc
${CMAKE_SOURCE_DIR}/thirdparty/numbuf/python/src/pynumbuf/adapters/numpy.cc
${CMAKE_SOURCE_DIR}/thirdparty/numbuf/python/src/pynumbuf/adapters/python.cc)
target_link_libraries(pynumbuf ${ARROW_LIB} ${PYTHON_LIBRARIES})
Expand Down
5 changes: 0 additions & 5 deletions thirdparty/download_thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ if [ ! -d arrow ]; then
cd ..
fi

if [ ! -d numbuf ]; then
echo "Fetching numbuf"
git clone https://github.com/amplab/numbuf.git
fi

git submodule update --init --recursive

# this seems to be neeccessary for building on Mac OS X
Expand Down
1 change: 1 addition & 0 deletions thirdparty/numbuf
Submodule numbuf added at 6c5a58

0 comments on commit 5158130

Please sign in to comment.