Skip to content

Commit

Permalink
Checkout newer eigen version
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Dec 7, 2024
1 parent f108be1 commit 26a41ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ git submodule update --init --recursive --force
cd modules/labellib
git fetch --tags && git checkout tags/2020.10.05
cd thirdparty/pybind11
git checkout v2.13 && git pull
git checkout v2.13 && git pull && cd ..
cd eigen && git checkout 3.3 && git pull && cd ..
cd ../../../..
pip install modules/labellib --no-deps --prefix="$PREFIX"

Expand Down

0 comments on commit 26a41ca

Please sign in to comment.