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 26a41ca commit 087fae0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conda-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ git submodule update --init --recursive --force
# Labellib
cd modules/labellib
git fetch --tags && git checkout tags/2020.10.05
cd thirdparty/pybind11
git checkout v2.13 && git pull && cd ..
cd eigen && git checkout 3.3 && git pull && cd ..
cd thirdparty/pybind11 && git checkout v2.13 && git pull && cd ../..
cd thirdparty && rm -rf eigen
git clone https://gitlab.com/libeigen/eigen
cd eigen && git switch 3.4
cd ../../../..
pip install modules/labellib --no-deps --prefix="$PREFIX"

Expand Down

0 comments on commit 087fae0

Please sign in to comment.