mirror of
https://github.com/vale981/ray
synced 2025-03-12 14:16:39 -04:00

* Fix numbuf compilation on Linux * Statically link arrow libraries when building numbuf. * Last fixes.
10 lines
218 B
Bash
Executable file
10 lines
218 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
|
|
|
git clone https://github.com/pcmoritz/arrow.git "$TP_DIR/arrow"
|
|
cd "$TP_DIR/arrow"
|
|
git checkout c88bd70c13cf16c07b840623cb466aa98d535be0
|