Compiler/roger added

This commit is contained in:
2016-03-22 18:32:19 +01:00
parent 0634ac2693
commit 76e2925d6c
3 changed files with 35 additions and 0 deletions

19
Compiler/roger/build Executable file
View File

@@ -0,0 +1,19 @@
#!/usr/bin/env modbuild
pbuild::pre_configure() {
./autogen.sh
}
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}"
}
declare JOBS=1
pbuild::compile_in_sourcetree
pbuild::add_to_group 'Compiler'
pbuild::set_runtime_dependencies "${COMPILER}" 'hdf5_serial' 'root'
pbuild::set_build_dependencies 'autoconf' 'automake' 'libtool' "${COMPILER}" 'hdf5_serial' 'H5hut_serial' 'gsl' 'root' 'boost'
pbuild::make_all

10
Compiler/roger/modulefile Normal file
View File

@@ -0,0 +1,10 @@
#%Module1.0
set whatis "visualization tool for H5hut files"
set url "http://amas.psi.ch/"
set license "PSI"
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
set help "
"
source $env(PSI_LIBMODULES)

View File

@@ -0,0 +1,6 @@
gcc/4.8.3
hdf5_serial/1.8.12
H5hut_serial/1.99.13
gsl/1.15
root/5.34.34
boost/1.60.0