Skip to content

Commit

Permalink
remove hard-coded paths from install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliza Lisan authored and Aliza Lisan committed Dec 5, 2023
1 parent e1ecca2 commit 7b95637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ To built AMS with [PFA](https://github.com/flux-framework/PerfFlowAspect) suppor
$ cd $CODE_ROOT/setup
$ mkdir build; cd build
$ cmake \
-DCMAKE_CXX_COMPILER=/usr/tce/packages/clang/clang-10.0.1-gcc-8.3.1/bin/clang++ \
-DCMAKE_C_COMPILER=/usr/tce/packages/clang/clang-10.0.1-gcc-8.3.1/bin/clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DCMAKE_C_COMPILER=clang \
-DWITH_HDF5=On -DHDF5_Dir=$AMS_HDF5_PATH \
-DCMAKE_PREFIX_PATH=$INSTALL_DIR \
-DWITH_DB=On \
Expand Down

0 comments on commit 7b95637

Please sign in to comment.