optPilot moved to family 'OPAL' and renamed to 'opt-pilot'

This commit is contained in:
2015-03-20 16:30:47 +01:00
parent f42d8c41a4
commit e928d9984b
2 changed files with 12 additions and 2 deletions

View File

@@ -1,20 +0,0 @@
#!/bin/bash
source "$(dirname $0)/../../../lib/libem.bash"
module use unstable
# add -fopenmp to CC and CXX, if you want to compile with OpenMP
function em.configure() {
cmake \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
-DCMAKE_BUILD_TYPE=RELEASE \
"${MODULE_SRCDIR}"
}
em.add_to_family 'MPI'
em.set_runtime_dependencies "${COMPILER}" "${MPI}"
em.set_build_dependencies 'cmake' "${COMPILER}" "${MPI}" 'boost' 'hdf5' 'H5hut' 'trilinos' 'ippl' 'gsl' 'boost' 'OPAL'
em.set_supported_compilers 'gcc/4.7' 'gcc/4.8'
em.make_all