Compiler/roger added
This commit is contained in:
19
Compiler/roger/build
Executable file
19
Compiler/roger/build
Executable 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
10
Compiler/roger/modulefile
Normal 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)
|
||||
6
Compiler/roger/with_modules
Normal file
6
Compiler/roger/with_modules
Normal 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
|
||||
Reference in New Issue
Block a user