Skip to content

Commit

Permalink
Set absolute path to Hypre install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 29, 2024
1 parent 3080777 commit 2ae0b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
wget https://github.com/hypre-space/hypre/archive/v${HYPRE_TAG}.tar.gz
tar xf v${HYPRE_TAG}.tar.gz
cd hypre-${HYPRE_TAG}/src
./configure --prefix=${CMAKE_PREFIX_PATH}
./configure --prefix=$(realpath $CMAKE_PREFIX_PATH)
make -j${CMAKE_BUILD_PARALLEL_LEVEL} install
- name: Configure TSMP2
Expand Down

0 comments on commit 2ae0b48

Please sign in to comment.