Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
76e2925d
Commit
76e2925d
authored
Mar 22, 2016
by
gsell
Browse files
Compiler/roger added
parent
0634ac26
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
0 deletions
+35
-0
Compiler/roger/build
Compiler/roger/build
+19
-0
Compiler/roger/modulefile
Compiler/roger/modulefile
+10
-0
Compiler/roger/with_modules
Compiler/roger/with_modules
+6
-0
No files found.
Compiler/roger/build
0 → 100755
View file @
76e2925d
#!/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
Compiler/roger/modulefile
0 → 100644
View file @
76e2925d
#%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)
Compiler/roger/with_modules
0 → 100644
View file @
76e2925d
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment