Skip to content

Commit

Permalink
pin to v3.1.2; add missing 'D' to cmake arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Jan 6, 2022
1 parent ca9ad4a commit 49e55c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-beagle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ cd /opt/docker
# beagle 3.1.2, known working with beast 1.10.5pre
#git clone --depth=1 --branch="v3.1.2" https://github.com/beagle-dev/beagle-lib.git
# localize beagle pinned to commit aee7aae with changes since v3.1.2 release
git clone --depth=1 https://github.com/beagle-dev/beagle-lib.git
git clone --depth=1 --branch="v3.1.2" https://github.com/beagle-dev/beagle-lib.git
cd beagle-lib
git checkout aee7aae

mkdir build
cd build
cmake -DBUILD_OPENCL=OFF -BEAGLE_OPTIMIZE_FOR_NATIVE_ARCH=false -DCMAKE_INSTALL_PREFIX:PATH=/usr/local ..
cmake -DBUILD_OPENCL=OFF -DBEAGLE_OPTIMIZE_FOR_NATIVE_ARCH=false -DCMAKE_INSTALL_PREFIX:PATH=/usr/local ..
make install

ldconfig # LD_LIBRARY_PATH is also set in the Dockerfile to include /usr/local/lib
Expand Down

0 comments on commit 49e55c9

Please sign in to comment.