all buildblocks moved one level up
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env modbuild
|
||||
|
||||
module use unstable
|
||||
|
||||
# add -fopenmp to CC and CXX, if you want to compile with OpenMP
|
||||
pbuild::configure() {
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
||||
-DCMAKE_BUILD_TYPE=RELEASE \
|
||||
"${MODULE_SRCDIR}"
|
||||
}
|
||||
|
||||
pbuild::add_to_group 'OPAL'
|
||||
pbuild::set_runtime_dependencies "${COMPILER}" "${MPI}"
|
||||
pbuild::set_build_dependencies 'cmake' "${COMPILER}" "${MPI}" 'boost' 'hdf5' 'H5hut' 'trilinos' 'gsl' 'boost' 'OPAL'
|
||||
pbuild::set_supported_compilers 'gcc/4.8'
|
||||
pbuild::make_all
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "opt-pilot"
|
||||
set url "http://amas.psi.ch/OPAL"
|
||||
set license "PSI"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
gcc/4.8.3
|
||||
openmpi/1.8.2
|
||||
ippl/1.1.4
|
||||
hdf5/1.8.12
|
||||
H5hut/1.99.13
|
||||
trilinos/11.10.2
|
||||
boost/1.55.0
|
||||
gsl/1.15
|
||||
root/5.34.19
|
||||
OPAL/1.3.2
|
||||
Reference in New Issue
Block a user