mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
Merge pull request #123 from amplab/winfix
Integrate numbuf into tree and remove ftruncate to prepare windows port
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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})
|
||||
|
||||
Vendored
-5
@@ -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
|
||||
|
||||
+1
Submodule thirdparty/numbuf added at 6c5a58b560
Reference in New Issue
Block a user