Skip to content

Commit

Permalink
alamode installation -- bug fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikesh-s committed Nov 22, 2024
1 parent dd5ec21 commit 5a410d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
git checkout develop
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/alamode_install -DBOOST_INCLUDE=/usr/include/boost
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/alamode_install \
-DBOOST_INCLUDE=$(micromamba info --base-env)/include/boost \
-DEIGEN3_INCLUDE=$(micromamba info --base-env)/include/eigen3
make -j$(nproc)
make install
Expand Down

0 comments on commit 5a410d4

Please sign in to comment.