Merge branch 'easyconfigs-it4i-salomon'

This commit is contained in:
Lukas Krupcik 2017-04-13 11:24:03 +02:00
commit 7e928c6082
5 changed files with 56 additions and 8 deletions

View File

@ -31,9 +31,9 @@ sources = [SOURCELOWER_TAR]
skipsteps = ['configure', 'build']
sanity_check_paths = {
'files': ['bin/ddt-client', 'bin/ddt-debugger', 'bin/ddt-debugger-ll', 'bin/ddt-debugger-mps', 'bin/ddt-mpirun', 'bin/forge', 'bin/make-profiler-libraries', 'bin/perf-report'],
'dirs': ['lib'],
}
#sanity_check_paths = {
# 'files': ['bin/ddt-client', 'bin/ddt-debugger', 'bin/ddt-debugger-ll', 'bin/ddt-debugger-mps', 'bin/ddt-mpirun', 'bin/forge', 'bin/make-profiler-libraries', 'bin/perf-report'],
# 'dirs': ['lib'],
#}
moduleclass = 'debugger'

39
f/Forge/Forge-7.0.2.eb Normal file
View File

@ -0,0 +1,39 @@
easyblock = 'AllineaBase'
# !!! --include-easyblocks /apps/easybuild/python/easybuild/easyblocks/a/allineabase.py !!!
name = 'Forge'
version = "7.0.2"
homepage = 'http://www.allinea.com/products/develop-allinea-forge'
description = """Allinea Forge is the complete toolsuite for software development
- with everything needed to debug, profile, optimize, edit and build C, C++
and FORTRAN applications on Linux for high performance - from single threads through
to complex parallel HPC codes with MPI, OpenMP, threads or CUDA.
"""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = [
# Use manually downloaded sources
# http://content.allinea.com/downloads/allinea-reports-latest-Redhat-6.0-x86_64.tar
# and rename it to format %(namelower)s-%(version)s.tar, so forge-7.0.1.tar.
]
#### IMPORTANT NOTE! ####
# Right now, we do not have support for
# copying Allinea licence file to the
# installation directory
# You have to copy file manually
# to the %(installdir)s/licences/ directory!
###########################
sources = [SOURCELOWER_TAR]
skipsteps = ['configure', 'build']
#sanity_check_paths = {
# 'files': ['bin/ddt-client', 'bin/ddt-debugger', 'bin/ddt-debugger-ll', 'bin/ddt-debugger-mps', 'bin/ddt-mpirun', 'bin/forge', 'bin/make-profiler-libraries', 'bin/perf-report'],
# 'dirs': ['lib'],
#}
moduleclass = 'debugger'

View File

@ -9,8 +9,10 @@ description = """The OpenGL Utility Library (GLU) is a computer graphics library
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = ['ftp://ftp.freedesktop.org/pub/mesa/glu/']
sources = ['glu-%(version)s.tar.bz2']
source_urls = [
'http://ftp.iij.ad.jp/pub/X11/x.org/pub/mesa/glu/'
]
sources = ['glu-%(version)s.tar.gz']
sanity_check_paths = {

View File

@ -25,6 +25,8 @@ sanity_check_paths = {
}
moduleclass = 'system'
<<<<<<< HEAD
=======
# Build statistics
buildstats = [{
@ -50,3 +52,4 @@ buildstats = [{
"system_gcc_path": "/apps/all/GCC/4.9.3-binutils-2.25/bin/gcc",
"system_python_path": "/usr/bin/python",
}]
>>>>>>> 722d100eeb14742609db5d4494b9f5a98c70e176

View File

@ -9,8 +9,12 @@ description = """The MPFR library is a C library for multiple-precision
toolchain = {'name': 'intel', 'version': '2017a'}
source_urls = ['http://www.mpfr.org/mpfr-%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
source_urls = [
'http://www.mpfr.org/mpfr-%(version)s/',
'http://mpfr.loria.fr/mpfr-%(version)s/',
'http://mpfr.loria.fr/mpfr-%(version)s/mpfr-%(version)s.tar.gz'
]
sources = [SOURCELOWER_TAR_GZ]
patches = ['MPFR_ictce_remove-deprecated-mp.patch']