Skip to content

Commit

Permalink
Try to point right at conda. Im running out of things to try.
Browse files Browse the repository at this point in the history
  • Loading branch information
drroe committed Feb 14, 2025
1 parent 4a7c7e0 commit c77f5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ jobs:
export LD_LIBRARY_PATH=$CONDA/lib:${LD_LIBRARY_PATH}
echo $PATH
echo $LD_LIBRARY_PATH
ls $CONDA/lib
export MAKE_COMMAND="make -j2"
./configure --buildlibs -openmp -shared gnu
./configure --buildlibs -openmp -shared --with-zlib=$CONDA --with-bzlib=$CONDA --with-hdf5=$CONDA --with-netcdf=$CONDA --with-fftw3=$CONDA gnu
source cpptraj.sh
make -j2 libcpptraj
- name: Install pytraj
Expand Down

0 comments on commit c77f5eb

Please sign in to comment.