Skip to content
Snippets Groups Projects
Commit 9c441577 authored by Tobias Malkmus's avatar Tobias Malkmus
Browse files

[tests] add prefix path to set mpi path

parent b1ba6eb3
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ F77=${F77:-gfortran}
BUILD_DIR=build-minimal
CMAKE_FLAGS="
-DCMAKE_SYSTEM_PREFIX_PATH=\"${SYSTEM_PREFIX_PATH}\" \
-DCMAKE_CXX_FLAGS=\"-Wall -Winit-self -O1 -g \" \
-DCMAKE_CXX_COMPILER=\"$(which ${CXX})\" \
-DCMAKE_C_COMPILER=\"$(which ${CC})\" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment