This commit is contained in:
easybuild 2019-11-06 13:38:09 +01:00
parent 078ec8d695
commit 40b461ca6f
826 changed files with 1146 additions and 1141 deletions

View File

@ -1,6 +1,6 @@
# Repository for easyconfigs IT4Innovations
revision 3.10.2018
revision 2019-11-06
[mailto](mailto:easybuild@it4i.cz)
@ -8,10 +8,15 @@ revision 3.10.2018
[here](https://code.it4i.cz/sccs/easyconfigs-it4i/tree/master)
## Branch easyconfigs-it4i-salomon
## Branch it4i-salomon
[here](https://code.it4i.cz/sccs/easyconfigs-it4i/tree/it4i-salomon)
## Branch easyconfigs-it4i-anselm
## Branch it4i-anselm
[here](https://code.it4i.cz/sccs/easyconfigs-it4i/tree/it4i-anselm)
## Branch it4i-barbora
[here](https://code.it4i.cz/sccs/easyconfigs-it4i/tree/it4i-barbora)

View File

@ -1,6 +1,6 @@
name = 'ABAQUS'
version = '6.12.1'
versionlocal_suffix = '-linux-x86_64'
versionsuffix = '-linux-x86_64'
homepage = 'http://www.simulia.com/products/abaqus_fea.html'
description = "Finite Element Analysis software for modeling, visualization and best-in-class implicit and explicit dynamics FEA."

View File

@ -1,6 +1,6 @@
name = 'ABAQUS'
version = '6.13.5'
versionlocal_suffix = '-linux-x86_64'
versionsuffix = '-linux-x86_64'
homepage = 'http://www.simulia.com/products/abaqus_fea.html'
description = "Finite Element Analysis software for modeling, visualization and best-in-class implicit and explicit dynamics FEA."

View File

@ -1,6 +1,6 @@
name = 'ABAQUS'
version = '6.14.1'
versionlocal_suffix = '-linux-x86_64'
versionsuffix = '-linux-x86_64'
homepage = 'http://www.simulia.com/products/abaqus_fea.html'
description = "Finite Element Analysis software for modeling, visualization and best-in-class implicit and explicit dynamics FEA."

View File

@ -2,7 +2,7 @@ easyblock = 'ConfigureMake'
name = 'ABINIT'
version = '8.6.1'
versionlocal_suffix = '-test'
versionsuffix = '-test'
homepage = 'http://www.abinit.org/'
description = """ABINIT is a package whose main program allows one to find the total energy, charge density and

View File

@ -2,7 +2,7 @@
name = 'ANSYS'
version = '19.0'
versionlocal_suffix = '-X11'
versionsuffix = '-X11'
homepage = 'http://www.ansys.com'
description = """ANSYS simulation software enables organizations to confidently predict

View File

@ -4,7 +4,7 @@ easyblock = 'PythonPackage'
name = 'ASE'
version = '3.15.0'
versionlocal_suffix = '-Python-%(pyver)s-base-test'
versionsuffix = '-Python-%(pyver)s-base-test'
homepage = 'https://wiki.fysik.dtu.dk/ase/'
description = """ASE is a python package providing an open source Atomic Simulation Environment

View File

@ -4,7 +4,7 @@ easyblock = 'PythonPackage'
name = 'ASE'
version = '3.15.0'
versionlocal_suffix = '-Python-%(pyver)s-base'
versionsuffix = '-Python-%(pyver)s-base'
homepage = 'https://wiki.fysik.dtu.dk/ase/'
description = """ASE is a python package providing an open source Atomic Simulation Environment

View File

@ -4,7 +4,7 @@ easyblock = 'PythonPackage'
name = 'ASE'
version = '3.15.0'
versionlocal_suffix = '-Python-%(pyver)s-base-test'
versionsuffix = '-Python-%(pyver)s-base-test'
homepage = 'https://wiki.fysik.dtu.dk/ase/'
description = """ASE is a python package providing an open source Atomic Simulation Environment

View File

@ -4,7 +4,7 @@ easyblock = 'PythonPackage'
name = 'ASE'
version = '3.15.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://wiki.fysik.dtu.dk/ase/'
description = """ASE is a python package providing an open source Atomic Simulation Environment

View File

@ -11,7 +11,7 @@ toolchain = {'name': 'GCC', 'version': '5.4.0-2.26'}
toolchainopts = {'pic': True}
lapackver = '3.6.1'
versionlocal_suffix = '-LAPACK-%s' % lapackver
versionsuffix = '-LAPACK-%s' % lapackver
source_urls = [
('http://sourceforge.net/projects/math-atlas/files/Stable/%(version)s',

View File

@ -11,7 +11,7 @@ toolchain = {'name': 'GCC', 'version': '5.4.0-2.26'}
toolchainopts = {'pic': True}
lapackver = '3.6.1'
versionlocal_suffix = '-LAPACK-%s' % lapackver
versionsuffix = '-LAPACK-%s' % lapackver
source_urls = [
('http://sourceforge.net/projects/math-atlas/files/Stable/%(version)s',

View File

@ -13,7 +13,7 @@ toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
toolchainopts = {'pic': True}
lapackver = '3.6.1'
versionlocal_suffix = '-LAPACK-%s' % lapackver
versionsuffix = '-LAPACK-%s' % lapackver
source_urls = [
('http://sourceforge.net/projects/math-atlas/files/Stable/%(version)s',

View File

@ -4,7 +4,7 @@ ambertools_ver = '16'
# Patch levels from http://ambermd.org/bugfixes16.html and
# http://ambermd.org/bugfixesat.html
patchlevels = (5, 14) # (AmberTools, Amber)
versionlocal_suffix = '-AmberTools-%s-patchlevel-%s-%s-serial' % (
versionsuffix = '-AmberTools-%s-patchlevel-%s-%s-serial' % (
ambertools_ver, patchlevels[0], patchlevels[1])
homepage = 'http://ambermd.org/amber.html'

View File

@ -4,7 +4,7 @@ ambertools_ver = '16'
# Patch levels from http://ambermd.org/bugfixes16.html and
# http://ambermd.org/bugfixesat.html
patchlevels = (5, 14) # (AmberTools, Amber)
versionlocal_suffix = '-AmberTools-%s-patchlevel-%s-%s' % (
versionsuffix = '-AmberTools-%s-patchlevel-%s-%s' % (
ambertools_ver, patchlevels[0], patchlevels[1])
homepage = 'http://ambermd.org/amber.html'

View File

@ -4,7 +4,7 @@ ambertools_ver = '16'
# Patch levels from http://ambermd.org/bugfixes16.html and
# http://ambermd.org/bugfixesat.html
patchlevels = (5, 14) # (AmberTools, Amber)
versionlocal_suffix = '-AmberTools-%s-patchlevel-%s-%s-CUDA' % (
versionsuffix = '-AmberTools-%s-patchlevel-%s-%s-CUDA' % (
ambertools_ver, patchlevels[0], patchlevels[1])
homepage = 'http://ambermd.org/amber.html'

View File

@ -5,7 +5,7 @@ version = '18'
ambertools_ver = '18'
# Patch levels from http://ambermd.org/bugfixes16.html and http://ambermd.org/bugfixesat.html
# patchlevels = (5, 14) # (AmberTools, Amber)
versionlocal_suffix = '-AmberTools-%s-serial' % (ambertools_ver)
versionsuffix = '-AmberTools-%s-serial' % (ambertools_ver)
homepage = 'http://ambermd.org/amber.html'
description = """Amber (originally Assisted Model Building with Energy

View File

@ -4,7 +4,7 @@ easyblock = 'CMakeMake'
name = 'Arrow'
version = '0.15.0'
versionlocal_suffix = '-Py-3.6'
versionsuffix = '-Py-3.6'
homepage = 'https://arrow.apache.org'
description = "Apache Arrow (incl. PyArrow Python bindings)), a cross-language development platform for in-memory data."

View File

@ -1,6 +1,6 @@
name = 'ant'
version = '1.10.0'
versionlocal_suffix = '-Java-%(javaver)s'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://ant.apache.org/'
description = """Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files
@ -13,7 +13,7 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
dependencies = [('Java', '1.8.0_112')]
builddependencies = [('JUnit', '4.12', versionlocal_suffix)]
builddependencies = [('JUnit', '4.12', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -12,11 +12,11 @@ source_urls = ['http://archive.apache.org/dist/%s/source/' % name]
java = 'Java'
javaver = '1.7.0_10'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.10', versionlocal_suffix)]
builddependencies = [('JUnit', '4.10', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -12,11 +12,11 @@ source_urls = ['http://archive.apache.org/dist/%s/source/' % name]
java = 'Java'
javaver = '1.7.0_21'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.10', versionlocal_suffix)]
builddependencies = [('JUnit', '4.10', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -12,11 +12,11 @@ source_urls = ['http://archive.apache.org/dist/%s/source/' % name]
java = 'Java'
javaver = '1.7.0_15'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.11', versionlocal_suffix)]
builddependencies = [('JUnit', '4.11', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -12,11 +12,11 @@ source_urls = ['http://archive.apache.org/dist/%s/source/' % name]
java = 'Java'
javaver = '1.7.0_21'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.11', versionlocal_suffix)]
builddependencies = [('JUnit', '4.11', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -12,11 +12,11 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
java = 'Java'
javaver = '1.7.0_60'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.11', versionlocal_suffix)]
builddependencies = [('JUnit', '4.11', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -12,11 +12,11 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
java = 'Java'
javaver = '1.7.0_79'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.11', versionlocal_suffix)]
builddependencies = [('JUnit', '4.11', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -12,11 +12,11 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
java = 'Java'
javaver = '1.7.0_75'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.11', versionlocal_suffix)]
builddependencies = [('JUnit', '4.11', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -1,6 +1,6 @@
name = 'ant'
version = '1.9.6'
versionlocal_suffix = '-Java-%(javaver)s'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://ant.apache.org/'
description = """Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files
@ -13,7 +13,7 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
dependencies = [('Java', '1.7.0_79')]
builddependencies = [('JUnit', '4.11', versionlocal_suffix)]
builddependencies = [('JUnit', '4.11', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -1,6 +1,6 @@
name = 'ant'
version = '1.9.6'
versionlocal_suffix = '-Java-%(javaver)s'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://ant.apache.org/'
description = """Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files
@ -13,7 +13,7 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
dependencies = [('Java', '1.7.0_80')]
builddependencies = [('JUnit', '4.12', versionlocal_suffix)]
builddependencies = [('JUnit', '4.12', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -12,11 +12,11 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
java = 'Java'
javaver = '1.8.0_51'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.11', versionlocal_suffix)]
builddependencies = [('JUnit', '4.11', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -12,11 +12,11 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
java = 'Java'
javaver = '1.8.0_66'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver)]
builddependencies = [('JUnit', '4.12', versionlocal_suffix)]
builddependencies = [('JUnit', '4.12', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -1,6 +1,6 @@
name = 'ant'
version = '1.9.6'
versionlocal_suffix = '-Java-%(javaver)s'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://ant.apache.org/'
description = """Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files
@ -13,7 +13,7 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
dependencies = [('Java', '1.8.0_72')]
builddependencies = [('JUnit', '4.12', versionlocal_suffix)]
builddependencies = [('JUnit', '4.12', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -1,6 +1,6 @@
name = 'ant'
version = '1.9.6'
versionlocal_suffix = '-Java-%(javaver)s'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://ant.apache.org/'
description = """Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files
@ -13,7 +13,7 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
dependencies = [('Java', '1.8.0_77')]
builddependencies = [('JUnit', '4.12', versionlocal_suffix)]
builddependencies = [('JUnit', '4.12', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -1,6 +1,6 @@
name = 'ant'
version = '1.9.7'
versionlocal_suffix = '-Java-%(javaver)s'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://ant.apache.org/'
description = """Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files
@ -13,7 +13,7 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
dependencies = [('Java', '1.8.0_121')]
builddependencies = [('JUnit', '4.12', versionlocal_suffix)]
builddependencies = [('JUnit', '4.12', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -1,6 +1,6 @@
name = 'ant'
version = '1.9.7'
versionlocal_suffix = '-Java-%(javaver)s'
versionsuffix = '-Java-%(javaver)s'
homepage = 'http://ant.apache.org/'
description = """Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files
@ -13,7 +13,7 @@ source_urls = ['http://archive.apache.org/dist/%(name)s/source/']
dependencies = [('Java', '1.8.0_92')]
builddependencies = [('JUnit', '4.12', versionlocal_suffix)]
builddependencies = [('JUnit', '4.12', versionsuffix)]
sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar', 'lib/ant.jar'],

View File

@ -2,7 +2,7 @@ easyblock = 'ConfigureMake'
name = 'arpack-ng'
version = '3.1.3'
versionlocal_suffix = '-mt'
versionsuffix = '-mt'
homepage = 'http://forge.scilab.org/index.php/p/arpack-ng/'
description = """ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems."""

View File

@ -2,7 +2,7 @@ easyblock = 'ConfigureMake'
name = 'arpack-ng'
version = '3.1.3'
versionlocal_suffix = '-mt'
versionsuffix = '-mt'
homepage = 'http://forge.scilab.org/index.php/p/arpack-ng/'
description = """ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems."""

View File

@ -2,7 +2,7 @@ easyblock = 'ConfigureMake'
name = 'arpack-ng'
version = '3.1.5'
versionlocal_suffix = '-mt'
versionsuffix = '-mt'
homepage = 'http://forge.scilab.org/index.php/p/arpack-ng/'
description = """ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems."""

View File

@ -4,7 +4,7 @@ easyblock = 'PythonPackage'
name = 'astroid'
version = '1.5.3'
versionlocal_suffix = '-Python-2.7.13-base'
versionsuffix = '-Python-2.7.13-base'
github_account = 'PyCQA'
homepage = 'https://github.com/PyCQA/astroid'

View File

@ -2,7 +2,7 @@ easyblock = 'CMakeMake'
name = 'ALPS'
version = '2.3.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = "http://alps.local_comp-phys.org/"
description = """The ALPS project (Algorithms and Libraries for Physics Simulations) is an open source effort
@ -19,7 +19,7 @@ source_urls = ['http://alps.local_comp-phys.org/static/software/releases/']
dependencies = [
('CMake', '3.6.2'),
('Python', '2.7.12'),
('Boost', '1.63.0', versionlocal_suffix),
('Boost', '1.63.0', versionsuffix),
('HDF5', '1.8.17')
]

View File

@ -2,7 +2,7 @@ easyblock = 'CMakeMake'
name = 'ALPS'
version = '2.3.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = "http://alps.local_comp-phys.org/"
description = """The ALPS project (Algorithms and Libraries for Physics Simulations) is an open source effort
@ -19,7 +19,7 @@ source_urls = ['http://alps.local_comp-phys.org/static/software/releases/']
dependencies = [
('CMake', '3.6.2'),
('Python', '3.5.2'),
('Boost', '1.63.0', versionlocal_suffix),
('Boost', '1.63.0', versionsuffix),
('HDF5', '1.8.17')
]

View File

@ -41,6 +41,6 @@ dependencies = [
patchlevels = (13, 13)
patchruns = 1
versionlocal_suffix = '-Python-2.7.11)'
versionsuffix = '-Python-2.7.11)'
moduleclass = 'chem'

View File

@ -31,7 +31,7 @@ dependencies = [
patchlevels = (13, 13)
patchruns = 1
versionlocal_suffix = '-AmberTools-%s-patchlevel-%d-%d' % (
versionsuffix = '-AmberTools-%s-patchlevel-%d-%d' % (
ambertools_ver, patchlevels[0], patchlevels[1])
moduleclass = 'chem'

View File

@ -1,6 +1,6 @@
name = 'Armadillo'
version = '7.500.0'
versionlocal_suffix = '-Python-3.5.2'
versionsuffix = '-Python-3.5.2'
homepage = 'http://arma.sourceforge.net/'
description = """Armadillo is an open-source C++ linear algebra library (matrix maths) aiming towards

View File

@ -13,7 +13,7 @@ sources = ['%(name)s_%(version)s.tar.gz']
java = 'Java'
javaver = '1.8.0_66'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver, '', True)]
prebuildopts = 'cd jni && '

View File

@ -13,7 +13,7 @@ sources = ['%(name)s_%(version)s.tar.gz']
java = 'Java'
javaver = '1.8.0_74'
versionlocal_suffix = '-%s-%s' % (java, javaver)
versionsuffix = '-%s-%s' % (java, javaver)
dependencies = [(java, javaver, '', True)]
prebuildopts = 'cd jni && '

View File

@ -2,7 +2,7 @@ easyblock = 'MakeCp'
name = 'BBMap'
version = '36.62'
versionlocal_suffix = '-Java-%(javaver)s'
versionsuffix = '-Java-%(javaver)s'
homepage = 'https://sourceforge.net/projects/bbmap/'
description = """BBMap short read aligner, and other bioinformatic tools."""

View File

@ -2,7 +2,7 @@ easyblock = 'Bundle'
name = 'BioPerl'
version = '1.6.924'
versionlocal_suffix = '-Perl-%(perlver)s'
versionsuffix = '-Perl-%(perlver)s'
homepage = 'http://www.bioperl.org/'
description = """Bioperl is the product of a community effort to produce Perl code which is useful in biology.
@ -16,7 +16,7 @@ exts_filter = ("perldoc -lm %(ext_name)s ", "")
dependencies = [
('Perl', '5.22.1'),
('DB_File', '1.835', versionlocal_suffix),
('DB_File', '1.835', versionsuffix),
]
exts_list = [

View File

@ -10,7 +10,7 @@ easyblock = "PythonPackage"
name = 'Biopython'
version = '1.65'
versionlocal_suffix = "-Python-%(pyver)s"
versionsuffix = "-Python-%(pyver)s"
homepage = 'http://www.biopython.org'
description = """Biopython is a set of freely available tools for biological local_computation written

View File

@ -14,7 +14,7 @@ easyblock = "PythonPackage"
name = 'Biopython'
version = '1.68'
versionlocal_suffix = "-Python-%(pyver)s"
versionsuffix = "-Python-%(pyver)s"
homepage = 'http://www.biopython.org'
description = """Biopython is a set of freely available tools for biological local_computation written

View File

@ -10,7 +10,7 @@ easyblock = 'PythonPackage'
name = 'Biopython'
version = '1.68'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.biopython.org'
description = """Biopython is a set of freely available tools for biological local_computation written

View File

@ -10,7 +10,7 @@ easyblock = 'PythonPackage'
name = 'Biopython'
version = '1.68'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.biopython.org'
description = """Biopython is a set of freely available tools for biological local_computation written

View File

@ -12,7 +12,7 @@ source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
pythonversion = '2.7.9'
versionlocal_suffix = '-Python-%s' % pythonversion
versionsuffix = '-Python-%s' % pythonversion
dependencies = [
('bzip2', '1.0.6'),

View File

@ -11,7 +11,7 @@ source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
pythonversion = '2.7.9'
versionlocal_suffix = '-Python-%s' % pythonversion
versionsuffix = '-Python-%s' % pythonversion
dependencies = [
('bzip2', '1.0.6'),

View File

@ -12,7 +12,7 @@ source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
pythonversion = '2.7.9'
versionlocal_suffix = '-Python-%s' % pythonversion
versionsuffix = '-Python-%s' % pythonversion
dependencies = [
('bzip2', '1.0.6'),

View File

@ -1,6 +1,6 @@
name = 'Boost'
version = '1.60.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

View File

@ -1,6 +1,6 @@
name = 'Boost'
version = '1.60.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

View File

@ -1,6 +1,6 @@
name = 'Boost'
version = '1.60.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

View File

@ -1,6 +1,6 @@
name = 'Boost'
version = '1.61.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

View File

@ -1,6 +1,6 @@
name = 'Boost'
version = '1.61.0'
versionlocal_suffix = '-serial'
versionsuffix = '-serial'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

View File

@ -1,6 +1,6 @@
name = 'Boost'
version = '1.61.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

View File

@ -1,6 +1,6 @@
name = 'Boost'
version = '1.61.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

View File

@ -1,6 +1,6 @@
name = 'Boost'
version = '1.62.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

View File

@ -1,6 +1,6 @@
name = 'Boost'
version = '1.63.0'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://www.boost.org/'
description = """Boost provides free peer-reviewed portable C++ source libraries."""

View File

@ -11,7 +11,7 @@ source_urls = [SOURCEFORGE_SOURCE]
sources = ['%%(namelower)s_%s.tar.gz' % '_'.join(version.split('.'))]
pythonversion = '2.7.13'
versionlocal_suffix = '-Python-%s' % pythonversion
versionsuffix = '-Python-%s' % pythonversion
dependencies = [
('bzip2', '1.0.6', '', True),

View File

@ -4,7 +4,7 @@ name = 'Caffe'
version = '1.0'
cudaversion = '8.0.44'
versionlocal_suffix = '-CUDA-%s-Python-%%(pyver)s' % cudaversion
versionsuffix = '-CUDA-%s-Python-%%(pyver)s' % cudaversion
homepage = 'https://github.com/BVLC/caffe'
description = """

View File

@ -2,7 +2,7 @@ easyblock = 'SCons'
name = 'Cantera'
version = '2.2.1'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://github.com/Cantera/cantera'
description = """Chemical kinetics, thermodynamics, and transport tool suite"""
@ -14,12 +14,12 @@ sources = ['v%(version)s.tar.gz']
dependencies = [
('Python', '2.7.12'),
('Boost', '1.61.0', versionlocal_suffix),
('Boost', '1.61.0', versionsuffix),
('SUNDIALS', '2.6.2'),
]
builddependencies = [
('SCons', '2.5.0', versionlocal_suffix),
('3to2', '1.1.1', versionlocal_suffix),
('SCons', '2.5.0', versionsuffix),
('3to2', '1.1.1', versionsuffix),
]
common_opts = 'env_vars=all CC="$CC" CXX="$CXX" blas_lapack_libs=mkl_rt blas_lapack_dir=$BLAS_LAPACK_LIB_DIR'

View File

@ -3,7 +3,7 @@ easyblock = 'MakeCp'
name = 'Commet'
version = '20150415'
commit = '4ef0705'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://colibread.inria.fr/software/commet/'
description = """ COMMET ("COmpare Multiple METagenomes") provides a global similarity overview between all datasets of

View File

@ -2,7 +2,7 @@ easyblock = 'PythonPackage'
name = 'Cython'
version = '0.24.1'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://pypi.python.org/pypi/Cython/'
description = """The Cython language makes writing C extensions for the Python language as easy as Python itself.

View File

@ -2,7 +2,7 @@ easyblock = 'PythonPackage'
name = 'cclib'
version = '1.5'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://cclib.github.io/'
description = """cclib is a Python library that provides parsers for local_computational chemistry log files.

View File

@ -9,7 +9,7 @@ easyblock = "PythonPackage"
name = 'cutadapt'
version = '1.9.1'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'http://opensource.scilifelab.se/projects/cutadapt/'
description = """ Cutadapt finds and removes adapter sequences, primers, poly-A tails and

View File

@ -2,7 +2,7 @@ easyblock = 'PerlModule'
name = 'DBD-mysql'
version = '4.032'
versionlocal_suffix = '-Perl-%(perlver)s'
versionsuffix = '-Perl-%(perlver)s'
homepage = 'http://search.cpan.org/~capttofu/DBD-mysql-%(version)s/'
description = """Perl binding for MySQL"""

View File

@ -2,7 +2,7 @@ easyblock = 'PerlModule'
name = 'DBD-mysql'
version = '4.033'
versionlocal_suffix = '-Perl-%(perlver)s'
versionsuffix = '-Perl-%(perlver)s'
homepage = 'http://search.cpan.org/~capttofu/DBD-mysql-%(version)s/'
description = """Perl binding for MySQL"""

View File

@ -2,7 +2,7 @@ easyblock = 'PerlModule'
name = 'DB_File'
version = '1.835'
versionlocal_suffix = '-Perl-%(perlver)s'
versionsuffix = '-Perl-%(perlver)s'
homepage = 'http://perldoc.perl.org/DB_File.html'
description = """Perl5 access to Berkeley DB version 1.x."""

View File

@ -17,12 +17,12 @@ python = "Python"
pythonversion = '2.7.9'
pythonshortversion = ".".join(pythonversion.split('.')[:-1])
versionlocal_suffix = "-%s-%s" % (python, pythonversion)
versionsuffix = "-%s-%s" % (python, pythonversion)
dependencies = [
(python, pythonversion),
('ScientificPython', '2.9.4', versionlocal_suffix),
('sympy', '0.7.6', versionlocal_suffix),
('ScientificPython', '2.9.4', versionsuffix),
('sympy', '0.7.6', versionsuffix),
]
options = {'modulename': name}

View File

@ -17,12 +17,12 @@ python = "Python"
pythonversion = '2.7.9'
pythonshortversion = ".".join(pythonversion.split('.')[:-1])
versionlocal_suffix = "-%s-%s" % (python, pythonversion)
versionsuffix = "-%s-%s" % (python, pythonversion)
dependencies = [
(python, pythonversion),
('ScientificPython', '2.9.4', versionlocal_suffix),
('sympy', '0.7.6', versionlocal_suffix),
('ScientificPython', '2.9.4', versionsuffix),
('sympy', '0.7.6', versionsuffix),
]
options = {'modulename': name}

View File

@ -12,7 +12,7 @@ sources = [SOURCE_TAR_GZ]
source_urls = ['http://prdownloads.sourceforge.net/%(name)s']
mesa_ver = '11.2.1'
versionlocal_suffix = '-Mesa-%s' % mesa_ver
versionsuffix = '-Mesa-%s' % mesa_ver
builddependencies = [('CMake', '3.4.3')]

View File

@ -12,7 +12,7 @@ sources = [SOURCE_TAR_GZ]
source_urls = ['http://prdownloads.sourceforge.net/%(name)s']
mesa_ver = '11.2.1'
versionlocal_suffix = '-Mesa-%s' % mesa_ver
versionsuffix = '-Mesa-%s' % mesa_ver
builddependencies = [('CMake', '3.4.3')]

View File

@ -2,7 +2,7 @@ easyblock = 'ConfigureMake'
name = 'GDAL'
version = "1.11.4"
versionlocal_suffix = '-Python-3.4.3'
versionsuffix = '-Python-3.4.3'
homepage = 'http://www.gdal.org/'
description = """GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style

View File

@ -13,11 +13,11 @@ sources = [SOURCELOWER_TAR_BZ2]
pyver = '2.7.11'
pyshortver = '.'.join(pyver.split('.')[0:2])
versionlocal_suffix = '-Python-%s' % pyver
versionsuffix = '-Python-%s' % pyver
dependencies = [('Python', pyver)]
builddependencies = [('SWIG', '3.0.8', versionlocal_suffix)]
builddependencies = [('SWIG', '3.0.8', versionsuffix)]
configopts = '--enable-python'

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '4.6.7'
versionlocal_suffix = '-hybrid-single-PLUMED'
versionsuffix = '-hybrid-single-PLUMED'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '5.0.4'
versionlocal_suffix = '-hybrid-single-PLUMED'
versionsuffix = '-hybrid-single-PLUMED'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '5.0.4'
versionlocal_suffix = '-hybrid-single-PLUMED'
versionsuffix = '-hybrid-single-PLUMED'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '5.0.4'
versionlocal_suffix = '-hybrid-single'
versionsuffix = '-hybrid-single'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '5.0.4'
versionlocal_suffix = '-hybrid-single'
versionsuffix = '-hybrid-single'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '5.1.2'
versionlocal_suffix = '-hybrid-single-CUDA-7.5-PLUMED'
versionsuffix = '-hybrid-single-CUDA-7.5-PLUMED'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '5.1.2'
versionlocal_suffix = '-hybrid-single-PLUMED'
versionsuffix = '-hybrid-single-PLUMED'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -17,7 +17,7 @@
name = 'GROMACS'
version = '5.1.2'
versionlocal_suffix = '-hybrid-single-CUDA-7.5-PLUMED-2.3b'
versionsuffix = '-hybrid-single-CUDA-7.5-PLUMED-2.3b'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '5.1.4'
versionlocal_suffix = '-hybrid-single-PLUMED'
versionsuffix = '-hybrid-single-PLUMED'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -17,7 +17,7 @@
name = 'GROMACS'
version = '5.1.2'
versionlocal_suffix = '-hybrid-single-CUDA-7.5-PLUMED-2.2.1'
versionsuffix = '-hybrid-single-CUDA-7.5-PLUMED-2.2.1'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -17,7 +17,7 @@
name = 'GROMACS'
version = '5.1.2'
versionlocal_suffix = '-hybrid-single-cuda'
versionsuffix = '-hybrid-single-cuda'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -17,7 +17,7 @@
name = 'GROMACS'
version = '5.1.2'
versionlocal_suffix = '-hybrid-single-cuda'
versionsuffix = '-hybrid-single-cuda'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '5.0.4'
versionlocal_suffix = '-hybrid-single-PLUMED'
versionsuffix = '-hybrid-single-PLUMED'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -1,6 +1,6 @@
name = 'GROMACS'
version = '5.1.4'
versionlocal_suffix = '-hybrid-single-PLUMED-v2'
versionsuffix = '-hybrid-single-PLUMED-v2'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -2,7 +2,7 @@
name = 'GROMACS'
version = '5.1.4'
versionlocal_suffix = '-hybrid-single-PLUMED'
versionsuffix = '-hybrid-single-PLUMED'
homepage = 'http://www.gromacs.org'
description = """GROMACS is a versatile package to perform molecular dynamics,

View File

@ -17,7 +17,7 @@ sources = [SOURCELOWER_TAR_GZ]
python = 'Python'
pyver = '2.7.10'
versionlocal_suffix = '-%s-%s' % (python, pyver)
versionsuffix = '-%s-%s' % (python, pyver)
gliblocal_suff = '-GLib-2.44.1'
@ -34,7 +34,7 @@ dependencies = [
('Perl', '5.20.0'),
(python, pyver),
('Qt', '4.8.6', gliblocal_suff),
('SWIG', '3.0.7', versionlocal_suffix),
('SWIG', '3.0.7', versionsuffix),
('Tcl', '8.6.4'),
('zlib', '1.2.8'),
]

View File

@ -2,7 +2,7 @@ easyblock = 'Bundle'
name = 'gensim'
version = '0.13.2'
versionlocal_suffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://pypi.python.org/pypi/gensim'
description = """Gensim is a Python library for topic modelling, document indexing and similarity retrieval with

View File

@ -2,7 +2,7 @@ easyblock = 'ConfigureMake'
name = 'grace'
version = '5.1.25'
versionlocal_suffix = '-test'
versionsuffix = '-test'
homepage = 'http://freecode.com/projects/grace'
description = """Grace is a WYSIWYG 2D plotting tool for X Windows System and Motif."""

View File

@ -1,6 +1,6 @@
name = 'HDF5'
version = '1.8.13'
versionlocal_suffix = '-intel-2015b-no-mpi'
versionsuffix = '-intel-2015b-no-mpi'
homepage = 'http://www.hdfgroup.org/HDF5/'
description = """HDF5 is a unique technology suite that makes possible the management of

View File

@ -1,6 +1,6 @@
name = 'HDF5'
version = '1.8.16'
versionlocal_suffix = '-threadsafe'
versionsuffix = '-threadsafe'
homepage = 'http://www.hdfgroup.org/HDF5/'
description = """HDF5 is a unique technology suite that makes possible the management of

View File

@ -7,7 +7,7 @@ easyblock = 'ConfigureMake'
name = "IOR"
version = "3.0.1"
versionlocal_suffix = "-mpiio"
versionsuffix = "-mpiio"
homepage = 'https://github.com/chaos/ior'
description = """ The IOR software is used for benchmarking parallel file systems using POSIX, MPIIO,

Some files were not shown because too many files have changed in this diff Show More