Skip to content

Commit

Permalink
Fix Pipeline Ubuntu (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsns authored May 2, 2024
1 parent a394f50 commit f5b3c0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
mkdir -p build
cd build
export CXX=mpic++
cmake .. -DCMAKE_CXX_COMPILER=mpic++ \
cmake .. -DCMAKE_PREFIX_PATH=$(brew --prefix) \
-DCMAKE_CXX_COMPILER=mpic++ \
-DLIBHILBERT_ROOT=$(brew --prefix abhinavsns/homebrew-openfpm/libhilbert) \
-DLD_FLAGS='-Wl,-ld_classic' \
-DDYLD_LIBRARY_PATH=$(brew --prefix suitesparse)/lib:$(brew --prefix metis)/lib \
Expand Down Expand Up @@ -99,4 +100,4 @@ jobs:
# mpirun --allow-run-as-root -np 2 ./build/src/pdata
# echo "RUN numerics test"
# cd openfpm_numerics
# mpirun --allow-run-as-root -np 2 ../build/openfpm_numerics/src/numerics
# mpirun --allow-run-as-root -np 2 ../build/openfpm_numerics/src/numerics

0 comments on commit f5b3c0e

Please sign in to comment.