Skip to content

Commit

Permalink
alamode installation -- bug fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikesh-s committed Nov 22, 2024
1 parent 5a410d4 commit a8f805a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
uv pip install -i https://test.pypi.org/simple/ pheasy==0.0.1 # Install pheasy
uv pip install torch-runstats
uv pip install --no-deps nequip==0.5.6
micromamba install -n a2 -c conda-forge numpy scipy h5py compilers “libblas=*=*mkl” spglib boost eigen cmake ipython mkl-include --yes
micromamba install -n a2 -c conda-forge numpy scipy h5py compilers “libblas=*=*mkl” spglib boost eigen cmake ipython mkl-include openmpi --yes
- name: Install ALA-Mode
run: |
git clone https://github.com/ttadano/alamode.git
Expand All @@ -80,8 +80,8 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/alamode_install \
-DBOOST_INCLUDE=$(micromamba info --base-env)/include/boost \
-DEIGEN3_INCLUDE=$(micromamba info --base-env)/include/eigen3
-DBOOST_INCLUDE=$CONDA_PREFIX/include/boost \
-DEIGEN3_INCLUDE=$CONDA_PREFIX/include/eigen3
make -j$(nproc)
make install
Expand Down

0 comments on commit a8f805a

Please sign in to comment.