13 lines
195 B
Plaintext
Executable File
13 lines
195 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
pbuild::configure() {
|
|
CC=$MPICC CXX=$MPICXX cmake \
|
|
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
|
-DCMAKE_BUILD_TYPE=RELEASE \
|
|
"${SRC_DIR}"
|
|
}
|
|
|
|
pbuild::add_to_group 'MPI'
|
|
|
|
|