Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Jan 3, 2025
1 parent d0f4411 commit 7fad561
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
export AMS_HDF5_PATH=$(spack location -i hdf5)
cmake \
-DBUILD_SHARED_LIBS=${{ matrix.with_shared }} \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH="On" ${{ matrix.with_shared }} \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=${{ matrix.with_shared }} \
-DCMAKE_PREFIX_PATH=./install \
-DWITH_CALIPER=On \
-DWITH_HDF5=On \
Expand Down Expand Up @@ -191,9 +191,10 @@ jobs:
export AMS_FAISS_PATH=$(spack location -i faiss)
export AMS_UMPIRE_PATH=$(spack location -i umpire)
export AMS_HDF5_PATH=$(spack location -i hdf5)
echo "Current directory is: $(pwd)"
cmake \
-DBUILD_SHARED_LIBS=${{ matrix.with_shared }} \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH="On" ${{ matrix.with_shared }} \
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=${{ matrix.with_shared }} \
-DCMAKE_PREFIX_PATH=./install \
-DWITH_CALIPER=On \
-DWITH_HDF5=On \
Expand Down

0 comments on commit 7fad561

Please sign in to comment.