diff --git a/a/Allinea/Allinea-4.1-32834-Redhat-5.7-x86_64.eb b/a/Allinea/Allinea-4.1-32834-Redhat-5.7-x86_64.eb deleted file mode 100644 index d4565683..00000000 --- a/a/Allinea/Allinea-4.1-32834-Redhat-5.7-x86_64.eb +++ /dev/null @@ -1,17 +0,0 @@ -name = 'Allinea' -version = '4.1-32834-Redhat-5.7-x86_64' - -homepage = 'http://www.allinea.com' -description = """The Allinea environment is an essential toolkit for developers and computational scientists -looking to get results faster.""" - -toolchain = {'name': 'dummy', 'version': 'dummy'} - -source_urls = ['http://content.allinea.com/downloads/'] -sources = ['%(namelower)s-tools-%(version)s.tar'] - -# license file -import os -license_file = os.path.join(os.getenv('HOME'), "licenses", "allinea", "license.lic") - -moduleclass = 'tools' diff --git a/a/Allinea/Allinea-4.1-32834-Redhat-6.0-x86_64.eb b/a/Allinea/Allinea-4.1-32834-Redhat-6.0-x86_64.eb deleted file mode 100644 index 90466a26..00000000 --- a/a/Allinea/Allinea-4.1-32834-Redhat-6.0-x86_64.eb +++ /dev/null @@ -1,17 +0,0 @@ -name = 'Allinea' -version = '4.1-32834-Redhat-6.0-x86_64' - -homepage = 'http://www.allinea.com' -description = """The Allinea environment is an essential toolkit for developers and computational scientists -looking to get results faster.""" - -toolchain = {'name': 'dummy', 'version': 'dummy'} - -source_urls = ['http://content.allinea.com/downloads/'] -sources = ['%(namelower)s-tools-%(version)s.tar'] - -# license file -import os -license_file = os.path.join(os.getenv('HOME'), "licenses", "allinea", "license.lic") - -moduleclass = 'tools' diff --git a/a/Allinea/Allinea-6.1.1-Ubuntu-14.04-x86_64.eb b/a/Allinea/Allinea-6.1.1-Ubuntu-14.04-x86_64.eb deleted file mode 100644 index 9a71b607..00000000 --- a/a/Allinea/Allinea-6.1.1-Ubuntu-14.04-x86_64.eb +++ /dev/null @@ -1,25 +0,0 @@ -name = 'Allinea' -version = '6.1.1-Ubuntu-14.04-x86_64' - -homepage = 'http://www.allinea.com' -description = """The Allinea environment is an essential toolkit for developers and computational scientists -looking to get results faster.""" - -toolchain = {'name': 'dummy', 'version': 'dummy'} - -source_urls = ['http://content.allinea.com/downloads/'] -sources = ['%(namelower)s-forge-%(version)s.tar'] - -# Example of templates usage -#templates = [ -# 'kebnekaise.qtf', -# 'kebnekaise-gpu.qtf', -#] - -# Example of sysconfig usage -#sysconfig = 'system.config.hpc2n' - -# license file -license_file = HOME + '/licenses/allinea/license.lic' - -moduleclass = 'tools' diff --git a/a/Autoconf/Autoconf-2.69-GCC-4.7.2.eb b/a/Autoconf/Autoconf-2.69-GCC-4.7.2.eb deleted file mode 100644 index 3d86e53a..00000000 --- a/a/Autoconf/Autoconf-2.69-GCC-4.7.2.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Autoconf' -version = '2.69' - -homepage = 'http://www.gnu.org/software/autoconf/' -description = """Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of M4 macro calls.""" - -toolchain = {'name': 'GCC', 'version': '4.7.2'} - -source_urls = [GNU_SOURCE] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [('M4', '1.4.16')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["autoconf", "autoheader", "autom4te", "autoreconf", - "autoscan", "autoupdate", "ifnames"]], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/a/Autoconf/Autoconf-2.69-GCC-6.3.0-2.27.eb b/a/Autoconf/Autoconf-2.69-GCC-6.3.0-2.27.eb deleted file mode 100644 index f4168ff4..00000000 --- a/a/Autoconf/Autoconf-2.69-GCC-6.3.0-2.27.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Autoconf' -version = '2.69' - -homepage = 'http://www.gnu.org/software/autoconf/' -description = """Autoconf is an extensible package of M4 macros that produce shell scripts - to automatically configure software source code packages. These scripts can adapt the - packages to many kinds of UNIX-like systems without manual user intervention. Autoconf - creates a configuration script for a package from a template file that lists the - operating system features that the package can use, in the form of M4 macro calls.""" - -toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'} - -source_urls = [GNU_SOURCE] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [('M4', '1.4.18')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["autoconf", "autoheader", "autom4te", "autoreconf", "autoscan", - "autoupdate", "ifnames"]], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/a/Autoconf/Autoconf-2.69-goolf-1.4.10.eb b/a/Autoconf/Autoconf-2.69-goolf-1.4.10.eb deleted file mode 100644 index 1e344106..00000000 --- a/a/Autoconf/Autoconf-2.69-goolf-1.4.10.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Autoconf' -version = '2.69' - -homepage = 'http://www.gnu.org/software/autoconf/' -description = """Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of M4 macro calls.""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = [GNU_SOURCE] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [('M4', '1.4.16')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["autoconf", "autoheader", "autom4te", "autoreconf", - "autoscan", "autoupdate", "ifnames"]], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/a/Autoconf/Autoconf-2.69-intel-2017.00.eb b/a/Autoconf/Autoconf-2.69-intel-2017.00.eb deleted file mode 100644 index ad6977d5..00000000 --- a/a/Autoconf/Autoconf-2.69-intel-2017.00.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Autoconf' -version = '2.69' - -homepage = 'http://www.gnu.org/software/autoconf/' -description = """Autoconf is an extensible package of M4 macros that produce shell scripts - to automatically configure software source code packages. These scripts can adapt the - packages to many kinds of UNIX-like systems without manual user intervention. Autoconf - creates a configuration script for a package from a template file that lists the - operating system features that the package can use, in the form of M4 macro calls.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -source_urls = [GNU_SOURCE] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [('M4', '1.4.17')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["autoconf", "autoheader", "autom4te", "autoreconf", "autoscan", - "autoupdate", "ifnames"]], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/a/Autoconf/Autoconf-2.69-intel-2017a.eb b/a/Autoconf/Autoconf-2.69-intel-2017a.eb deleted file mode 100644 index a061900f..00000000 --- a/a/Autoconf/Autoconf-2.69-intel-2017a.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Autoconf' -version = '2.69' - -homepage = 'http://www.gnu.org/software/autoconf/' -description = """Autoconf is an extensible package of M4 macros that produce shell scripts - to automatically configure software source code packages. These scripts can adapt the - packages to many kinds of UNIX-like systems without manual user intervention. Autoconf - creates a configuration script for a package from a template file that lists the - operating system features that the package can use, in the form of M4 macro calls.""" - -toolchain = {'name': 'intel', 'version': '2017a'} - -source_urls = [GNU_SOURCE] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [('M4', '1.4.18')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["autoconf", "autoheader", "autom4te", "autoreconf", "autoscan", - "autoupdate", "ifnames"]], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/a/almost/almost-2.1.0-foss-2015b.eb b/a/almost/almost-2.1.0-foss-2015b.eb deleted file mode 100644 index 242bd5b0..00000000 --- a/a/almost/almost-2.1.0-foss-2015b.eb +++ /dev/null @@ -1,31 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'almost' -version = '2.1.0' - -homepage = 'http://www-almost.ch.cam.ac.uk/site' -description = """all atom molecular simulation toolkit - - is a fast and flexible molecular modeling environment - that provides powerful and efficient algorithms for molecular - simulation, homology modeling, de novo design and ab-initio - calculations. - """ - -toolchain = {'name': 'foss', 'version': '2015b'} - -source_urls = ['http://www-almost.ch.cam.ac.uk/site/downloads'] -sources = [SOURCELOWER_TAR_GZ] - -builddependencies = [ - ('ScaLAPACK', '2.0.2', '-OpenBLAS-0.2.14-LAPACK-3.5.0', ('gompi', '2015b')), - ('OpenBLAS', '0.2.14', '-LAPACK-3.5.0', ('GNU', '5.1.0-2.25')), - ('SQLite', '3.8.8.1', '', ('intel', '2015b')), - ('gzip', '1.6', '', ('intel','2015b')) -] - -sanity_check_paths = { - 'files': ['bin/almost'], - 'dirs': [] -} - -moduleclass = 'bio' diff --git a/a/almost/almost-2.1.0-foss-2015g.eb b/a/almost/almost-2.1.0-foss-2015g.eb deleted file mode 100644 index 8f81ac4c..00000000 --- a/a/almost/almost-2.1.0-foss-2015g.eb +++ /dev/null @@ -1,44 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'almost' -version = '2.1.0' - -homepage = 'http://www-almost.ch.cam.ac.uk/site' -description = """all atom molecular simulation toolkit - - is a fast and flexible molecular modeling environment - that provides powerful and efficient algorithms for molecular - simulation, homology modeling, de novo design and ab-initio - calculations. - """ - -toolchain = {'name': 'foss', 'version': '2015g'} - -# Sources checked out using svn -# svn checkout svn://svn.code.sf.net/p/almost/code/ almost-code). -# ALMOST 2.1 can be found in branches/almost-2.1 -# tar.gz file created from almost-2.1 directory and put to the -# /easybuild/sources -source_urls = ['http://www-almost.ch.cam.ac.uk/site/downloads'] -sources = [SOURCELOWER_TAR_GZ] - -builddependencies = [ - ('ScaLAPACK', '2.0.2', '-OpenBLAS-0.2.14-LAPACK-3.5.0', ('gompi', '2015g')), - ('OpenBLAS', '0.2.14', '-LAPACK-3.5.0', ('GNU', '4.9.3-2.25')), - ('SQLite', '3.8.8.1'), - ('gzip', '1.6'), - ('Autotools', '20150215', '', ('GNU', '4.9.3-2.25')), -] - -configopts = 'CPPFLAGS="-I$EBROOTOPENMPI/include" ' -configopts += 'LDFLAGS="-L$EBROOTOPENMPI/lib -lmpi" ' -configopts += 'CXXFLAGS="-O3 -fPIC" CFLAGS="-O3 -fPIC" ' -configopts += '--enable-mpi ' - -preconfigopts = 'autoreconf -fi && automake && ' - -sanity_check_paths = { - 'files': ['bin/almost'], - 'dirs': [] -} - -moduleclass = 'bio' diff --git a/a/almost/almost-2.1.0-foss-2016a.eb b/a/almost/almost-2.1.0-foss-2016a.eb deleted file mode 100644 index 7adcff37..00000000 --- a/a/almost/almost-2.1.0-foss-2016a.eb +++ /dev/null @@ -1,44 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'almost' -version = '2.1.0' - -homepage = 'http://www-almost.ch.cam.ac.uk/site' -description = """all atom molecular simulation toolkit - - is a fast and flexible molecular modeling environment - that provides powerful and efficient algorithms for molecular - simulation, homology modeling, de novo design and ab-initio - calculations. - """ - -toolchain = {'name': 'foss', 'version': '2016a'} - -# Sources checked out using svn -# svn checkout svn://svn.code.sf.net/p/almost/code/ almost-code). -# ALMOST 2.1 can be found in branches/almost-2.1 -# tar.gz file created from almost-2.1 directory and put to the -# /easybuild/sources -source_urls = ['http://www-almost.ch.cam.ac.uk/site/downloads'] -sources = [SOURCELOWER_TAR_GZ] - -builddependencies = [ - ('ScaLAPACK', '2.0.2', '-OpenBLAS-0.2.15-LAPACK-3.6.0', ('gompi', '2016a')), - ('OpenBLAS', '0.2.15', '-LAPACK-3.6.0', ('GCC', '4.9.3-2.25')), - ('SQLite', '3.8.8.1'), - ('gzip', '1.6'), - ('Autotools', '20150215'), -] - -configopts = 'CPPFLAGS="-I$EBROOTOPENMPI/include" ' -configopts += 'LDFLAGS="-L$EBROOTOPENMPI/lib -lmpi" ' -configopts += 'CXXFLAGS="-O3 -fPIC" CFLAGS="-O3 -fPIC" ' -configopts += '--enable-mpi ' - -preconfigopts = 'autoreconf -fi && automake && ' - -sanity_check_paths = { - 'files': ['bin/almost'], - 'dirs': [] -} - -moduleclass = 'bio' diff --git a/a/almost/almost-2.1.0-intel-2015b.eb b/a/almost/almost-2.1.0-intel-2015b.eb deleted file mode 100644 index 31029013..00000000 --- a/a/almost/almost-2.1.0-intel-2015b.eb +++ /dev/null @@ -1,31 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'almost' -version = '2.1.0' - -homepage = 'http://www-almost.ch.cam.ac.uk/site' -description = """all atom molecular simulation toolkit - - is a fast and flexible molecular modeling environment - that provides powerful and efficient algorithms for molecular - simulation, homology modeling, de novo design and ab-initio - calculations. - """ - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ['http://www-almost.ch.cam.ac.uk/site/downloads'] -sources = [SOURCELOWER_TAR_GZ] - -builddependencies = [ - ('ScaLAPACK', '2.0.2', '-OpenBLAS-0.2.14-LAPACK-3.5.0', ('gompi', '2015b')), - ('OpenBLAS', '0.2.14', '-LAPACK-3.5.0', ('GNU', '5.1.0-2.25')), - ('SQLite', '3.8.8.1'), - ('gzip', '1.6') -] - -sanity_check_paths = { - 'files': ['bin/almost'], - 'dirs': [] -} - -moduleclass = 'bio' diff --git a/b/Bison/Bison-2.5-intel-2015b.eb b/b/Bison/Bison-2.5-intel-2015b.eb deleted file mode 100644 index 96a25bc1..00000000 --- a/b/Bison/Bison-2.5-intel-2015b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Bison' -version = '2.5' - -homepage = 'http://www.gnu.org/software/bison' -description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar - into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.""" - - -toolchain = {'name': 'intel', 'version': '2015b'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [('M4', '1.4.16')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"], - 'dirs': [], -} - -moduleclass = 'lang' diff --git a/b/Bison/Bison-2.7-GNU-5.1.0-2.25.eb b/b/Bison/Bison-2.7-GNU-5.1.0-2.25.eb deleted file mode 100644 index d73ad460..00000000 --- a/b/Bison/Bison-2.7-GNU-5.1.0-2.25.eb +++ /dev/null @@ -1,23 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-07-07_14-44-07 -easyblock = 'ConfigureMake' - -name = 'Bison' -version = '2.7' - -homepage = 'http://www.gnu.org/software/bison' -description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar - into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.""" - -toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [('M4', '1.4.17')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"], - 'dirs': [], -} - -moduleclass = 'lang' diff --git a/b/Bison/Bison-2.7-foss-2015b.eb b/b/Bison/Bison-2.7-foss-2015b.eb deleted file mode 100644 index 95693c5d..00000000 --- a/b/Bison/Bison-2.7-foss-2015b.eb +++ /dev/null @@ -1,23 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-06-29_19-24-16 -easyblock = 'ConfigureMake' - -name = 'Bison' -version = '2.7' - -homepage = 'http://www.gnu.org/software/bison' -description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar - into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.""" - -toolchain = {'name': 'foss', 'version': '2015b'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [('M4', '1.4.17')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"], - 'dirs': [], -} - -moduleclass = 'lang' diff --git a/b/Bison/Bison-2.7-foss-2015g.eb b/b/Bison/Bison-2.7-foss-2015g.eb deleted file mode 100644 index 8ea1b09b..00000000 --- a/b/Bison/Bison-2.7-foss-2015g.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Bison' -version = '2.7' - -homepage = 'http://www.gnu.org/software/bison' -description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar - into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.""" - -toolchain = {'name': 'foss', 'version': '2015g'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [('M4', '1.4.17', '', ('GNU', '4.9.3-2.25'))] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"], - 'dirs': [], -} - -moduleclass = 'lang' diff --git a/b/Bison/Bison-2.7-foss-2016a.eb b/b/Bison/Bison-2.7-foss-2016a.eb deleted file mode 100644 index 24d5df02..00000000 --- a/b/Bison/Bison-2.7-foss-2016a.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Bison' -version = '2.7' - -homepage = 'http://www.gnu.org/software/bison' -description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar - into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [('M4', '1.4.17', '', ('GNU', '4.9.3-2.25'))] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"], - 'dirs': [], -} - -moduleclass = 'lang' diff --git a/b/Bison/Bison-3.0.2-GCC-4.8.3.eb b/b/Bison/Bison-3.0.2-GCC-4.8.3.eb deleted file mode 100644 index 603c0644..00000000 --- a/b/Bison/Bison-3.0.2-GCC-4.8.3.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Bison' -version = '3.0.2' - -homepage = 'http://www.gnu.org/software/bison' -description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar - into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.""" - -toolchain = {'name': 'GCC', 'version': '4.8.3'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [('M4', '1.4.17')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"], - 'dirs': [], -} - -moduleclass = 'lang' diff --git a/b/Bison/Bison-3.0.2-intel-2015b.eb b/b/Bison/Bison-3.0.2-intel-2015b.eb deleted file mode 100644 index a3f026a0..00000000 --- a/b/Bison/Bison-3.0.2-intel-2015b.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Bison' -version = '3.0.2' - -homepage = 'http://www.gnu.org/software/bison' -description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar - into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [('M4', '1.4.17')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"], - 'dirs': [], -} - -moduleclass = 'lang' diff --git a/b/Bison/Bison-3.0.4-foss-2017a.eb b/b/Bison/Bison-3.0.4-foss-2017a.eb deleted file mode 100644 index 99f8ffd7..00000000 --- a/b/Bison/Bison-3.0.4-foss-2017a.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Bison' -version = '3.0.4' - -homepage = 'http://www.gnu.org/software/bison' -description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar - into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.""" - -toolchain = {'name': 'foss', 'version': '2017a'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [('M4', '1.4.18')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"], - 'dirs': [], -} - -moduleclass = 'lang' diff --git a/b/Bison/Bison-3.0.4-intel-2017.00.eb b/b/Bison/Bison-3.0.4-intel-2017.00.eb deleted file mode 100644 index 6f8b202f..00000000 --- a/b/Bison/Bison-3.0.4-intel-2017.00.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Bison' -version = '3.0.4' - -homepage = 'http://www.gnu.org/software/bison' -description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar - into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [('M4', '1.4.17')] - -sanity_check_paths = { - 'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"], - 'dirs': [], -} - -moduleclass = 'lang' diff --git a/b/byacc/byacc-20120526-foss-2015g.eb b/b/byacc/byacc-20120526-foss-2015g.eb deleted file mode 100644 index be0c552d..00000000 --- a/b/byacc/byacc-20120526-foss-2015g.eb +++ /dev/null @@ -1,23 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-09-08_14-17-26 -# Built with EasyBuild version 2.1.1 on 2015-08-17_09-16-43 -easyblock = 'ConfigureMake' - -name = 'byacc' -version = '20120526' - -homepage = 'http://invisible-island.net/byacc/byacc.html' -description = """Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. - In contrast to bison, it is written to avoid dependencies upon a particular compiler.""" - - -toolchain = {'name': 'foss', 'version': '2015g'} - -sources = [SOURCELOWER_TGZ] -source_urls = ['ftp://invisible-island.net/byacc'] - -sanity_check_paths = { - 'files': ["bin/yacc"], - 'dirs': [] - } - -moduleclass = 'lang' diff --git a/b/byacc/byacc-20120526-foss-2016a.eb b/b/byacc/byacc-20120526-foss-2016a.eb deleted file mode 100644 index 4172568e..00000000 --- a/b/byacc/byacc-20120526-foss-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-09-08_14-17-26 -# Built with EasyBuild version 2.1.1 on 2015-08-17_09-16-43 -easyblock = 'ConfigureMake' - -name = 'byacc' -version = '20120526' - -homepage = 'http://invisible-island.net/byacc/byacc.html' -description = """Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. - In contrast to bison, it is written to avoid dependencies upon a particular compiler.""" - - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCELOWER_TGZ] -source_urls = ['ftp://invisible-island.net/byacc'] - -sanity_check_paths = { - 'files': ["bin/yacc"], - 'dirs': [] - } - -moduleclass = 'lang' diff --git a/b/byacc/byacc-20120526-intel-2015b.eb b/b/byacc/byacc-20120526-intel-2015b.eb deleted file mode 100644 index bcb26aa7..00000000 --- a/b/byacc/byacc-20120526-intel-2015b.eb +++ /dev/null @@ -1,21 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'byacc' -version = '20120526' - -homepage = 'http://invisible-island.net/byacc/byacc.html' -description = """Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. - In contrast to bison, it is written to avoid dependencies upon a particular compiler.""" - - -toolchain = {'name': 'intel', 'version': '2015b'} - -sources = [SOURCELOWER_TGZ] -source_urls = ['ftp://invisible-island.net/byacc'] - -sanity_check_paths = { - 'files': ["bin/yacc"], - 'dirs': [] - } - -moduleclass = 'lang' diff --git a/b/bzip2/bzip2-1.0.6-GNU-5.1.0-2.25.eb b/b/bzip2/bzip2-1.0.6-GNU-5.1.0-2.25.eb deleted file mode 100644 index c49d1d3c..00000000 --- a/b/bzip2/bzip2-1.0.6-GNU-5.1.0-2.25.eb +++ /dev/null @@ -1,15 +0,0 @@ -name = 'bzip2' -version = '1.0.6' - -homepage = 'http://www.bzip.org/' -description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically - compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical - compressors), whilst being around twice as fast at compression and six times faster at decompression.""" - -toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'} -toolchainopts = {'pic': True} - -sources = [SOURCE_TAR_GZ] -source_urls = ['http://www.bzip.org/%(version)s'] - -moduleclass = 'tools' diff --git a/b/bzip2/bzip2-1.0.6-foss-2015g.eb b/b/bzip2/bzip2-1.0.6-foss-2015g.eb deleted file mode 100644 index 6b70bfce..00000000 --- a/b/bzip2/bzip2-1.0.6-foss-2015g.eb +++ /dev/null @@ -1,16 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-06-29_19-09-07 -name = 'bzip2' -version = '1.0.6' - -homepage = 'http://www.bzip.org/' -description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically -compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical -compressors), whilst being around twice as fast at compression and six times faster at decompression.""" - -toolchain = {'name': 'foss', 'version': '2015g'} -toolchainopts = {'pic': True} - -sources = [SOURCE_TAR_GZ] -source_urls = ['http://www.bzip.org/%(version)s/'] - -moduleclass = 'tools' diff --git a/b/bzip2/bzip2-1.0.6-foss-2017a.eb b/b/bzip2/bzip2-1.0.6-foss-2017a.eb deleted file mode 100644 index c973e048..00000000 --- a/b/bzip2/bzip2-1.0.6-foss-2017a.eb +++ /dev/null @@ -1,15 +0,0 @@ -name = 'bzip2' -version = '1.0.6' - -homepage = 'http://www.bzip.org/' -description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically - compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical - compressors), whilst being around twice as fast at compression and six times faster at decompression.""" - -toolchain = {'name': 'foss', 'version': '2017a'} -toolchainopts = {'pic': True} - -sources = [SOURCE_TAR_GZ] -source_urls = ['http://www.bzip.org/%(version)s'] - -moduleclass = 'tools' diff --git a/b/bzip2/bzip2-1.0.6-gompi-2015e.eb b/b/bzip2/bzip2-1.0.6-gompi-2015e.eb deleted file mode 100644 index f06f0f3d..00000000 --- a/b/bzip2/bzip2-1.0.6-gompi-2015e.eb +++ /dev/null @@ -1,15 +0,0 @@ -name = 'bzip2' -version = '1.0.6' - -homepage = 'http://www.bzip.org/' -description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically - compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical - compressors), whilst being around twice as fast at compression and six times faster at decompression.""" - -toolchain = {'name': 'gompi', 'version': '2015e'} -toolchainopts = {'pic': True} - -sources = [SOURCE_TAR_GZ] -source_urls = ['http://www.bzip.org/%(version)s'] - -moduleclass = 'tools' diff --git a/b/bzip2/bzip2-1.0.6-intel-2017.00.eb b/b/bzip2/bzip2-1.0.6-intel-2017.00.eb deleted file mode 100644 index 34a16ee7..00000000 --- a/b/bzip2/bzip2-1.0.6-intel-2017.00.eb +++ /dev/null @@ -1,15 +0,0 @@ -name = 'bzip2' -version = '1.0.6' - -homepage = 'http://www.bzip.org/' -description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically - compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical - compressors), whilst being around twice as fast at compression and six times faster at decompression.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} -toolchainopts = {'pic': True} - -sources = [SOURCE_TAR_GZ] -source_urls = ['http://www.bzip.org/%(version)s'] - -moduleclass = 'tools' diff --git a/b/bzip2/bzip2-1.0.6-intel-2017a.eb b/b/bzip2/bzip2-1.0.6-intel-2017a.eb deleted file mode 100644 index 2cf6ee13..00000000 --- a/b/bzip2/bzip2-1.0.6-intel-2017a.eb +++ /dev/null @@ -1,15 +0,0 @@ -name = 'bzip2' -version = '1.0.6' - -homepage = 'http://www.bzip.org/' -description = """bzip2 is a freely available, patent free, high-quality data compressor. It typically - compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical - compressors), whilst being around twice as fast at compression and six times faster at decompression.""" - -toolchain = {'name': 'intel', 'version': '2017a'} -toolchainopts = {'pic': True} - -sources = [SOURCE_TAR_GZ] -source_urls = ['http://www.bzip.org/%(version)s'] - -moduleclass = 'tools' diff --git a/e/EasyBuild/EasyBuild-3.2.1.eb b/e/EasyBuild/EasyBuild-3.2.1.eb deleted file mode 100644 index ac928a95..00000000 --- a/e/EasyBuild/EasyBuild-3.2.1.eb +++ /dev/null @@ -1,38 +0,0 @@ -easyblock = 'EB_EasyBuildMeta' - -name = 'EasyBuild' -version = '3.2.1' - -homepage = 'http://hpcugent.github.com/easybuild/' -description = """EasyBuild is a software build and installation framework - written in Python that allows you to install software in a structured, - repeatable and robust way.""" - -toolchain = {'name': 'dummy', 'version': ''} - -source_urls = [ - # vsc-install - 'https://pypi.python.org/packages/82/ec/19d85d2bb91b562195d00db9ac82d7529904e7eabc0597720966bf74714f/', - # vsc-base - 'https://pypi.python.org/packages/f7/66/1ff7ecc4a93ba37e063f5bfbe395e95a547b1dec73b017c2724f4475a958/', - # easybuild-framework - 'https://pypi.python.org/packages/77/a2/34beda6176a1c85e99861f6a5e881c3a5c67e68e1edc50258a7d941195e8/', - # easybuild-easyblocks - 'https://pypi.python.org/packages/3d/02/a5d239cbe7dfaecf712edc4aa53192239db174505e81d4c793e20abd96b6/', - # easybuild-easyconfigs - 'https://pypi.python.org/packages/ac/ae/185b876b02b2f2310fe52bb41539d23a00e421e5b19c246779e4b2be03a8/', -] -# order matters a lot, to avoid having dependencies auto-resolved (--no-deps easy_install option doesn't work?) -sources = [ - 'vsc-install-0.10.26.tar.gz', - 'vsc-base-2.5.8.tar.gz', - 'easybuild-framework-%(version)s.tar.gz', - 'easybuild-easyblocks-%(version)s.tar.gz', - 'easybuild-easyconfigs-%(version)s.tar.gz', -] - -# EasyBuild is a (set of) Python packages, so it depends on Python -# usually, we want to use the system Python, so no actual Python dependency is listed -allow_system_deps = [('Python', SYS_PYTHON_VERSION)] - -moduleclass = 'tools' diff --git a/e/expat/expat-2.1.0-foss-2015g.eb b/e/expat/expat-2.1.0-foss-2015g.eb deleted file mode 100644 index 79ea543f..00000000 --- a/e/expat/expat-2.1.0-foss-2015g.eb +++ /dev/null @@ -1,16 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'expat' -version = '2.1.0' - -homepage = 'http://expat.sourceforge.net/' -description = """Expat is an XML parser library written in C. It is a stream-oriented parser in which an application - registers handlers for things the parser might find in the XML document (like start tags)""" - -toolchain = {'name': 'foss', 'version': '2015g'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [SOURCEFORGE_SOURCE] - -moduleclass = 'tools' diff --git a/e/expat/expat-2.1.0-intel-2017.00.eb b/e/expat/expat-2.1.0-intel-2017.00.eb deleted file mode 100644 index 19091bc4..00000000 --- a/e/expat/expat-2.1.0-intel-2017.00.eb +++ /dev/null @@ -1,16 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'expat' -version = '2.1.0' - -homepage = 'http://expat.sourceforge.net/' -description = """Expat is an XML parser library written in C. It is a stream-oriented parser in which an application - registers handlers for things the parser might find in the XML document (like start tags)""" - -toolchain = {'name': 'intel', 'version': '2017.00'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [SOURCEFORGE_SOURCE] - -moduleclass = 'tools' diff --git a/f/flex/flex-2.5.35-intel-2015b.eb b/f/flex/flex-2.5.35-intel-2015b.eb deleted file mode 100644 index fbe63b85..00000000 --- a/f/flex/flex-2.5.35-intel-2015b.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.35' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2015b'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.37-intel-2015b.eb b/f/flex/flex-2.5.37-intel-2015b.eb deleted file mode 100644 index c747df1d..00000000 --- a/f/flex/flex-2.5.37-intel-2015b.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.37' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2015b'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.38-GCC-4.8.2.eb b/f/flex/flex-2.5.38-GCC-4.8.2.eb deleted file mode 100644 index ebeac6de..00000000 --- a/f/flex/flex-2.5.38-GCC-4.8.2.eb +++ /dev/null @@ -1,13 +0,0 @@ -name = 'flex' -version = '2.5.38' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCC', 'version': '4.8.2'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.38-GCC-4.8.3.eb b/f/flex/flex-2.5.38-GCC-4.8.3.eb deleted file mode 100644 index 8dc97ca8..00000000 --- a/f/flex/flex-2.5.38-GCC-4.8.3.eb +++ /dev/null @@ -1,14 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-06-09_13-16-43 -name = 'flex' -version = '2.5.38' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCC', 'version': '4.8.3'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-CrayGNU-2015.06.eb b/f/flex/flex-2.5.39-CrayGNU-2015.06.eb deleted file mode 100644 index 24e3dfb5..00000000 --- a/f/flex/flex-2.5.39-CrayGNU-2015.06.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'CrayGNU', 'version': '2015.06'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-CrayGNU-2015.11.eb b/f/flex/flex-2.5.39-CrayGNU-2015.11.eb deleted file mode 100644 index 8c57faa3..00000000 --- a/f/flex/flex-2.5.39-CrayGNU-2015.11.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'CrayGNU', 'version': '2015.11'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-GCC-4.9.2-binutils-2.25.eb b/f/flex/flex-2.5.39-GCC-4.9.2-binutils-2.25.eb deleted file mode 100644 index 98e5ff55..00000000 --- a/f/flex/flex-2.5.39-GCC-4.9.2-binutils-2.25.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCC', 'version': '4.9.2-binutils-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.25', '', True)] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-GCC-4.9.2.eb b/f/flex/flex-2.5.39-GCC-4.9.2.eb deleted file mode 100644 index 1c15e90f..00000000 --- a/f/flex/flex-2.5.39-GCC-4.9.2.eb +++ /dev/null @@ -1,13 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCC', 'version': '4.9.2'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-GCC-4.9.3-binutils-2.25.eb b/f/flex/flex-2.5.39-GCC-4.9.3-binutils-2.25.eb deleted file mode 100644 index 667f205b..00000000 --- a/f/flex/flex-2.5.39-GCC-4.9.3-binutils-2.25.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCC', 'version': '4.9.3-binutils-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.25', '', True)] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-GCC-4.9.3.eb b/f/flex/flex-2.5.39-GCC-4.9.3.eb deleted file mode 100644 index 034599b7..00000000 --- a/f/flex/flex-2.5.39-GCC-4.9.3.eb +++ /dev/null @@ -1,13 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCC', 'version': '4.9.3'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-GCC-5.1.0-binutils-2.25.eb b/f/flex/flex-2.5.39-GCC-5.1.0-binutils-2.25.eb deleted file mode 100644 index 75d18ede..00000000 --- a/f/flex/flex-2.5.39-GCC-5.1.0-binutils-2.25.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCC', 'version': '5.1.0-binutils-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.25', '', True)] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-GCCcore-4.9.2.eb b/f/flex/flex-2.5.39-GCCcore-4.9.2.eb deleted file mode 100644 index 71675a8b..00000000 --- a/f/flex/flex-2.5.39-GCCcore-4.9.2.eb +++ /dev/null @@ -1,19 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCCcore', 'version': '4.9.2'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -# use same binutils version that was used when building GCCcore toolchain -builddependencies = [ - ('M4', '1.4.17'), - ('binutils', '2.25', '', True) -] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-GCCcore-4.9.3.eb b/f/flex/flex-2.5.39-GCCcore-4.9.3.eb deleted file mode 100644 index 32dffb05..00000000 --- a/f/flex/flex-2.5.39-GCCcore-4.9.3.eb +++ /dev/null @@ -1,19 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCCcore', 'version': '4.9.3'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -# use same binutils version that was used when building GCCcore toolchain -builddependencies = [ - ('M4', '1.4.17'), - ('binutils', '2.25', '', True) -] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-GNU-4.9.3-2.25.eb b/f/flex/flex-2.5.39-GNU-4.9.3-2.25.eb deleted file mode 100644 index 3b653b0a..00000000 --- a/f/flex/flex-2.5.39-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,13 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-foss-2014b.eb b/f/flex/flex-2.5.39-foss-2014b.eb deleted file mode 100644 index 6a24b017..00000000 --- a/f/flex/flex-2.5.39-foss-2014b.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'foss', 'version': '2014b'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-foss-2015.05.eb b/f/flex/flex-2.5.39-foss-2015.05.eb deleted file mode 100644 index 208a02e5..00000000 --- a/f/flex/flex-2.5.39-foss-2015.05.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'foss', 'version': '2015.05'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-foss-2015a.eb b/f/flex/flex-2.5.39-foss-2015a.eb deleted file mode 100644 index f9226ff5..00000000 --- a/f/flex/flex-2.5.39-foss-2015a.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'foss', 'version': '2015a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-foss-2015b.eb b/f/flex/flex-2.5.39-foss-2015b.eb deleted file mode 100644 index 40befb9e..00000000 --- a/f/flex/flex-2.5.39-foss-2015b.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'foss', 'version': '2015b'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-foss-2015g.eb b/f/flex/flex-2.5.39-foss-2015g.eb deleted file mode 100644 index 7863047e..00000000 --- a/f/flex/flex-2.5.39-foss-2015g.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'foss', 'version': '2015g'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-foss-2016a.eb b/f/flex/flex-2.5.39-foss-2016a.eb deleted file mode 100644 index 352bff83..00000000 --- a/f/flex/flex-2.5.39-foss-2016a.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'foss', 'version': '2016a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-gimkl-2.11.5.eb b/f/flex/flex-2.5.39-gimkl-2.11.5.eb deleted file mode 100644 index 0bebc720..00000000 --- a/f/flex/flex-2.5.39-gimkl-2.11.5.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'gimkl', 'version': '2.11.5'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-ictce-7.1.2.eb b/f/flex/flex-2.5.39-ictce-7.1.2.eb deleted file mode 100644 index dc6e43a0..00000000 --- a/f/flex/flex-2.5.39-ictce-7.1.2.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'ictce', 'version': '7.1.2'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-intel-2014b.eb b/f/flex/flex-2.5.39-intel-2014b.eb deleted file mode 100644 index a2a804a3..00000000 --- a/f/flex/flex-2.5.39-intel-2014b.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2014b'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-intel-2015a.eb b/f/flex/flex-2.5.39-intel-2015a.eb deleted file mode 100644 index 859df835..00000000 --- a/f/flex/flex-2.5.39-intel-2015a.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2015a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-intel-2015b.eb b/f/flex/flex-2.5.39-intel-2015b.eb deleted file mode 100644 index 159eef32..00000000 --- a/f/flex/flex-2.5.39-intel-2015b.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2015b'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-intel-2016.02-GCC-4.9.eb b/f/flex/flex-2.5.39-intel-2016.02-GCC-4.9.eb deleted file mode 100644 index 154963c1..00000000 --- a/f/flex/flex-2.5.39-intel-2016.02-GCC-4.9.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2016.02-GCC-4.9'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-intel-2016a.eb b/f/flex/flex-2.5.39-intel-2016a.eb deleted file mode 100644 index 41926674..00000000 --- a/f/flex/flex-2.5.39-intel-2016a.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2016a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.5.39-intel-2017.00.eb b/f/flex/flex-2.5.39-intel-2017.00.eb deleted file mode 100644 index f4032f65..00000000 --- a/f/flex/flex-2.5.39-intel-2017.00.eb +++ /dev/null @@ -1,14 +0,0 @@ -name = 'flex' -version = '2.5.39' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.0-GCC-4.9.2.eb b/f/flex/flex-2.6.0-GCC-4.9.2.eb deleted file mode 100644 index 3626cfd2..00000000 --- a/f/flex/flex-2.6.0-GCC-4.9.2.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.6.0' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCC', 'version': '4.9.2'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -dependencies = [('Bison', '3.0.4')] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.0-GCCcore-4.9.3.eb b/f/flex/flex-2.6.0-GCCcore-4.9.3.eb deleted file mode 100644 index 4015f412..00000000 --- a/f/flex/flex-2.6.0-GCCcore-4.9.3.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'flex' -version = '2.6.0' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCCcore', 'version': '4.9.3'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -dependencies = [('Bison', '3.0.4')] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.25', '', True)] - -parallel = 1 - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.0-GCCcore-5.3.0.eb b/f/flex/flex-2.6.0-GCCcore-5.3.0.eb deleted file mode 100644 index e1a94377..00000000 --- a/f/flex/flex-2.6.0-GCCcore-5.3.0.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'flex' -version = '2.6.0' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'GCCcore', 'version': '5.3.0'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -dependencies = [('Bison', '3.0.4')] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.26', '', True)] - -parallel = 1 - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.0-foss-2015a.eb b/f/flex/flex-2.6.0-foss-2015a.eb deleted file mode 100644 index bd783441..00000000 --- a/f/flex/flex-2.6.0-foss-2015a.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.6.0' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'foss', 'version': '2015a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -dependencies = [('Bison', '3.0.4')] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.0-foss-2016a.eb b/f/flex/flex-2.6.0-foss-2016a.eb deleted file mode 100644 index 13ec4d5e..00000000 --- a/f/flex/flex-2.6.0-foss-2016a.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.6.0' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'foss', 'version': '2016a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -dependencies = [('Bison', '3.0.4')] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.0-gimkl-2.11.5.eb b/f/flex/flex-2.6.0-gimkl-2.11.5.eb deleted file mode 100644 index c2677565..00000000 --- a/f/flex/flex-2.6.0-gimkl-2.11.5.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.6.0' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'gimkl', 'version': '2.11.5'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -dependencies = [('Bison', '3.0.4')] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.0-intel-2015b.eb b/f/flex/flex-2.6.0-intel-2015b.eb deleted file mode 100644 index c3e7a6b9..00000000 --- a/f/flex/flex-2.6.0-intel-2015b.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.6.0' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2015b'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -dependencies = [('Bison', '3.0.4')] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.0-intel-2016a.eb b/f/flex/flex-2.6.0-intel-2016a.eb deleted file mode 100644 index f451c3ed..00000000 --- a/f/flex/flex-2.6.0-intel-2016a.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.6.0' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2016a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -dependencies = [('Bison', '3.0.4')] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.0-intel-2017a.eb b/f/flex/flex-2.6.0-intel-2017a.eb deleted file mode 100644 index ecefd8ed..00000000 --- a/f/flex/flex-2.6.0-intel-2017a.eb +++ /dev/null @@ -1,16 +0,0 @@ -name = 'flex' -version = '2.6.0' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'intel', 'version': '2017a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] - -dependencies = [('Bison', '3.0.4')] - -moduleclass = 'lang' diff --git a/f/flex/flex-2.6.3-foss-2017a.eb b/f/flex/flex-2.6.3-foss-2017a.eb deleted file mode 100644 index 5f150c62..00000000 --- a/f/flex/flex-2.6.3-foss-2017a.eb +++ /dev/null @@ -1,24 +0,0 @@ -name = 'flex' -version = '2.6.3' - -homepage = 'http://flex.sourceforge.net/' -description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, - sometimes called a tokenizer, is a program which recognizes lexical patterns in text.""" - -toolchain = {'name': 'foss', 'version': '2017a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['https://github.com/westes/flex/releases/download/v%(version)s/'] - -checksums = ['a5f65570cd9107ec8a8ec88f17b31bb1'] - -dependencies = [('M4', '1.4.18')] -builddependencies = [ - ('Bison', '3.0.4'), - ('help2man', '1.47.4'), - # use same binutils version that was used when building GCC toolchain - ('binutils', '2.27', '', True), -] - -moduleclass = 'lang' diff --git a/f/fontconfig/fontconfig-2.11.94-intel-2017.00.eb b/f/fontconfig/fontconfig-2.11.94-intel-2017.00.eb deleted file mode 100644 index 3ff6eb30..00000000 --- a/f/fontconfig/fontconfig-2.11.94-intel-2017.00.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'fontconfig' -version = '2.11.94' - -homepage = 'http://www.freedesktop.org/software/fontconfig' -description = """Fontconfig is a library designed to provide system-wide font configuration, customization and -application access.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -source_urls = ['http://www.freedesktop.org/software/fontconfig/release/'] -sources = [SOURCE_TAR_GZ] - -dependencies = [ - ('expat', '2.1.0'), - ('freetype', '2.6.2'), -] - -configopts = '--disable-docs ' - -moduleclass = 'vis' diff --git a/f/fontconfig/fontconfig-2.12.1-GCCcore-6.3.0-libpng-1.6.29.eb b/f/fontconfig/fontconfig-2.12.1-GCCcore-6.3.0-libpng-1.6.29.eb deleted file mode 100644 index 0935e3b7..00000000 --- a/f/fontconfig/fontconfig-2.12.1-GCCcore-6.3.0-libpng-1.6.29.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'fontconfig' -version = '2.12.1' -versionsuffix = '-libpng-1.6.29' - -homepage = 'http://www.freedesktop.org/software/fontconfig' -description = """Fontconfig is a library designed to provide system-wide font configuration, customization and -application access.""" - -toolchain = {'name': 'GCCcore', 'version': '6.3.0'} - -source_urls = ['http://www.freedesktop.org/software/fontconfig/release/'] -sources = [SOURCE_TAR_GZ] - -dependencies = [ - ('expat', '2.2.0', '', True), - ('freetype', '2.7.1', versionsuffix, True), -] - -# use same binutils version that was used when building GCCcore toolchain -builddependencies = [('binutils', '2.27', '', True)] - -configopts = '--disable-docs ' - -moduleclass = 'vis' diff --git a/f/fontsproto/fontsproto-2.1.3-foss-2015g.eb b/f/fontsproto/fontsproto-2.1.3-foss-2015g.eb deleted file mode 100644 index 8f23f463..00000000 --- a/f/fontsproto/fontsproto-2.1.3-foss-2015g.eb +++ /dev/null @@ -1,20 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'fontsproto' -version = '2.1.3' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X11 font extension wire protocol" - -toolchain = {'name': 'foss', 'version': '2015g'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/'] - -sanity_check_paths = { - 'files' : [], - 'dirs' : ['include/X11/fonts'], -} - -moduleclass = 'devel' diff --git a/f/fontsproto/fontsproto-2.1.3-foss-2016a.eb b/f/fontsproto/fontsproto-2.1.3-foss-2016a.eb deleted file mode 100644 index 1fbffb27..00000000 --- a/f/fontsproto/fontsproto-2.1.3-foss-2016a.eb +++ /dev/null @@ -1,20 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'fontsproto' -version = '2.1.3' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X11 font extension wire protocol" - -toolchain = {'name': 'foss', 'version': '2016a'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': [], - 'dirs': ['include/X11/fonts'], -} - -moduleclass = 'devel' diff --git a/f/fontsproto/fontsproto-2.1.3-intel-2016a.eb b/f/fontsproto/fontsproto-2.1.3-intel-2016a.eb deleted file mode 100644 index 9c00b325..00000000 --- a/f/fontsproto/fontsproto-2.1.3-intel-2016a.eb +++ /dev/null @@ -1,20 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'fontsproto' -version = '2.1.3' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X11 font extension wire protocol" - -toolchain = {'name': 'intel', 'version': '2016a'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': [], - 'dirs': ['include/X11/fonts'], -} - -moduleclass = 'devel' diff --git a/f/freetype/freetype-2.4.10-goolf-1.4.10.eb b/f/freetype/freetype-2.4.10-goolf-1.4.10.eb deleted file mode 100644 index 09e345ac..00000000 --- a/f/freetype/freetype-2.4.10-goolf-1.4.10.eb +++ /dev/null @@ -1,20 +0,0 @@ -name = 'freetype' -version = '2.4.10' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and -portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display -servers, font conversion tools, text image generation tools, and many other products as well. -""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.4.10-ictce-5.3.0.eb b/f/freetype/freetype-2.4.10-ictce-5.3.0.eb deleted file mode 100644 index f0c8e977..00000000 --- a/f/freetype/freetype-2.4.10-ictce-5.3.0.eb +++ /dev/null @@ -1,19 +0,0 @@ -name = 'freetype' -version = '2.4.10' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.4.11-goolf-1.4.10.eb b/f/freetype/freetype-2.4.11-goolf-1.4.10.eb deleted file mode 100644 index dafae024..00000000 --- a/f/freetype/freetype-2.4.11-goolf-1.4.10.eb +++ /dev/null @@ -1,20 +0,0 @@ -name = 'freetype' -version = '2.4.11' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and -portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display -servers, font conversion tools, text image generation tools, and many other products as well. -""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.4.11-ictce-5.3.0.eb b/f/freetype/freetype-2.4.11-ictce-5.3.0.eb deleted file mode 100644 index 93ed64ef..00000000 --- a/f/freetype/freetype-2.4.11-ictce-5.3.0.eb +++ /dev/null @@ -1,19 +0,0 @@ -name = 'freetype' -version = '2.4.11' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -source_urls = ['http://download.savannah.gnu.org/releases/freetype/'] -sources = [SOURCE_TAR_GZ] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.0.1-goolf-1.4.10.eb b/f/freetype/freetype-2.5.0.1-goolf-1.4.10.eb deleted file mode 100644 index c7a87aa9..00000000 --- a/f/freetype/freetype-2.5.0.1-goolf-1.4.10.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.0.1' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = ['http://download.savannah.gnu.org/releases/freetype/'] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.6')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.0.1-ictce-5.3.0.eb b/f/freetype/freetype-2.5.0.1-ictce-5.3.0.eb deleted file mode 100644 index 5fa7fbc8..00000000 --- a/f/freetype/freetype-2.5.0.1-ictce-5.3.0.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.0.1' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -source_urls = ['http://download.savannah.gnu.org/releases/freetype/'] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.6')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.0.1-ictce-5.5.0.eb b/f/freetype/freetype-2.5.0.1-ictce-5.5.0.eb deleted file mode 100644 index 6af71f85..00000000 --- a/f/freetype/freetype-2.5.0.1-ictce-5.5.0.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.0.1' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'ictce', 'version': '5.5.0'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.6')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.2-ictce-5.5.0.eb b/f/freetype/freetype-2.5.2-ictce-5.5.0.eb deleted file mode 100644 index 7424371c..00000000 --- a/f/freetype/freetype-2.5.2-ictce-5.5.0.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.2' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'ictce', 'version': '5.5.0'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.9')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.3-foss-2014b.eb b/f/freetype/freetype-2.5.3-foss-2014b.eb deleted file mode 100644 index 1840f18b..00000000 --- a/f/freetype/freetype-2.5.3-foss-2014b.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.3' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'foss', 'version': '2014b'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.12')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.3-goolf-1.7.20.eb b/f/freetype/freetype-2.5.3-goolf-1.7.20.eb deleted file mode 100644 index cf4ca618..00000000 --- a/f/freetype/freetype-2.5.3-goolf-1.7.20.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.3' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'goolf', 'version': '1.7.20'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.12')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.3-intel-2014b.eb b/f/freetype/freetype-2.5.3-intel-2014b.eb deleted file mode 100644 index 68312d10..00000000 --- a/f/freetype/freetype-2.5.3-intel-2014b.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.3' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2014b'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.12')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.3-intel-2015b.eb b/f/freetype/freetype-2.5.3-intel-2015b.eb deleted file mode 100644 index bf8e328a..00000000 --- a/f/freetype/freetype-2.5.3-intel-2015b.eb +++ /dev/null @@ -1,22 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-06-29_22-20-03 -name = 'freetype' -version = '2.5.3' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.12')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.so', 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.5-foss-2015a.eb b/f/freetype/freetype-2.5.5-foss-2015a.eb deleted file mode 100644 index e9f0fd7c..00000000 --- a/f/freetype/freetype-2.5.5-foss-2015a.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.5' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'foss', 'version': '2015a'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.16')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.5-intel-2015a.eb b/f/freetype/freetype-2.5.5-intel-2015a.eb deleted file mode 100644 index 5eb7f91b..00000000 --- a/f/freetype/freetype-2.5.5-intel-2015a.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.5' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2015a'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.16')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.5.5-intel-2015b.eb b/f/freetype/freetype-2.5.5-intel-2015b.eb deleted file mode 100644 index ca24a618..00000000 --- a/f/freetype/freetype-2.5.5-intel-2015b.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.5.5' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.16')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6-foss-2015a.eb b/f/freetype/freetype-2.6-foss-2015a.eb deleted file mode 100644 index 89788124..00000000 --- a/f/freetype/freetype-2.6-foss-2015a.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.6' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'foss', 'version': '2015a'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.17')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6-goolf-1.7.20.eb b/f/freetype/freetype-2.6-goolf-1.7.20.eb deleted file mode 100644 index af7228f4..00000000 --- a/f/freetype/freetype-2.6-goolf-1.7.20.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.6' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'goolf', 'version': '1.7.20'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.17')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6-intel-2015a.eb b/f/freetype/freetype-2.6-intel-2015a.eb deleted file mode 100644 index 316e040e..00000000 --- a/f/freetype/freetype-2.6-intel-2015a.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.6' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2015a'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.17')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6.1-intel-2015b-libpng-1.6.19.eb b/f/freetype/freetype-2.6.1-intel-2015b-libpng-1.6.19.eb deleted file mode 100644 index 32b12425..00000000 --- a/f/freetype/freetype-2.6.1-intel-2015b-libpng-1.6.19.eb +++ /dev/null @@ -1,23 +0,0 @@ -name = 'freetype' -version = '2.6.1' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -libpngver = '1.6.19' -versionsuffix = '-libpng-%s' % libpngver -dependencies = [('libpng', libpngver)] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6.1-intel-2015b.eb b/f/freetype/freetype-2.6.1-intel-2015b.eb deleted file mode 100644 index 0913227c..00000000 --- a/f/freetype/freetype-2.6.1-intel-2015b.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.6.1' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.18')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6.2-foss-2015a.eb b/f/freetype/freetype-2.6.2-foss-2015a.eb deleted file mode 100644 index 32c4b9ab..00000000 --- a/f/freetype/freetype-2.6.2-foss-2015a.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.6.2' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'foss', 'version': '2015a'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.20')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6.2-foss-2015b.eb b/f/freetype/freetype-2.6.2-foss-2015b.eb deleted file mode 100644 index 54449d24..00000000 --- a/f/freetype/freetype-2.6.2-foss-2015b.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.6.2' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'foss', 'version': '2015b'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.21')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6.2-foss-2016a.eb b/f/freetype/freetype-2.6.2-foss-2016a.eb deleted file mode 100644 index 3111a314..00000000 --- a/f/freetype/freetype-2.6.2-foss-2016a.eb +++ /dev/null @@ -1,21 +0,0 @@ -name = 'freetype' -version = '2.6.2' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.21')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6.2-intel-2016a.eb b/f/freetype/freetype-2.6.2-intel-2016a.eb deleted file mode 100644 index ce2c31a3..00000000 --- a/f/freetype/freetype-2.6.2-intel-2016a.eb +++ /dev/null @@ -1,22 +0,0 @@ -name = 'freetype' -version = '2.6.2' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.21')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, - 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6.2-intel-2017.00.eb b/f/freetype/freetype-2.6.2-intel-2017.00.eb deleted file mode 100644 index e98b3a72..00000000 --- a/f/freetype/freetype-2.6.2-intel-2017.00.eb +++ /dev/null @@ -1,22 +0,0 @@ -name = 'freetype' -version = '2.6.2' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.21')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, - 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6.3-foss-2016a.eb b/f/freetype/freetype-2.6.3-foss-2016a.eb deleted file mode 100644 index bc610c63..00000000 --- a/f/freetype/freetype-2.6.3-foss-2016a.eb +++ /dev/null @@ -1,22 +0,0 @@ -name = 'freetype' -version = '2.6.3' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.21')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, - 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/f/freetype/freetype-2.6.3-intel-2016a.eb b/f/freetype/freetype-2.6.3-intel-2016a.eb deleted file mode 100644 index 6245460d..00000000 --- a/f/freetype/freetype-2.6.3-intel-2016a.eb +++ /dev/null @@ -1,22 +0,0 @@ -name = 'freetype' -version = '2.6.3' - -homepage = 'http://freetype.org' -description = """FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and - portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display - servers, font conversion tools, text image generation tools, and many other products as well.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -source_urls = [GNU_SAVANNAH_SOURCE] -sources = [SOURCE_TAR_GZ] - -dependencies = [('libpng', '1.6.21')] - -sanity_check_paths = { - 'files': ['bin/freetype-config', 'lib/libfreetype.a', 'lib/libfreetype.%s' % SHLIB_EXT, - 'lib/pkgconfig/freetype2.pc'], - 'dirs': ['include/freetype2'], -} - -moduleclass = 'vis' diff --git a/g/GNU/GNU-6.3.0-2.27.eb b/g/GNU/GNU-6.3.0-2.27.eb deleted file mode 100644 index 584edd6b..00000000 --- a/g/GNU/GNU-6.3.0-2.27.eb +++ /dev/null @@ -1,20 +0,0 @@ -easyblock = 'Toolchain' - -name = 'GNU' -gccver = '6.3.0' -binutilsver = '2.27' -version = '%s-%s' % (gccver, binutilsver) - -homepage = 'http://www.gnu.org/software/' -description = "Compiler-only toolchain with GCC and binutils." - -toolchain = {'name': 'dummy', 'version': 'dummy'} - -dependencies = [ - # GCC built on top of (dummy-built) binutils - ('GCC', gccver, '-%s' % binutilsver), - # binutils built on top of GCC, which was built on top of (dummy-built) binutils - ('binutils', binutilsver, '', ('GCCcore', '%s' % gccver)), -] - -moduleclass = 'toolchain' diff --git a/g/gettext/gettext-0.18.2-foss-2015b.eb b/g/gettext/gettext-0.18.2-foss-2015b.eb deleted file mode 100644 index e7d30bfa..00000000 --- a/g/gettext/gettext-0.18.2-foss-2015b.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.18.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'foss', 'version': '2015b'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.18.2-goolf-1.4.10.eb b/g/gettext/gettext-0.18.2-goolf-1.4.10.eb deleted file mode 100644 index 686c6f9d..00000000 --- a/g/gettext/gettext-0.18.2-goolf-1.4.10.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.18.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.18.2-goolf-1.5.14.eb b/g/gettext/gettext-0.18.2-goolf-1.5.14.eb deleted file mode 100644 index adf041c9..00000000 --- a/g/gettext/gettext-0.18.2-goolf-1.5.14.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.18.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'goolf', 'version': '1.5.14'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.18.2-ictce-5.2.0.eb b/g/gettext/gettext-0.18.2-ictce-5.2.0.eb deleted file mode 100644 index 5479e98f..00000000 --- a/g/gettext/gettext-0.18.2-ictce-5.2.0.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.18.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'ictce', 'version': '5.2.0'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.18.2-ictce-5.3.0.eb b/g/gettext/gettext-0.18.2-ictce-5.3.0.eb deleted file mode 100644 index 21f6d063..00000000 --- a/g/gettext/gettext-0.18.2-ictce-5.3.0.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.18.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.2-goolf-1.5.14.eb b/g/gettext/gettext-0.19.2-goolf-1.5.14.eb deleted file mode 100644 index a1a64207..00000000 --- a/g/gettext/gettext-0.19.2-goolf-1.5.14.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'goolf', 'version': '1.5.14'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.2-goolf-1.7.20.eb b/g/gettext/gettext-0.19.2-goolf-1.7.20.eb deleted file mode 100644 index b9b28dda..00000000 --- a/g/gettext/gettext-0.19.2-goolf-1.7.20.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may - build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools - and documentation""" - -toolchain = {'name': 'goolf', 'version': '1.7.20'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.2-intel-2014.06.eb b/g/gettext/gettext-0.19.2-intel-2014.06.eb deleted file mode 100644 index 238843b2..00000000 --- a/g/gettext/gettext-0.19.2-intel-2014.06.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2014.06'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.2-intel-2014b.eb b/g/gettext/gettext-0.19.2-intel-2014b.eb deleted file mode 100644 index a0c6e923..00000000 --- a/g/gettext/gettext-0.19.2-intel-2014b.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2014b'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.2-intel-2015a.eb b/g/gettext/gettext-0.19.2-intel-2015a.eb deleted file mode 100644 index c4930282..00000000 --- a/g/gettext/gettext-0.19.2-intel-2015a.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2015a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.2-intel-2015b.eb b/g/gettext/gettext-0.19.2-intel-2015b.eb deleted file mode 100644 index 2d3d1e05..00000000 --- a/g/gettext/gettext-0.19.2-intel-2015b.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.2' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.4-GCC-4.4.7-system.eb b/g/gettext/gettext-0.19.4-GCC-4.4.7-system.eb deleted file mode 100644 index db8d02cc..00000000 --- a/g/gettext/gettext-0.19.4-GCC-4.4.7-system.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.4' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'GCC', 'version': '4.4.7-system'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.4-GCC-4.9.2.eb b/g/gettext/gettext-0.19.4-GCC-4.9.2.eb deleted file mode 100644 index 7e8ff4e1..00000000 --- a/g/gettext/gettext-0.19.4-GCC-4.9.2.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.4' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'GCC', 'version': '4.9.2'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.4-foss-2015a.eb b/g/gettext/gettext-0.19.4-foss-2015a.eb deleted file mode 100644 index 51c244d3..00000000 --- a/g/gettext/gettext-0.19.4-foss-2015a.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.4' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'foss', 'version': '2015a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.4-intel-2015a.eb b/g/gettext/gettext-0.19.4-intel-2015a.eb deleted file mode 100644 index 0dbf6fce..00000000 --- a/g/gettext/gettext-0.19.4-intel-2015a.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.4' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2015a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.6-GNU-4.9.3-2.25.eb b/g/gettext/gettext-0.19.6-GNU-4.9.3-2.25.eb deleted file mode 100644 index 90c8e2d4..00000000 --- a/g/gettext/gettext-0.19.6-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.6' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.6-foss-2016a.eb b/g/gettext/gettext-0.19.6-foss-2016a.eb deleted file mode 100644 index 1fdb7440..00000000 --- a/g/gettext/gettext-0.19.6-foss-2016a.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.6' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.6-gimkl-2.11.5.eb b/g/gettext/gettext-0.19.6-gimkl-2.11.5.eb deleted file mode 100644 index 4aed92d3..00000000 --- a/g/gettext/gettext-0.19.6-gimkl-2.11.5.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.6' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'gimkl', 'version': '2.11.5'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.6-intel-2015b.eb b/g/gettext/gettext-0.19.6-intel-2015b.eb deleted file mode 100644 index a9b8c4c4..00000000 --- a/g/gettext/gettext-0.19.6-intel-2015b.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.6' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.6-intel-2016a.eb b/g/gettext/gettext-0.19.6-intel-2016a.eb deleted file mode 100644 index d58aad19..00000000 --- a/g/gettext/gettext-0.19.6-intel-2016a.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.6' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.6-intel-2017.00.eb b/g/gettext/gettext-0.19.6-intel-2017.00.eb deleted file mode 100644 index 32c891fe..00000000 --- a/g/gettext/gettext-0.19.6-intel-2017.00.eb +++ /dev/null @@ -1,18 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.6' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = '--without-emacs' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.7-foss-2015b.eb b/g/gettext/gettext-0.19.7-foss-2015b.eb deleted file mode 100644 index 690872c6..00000000 --- a/g/gettext/gettext-0.19.7-foss-2015b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.7' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'foss', 'version': '2015b'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -dependencies = [ - ('libxml2', '2.9.2'), - ('ncurses', '5.9'), -] - -configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.7-foss-2016a.eb b/g/gettext/gettext-0.19.7-foss-2016a.eb deleted file mode 100644 index 4580e48c..00000000 --- a/g/gettext/gettext-0.19.7-foss-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.7' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -dependencies = [ - ('libxml2', '2.9.3'), - ('ncurses', '6.0'), -] - -configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.7-intel-2016a.eb b/g/gettext/gettext-0.19.7-intel-2016a.eb deleted file mode 100644 index 4f86721e..00000000 --- a/g/gettext/gettext-0.19.7-intel-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.7' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -dependencies = [ - ('libxml2', '2.9.3'), - ('ncurses', '6.0'), -] - -configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.7-intel-2017.00.eb b/g/gettext/gettext-0.19.7-intel-2017.00.eb deleted file mode 100644 index e27d0303..00000000 --- a/g/gettext/gettext-0.19.7-intel-2017.00.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.7' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -dependencies = [ - ('libxml2', '2.9.3'), - ('ncurses', '6.0'), -] - -configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.8-GCCcore-4.9.3.eb b/g/gettext/gettext-0.19.8-GCCcore-4.9.3.eb deleted file mode 100644 index 8e1b03ad..00000000 --- a/g/gettext/gettext-0.19.8-GCCcore-4.9.3.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.8' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'GCCcore', 'version': '4.9.3'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -builddependencies = [ - ('binutils', '2.25'), -] - -dependencies = [ - ('libxml2', '2.9.4'), - ('ncurses', '6.0'), -] - -configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.8-foss-2016.04.eb b/g/gettext/gettext-0.19.8-foss-2016.04.eb deleted file mode 100644 index 47b25026..00000000 --- a/g/gettext/gettext-0.19.8-foss-2016.04.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.8' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'foss', 'version': '2016.04'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -dependencies = [ - ('libxml2', '2.9.4'), - ('ncurses', '6.0'), -] - -configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.8-foss-2016b.eb b/g/gettext/gettext-0.19.8-foss-2016b.eb deleted file mode 100644 index 91c8cacd..00000000 --- a/g/gettext/gettext-0.19.8-foss-2016b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.8' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'foss', 'version': '2016b'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -dependencies = [ - ('libxml2', '2.9.4'), - ('ncurses', '6.0'), -] - -configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2' - -moduleclass = 'vis' diff --git a/g/gettext/gettext-0.19.8-intel-2016b.eb b/g/gettext/gettext-0.19.8-intel-2016b.eb deleted file mode 100644 index 6df1b22c..00000000 --- a/g/gettext/gettext-0.19.8-intel-2016b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'gettext' -version = '0.19.8' - -homepage = 'http://www.gnu.org/software/gettext/' -description = """GNU `gettext' is an important step for the GNU Translation Project, as it is an asset on which we may -build many other steps. This package offers to programmers, translators, and even users, a well integrated set of tools -and documentation""" - -toolchain = {'name': 'intel', 'version': '2016b'} - -sources = [SOURCE_TAR_GZ] -source_urls = [GNU_SOURCE] - -dependencies = [ - ('libxml2', '2.9.4'), - ('ncurses', '6.0'), -] - -configopts = '--without-emacs --with-libxml2-prefix=$EBROOTLIBXML2' - -moduleclass = 'vis' diff --git a/g/git/git-1.7.12-goolf-1.4.10.eb b/g/git/git-1.7.12-goolf-1.4.10.eb deleted file mode 100644 index bba320bc..00000000 --- a/g/git/git-1.7.12-goolf-1.4.10.eb +++ /dev/null @@ -1,39 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '1.7.12' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -# eg. http://git-core.googlecode.com/files/git-1.7.12.tar.gz -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://git-core.googlecode.com/files'] - -dependencies = [('gettext', '0.18.2')] - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--enable-pthreads='-lpthread'" - -moduleclass = 'tools' diff --git a/g/git/git-1.7.12-ictce-5.3.0.eb b/g/git/git-1.7.12-ictce-5.3.0.eb deleted file mode 100644 index 4c4de493..00000000 --- a/g/git/git-1.7.12-ictce-5.3.0.eb +++ /dev/null @@ -1,37 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '1.7.12' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed - to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -# eg. http://git-core.googlecode.com/files/git-1.7.12.tar.gz -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://git-core.googlecode.com/files'] - -dependencies = [('gettext', '0.18.2')] - -configopts = "--enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ["bin/git"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/g/git/git-1.8.2-goolf-1.4.10.eb b/g/git/git-1.8.2-goolf-1.4.10.eb deleted file mode 100644 index a705caba..00000000 --- a/g/git/git-1.8.2-goolf-1.4.10.eb +++ /dev/null @@ -1,44 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '1.8.2' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -# eg. http://git-core.googlecode.com/files/git-1.8.2.tar.gz -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://git-core.googlecode.com/files'] - -dependencies = [ - ('cURL', '7.29.0'), - ('expat', '2.1.0'), - ('gettext', '0.18.2'), -] - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--enable-pthreads='-lpthread'" - -moduleclass = 'tools' diff --git a/g/git/git-1.8.3.1-goolf-1.4.10.eb b/g/git/git-1.8.3.1-goolf-1.4.10.eb deleted file mode 100644 index 6dfc4c59..00000000 --- a/g/git/git-1.8.3.1-goolf-1.4.10.eb +++ /dev/null @@ -1,43 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '1.8.3.1' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -# eg. http://git-core.googlecode.com/files/git-1.8.2.tar.gz -sources = [SOURCELOWER_TAR_GZ] -source_urls = ['http://git-core.googlecode.com/files'] - -dependencies = [ - ('cURL', '7.29.0'), - ('expat', '2.1.0'), - ('gettext', '0.18.2'), -] - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--enable-pthreads='-lpthread'" - -moduleclass = 'tools' diff --git a/g/git/git-2.10.2.eb b/g/git/git-2.10.2.eb deleted file mode 100644 index 0cd48736..00000000 --- a/g/git/git-2.10.2.eb +++ /dev/null @@ -1,48 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.10.2' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'dummy', 'version': ''} - -sources = ['git-2.10.2.tar.gz'] -source_urls = ['https://www.kernel.org/pub/software/scm/git/'] - -builddependencies = [('Autoconf', '2.69')] - -dependencies = [ - ('cURL', '7.37.1'), - ('expat', '2.1.0'), - ('gettext', '0.19.2'), - ('Perl', '5.20.2', '-bare'), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/git/git-2.11.0-GNU-4.9.3-2.25.eb b/g/git/git-2.11.0-GNU-4.9.3-2.25.eb deleted file mode 100644 index 068b5e36..00000000 --- a/g/git/git-2.11.0-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,48 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.11.0' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'} - -sources = ['v%(version)s.tar.gz'] -source_urls = ['https://github.com/git/git/archive'] - -builddependencies = [('Autoconf', '2.69')] - -dependencies = [ - ('cURL', '7.37.1', '', ('foss', '2015g')), - ('expat', '2.1.0', '', ('foss', '2015g')), - ('gettext', '0.19.2', '', ('foss', '2015g')), - ('Perl', '5.20.2', '-bare', ('GNU', '4.9.3-2.25')), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/git/git-2.11.0.eb b/g/git/git-2.11.0.eb deleted file mode 100644 index b7e61171..00000000 --- a/g/git/git-2.11.0.eb +++ /dev/null @@ -1,48 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.11.0' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'dummy', 'version': ''} - -sources = ['git-2.11.0.tar.gz'] -source_urls = ['https://www.kernel.org/pub/software/scm/git/'] - -builddependencies = [('Autoconf', '2.69')] - -dependencies = [ - ('cURL', '7.37.1'), - ('expat', '2.1.0'), - ('gettext','0.19.2'), - ('Perl', '5.20.2', '-bare'), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/git/git-2.12.0.eb b/g/git/git-2.12.0.eb deleted file mode 100644 index d86dd4ed..00000000 --- a/g/git/git-2.12.0.eb +++ /dev/null @@ -1,37 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.12.0' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'dummy', 'version': ''} - -source_urls = ['https://www.kernel.org/pub/software/scm/git/'] -sources = ['%(name)s-%(version)s.tar.gz'] - -builddependencies = [ - ('Autoconf', '2.69') -] - -dependencies = [ - ('cURL', '7.53.1'), - ('expat', '2.1.0'), - ('gettext','0.19.8'), - ('Perl', '5.20.2', '-bare'), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/git/git-2.12.2.eb b/g/git/git-2.12.2.eb deleted file mode 100644 index 6d7c657c..00000000 --- a/g/git/git-2.12.2.eb +++ /dev/null @@ -1,37 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.12.2' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'dummy', 'version': ''} - -source_urls = ['https://www.kernel.org/pub/software/scm/git/'] -sources = ['%(name)s-%(version)s.tar.gz'] - -builddependencies = [ - ('Autoconf', '2.69') -] - -dependencies = [ - ('cURL', '7.53.1'), - ('expat', '2.1.0'), - ('gettext','0.19.8'), - ('Perl', '5.20.2', '-GNU-5.1.0-2.25-bare'), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/git/git-2.7.3-GNU-4.9.3-2.25.eb b/g/git/git-2.7.3-GNU-4.9.3-2.25.eb deleted file mode 100644 index f4ac5910..00000000 --- a/g/git/git-2.7.3-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,48 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.7.3' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'} - -sources = ['v%(version)s.tar.gz'] -source_urls = ['https://github.com/git/git/archive'] - -builddependencies = [('Autoconf', '2.69')] - -dependencies = [ - ('cURL', '7.37.1', '', ('foss', '2015g')), - ('expat', '2.1.0', '', ('foss', '2015g')), - ('gettext', '0.19.2', '', ('foss', '2015g')), - ('Perl', '5.20.2', '-bare', ('GNU', '4.9.3-2.25')), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/git/git-2.7.3-foss-2015g.eb b/g/git/git-2.7.3-foss-2015g.eb deleted file mode 100644 index d27a2de2..00000000 --- a/g/git/git-2.7.3-foss-2015g.eb +++ /dev/null @@ -1,46 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.7.3' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'foss', 'version': '2015g'} - -sources = ['v%(version)s.tar.gz'] -source_urls = ['https://github.com/git/git/archive'] - -dependencies = [ - ('cURL', '7.37.1'), - ('expat', '2.1.0'), - ('gettext', '0.19.2'), - ('Perl', '5.20.2', '-bare', ('GNU', '4.9.3-2.25')), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/git/git-2.8.0-GNU-4.9.3-2.25.eb b/g/git/git-2.8.0-GNU-4.9.3-2.25.eb deleted file mode 100644 index d89d2d8c..00000000 --- a/g/git/git-2.8.0-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,48 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.8.0' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'} - -sources = ['v%(version)s.tar.gz'] -source_urls = ['https://github.com/git/git/archive'] - -builddependencies = [('Autoconf', '2.69')] - -dependencies = [ - ('cURL', '7.37.1', '', ('foss', '2015g')), - ('expat', '2.1.0', '', ('foss', '2015g')), - ('gettext', '0.19.2', '', ('foss', '2015g')), - ('Perl', '5.20.2', '-bare', ('GNU', '4.9.3-2.25')), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/git/git-2.8.0-intel-2017.00.eb b/g/git/git-2.8.0-intel-2017.00.eb deleted file mode 100644 index f8631476..00000000 --- a/g/git/git-2.8.0-intel-2017.00.eb +++ /dev/null @@ -1,48 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.8.0' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -sources = ['v%(version)s.tar.gz'] -source_urls = ['https://github.com/git/git/archive'] - -builddependencies = [('Autoconf', '2.69')] - -dependencies = [ - ('cURL', '7.51.0'), - ('expat', '2.1.0'), - ('gettext', '0.19.7'), - ('Perl', '5.22.2'), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/git/git-2.8.0.eb b/g/git/git-2.8.0.eb deleted file mode 100644 index f1f68fd2..00000000 --- a/g/git/git-2.8.0.eb +++ /dev/null @@ -1,48 +0,0 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# Authors:: Dmitri Gribenko -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_2012-90.html -## - -easyblock = 'ConfigureMake' - -name = 'git' -version = '2.8.0' - -homepage = 'http://git-scm.com/' -description = """Git is a free and open source distributed version control system designed -to handle everything from small to very large projects with speed and efficiency.""" - -toolchain = {'name': 'dummy', 'version': ''} - -sources = ['v%(version)s.tar.gz'] -source_urls = ['https://github.com/git/git/archive'] - -builddependencies = [('Autoconf', '2.69')] - -dependencies = [ - ('cURL', '7.37.1'), - ('expat', '2.1.0'), - ('gettext', '0.19.2'), - ('Perl', '5.20.2', '-bare'), -] - -preconfigopts = 'make configure && ' - -# Work around git build system bug. If LIBS contains -lpthread, then configure -# will not append -lpthread to LDFLAGS, but Makefile ignores LIBS. -configopts = "--with-perl=${EBROOTPERL}/bin/perl --enable-pthreads='-lpthread'" - -sanity_check_paths = { - 'files': ['bin/git'], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/g/gzip/gzip-1.6-foss-2015g.eb b/g/gzip/gzip-1.6-foss-2015g.eb deleted file mode 100644 index fe0df56c..00000000 --- a/g/gzip/gzip-1.6-foss-2015g.eb +++ /dev/null @@ -1,35 +0,0 @@ -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright (c) 2012-2013 Cyprus Institute / CaSToRC -# Authors:: Thekla Loizou -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_06-19.html -## - -easyblock = 'ConfigureMake' - -name = 'gzip' -version = '1.6' - -homepage = 'http://www.gnu.org/software/gzip/' -description = "gzip (GNU zip) is a popular data compression program as a replacement for compress" - -toolchain = {'name': 'foss', 'version': '2015g'} - -# eg. http://ftp.gnu.org/gnu/gzip/gzip-1.6.tar.gz -source_urls = ['http://ftpmirror.gnu.org/gzip'] -sources = [SOURCE_TAR_GZ] - -# make sure the gzip, gunzip and compress binaries are available after installation -sanity_check_paths = { - 'files': ["bin/gunzip", "bin/gzip", "bin/uncompress"], - 'dirs': [], -} - -# run 'gzip -h' and 'gzip --version' after installation -sanity_check_commands = [True, ('gzip', '--version')] - -moduleclass = 'tools' diff --git a/g/gzip/gzip-1.6-foss-2016a.eb b/g/gzip/gzip-1.6-foss-2016a.eb deleted file mode 100644 index 8081013d..00000000 --- a/g/gzip/gzip-1.6-foss-2016a.eb +++ /dev/null @@ -1,35 +0,0 @@ -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright (c) 2012-2013 Cyprus Institute / CaSToRC -# Authors:: Thekla Loizou -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/HPCBIOS_06-19.html -## - -easyblock = 'ConfigureMake' - -name = 'gzip' -version = '1.6' - -homepage = 'http://www.gnu.org/software/gzip/' -description = "gzip (GNU zip) is a popular data compression program as a replacement for compress" - -toolchain = {'name': 'foss', 'version': '2016a'} - -# eg. http://ftp.gnu.org/gnu/gzip/gzip-1.6.tar.gz -source_urls = ['http://ftpmirror.gnu.org/gzip'] -sources = [SOURCE_TAR_GZ] - -# make sure the gzip, gunzip and compress binaries are available after installation -sanity_check_paths = { - 'files': ["bin/gunzip", "bin/gzip", "bin/uncompress"], - 'dirs': [], -} - -# run 'gzip -h' and 'gzip --version' after installation -sanity_check_commands = [True, ('gzip', '--version')] - -moduleclass = 'tools' diff --git a/k/kbproto/kbproto-1.0.6-intel-2015b.eb b/k/kbproto/kbproto-1.0.6-intel-2015b.eb deleted file mode 100644 index f2bab0cc..00000000 --- a/k/kbproto/kbproto-1.0.6-intel-2015b.eb +++ /dev/null @@ -1,20 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-06-29_22-19-00 -easyblock = 'ConfigureMake' - -name = 'kbproto' -version = '1.0.6' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = """X.org KBProto protocol headers.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -sources = [SOURCE_TAR_GZ] -source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/'] - -sanity_check_paths = { - 'files': ['include/X11/extensions/%s' % x for x in ['XKBgeom.h', 'XKB.h', 'XKBproto.h', 'XKBsrv.h', 'XKBstr.h']], - 'dirs': [], -} - -moduleclass = 'vis' diff --git a/k/kbproto/kbproto-1.0.7-foss-2016a.eb b/k/kbproto/kbproto-1.0.7-foss-2016a.eb deleted file mode 100644 index 86f8eb23..00000000 --- a/k/kbproto/kbproto-1.0.7-foss-2016a.eb +++ /dev/null @@ -1,19 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'kbproto' -version = '1.0.7' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = """X.org KBProto protocol headers.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/extensions/%s' % x for x in ['XKBgeom.h', 'XKB.h', 'XKBproto.h', 'XKBsrv.h', 'XKBstr.h']], - 'dirs': [], -} - -moduleclass = 'vis' diff --git a/k/kbproto/kbproto-1.0.7-intel-2016a.eb b/k/kbproto/kbproto-1.0.7-intel-2016a.eb deleted file mode 100644 index e5d22977..00000000 --- a/k/kbproto/kbproto-1.0.7-intel-2016a.eb +++ /dev/null @@ -1,19 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'kbproto' -version = '1.0.7' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = """X.org KBProto protocol headers.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/extensions/%s' % x for x in ['XKBgeom.h', 'XKB.h', 'XKBproto.h', 'XKBsrv.h', 'XKBstr.h']], - 'dirs': [], -} - -moduleclass = 'vis' diff --git a/l/Lmod/Lmod-7.0.6.eb b/l/Lmod/Lmod-7.0.6.eb deleted file mode 100644 index 017fe1e2..00000000 --- a/l/Lmod/Lmod-7.0.6.eb +++ /dev/null @@ -1,28 +0,0 @@ -easyblock = 'ConfigureMake' - -name = "Lmod" -version = "7.0.6" - -homepage = "http://sourceforge.net/projects/lmod/" -description = """Lmod is a Lua based module system. Modules allow for dynamic modification - of a user's environment under Unix systems. See www.tacc.utexas.edu/tacc-projects/lmod - for a complete description. Lmod is a new implementation that easily handles the MODULEPATH - Hierarchical problem. It is drop-in replacement for TCL/C modules and reads TCL modulefiles directly.""" - -toolchain = {'name': 'dummy', 'version': ''} - -sources = ['%(version)s.tar.gz'] -source_urls = [ - 'https://github.com/TACC/Lmod/archive', - 'http://sourceforge.net/projects/lmod/files/', - 'http://sourceforge.net/projects/lmod/files/Testing' -] - -dependencies = [("Lua", "5.1.4-8")] - -sanity_check_paths = { - 'files': ["lmod/%(version)s/libexec/lmod", "lmod/%(version)s/init/profile"], - 'dirs': [] -} - -moduleclass = "tools" diff --git a/l/Lmod/Lmod-7.3.28.eb b/l/Lmod/Lmod-7.3.28.eb deleted file mode 100644 index 23d8386f..00000000 --- a/l/Lmod/Lmod-7.3.28.eb +++ /dev/null @@ -1,28 +0,0 @@ -easyblock = 'ConfigureMake' - -name = "Lmod" -version = "7.3.28" - -homepage = "http://sourceforge.net/projects/lmod/" -description = """Lmod is a Lua based module system. Modules allow for dynamic modification - of a user's environment under Unix systems. See www.tacc.utexas.edu/tacc-projects/lmod - for a complete description. Lmod is a new implementation that easily handles the MODULEPATH - Hierarchical problem. It is drop-in replacement for TCL/C modules and reads TCL modulefiles directly.""" - -toolchain = {'name': 'dummy', 'version': ''} - -sources = ['%(version)s.tar.gz'] -source_urls = [ - 'https://github.com/TACC/Lmod/archive', - 'http://sourceforge.net/projects/lmod/files/', - 'http://sourceforge.net/projects/lmod/files/Testing' -] - -dependencies = [("Lua", "5.1.4-8")] - -sanity_check_paths = { - 'files': ["lmod/%(version)s/libexec/lmod", "lmod/%(version)s/init/profile"], - 'dirs': [] -} - -moduleclass = "tools" diff --git a/l/Lua/Lua-5.3.4.eb b/l/Lua/Lua-5.3.4.eb deleted file mode 100644 index d0acfee6..00000000 --- a/l/Lua/Lua-5.3.4.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = 'ConfigureMake' - -name = "Lua" -version = "5.3.4" - -homepage = "http://www.lua.org/" -description = """Lua is a powerful, fast, lightweight, embeddable scripting language. - Lua combines simple procedural syntax with powerful data description constructs based - on associative arrays and extensible semantics. Lua is dynamically typed, - runs by interpreting bytecode for a register-based virtual machine, - and has automatic memory management with incremental garbage collection, - making it ideal for configuration, scripting, and rapid prototyping.""" - -toolchain = {'name': 'dummy', 'version': ''} - -source_urls = ['https://www.lua.org/ftp/'] -sources = ['lua-%s.tar.gz' % version.replace('-', '.')] - -builddependencies = [ - ('ncurses', '6.0'), - ('libreadline', '6.3') -] - -skipsteps = ['configure' ] - -buildopts = "posix" -installopts = "INSTALL_TOP=%(installdir)s" - -sanity_check_paths = { - 'files': ["bin/lua"], - 'dirs': [] -} - -moduleclass = "lang" diff --git a/l/libzlib/libzip-1.2.0.eb b/l/libzlib/libzip-1.2.0.eb deleted file mode 100644 index 2dbb977d..00000000 --- a/l/libzlib/libzip-1.2.0.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'libzip' -version = '1.2.0' - -homepage = 'https://nih.at/libzip/' -description = """libzip is a C library for reading, creating, and modifying zip archives. -Files can be added from data buffers, files, or compressed data copied directly from other -zip archives. Changes made without closing the archive can be reverted. The API is documented -by man pages.""" - -toolchain = {'name': 'dummy', 'version': ''} - -source_urls = ['https://nih.at/libzip'] -sources = ['%(name)s-%(version)s.tar.gz'] - -sanity_check_paths = { - 'files': ['bin/zipcmp', 'bin/zipmerge', 'bin/ziptool'], - 'dirs': ['bin', 'include', 'lib', 'share'], -} - -moduleclass = 'lib' diff --git a/m/M4/M4-1.4.16-intel-2015b.eb b/m/M4/M4-1.4.16-intel-2015b.eb deleted file mode 100644 index 784c5b17..00000000 --- a/m/M4/M4-1.4.16-intel-2015b.eb +++ /dev/null @@ -1,25 +0,0 @@ - -name = 'M4' -version = '1.4.16' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - - -toolchain = {'name': 'intel', 'version': '2015b'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -patches = ['M4-%(version)s-no-gets.patch'] - -configopts = "--enable-cxx" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-CrayGNU-2015.06.eb b/m/M4/M4-1.4.17-CrayGNU-2015.06.eb deleted file mode 100644 index 8398e40d..00000000 --- a/m/M4/M4-1.4.17-CrayGNU-2015.06.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'CrayGNU', 'version': '2015.06'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-CrayGNU-2015.11.eb b/m/M4/M4-1.4.17-CrayGNU-2015.11.eb deleted file mode 100644 index b84761b6..00000000 --- a/m/M4/M4-1.4.17-CrayGNU-2015.11.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'CrayGNU', 'version': '2015.11'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-4.7.2.eb b/m/M4/M4-1.4.17-GCC-4.7.2.eb deleted file mode 100644 index b4bb4c95..00000000 --- a/m/M4/M4-1.4.17-GCC-4.7.2.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '4.7.2'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-4.8.2.eb b/m/M4/M4-1.4.17-GCC-4.8.2.eb deleted file mode 100644 index 5df1dda5..00000000 --- a/m/M4/M4-1.4.17-GCC-4.8.2.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '4.8.2'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-4.8.3.eb b/m/M4/M4-1.4.17-GCC-4.8.3.eb deleted file mode 100644 index a8adfdfa..00000000 --- a/m/M4/M4-1.4.17-GCC-4.8.3.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '4.8.3'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-4.8.4.eb b/m/M4/M4-1.4.17-GCC-4.8.4.eb deleted file mode 100644 index f406268a..00000000 --- a/m/M4/M4-1.4.17-GCC-4.8.4.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '4.8.4'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-4.9.2-binutils-2.25.eb b/m/M4/M4-1.4.17-GCC-4.9.2-binutils-2.25.eb deleted file mode 100644 index 560606e0..00000000 --- a/m/M4/M4-1.4.17-GCC-4.9.2-binutils-2.25.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '4.9.2-binutils-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.25', '', True)] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-4.9.2.eb b/m/M4/M4-1.4.17-GCC-4.9.2.eb deleted file mode 100644 index 00b1eb05..00000000 --- a/m/M4/M4-1.4.17-GCC-4.9.2.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '4.9.2'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-4.9.3-2.25.eb b/m/M4/M4-1.4.17-GCC-4.9.3-2.25.eb deleted file mode 100644 index a939e010..00000000 --- a/m/M4/M4-1.4.17-GCC-4.9.3-2.25.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '4.9.3-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-4.9.3-binutils-2.25.eb b/m/M4/M4-1.4.17-GCC-4.9.3-binutils-2.25.eb deleted file mode 100644 index 64c98aad..00000000 --- a/m/M4/M4-1.4.17-GCC-4.9.3-binutils-2.25.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '4.9.3-binutils-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.25', '', True)] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-4.9.3.eb b/m/M4/M4-1.4.17-GCC-4.9.3.eb deleted file mode 100644 index 745063eb..00000000 --- a/m/M4/M4-1.4.17-GCC-4.9.3.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '4.9.3'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCC-5.1.0-binutils-2.25.eb b/m/M4/M4-1.4.17-GCC-5.1.0-binutils-2.25.eb deleted file mode 100644 index a95ac9f6..00000000 --- a/m/M4/M4-1.4.17-GCC-5.1.0-binutils-2.25.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCC', 'version': '5.1.0-binutils-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.25', '', True)] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCCcore-4.9.2.eb b/m/M4/M4-1.4.17-GCCcore-4.9.2.eb deleted file mode 100644 index 5551b81d..00000000 --- a/m/M4/M4-1.4.17-GCCcore-4.9.2.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCCcore', 'version': '4.9.2'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.25', '', True)] - -configopts = "--enable-cxx CPPFLAGS='-fgnu89-inline'" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCCcore-4.9.3.eb b/m/M4/M4-1.4.17-GCCcore-4.9.3.eb deleted file mode 100644 index 02f06d5c..00000000 --- a/m/M4/M4-1.4.17-GCCcore-4.9.3.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCCcore', 'version': '4.9.3'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.25', '', True)] - -configopts = "--enable-cxx CPPFLAGS='-fgnu89-inline'" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GCCcore-5.3.0.eb b/m/M4/M4-1.4.17-GCCcore-5.3.0.eb deleted file mode 100644 index 434b6f02..00000000 --- a/m/M4/M4-1.4.17-GCCcore-5.3.0.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GCCcore', 'version': '5.3.0'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -# use same binutils version that was used when building GCC toolchain -builddependencies = [('binutils', '2.26', '', True)] - -configopts = "--enable-cxx" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GNU-4.9.2-2.25.eb b/m/M4/M4-1.4.17-GNU-4.9.2-2.25.eb deleted file mode 100644 index 134d1812..00000000 --- a/m/M4/M4-1.4.17-GNU-4.9.2-2.25.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GNU', 'version': '4.9.2-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GNU-4.9.3-2.25.eb b/m/M4/M4-1.4.17-GNU-4.9.3-2.25.eb deleted file mode 100644 index 25f9aaca..00000000 --- a/m/M4/M4-1.4.17-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-GNU-5.1.0-2.25.eb b/m/M4/M4-1.4.17-GNU-5.1.0-2.25.eb deleted file mode 100644 index 5ca90d16..00000000 --- a/m/M4/M4-1.4.17-GNU-5.1.0-2.25.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-foss-2014b.eb b/m/M4/M4-1.4.17-foss-2014b.eb deleted file mode 100644 index 4abe05a7..00000000 --- a/m/M4/M4-1.4.17-foss-2014b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'foss', 'version': '2014b'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-foss-2015a.eb b/m/M4/M4-1.4.17-foss-2015a.eb deleted file mode 100644 index f5817316..00000000 --- a/m/M4/M4-1.4.17-foss-2015a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'foss', 'version': '2015a'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-foss-2015b.eb b/m/M4/M4-1.4.17-foss-2015b.eb deleted file mode 100644 index 6a7048dc..00000000 --- a/m/M4/M4-1.4.17-foss-2015b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'foss', 'version': '2015b'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-foss-2016a.eb b/m/M4/M4-1.4.17-foss-2016a.eb deleted file mode 100644 index ce563e7d..00000000 --- a/m/M4/M4-1.4.17-foss-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS='-fgnu89-inline'" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-gimkl-2.11.5.eb b/m/M4/M4-1.4.17-gimkl-2.11.5.eb deleted file mode 100644 index aa806c10..00000000 --- a/m/M4/M4-1.4.17-gimkl-2.11.5.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'gimkl', 'version': '2.11.5'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-ictce-5.4.0.eb b/m/M4/M4-1.4.17-ictce-5.4.0.eb deleted file mode 100644 index 304b160d..00000000 --- a/m/M4/M4-1.4.17-ictce-5.4.0.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'ictce', 'version': '5.4.0'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-ictce-5.5.0.eb b/m/M4/M4-1.4.17-ictce-5.5.0.eb deleted file mode 100644 index 46c1b375..00000000 --- a/m/M4/M4-1.4.17-ictce-5.5.0.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'ictce', 'version': '5.5.0'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-ictce-7.1.2.eb b/m/M4/M4-1.4.17-ictce-7.1.2.eb deleted file mode 100644 index 0289e6c4..00000000 --- a/m/M4/M4-1.4.17-ictce-7.1.2.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'ictce', 'version': '7.1.2'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-intel-2014b.eb b/m/M4/M4-1.4.17-intel-2014b.eb deleted file mode 100644 index 857e1b9f..00000000 --- a/m/M4/M4-1.4.17-intel-2014b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'intel', 'version': '2014b'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-intel-2015a.eb b/m/M4/M4-1.4.17-intel-2015a.eb deleted file mode 100644 index a8052662..00000000 --- a/m/M4/M4-1.4.17-intel-2015a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'intel', 'version': '2015a'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-intel-2015b.eb b/m/M4/M4-1.4.17-intel-2015b.eb deleted file mode 100644 index 6746b4b3..00000000 --- a/m/M4/M4-1.4.17-intel-2015b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-intel-2016.02-GCC-4.9.eb b/m/M4/M4-1.4.17-intel-2016.02-GCC-4.9.eb deleted file mode 100644 index 899804b1..00000000 --- a/m/M4/M4-1.4.17-intel-2016.02-GCC-4.9.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'intel', 'version': '2016.02-GCC-4.9'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-intel-2016a.eb b/m/M4/M4-1.4.17-intel-2016a.eb deleted file mode 100644 index 44727724..00000000 --- a/m/M4/M4-1.4.17-intel-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-intel-2017.00.eb b/m/M4/M4-1.4.17-intel-2017.00.eb deleted file mode 100644 index 27df5946..00000000 --- a/m/M4/M4-1.4.17-intel-2017.00.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-intel-2017a.eb b/m/M4/M4-1.4.17-intel-2017a.eb deleted file mode 100644 index 5bfd56c4..00000000 --- a/m/M4/M4-1.4.17-intel-2017a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'intel', 'version': '2017a'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/m/M4/M4-1.4.17-intel-para-2014.12.eb b/m/M4/M4-1.4.17-intel-para-2014.12.eb deleted file mode 100644 index 104ad6a3..00000000 --- a/m/M4/M4-1.4.17-intel-para-2014.12.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'M4' -version = '1.4.17' - -homepage = 'http://www.gnu.org/software/m4/m4.html' -description = """GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible - although it has some extensions (for example, handling more than 9 positional parameters to macros). - GNU M4 also has built-in functions for including files, running shell commands, doing arithmetic, etc.""" - -toolchain = {'name': 'intel-para', 'version': '2014.12'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [GNU_SOURCE] - -configopts = "--enable-cxx CPPFLAGS=-fgnu89-inline" - -sanity_check_paths = { - 'files': ["bin/m4"], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-5.9-GCC-5.1.0.patch b/n/ncurses/ncurses-5.9-GCC-5.1.0.patch deleted file mode 100644 index 7183bdd7..00000000 --- a/n/ncurses/ncurses-5.9-GCC-5.1.0.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff --git a/ncurses/base/MKlib_gen.sh b/ncurses/base/MKlib_gen.sh -index 66ae295..e438d5d 100755 ---- a/ncurses/base/MKlib_gen.sh -+++ b/ncurses/base/MKlib_gen.sh -@@ -437,11 +437,22 @@ sed -n -f $ED1 \ - -e 's/gen_$//' \ - -e 's/ / /g' >>$TMP - -+cat >$ED1 < $ED2 -+cat $ED2 >$TMP -+ - $preprocessor $TMP 2>/dev/null \ --| sed \ -- -e 's/ / /g' \ -- -e 's/^ //' \ -- -e 's/_Bool/NCURSES_BOOL/g' \ -+| sed -f $ED1 \ - | $AWK -f $AW2 \ - | sed -f $ED3 \ - | sed \ diff --git a/n/ncurses/ncurses-5.9-GNU-5.1.0-2.25.eb b/n/ncurses/ncurses-5.9-GNU-5.1.0-2.25.eb deleted file mode 100644 index c6927980..00000000 --- a/n/ncurses/ncurses-5.9-GNU-5.1.0-2.25.eb +++ /dev/null @@ -1,18 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-06-29_19-47-32 -name = 'ncurses' -version = '5.9' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'} -toolchainopts = {'optarch': True, 'pic': True} - -patches = ['ncurses-5.9-GCC-5.1.0.patch'] - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-5.9-foss-2015g.eb b/n/ncurses/ncurses-5.9-foss-2015g.eb deleted file mode 100644 index 645b7627..00000000 --- a/n/ncurses/ncurses-5.9-foss-2015g.eb +++ /dev/null @@ -1,15 +0,0 @@ -name = 'ncurses' -version = '5.9' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'foss', 'version': '2015g'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-5.9-gompi-2015e.eb b/n/ncurses/ncurses-5.9-gompi-2015e.eb deleted file mode 100644 index 0b8587bc..00000000 --- a/n/ncurses/ncurses-5.9-gompi-2015e.eb +++ /dev/null @@ -1,15 +0,0 @@ -name = 'ncurses' -version = '5.9' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'gompi', 'version': '2015e'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-6.0-GCCcore-4.9.3.eb b/n/ncurses/ncurses-6.0-GCCcore-4.9.3.eb deleted file mode 100644 index eab9da36..00000000 --- a/n/ncurses/ncurses-6.0-GCCcore-4.9.3.eb +++ /dev/null @@ -1,36 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'ncurses' -version = '6.0' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'GCCcore', 'version': '4.9.3'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -builddependencies = [('binutils', '2.25')] - -configopts = [ - # default build - '--with-shared --enable-overwrite', - # the UTF-8 enabled version (ncursesw) - '--with-shared --enable-overwrite --enable-ext-colors --enable-widec --includedir=%(installdir)s/include/ncursesw/' -] - -libs = ["form", "menu", "ncurses", "panel"] -sanity_check_paths = { - 'files': ['bin/%s' % x for x in ["captoinfo", "clear", "infocmp", "infotocap", "ncurses%(version_major)s-config", - "reset", "tabs", "tic", "toe", "tput", "tset"]] + - ['lib/lib%s%s.a' % (x, y) for x in libs for y in ['', '_g', 'w', 'w_g']] + - ['lib/lib%s%s.%s' % (x, y, SHLIB_EXT) for x in libs for y in ['', 'w']] + - ['lib/libncurses++%s.a' % x for x in ['', 'w']], - 'dirs': ['include', 'include/ncursesw'], -} - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-6.0-GNU-4.9.3-2.25.eb b/n/ncurses/ncurses-6.0-GNU-4.9.3-2.25.eb deleted file mode 100644 index 4012f0e6..00000000 --- a/n/ncurses/ncurses-6.0-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'ncurses' -version = '6.0' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -configopts = [ - # default build - '--with-shared --enable-overwrite', - # the UTF-8 enabled version (ncursesw) - '--with-shared --enable-overwrite --enable-ext-colors --enable-widec --includedir=%(installdir)s/include/ncursesw/' -] - -libs = ["form", "menu", "ncurses", "panel"] -sanity_check_paths = { - 'files': ['bin/%s' % x for x in ["captoinfo", "clear", "infocmp", "infotocap", "ncurses%(version_major)s-config", - "reset", "tabs", "tic", "toe", "tput", "tset"]] + - ['lib/lib%s%s.a' % (x, y) for x in libs for y in ['', '_g', 'w', 'w_g']] + - ['lib/lib%s%s.so' % (x, y) for x in libs for y in ['', 'w']] + - ['lib/libncurses++%s.a' % x for x in ['', 'w']], - 'dirs': ['include', 'include/ncursesw'], -} - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-6.0-foss-2016a.eb b/n/ncurses/ncurses-6.0-foss-2016a.eb deleted file mode 100644 index 6029357e..00000000 --- a/n/ncurses/ncurses-6.0-foss-2016a.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'ncurses' -version = '6.0' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'foss', 'version': '2016a'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -configopts = [ - # default build - '--with-shared --enable-overwrite', - # the UTF-8 enabled version (ncursesw) - '--with-shared --enable-overwrite --enable-ext-colors --enable-widec --includedir=%(installdir)s/include/ncursesw/' -] - -libs = ["form", "menu", "ncurses", "panel"] -sanity_check_paths = { - 'files': ['bin/%s' % x for x in ["captoinfo", "clear", "infocmp", "infotocap", "ncurses%(version_major)s-config", - "reset", "tabs", "tic", "toe", "tput", "tset"]] + - ['lib/lib%s%s.a' % (x, y) for x in libs for y in ['', '_g', 'w', 'w_g']] + - ['lib/lib%s%s.so' % (x, y) for x in libs for y in ['', 'w']] + - ['lib/libncurses++%s.a' % x for x in ['', 'w']], - 'dirs': ['include', 'include/ncursesw'], -} - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-6.0-foss-2017a.eb b/n/ncurses/ncurses-6.0-foss-2017a.eb deleted file mode 100644 index 272d18fb..00000000 --- a/n/ncurses/ncurses-6.0-foss-2017a.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'ncurses' -version = '6.0' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'foss', 'version': '2017a'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -configopts = [ - # default build - '--with-shared --enable-overwrite', - # the UTF-8 enabled version (ncursesw) - '--with-shared --enable-overwrite --enable-ext-colors --enable-widec --includedir=%(installdir)s/include/ncursesw/' -] - -libs = ["form", "menu", "ncurses", "panel"] -sanity_check_paths = { - 'files': ['bin/%s' % x for x in ["captoinfo", "clear", "infocmp", "infotocap", "ncurses%(version_major)s-config", - "reset", "tabs", "tic", "toe", "tput", "tset"]] + - ['lib/lib%s%s.a' % (x, y) for x in libs for y in ['', '_g', 'w', 'w_g']] + - ['lib/lib%s%s.so' % (x, y) for x in libs for y in ['', 'w']] + - ['lib/libncurses++%s.a' % x for x in ['', 'w']], - 'dirs': ['include', 'include/ncursesw'], -} - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-6.0-intel-2016.02-GCC-4.9.eb b/n/ncurses/ncurses-6.0-intel-2016.02-GCC-4.9.eb deleted file mode 100644 index 7c1c8c34..00000000 --- a/n/ncurses/ncurses-6.0-intel-2016.02-GCC-4.9.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'ncurses' -version = '6.0' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'intel', 'version': '2016.02-GCC-4.9'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -configopts = [ - # default build - '--with-shared --enable-overwrite', - # the UTF-8 enabled version (ncursesw) - '--with-shared --enable-overwrite --enable-ext-colors --enable-widec --includedir=%(installdir)s/include/ncursesw/' -] - -libs = ["form", "menu", "ncurses", "panel"] -sanity_check_paths = { - 'files': ['bin/%s' % x for x in ["captoinfo", "clear", "infocmp", "infotocap", "ncurses%(version_major)s-config", - "reset", "tabs", "tic", "toe", "tput", "tset"]] + - ['lib/lib%s%s.a' % (x, y) for x in libs for y in ['', '_g', 'w', 'w_g']] + - ['lib/lib%s%s.so' % (x, y) for x in libs for y in ['', 'w']] + - ['lib/libncurses++%s.a' % x for x in ['', 'w']], - 'dirs': ['include', 'include/ncursesw'], -} - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-6.0-intel-2016a.eb b/n/ncurses/ncurses-6.0-intel-2016a.eb deleted file mode 100644 index 852b0df6..00000000 --- a/n/ncurses/ncurses-6.0-intel-2016a.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'ncurses' -version = '6.0' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'intel', 'version': '2016a'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -configopts = [ - # default build - '--with-shared --enable-overwrite', - # the UTF-8 enabled version (ncursesw) - '--with-shared --enable-overwrite --enable-ext-colors --enable-widec --includedir=%(installdir)s/include/ncursesw/' -] - -libs = ["form", "menu", "ncurses", "panel"] -sanity_check_paths = { - 'files': ['bin/%s' % x for x in ["captoinfo", "clear", "infocmp", "infotocap", "ncurses%(version_major)s-config", - "reset", "tabs", "tic", "toe", "tput", "tset"]] + - ['lib/lib%s%s.a' % (x, y) for x in libs for y in ['', '_g', 'w', 'w_g']] + - ['lib/lib%s%s.so' % (x, y) for x in libs for y in ['', 'w']] + - ['lib/libncurses++%s.a' % x for x in ['', 'w']], - 'dirs': ['include', 'include/ncursesw'], -} - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-6.0-intel-2017.00.eb b/n/ncurses/ncurses-6.0-intel-2017.00.eb deleted file mode 100644 index c63d5d9e..00000000 --- a/n/ncurses/ncurses-6.0-intel-2017.00.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'ncurses' -version = '6.0' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -configopts = [ - # default build - '--with-shared --enable-overwrite', - # the UTF-8 enabled version (ncursesw) - '--with-shared --enable-overwrite --enable-ext-colors --enable-widec --includedir=%(installdir)s/include/ncursesw/' -] - -libs = ["form", "menu", "ncurses", "panel"] -sanity_check_paths = { - 'files': ['bin/%s' % x for x in ["captoinfo", "clear", "infocmp", "infotocap", "ncurses%(version_major)s-config", - "reset", "tabs", "tic", "toe", "tput", "tset"]] + - ['lib/lib%s%s.a' % (x, y) for x in libs for y in ['', '_g', 'w', 'w_g']] + - ['lib/lib%s%s.so' % (x, y) for x in libs for y in ['', 'w']] + - ['lib/libncurses++%s.a' % x for x in ['', 'w']], - 'dirs': ['include', 'include/ncursesw'], -} - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-6.0-intel-2017a.eb b/n/ncurses/ncurses-6.0-intel-2017a.eb deleted file mode 100644 index de50180b..00000000 --- a/n/ncurses/ncurses-6.0-intel-2017a.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'ncurses' -version = '6.0' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'intel', 'version': '2017a'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -configopts = [ - # default build - '--with-shared --enable-overwrite', - # the UTF-8 enabled version (ncursesw) - '--with-shared --enable-overwrite --enable-ext-colors --enable-widec --includedir=%(installdir)s/include/ncursesw/' -] - -libs = ["form", "menu", "ncurses", "panel"] -sanity_check_paths = { - 'files': ['bin/%s' % x for x in ["captoinfo", "clear", "infocmp", "infotocap", "ncurses%(version_major)s-config", - "reset", "tabs", "tic", "toe", "tput", "tset"]] + - ['lib/lib%s%s.a' % (x, y) for x in libs for y in ['', '_g', 'w', 'w_g']] + - ['lib/lib%s%s.so' % (x, y) for x in libs for y in ['', 'w']] + - ['lib/libncurses++%s.a' % x for x in ['', 'w']], - 'dirs': ['include', 'include/ncursesw'], -} - -moduleclass = 'devel' diff --git a/n/ncurses/ncurses-6.1-intel-2017a.eb b/n/ncurses/ncurses-6.1-intel-2017a.eb deleted file mode 100644 index 0a9a36d9..00000000 --- a/n/ncurses/ncurses-6.1-intel-2017a.eb +++ /dev/null @@ -1,36 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'ncurses' -version = '6.1' - -homepage = 'http://www.gnu.org/software/ncurses/' -description = """The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, - and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and - function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses.""" - -toolchain = {'name': 'intel', 'version': '2017a'} -toolchainopts = {'pic': True} - -source_urls = [GNU_SOURCE] -sources = [SOURCE_TAR_GZ] - -patches = ['ncurses-%(version)s_gcc-5.patch'] - -configopts = [ - # default build - '--with-shared --enable-overwrite', - # the UTF-8 enabled version (ncursesw) - '--with-shared --enable-overwrite --enable-ext-colors --enable-widec --includedir=%(installdir)s/include/ncursesw/' -] - -libs = ["form", "menu", "ncurses", "panel"] -sanity_check_paths = { - 'files': ['bin/%s' % x for x in ["captoinfo", "clear", "infocmp", "infotocap", "ncurses%(version_major)s-config", - "reset", "tabs", "tic", "toe", "tput", "tset"]] + - ['lib/lib%s%s.a' % (x, y) for x in libs for y in ['', '_g', 'w', 'w_g']] + - ['lib/lib%s%s.so' % (x, y) for x in libs for y in ['', 'w']] + - ['lib/libncurses++%s.a' % x for x in ['', 'w']], - 'dirs': ['include', 'include/ncursesw'], -} - -moduleclass = 'devel' diff --git a/o/ORCA/ORCA-3_0_0-linux_x86-64_openmpi_165.eb b/o/ORCA/ORCA-3_0_0-linux_x86-64_openmpi_165.eb deleted file mode 100644 index 685a061d..00000000 --- a/o/ORCA/ORCA-3_0_0-linux_x86-64_openmpi_165.eb +++ /dev/null @@ -1,39 +0,0 @@ -easyblock = "PackedBinary" - -name = "ORCA" -openmpiversion = '1.6.5' -version = '3_0_0-linux_x86-64_openmpi_%s' % ''.join(openmpiversion.split('.')) - -homepage = 'http://www.thch.uni-bonn.de/tc/orca/' -description = """ORCA is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry - with specific emphasis on spectroscopic properties of open-shell molecules. - It features a wide variety of standard quantum chemical methods ranging from semiempirical methods to DFT to single- - and multireference correlated ab initio methods. - It can also treat environmental and relativistic effects.""" - -toolchain = {'name': 'dummy', 'version': ''} - -sources = ['%%(namelower)s_%s_%s.tbz' % (version.split('-')[0], '-'.join(version.split('-')[1:]))] - -# ORCA 3.0.0 is compiled only against OpenMPI 1.6.5 for Linux -dependencies = [('OpenMPI', openmpiversion, '-GCC-4.7.2')] - -sanity_check_paths = { - 'files': ['orca_%s%s' % (x, y) for x in ['anoint', 'casscf', 'cis', 'cleanup', 'cpscf', - 'eprnmr', 'gtoint', 'mdci', 'mp2', 'mrci', 'pc', - 'rocis', 'scf', 'scfgrad', 'soc'] - for y in ["", "_mpi"]] + - ['orca_%s' % x for x in ['2mkl', 'asa', 'chelpg', 'ciprep', 'eca', 'ecplib', - 'euler', 'fci', 'fitpes', 'gstep', 'loc', 'mapspc', - 'md', 'mergefrag', 'ndoint', 'numfreq', 'plot', - 'pltvib', 'pop', 'rel', 'vib', 'vpot']] + - ['orca', 'otool_cosmo'], - 'dirs': [], -} - -modextravars = { - "SLURM_CPU_BIND" : "none", - "RSH_COMMAND" : "ssh -x", -} - -moduleclass = 'chem' diff --git a/o/ORCA/ORCA-3_0_2-linux_x86-64-OpenMPI-1.8.8-iccifort-2015.3.187-GNU-4.9.3-2.25.eb b/o/ORCA/ORCA-3_0_2-linux_x86-64-OpenMPI-1.8.8-iccifort-2015.3.187-GNU-4.9.3-2.25.eb deleted file mode 100644 index 7e48f06d..00000000 --- a/o/ORCA/ORCA-3_0_2-linux_x86-64-OpenMPI-1.8.8-iccifort-2015.3.187-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = "PackedBinary" - -name = "ORCA" -version = '3_0_3-linux_x86-64' - -openmpiversion = '1.8.8' - -homepage = 'http://cec.mpg.de/forum/' -description = """ORCA is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry - with specific emphasis on spectroscopic properties of open-shell molecules. - It features a wide variety of standard quantum chemical methods ranging from semiempirical methods to DFT to single- - and multireference correlated ab initio methods. - It can also treat environmental and relativistic effects.""" - -toolchain = {'name': 'dummy', 'version': ''} - -sources = ['%%(namelower)s_%s_%s.tbz' % (version.split('-')[0], '-'.join(version.split('-')[1:]))] - -dependencies = [('OpenMPI', openmpiversion, '-iccifort-2015.3.187-GNU-4.9.3-2.25')] - -sanity_check_paths = { - 'files': ['orca_%s%s' % (x, y) for x in ['anoint', 'casscf', 'cis', 'cleanup', 'cpscf', - 'eprnmr', 'gtoint', 'mdci', 'mp2', 'mrci', 'pc', - 'rocis', 'scf', 'scfgrad', 'soc'] - for y in ["", "_mpi"]] + - ['orca_%s' % x for x in ['2mkl', 'asa', 'chelpg', 'ciprep', 'eca', 'ecplib', - 'euler', 'fci', 'fitpes', 'gstep', 'loc', 'mapspc', - 'md', 'mergefrag', 'ndoint', 'numfreq', 'plot', - 'pltvib', 'pop', 'rel', 'vib', 'vpot']] + - ['orca', 'otool_cosmo'], - 'dirs': [], -} - -moduleclass = 'chem' diff --git a/o/ORCA/ORCA-3_0_3-linux_x86-64-OpenMPI-1.8.8-iccifort-2015.3.187-GNU-4.9.3-2.25.eb b/o/ORCA/ORCA-3_0_3-linux_x86-64-OpenMPI-1.8.8-iccifort-2015.3.187-GNU-4.9.3-2.25.eb deleted file mode 100644 index 7e48f06d..00000000 --- a/o/ORCA/ORCA-3_0_3-linux_x86-64-OpenMPI-1.8.8-iccifort-2015.3.187-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,34 +0,0 @@ -easyblock = "PackedBinary" - -name = "ORCA" -version = '3_0_3-linux_x86-64' - -openmpiversion = '1.8.8' - -homepage = 'http://cec.mpg.de/forum/' -description = """ORCA is a flexible, efficient and easy-to-use general purpose tool for quantum chemistry - with specific emphasis on spectroscopic properties of open-shell molecules. - It features a wide variety of standard quantum chemical methods ranging from semiempirical methods to DFT to single- - and multireference correlated ab initio methods. - It can also treat environmental and relativistic effects.""" - -toolchain = {'name': 'dummy', 'version': ''} - -sources = ['%%(namelower)s_%s_%s.tbz' % (version.split('-')[0], '-'.join(version.split('-')[1:]))] - -dependencies = [('OpenMPI', openmpiversion, '-iccifort-2015.3.187-GNU-4.9.3-2.25')] - -sanity_check_paths = { - 'files': ['orca_%s%s' % (x, y) for x in ['anoint', 'casscf', 'cis', 'cleanup', 'cpscf', - 'eprnmr', 'gtoint', 'mdci', 'mp2', 'mrci', 'pc', - 'rocis', 'scf', 'scfgrad', 'soc'] - for y in ["", "_mpi"]] + - ['orca_%s' % x for x in ['2mkl', 'asa', 'chelpg', 'ciprep', 'eca', 'ecplib', - 'euler', 'fci', 'fitpes', 'gstep', 'loc', 'mapspc', - 'md', 'mergefrag', 'ndoint', 'numfreq', 'plot', - 'pltvib', 'pop', 'rel', 'vib', 'vpot']] + - ['orca', 'otool_cosmo'], - 'dirs': [], -} - -moduleclass = 'chem' diff --git a/p/Python/.Python-3.6.1-glibc-2.14.eb.swp b/p/Python/.Python-3.6.1-glibc-2.14.eb.swp deleted file mode 100644 index d3ef1bf9..00000000 Binary files a/p/Python/.Python-3.6.1-glibc-2.14.eb.swp and /dev/null differ diff --git a/p/Python/Python-2.5.6-goolf-1.4.10-bare.eb b/p/Python/Python-2.5.6-goolf-1.4.10-bare.eb deleted file mode 100644 index e815cc69..00000000 --- a/p/Python/Python-2.5.6-goolf-1.4.10-bare.eb +++ /dev/null @@ -1,26 +0,0 @@ -name = 'Python' -version = '2.5.6' -versionsuffix = '-bare' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goolf', 'version': '1.4.10'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -patches = ['Python-%(version)s_svnversion-cmd.patch'] - -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.5.6-ictce-5.2.0-bare.eb b/p/Python/Python-2.5.6-ictce-5.2.0-bare.eb deleted file mode 100644 index 809068de..00000000 --- a/p/Python/Python-2.5.6-ictce-5.2.0-bare.eb +++ /dev/null @@ -1,26 +0,0 @@ -name = 'Python' -version = '2.5.6' -versionsuffix = '-bare' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '5.2.0'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -patches = ['Python-%(version)s_svnversion-cmd.patch'] - -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.5.6-ictce-5.3.0-bare.eb b/p/Python/Python-2.5.6-ictce-5.3.0-bare.eb deleted file mode 100644 index c781bfe8..00000000 --- a/p/Python/Python-2.5.6-ictce-5.3.0-bare.eb +++ /dev/null @@ -1,26 +0,0 @@ -name = 'Python' -version = '2.5.6' -versionsuffix = '-bare' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '5.3.0'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -patches = ['Python-%(version)s_svnversion-cmd.patch'] - -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-cgmpolf-1.1.6.eb b/p/Python/Python-2.7.3-cgmpolf-1.1.6.eb deleted file mode 100644 index 458773a1..00000000 --- a/p/Python/Python-2.7.3-cgmpolf-1.1.6.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'cgmpolf', 'version': '1.1.6'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9-20130406'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-cgmvolf-1.1.12rc1.eb b/p/Python/Python-2.7.3-cgmvolf-1.1.12rc1.eb deleted file mode 100644 index 8847eb71..00000000 --- a/p/Python/Python-2.7.3-cgmvolf-1.1.12rc1.eb +++ /dev/null @@ -1,89 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'cgmvolf', 'version': '1.1.12rc1'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9-20130406'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-cgmvolf-1.2.7.eb b/p/Python/Python-2.7.3-cgmvolf-1.2.7.eb deleted file mode 100644 index 8721ba5f..00000000 --- a/p/Python/Python-2.7.3-cgmvolf-1.2.7.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'cgmvolf', 'version': '1.2.7'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9-20130406'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-cgoolf-1.1.7.eb b/p/Python/Python-2.7.3-cgoolf-1.1.7.eb deleted file mode 100644 index feaf2e76..00000000 --- a/p/Python/Python-2.7.3-cgoolf-1.1.7.eb +++ /dev/null @@ -1,89 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'cgoolf', 'version': '1.1.7'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9-20130406'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-foss-2015b.eb b/p/Python/Python-2.7.3-foss-2015b.eb deleted file mode 100644 index 7bff3590..00000000 --- a/p/Python/Python-2.7.3-foss-2015b.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'foss', 'version': '2015b'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-gmpolf-1.4.8.eb b/p/Python/Python-2.7.3-gmpolf-1.4.8.eb deleted file mode 100644 index 6bbc4316..00000000 --- a/p/Python/Python-2.7.3-gmpolf-1.4.8.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'gmpolf', 'version': '1.4.8'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-gmvolf-1.7.12.eb b/p/Python/Python-2.7.3-gmvolf-1.7.12.eb deleted file mode 100644 index b6713093..00000000 --- a/p/Python/Python-2.7.3-gmvolf-1.7.12.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'gmvolf', 'version': '1.7.12'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9-20130406'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-gmvolf-1.7.12rc1.eb b/p/Python/Python-2.7.3-gmvolf-1.7.12rc1.eb deleted file mode 100644 index 383cedbc..00000000 --- a/p/Python/Python-2.7.3-gmvolf-1.7.12rc1.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'gmvolf', 'version': '1.7.12rc1'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9-20130406'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-goalf-1.1.0-no-OFED.eb b/p/Python/Python-2.7.3-goalf-1.1.0-no-OFED.eb deleted file mode 100644 index ffaa43d1..00000000 --- a/p/Python/Python-2.7.3-goalf-1.1.0-no-OFED.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goalf', 'version': '1.1.0-no-OFED'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-goolf-1.4.10.eb b/p/Python/Python-2.7.3-goolf-1.4.10.eb deleted file mode 100644 index b20ffd67..00000000 --- a/p/Python/Python-2.7.3-goolf-1.4.10.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goolf', 'version': '1.4.10'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-goolf-1.5.14.eb b/p/Python/Python-2.7.3-goolf-1.5.14.eb deleted file mode 100644 index e087117a..00000000 --- a/p/Python/Python-2.7.3-goolf-1.5.14.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goolf', 'version': '1.5.14'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-goolf-1.5.16.eb b/p/Python/Python-2.7.3-goolf-1.5.16.eb deleted file mode 100644 index c319ed15..00000000 --- a/p/Python/Python-2.7.3-goolf-1.5.16.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goolf', 'version': '1.5.16'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), -# ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['http://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['http://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['http://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['http://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['http://argparse.googlecode.com/files/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['http://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://deap.googlecode.com/files/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-ictce-4.0.6.eb b/p/Python/Python-2.7.3-ictce-4.0.6.eb deleted file mode 100644 index 04f04936..00000000 --- a/p/Python/Python-2.7.3-ictce-4.0.6.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '4.0.6'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -patches = ['python_libffi_int128_icc.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-ictce-4.1.13.eb b/p/Python/Python-2.7.3-ictce-4.1.13.eb deleted file mode 100644 index f3c7ccd4..00000000 --- a/p/Python/Python-2.7.3-ictce-4.1.13.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '4.1.13'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -patches = ['python_libffi_int128_icc.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-ictce-5.2.0.eb b/p/Python/Python-2.7.3-ictce-5.2.0.eb deleted file mode 100644 index 65a7050c..00000000 --- a/p/Python/Python-2.7.3-ictce-5.2.0.eb +++ /dev/null @@ -1,89 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '5.2.0'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-ictce-5.3.0.eb b/p/Python/Python-2.7.3-ictce-5.3.0.eb deleted file mode 100644 index caf683b0..00000000 --- a/p/Python/Python-2.7.3-ictce-5.3.0.eb +++ /dev/null @@ -1,89 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '5.3.0'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-intel-2015a.eb b/p/Python/Python-2.7.3-intel-2015a.eb deleted file mode 100644 index a68ef189..00000000 --- a/p/Python/Python-2.7.3-intel-2015a.eb +++ /dev/null @@ -1,89 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'intel', 'version': '2015a'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-iomkl-4.6.13.eb b/p/Python/Python-2.7.3-iomkl-4.6.13.eb deleted file mode 100644 index b36520e7..00000000 --- a/p/Python/Python-2.7.3-iomkl-4.6.13.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'iomkl', 'version': '4.6.13'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -patches = ['python_libffi_int128_icc.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.3-iqacml-3.7.3.eb b/p/Python/Python-2.7.3-iqacml-3.7.3.eb deleted file mode 100644 index 3806ea6d..00000000 --- a/p/Python/Python-2.7.3-iqacml-3.7.3.eb +++ /dev/null @@ -1,95 +0,0 @@ -name = 'Python' -version = '2.7.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'iqacml', 'version': '3.7.3'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -patches = ['python_libffi_int128_icc.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - ('CBLAS', '20110120'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - 'numpy-iqacml.patch', - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.5-goalf-1.5.12-no-OFED.eb b/p/Python/Python-2.7.5-goalf-1.5.12-no-OFED.eb deleted file mode 100644 index e8290ac4..00000000 --- a/p/Python/Python-2.7.5-goalf-1.5.12-no-OFED.eb +++ /dev/null @@ -1,89 +0,0 @@ -name = 'Python' -version = '2.7.5' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goalf', 'version': '1.5.12-no-OFED'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.7.0' -scipyversion = '0.12.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arf/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.5-goolf-1.4.10.eb b/p/Python/Python-2.7.5-goolf-1.4.10.eb deleted file mode 100644 index 577653d1..00000000 --- a/p/Python/Python-2.7.5-goolf-1.4.10.eb +++ /dev/null @@ -1,92 +0,0 @@ -name = 'Python' -version = '2.7.5' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goolf', 'version': '1.4.10'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.7.0' -scipyversion = '0.12.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - ('SQLite', '3.8.5'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.5-ictce-4.1.13.eb b/p/Python/Python-2.7.5-ictce-4.1.13.eb deleted file mode 100644 index 45b1ca6a..00000000 --- a/p/Python/Python-2.7.5-ictce-4.1.13.eb +++ /dev/null @@ -1,94 +0,0 @@ -name = 'Python' -version = '2.7.5' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '4.1.13'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.7.0' -scipyversion = '0.12.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.5-ictce-5.3.0.eb b/p/Python/Python-2.7.5-ictce-5.3.0.eb deleted file mode 100644 index 33dce6f6..00000000 --- a/p/Python/Python-2.7.5-ictce-5.3.0.eb +++ /dev/null @@ -1,92 +0,0 @@ -name = 'Python' -version = '2.7.5' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '5.3.0'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.7.0' -scipyversion = '0.12.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.5-ictce-5.5.0.eb b/p/Python/Python-2.7.5-ictce-5.5.0.eb deleted file mode 100644 index 0a01b973..00000000 --- a/p/Python/Python-2.7.5-ictce-5.5.0.eb +++ /dev/null @@ -1,92 +0,0 @@ -name = 'Python' -version = '2.7.5' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '5.5.0'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.7.0' -scipyversion = '0.12.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.5-iqacml-3.7.3.eb b/p/Python/Python-2.7.5-iqacml-3.7.3.eb deleted file mode 100644 index f5d6db6b..00000000 --- a/p/Python/Python-2.7.5-iqacml-3.7.3.eb +++ /dev/null @@ -1,96 +0,0 @@ -name = 'Python' -version = '2.7.5' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'iqacml', 'version': '3.7.3'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.7.0' -scipyversion = '0.12.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - ('CBLAS', '20110120'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '0.6c11', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - 'numpy-iqacml.patch', - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.17.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.1.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.1', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.8', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.6-goolf-1.4.10.eb b/p/Python/Python-2.7.6-goolf-1.4.10.eb deleted file mode 100644 index bccfcbf0..00000000 --- a/p/Python/Python-2.7.6-goolf-1.4.10.eb +++ /dev/null @@ -1,91 +0,0 @@ -name = 'Python' -version = '2.7.6' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goolf', 'version': '1.4.10'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.0' -scipyversion = '0.13.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '1.4.2', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.0', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.19.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.6-ictce-4.1.13.eb b/p/Python/Python-2.7.6-ictce-4.1.13.eb deleted file mode 100644 index 14641732..00000000 --- a/p/Python/Python-2.7.6-ictce-4.1.13.eb +++ /dev/null @@ -1,94 +0,0 @@ -name = 'Python' -version = '2.7.6' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '4.1.13'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.0' -scipyversion = '0.13.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '1.4.2', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.0', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.19.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.6-ictce-5.5.0.eb b/p/Python/Python-2.7.6-ictce-5.5.0.eb deleted file mode 100644 index a51d51c9..00000000 --- a/p/Python/Python-2.7.6-ictce-5.5.0.eb +++ /dev/null @@ -1,94 +0,0 @@ -name = 'Python' -version = '2.7.6' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '5.5.0'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.0' -scipyversion = '0.13.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '1.4.2', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.0', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.19.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '1.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.12.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.8-foss-2014b.eb b/p/Python/Python-2.7.8-foss-2014b.eb deleted file mode 100644 index 16590efb..00000000 --- a/p/Python/Python-2.7.8-foss-2014b.eb +++ /dev/null @@ -1,98 +0,0 @@ -name = 'Python' -version = '2.7.8' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'foss', 'version': '2014b'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1g'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '5.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.5.6', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.3', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.20.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.7.3', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.14.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), - ('pygments', '1.6', { - 'source_urls': ['https://pypi.python.org/packages/source/P/Pygments/'], - 'source_tmpl': 'Pygments-%(version)s.tar.gz', - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.8-goolf-1.5.14.eb b/p/Python/Python-2.7.8-goolf-1.5.14.eb deleted file mode 100644 index c8491023..00000000 --- a/p/Python/Python-2.7.8-goolf-1.5.14.eb +++ /dev/null @@ -1,104 +0,0 @@ -name = 'Python' -version = '2.7.8' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goolf', 'version': '1.5.14'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.1' -scipyversion = '0.14.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1g'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '5.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.5.6', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.3', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('blist', '1.3.6', { - 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], - }), - ('six', '1.7.3', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.20.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.14.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), - ('pygments', '1.6', { - 'source_urls': ['https://pypi.python.org/packages/source/P/Pygments/'], - 'source_tmpl': 'Pygments-%(version)s.tar.gz', - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.8-ictce-7.1.2.eb b/p/Python/Python-2.7.8-ictce-7.1.2.eb deleted file mode 100644 index a7caba4f..00000000 --- a/p/Python/Python-2.7.8-ictce-7.1.2.eb +++ /dev/null @@ -1,104 +0,0 @@ -name = 'Python' -version = '2.7.8' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '7.1.2'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.1' -scipyversion = '0.14.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -configopts = ' --enable-unicode=ucs4 ' -preconfigopts = 'env LDFLAGS="-lstdc++" ' - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1g'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -# Version updated 08/JULY/2014 -exts_list = [ - ('setuptools', '5.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.5.6', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.3', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('blist', '1.3.6', { - 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.20.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.7.3', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.14.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.8-intel-2014.06.eb b/p/Python/Python-2.7.8-intel-2014.06.eb deleted file mode 100644 index dfe5979c..00000000 --- a/p/Python/Python-2.7.8-intel-2014.06.eb +++ /dev/null @@ -1,101 +0,0 @@ -name = 'Python' -version = '2.7.8' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'intel', 'version': '2014.06'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.1' -scipyversion = '0.14.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1g'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -# Version updated 08/JULY/2014 -exts_list = [ - ('setuptools', '5.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.5.6', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.3', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('blist', '1.3.6', { - 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.20.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.7.3', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.14.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.8-intel-2014b.eb b/p/Python/Python-2.7.8-intel-2014b.eb deleted file mode 100644 index 54121e1a..00000000 --- a/p/Python/Python-2.7.8-intel-2014b.eb +++ /dev/null @@ -1,101 +0,0 @@ -name = 'Python' -version = '2.7.8' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'intel', 'version': '2014b'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.1' -scipyversion = '0.14.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1g'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -# Version updated 08/JULY/2014 -exts_list = [ - ('setuptools', '5.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.5.6', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.3', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('blist', '1.3.6', { - 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.20.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.7.3', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.14.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.8-intel-2015a.eb b/p/Python/Python-2.7.8-intel-2015a.eb deleted file mode 100644 index 012b08ce..00000000 --- a/p/Python/Python-2.7.8-intel-2015a.eb +++ /dev/null @@ -1,100 +0,0 @@ -name = 'Python' -version = '2.7.8' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'intel', 'version': '2015a'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.9.1' -scipyversion = '0.14.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1g'), # OS dependency should be preferred if the os version is more recent then this version, it's - # nice to have an up to date openssl for security reasons -] - -# order is important! -# Version updated 08/JULY/2014 -exts_list = [ - ('setuptools', '5.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.5.6', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.3', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-1.8.0-mkl.patch'], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('blist', '1.3.6', { - 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['https://pypi.python.org/packages/source/a/argparse/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.20.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.7.3', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.14.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -moduleclass = 'lang' diff --git a/p/Python/Python-2.7.8-intel-2015b.eb b/p/Python/Python-2.7.8-intel-2015b.eb deleted file mode 100644 index dfec7569..00000000 --- a/p/Python/Python-2.7.8-intel-2015b.eb +++ /dev/null @@ -1,101 +0,0 @@ -name = 'Python' -version = '2.7.8' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'intel', 'version': '2015b'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.1' -scipyversion = '0.14.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-2.7_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), -# ('OpenSSL', '1.0.1g'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -# Version updated 08/JULY/2014 -exts_list = [ - ('setuptools', '5.4.1', { - 'source_urls': ['http://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.5.6', { - 'source_urls': ['http://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.3', { - 'source_urls': ['http://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('blist', '1.3.6', { - 'source_urls': ['http://pypi.python.org/packages/source/b/blist/'], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['http://pypi.python.org/packages/source/p/paycheck/'], - }), - ('argparse', '1.2.1', { - 'source_urls': ['http://argparse.googlecode.com/files/'], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.20.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.7.3', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['http://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.14.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.2.3-goalf-1.1.0-no-OFED.eb b/p/Python/Python-3.2.3-goalf-1.1.0-no-OFED.eb deleted file mode 100644 index 9282981b..00000000 --- a/p/Python/Python-3.2.3-goalf-1.1.0-no-OFED.eb +++ /dev/null @@ -1,66 +0,0 @@ -name = 'Python' -version = '3.2.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goalf', 'version': '1.1.0-no-OFED'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('distribute', '0.6.26', { - 'source_urls': ['https://pypi.python.org/packages/source/d/distribute'], - 'modulename': 'setuptools', - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('Cython', '0.19.1', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.2.3-goolf-1.4.10.eb b/p/Python/Python-3.2.3-goolf-1.4.10.eb deleted file mode 100644 index 98e26ec9..00000000 --- a/p/Python/Python-3.2.3-goolf-1.4.10.eb +++ /dev/null @@ -1,66 +0,0 @@ -name = 'Python' -version = '3.2.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goolf', 'version': '1.4.10'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('distribute', '0.6.26', { - 'source_urls': ['https://pypi.python.org/packages/source/d/distribute'], - 'modulename': 'setuptools', - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('Cython', '0.19.1', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.2.3-ictce-4.0.6.eb b/p/Python/Python-3.2.3-ictce-4.0.6.eb deleted file mode 100644 index b110143e..00000000 --- a/p/Python/Python-3.2.3-ictce-4.0.6.eb +++ /dev/null @@ -1,68 +0,0 @@ -name = 'Python' -version = '3.2.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '4.0.6'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -patches = ['python_libffi_int128_icc.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('distribute', '0.6.26', { - 'source_urls': ['https://pypi.python.org/packages/source/d/distribute'], - 'modulename': 'setuptools', - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('Cython', '0.19.1', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.2.3-ictce-5.3.0.eb b/p/Python/Python-3.2.3-ictce-5.3.0.eb deleted file mode 100644 index 4bc546cc..00000000 --- a/p/Python/Python-3.2.3-ictce-5.3.0.eb +++ /dev/null @@ -1,66 +0,0 @@ -name = 'Python' -version = '3.2.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '5.3.0'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.6.1' -scipyversion = '0.10.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.7'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('distribute', '0.6.26', { - 'source_urls': ['https://pypi.python.org/packages/source/d/distribute'], - 'modulename': 'setuptools', - }), - ('pip', '1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.1.2', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s_distutils_multiple-lib-dirs.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('mpi4py', '1.3', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('Cython', '0.19.1', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('deap', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.3.2-goolf-1.4.10.eb b/p/Python/Python-3.3.2-goolf-1.4.10.eb deleted file mode 100644 index 0dc65b97..00000000 --- a/p/Python/Python-3.3.2-goolf-1.4.10.eb +++ /dev/null @@ -1,47 +0,0 @@ -name = 'Python' -version = '3.3.2' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'goolf', 'version': '1.4.10'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.7.1' -scipyversion = '0.12.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '1.1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools'], - }), - ('pip', '1.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.0', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-1.7.1_distutils_multiple-lib-dirs.patch'], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.3.2-ictce-5.3.0.eb b/p/Python/Python-3.3.2-ictce-5.3.0.eb deleted file mode 100644 index 97e6c04c..00000000 --- a/p/Python/Python-3.3.2-ictce-5.3.0.eb +++ /dev/null @@ -1,49 +0,0 @@ -name = 'Python' -version = '3.3.2' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'ictce', 'version': '5.3.0'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.7.1' -scipyversion = '0.12.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -patches = ['python-3.3_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.2'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1f'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -exts_list = [ - ('setuptools', '1.1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools'], - }), - ('pip', '1.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.0', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-1.7.1_distutils_multiple-lib-dirs.patch'], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.4.1-intel-2014b.eb b/p/Python/Python-3.4.1-intel-2014b.eb deleted file mode 100644 index 66630e99..00000000 --- a/p/Python/Python-3.4.1-intel-2014b.eb +++ /dev/null @@ -1,106 +0,0 @@ -name = 'Python' -version = '3.4.1' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'intel', 'version': '2014b'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.1' -scipyversion = '0.14.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-3.4_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1g'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -# Version updated 08/JULY/2014 -exts_list = [ - ('setuptools', '5.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.5.6', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.3', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('blist', '1.3.6', { - 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - 'patches': [ - 'paycheck-1.0.2_setup-open-README-utf8.patch', - ], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - # tarball has changed upstream, so make sure we get the right version by verifying the checksum - 'checksums': ['ce61468d4c1263e3005737bbed2641f0'], - }), - ('Cython', '0.20.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.7.3', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - 'patches': [ - 'deap-1.0.1_setup-open-README-utf8.patch', - ], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.14.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.4.1-intel-2015a.eb b/p/Python/Python-3.4.1-intel-2015a.eb deleted file mode 100644 index d93f95e4..00000000 --- a/p/Python/Python-3.4.1-intel-2015a.eb +++ /dev/null @@ -1,106 +0,0 @@ -name = 'Python' -version = '3.4.1' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'intel', 'version': '2015a'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.8.1' -scipyversion = '0.14.0' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# libffi build in python is still broken, see http://bugs.python.org/issue4130 -patches = ['python-3.4_libffi-include-xmmintrin.patch'] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1g'), # OS dependency should be preferred for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev', 'libopenssl-devel')] - -# order is important! -# Version updated 08/JULY/2014 -exts_list = [ - ('setuptools', '5.4.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '1.5.6', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.3', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': [ - 'numpy-%s-mkl.patch' % numpyversion, - ], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('blist', '1.3.6', { - 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - 'patches': [ - 'paycheck-1.0.2_setup-open-README-utf8.patch', - ], - }), - ('lockfile', '0.9.1', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - # tarball has changed upstream, so make sure we get the right version by verifying the checksum - 'checksums': ['ce61468d4c1263e3005737bbed2641f0'], - }), - ('Cython', '0.20.2', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.7.3', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.1', { - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - 'patches': [ - 'deap-1.0.1_setup-open-README-utf8.patch', - ], - }), - ('decorator', '3.4.0', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.1', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.11', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.14.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.4.3-intel-2015a.eb b/p/Python/Python-3.4.3-intel-2015a.eb deleted file mode 100644 index f8a38510..00000000 --- a/p/Python/Python-3.4.3-intel-2015a.eb +++ /dev/null @@ -1,110 +0,0 @@ -name = 'Python' -version = '3.4.3' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'intel', 'version': '2015a'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -numpyversion = '1.9.2' -scipyversion = '0.15.1' - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('zlib', '1.2.8'), - ('libreadline', '6.3'), - ('ncurses', '5.9'), - # ('OpenSSL', '1.0.1m'), # OS dependency should be preferred if the os version is more recent then this version, it's - # nice to have an up to date openssl for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev')] - -# order is important! -# package versions updated Jan 19th 2015 -exts_list = [ - ('setuptools', '15.2', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '6.1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.6', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], - 'patches': ['numpy-1.8.0-mkl.patch'], - }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], - }), - ('blist', '1.3.6', { - 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], - }), - ('mpi4py', '1.3.1', { - 'source_urls': ['http://bitbucket.org/mpi4py/mpi4py/downloads/'], - }), - ('paycheck', '1.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paycheck/'], - 'patches': [ - 'paycheck-1.0.2_setup-open-README-utf8.patch', - ], - }), - ('pbr', '0.11.0', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pbr/'], - }), - ('lockfile', '0.10.2', { - 'source_urls': ['https://pypi.python.org/packages/source/l/lockfile/'], - }), - ('Cython', '0.22', { - 'source_urls': ['http://www.cython.org/release/'], - }), - ('six', '1.9.0', { - 'source_urls': ['https://pypi.python.org/packages/source/s/six/'], - }), - ('dateutil', '2.4.2', { - 'source_tmpl': 'python-%(name)s-%(version)s.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/p/python-dateutil/'], - }), - ('deap', '1.0.2', { - 'source_tmpl': '%(name)s-%(version)s.post2.tar.gz', - 'source_urls': ['https://pypi.python.org/packages/source/d/deap/'], - 'patches': [ - 'deap-1.0.2_setup-open-README-utf8.patch', - ], - }), - ('decorator', '3.4.2', { - 'source_urls': ['https://pypi.python.org/packages/source/d/decorator/'], - }), - ('arff', '2.0.2', { - 'source_tmpl': 'liac-%(name)s-%(version)s.zip', - 'source_urls': ['https://pypi.python.org/packages/source/l/liac-arff/'], - }), - ('pycrypto', '2.6.1', { - 'modulename': 'Crypto', - 'source_urls': ['http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/'], - }), - ('ecdsa', '0.13', { - 'source_urls': ['https://pypi.python.org/packages/source/e/ecdsa/'], - }), - ('paramiko', '1.15.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/paramiko/'], - }), - ('pyparsing', '2.0.3', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pyparsing/'], - }), - ('netifaces', '0.10.4', { - 'source_urls': ['https://pypi.python.org/packages/source/n/netifaces'], - }), - ('netaddr', '0.7.14', { - 'source_urls': ['https://pypi.python.org/packages/source/n/netaddr'], - }), -] - -moduleclass = 'lang' diff --git a/p/Python/Python-3.6.1-glibc-2.14-6.3.0.eb b/p/Python/Python-3.6.1-glibc-2.14-6.3.0.eb deleted file mode 100644 index 5bec949a..00000000 --- a/p/Python/Python-3.6.1-glibc-2.14-6.3.0.eb +++ /dev/null @@ -1,47 +0,0 @@ -# IT4Innovation 2017 - -name = 'Python' -version = '3.6.1' - -homepage = 'http://python.org/' -description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." - -toolchain = {'name': 'libc', 'version': '2.14'} -toolchainopts = {'pic': True, 'opt': True, 'optarch': True} - -source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] -sources = [SOURCE_TGZ] - -# python needs bzip2 to build the bz2 package -dependencies = [ - ('bzip2', '1.0.6'), - ('libreadline', '7.0'), - ('SQLite', '3.17.0'), - ('Tk', '8.6.6'), - ('GMP', '6.1.2'), - ('XZ', '5.2.3'), - ('zlib', '1.2.11'), - ('ncurses', '6.0'), -# ('OpenSSL', '1.0.1q'), # OS dependency should be preferred if the os version is more recent then this version, it's -# nice to have an up to date openssl for security reasons -] - -osdependencies = [('openssl-devel', 'libssl-dev')] - -# order is important! -# package versions updated Feb 25th 2016 -exts_list = [ - ('setuptools', '20.1.1', { - 'source_urls': ['https://pypi.python.org/packages/source/s/setuptools/'], - }), - ('pip', '8.0.2', { - 'source_urls': ['https://pypi.python.org/packages/source/p/pip/'], - }), - ('nose', '1.3.7', { - 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], - }), -] - -#modluafooter = 'add_property("state","experimental")' - -moduleclass = 'lang' diff --git a/results/SALOMON-not_installed.txt b/results/SALOMON-not_installed.txt deleted file mode 100644 index 7490ae71..00000000 --- a/results/SALOMON-not_installed.txt +++ /dev/null @@ -1,589 +0,0 @@ -ABINIT/7.10.1-goolf-1.5.16 -Advisor/2017_update1 -Autoconf/2.69-GCC-4.7.2 -Autoconf/2.69-goolf-1.4.10 -Autotools/20150215-foss-2017a -almost/2.1.0 -ant/1.10.0-Java-1.8.0_112 -ant/1.8.4-Java-1.7.0_10 -ant/1.8.4-Java-1.7.0_21 -ant/1.9.0-Java-1.7.0_15 -ant/1.9.0-Java-1.7.0_21 -ant/1.9.3-Java-1.7.0_60 -ant/1.9.6-Java-1.7.0_75 -ant/1.9.6-Java-1.7.0_79 -ant/1.9.6-Java-1.7.0_80 -ant/1.9.6-Java-1.8.0_51 -ant/1.9.6-Java-1.8.0_66 -ant/1.9.6-Java-1.8.0_72 -ant/1.9.6-Java-1.8.0_77 -ant/1.9.7-Java-1.8.0_92 -arpack-ng/3.1.3-ictce-5.3.0-mt -arpack-ng/3.1.3-ictce-5.3.0 -arpack-ng/3.1.3-ictce-5.5.0-mt -arpack-ng/3.1.3-ictce-5.5.0 -arpack-ng/3.1.5-ictce-7.1.2-mt -arpack-ng/3.1.5-ictce-7.1.2 -arpack-ng/3.3.0-GCC-4.9.3 -ABAQUS/6.12.1-linux-x86_64 -ABAQUS/6.13.5-linux-x86_64 -ABAQUS/6.14.1-linux-x86_64 -ADF/2014.02 -ADF/2014.11.r48287-intel-2016a -ADF/2016.101 -ALLPATHS-LG/46968-goolf-1.4.10 -ALPS/2.3.0-foss-2016b-Python-2.7.12 -ALPS/2.3.0-foss-2016b-Python-3.5.2 -ASHS/rev103_20140612 -ATLAS/3.10.2-GCC-5.4.0-2.26-LAPACK-3.6.1 -ATLAS/3.10.3-GCC-5.4.0-2.26-LAPACK-3.6.1 -Allinea/4.1-32834-Redhat-5.7-x86_64 -Allinea/4.1-32834-Redhat-6.0-x86_64 -Allinea/6.1.1-Ubuntu-14.04-x86_64 -Amber/16-iomkl-2016.07-AmberTools-16-patchlevel-5-14-serial -Amber/16-iomkl-2016.07-AmberTools-16-patchlevel-5-14 -Amber/16-iomkl-2016.09-GCC-4.9.3-2.25-AmberTools-16-patchlevel-5-14-CUDA -AmberTools/15-intel-2015b-Python-2.7.11 -AmberTools/16-intel-2015b-Python-2.7.11 -angsd/0.910-foss-2016a -BCFtools/1.2-foss-2015a -BCFtools/1.2-intel-2015a -BCFtools/1.3-foss-2016a -BCFtools/1.3-intel-2016a -BCFtools/1.3.1-goolf-1.7.20 -Bison/2.7-foss-2016a -Bison/3.0.2-GCC-4.8.3 -Bison/3.0.4-foss-2017a -Boost/1.61.0-intel-2016b -Boost/1.49.0-goolf-1.5.16-Python-2.7.3 -Boost/1.60.0-foss-2015a -Boost/1.60.0-foss-2015b -Boost/1.60.0-foss-2016a -Boost/1.60.0-intel-2016a -Boost/1.61.0-intel-2016a-Python-2.7.11 -Boost/1.62.0-intel-2016b-Python-2.7.12 -Boost/1.60.0-CrayGNU-2016.03-Python-2.7.11 -Boost/1.60.0-foss-2016a-Python-2.7.11 -Boost/1.60.0-intel-2016a-Python-2.7.11 -Boost/1.61.0-foss-2016a-Python-3.5.2 -Boost/1.61.0-intel-2016a -Boost/1.61.0-intel-2016b-Python-2.7.12 -binutils/2.24-intel-2014b -byacc/20160606 -BBMap/35.82-foss-2015b-Java-1.8.0_66 -BBMap/35.82-foss-2015b-Java-1.8.0_74 -BBMap/36.62-intel-2016b-Java-1.8.0_112 -BEDOPS/2.4.1-GCC-4.8.4 -BLAST/2.2.26-Linux_x86_64 -BLAT/3.5-goolf-1.4.10 -BLAT/3.5-ictce-5.5.0-libpng-1.6.9 -BLAT/3.5-ictce-5.5.0 -BLCR/0.8.5-GNU-5.1.0-2.25 -BWA/0.7.13-goolf-1.4.10 -BXH_XCEDE_TOOLS/1.11.1 -BamUtil/1.0.13-foss-2015b -BayPass/2.1-goolf-1.7.20 -BayeScEnv/1.1-foss-2016a -BayeScEnv/1.1-goolf-1.4.10 -BayeScan/2.1-foss-2016a -BayeScan/2.1-goolf-1.4.10 -BayesAss/3.0.4-foss-2016a -Bazel/0.3.0-CrayGNU-2016.03 -Bazel/0.4.4 -Beast/1.8.4 -BerkeleyGW/1.0.6-intel-2016.02-GCC-4.9 -BerkeleyGW/1.1-beta2-intel-2016.02-GCC-4.9 -BioPerl/1.6.924-foss-2016a-Perl-5.22.1 -Biopython/1.61-goolf-1.4.10-Python-2.7.3 -Biopython/1.61-ictce-5.3.0-Python-2.7.3 -Biopython/1.65-foss-2016a-Python-2.7.11 -Biopython/1.68-foss-2016b-Python-2.7.12 -Biopython/1.68-intel-2016b-Python-2.7.12 -Biopython/1.68-intel-2016b-Python-3.5.2 -Bowtie2/2.0.5-goolf-1.4.10 -Bowtie2/2.0.6-goolf-1.4.10 -Bowtie2/2.1.0-goolf-1.4.10 -Bowtie2/2.2.0-goolf-1.4.10 -Bowtie2/2.2.2-goolf-1.4.10 -Bowtie2/2.2.4-goolf-1.4.10 -Bowtie2/2.2.5-goolf-1.7.20 -Bowtie2/2.2.5-intel-2015a -Bowtie2/2.2.6-foss-2015b -Bowtie2/2.2.6-intel-2015b -Bowtie2/2.2.7-foss-2015b -Bowtie2/2.2.8-foss-2015b -Bowtie2/2.2.8-foss-2016a -Bowtie2/2.2.9-foss-2016a -Bowtie2/2.2.9-goolf-1.7.20 -Bullet/2.83.7-foss-2016a -Bullet/2.83.7-intel-2016a -bbcp/12.01.30.00.0-amd64_linux26 -beagle-lib/2.1.2-foss-2016a -beagle-lib/2.1.2-goolf-1.7.20 -beagle-lib/20120124-goolf-1.4.10 -beagle-lib/20120124-ictce-5.3.0 -beagle-lib/20141202-intel-2015a -bsoft/1.8.8-goolf-1.5.14 -CMake/2.8.4-goolf-1.5.16 -CMake/3.2.3-foss-2015a -CMake/3.2.3-goolf-1.4.10 -CMake/3.2.3-intel-2015a -CMake/3.2.3-intel-2015b -CMake/3.3.1-intel-2015a -CMake/3.3.2-gimkl-2.11.5 -CMake/3.3.2-intel-2015b -CMake/3.4.0-intel-2015b -CMake/3.4.1-GCC-4.9.2 -CMake/3.4.1-foss-2015a -CMake/3.4.1-foss-2016a -CMake/3.4.1-intel-2016.02-GCC-4.9 -CMake/3.4.1-intel-2016a -CMake/3.4.1-iomkl-2016.07 -CMake/3.4.1-iomkl-2016.09-GCC-4.9.3-2.25 -CMake/3.4.3-foss-2016a -CMake/3.4.3-foss-2016b -CMake/3.4.3-gimkl-2.11.5 -CMake/3.4.3-goolf-1.7.20 -CMake/3.4.3-ictce-7.3.5 -CMake/3.5.0-CrayGNU-2015.11 -CMake/3.5.0-CrayGNU-2016.03 -CMake/3.5.2-foss-2016b -CMake/3.5.2-goolf-1.7.20 -CMake/3.5.2-intel-2016a -CMake/3.5.2-intel-2016b -CMake/3.6.1-GCC-5.4.0-2.26 -CMake/3.6.1-GCCcore-4.9.3 -CMake/3.6.1-foss-2016b -CMake/3.6.1-intel-2016b -CMake/3.6.2-GCCcore-5.4.0 -CMake/3.6.2-foss-2016b -CMake/3.6.2-intel-2016b -CMake/3.6.2 -CMake/3.7.1-GCCcore-5.4.0 -CMake/3.7.1-GCCcore-6.2.0 -CMake/3.7.1-foss-2016b -CMake/3.7.1-intel-2016b -cURL/7.51.0 -CFITSIO/3.300-ictce-5.5.0 -CFITSIO/3.34-goolf-1.4.10 -CFITSIO/3.34-ictce-5.3.0 -CFITSIO/3.34-ictce-5.5.0 -CFITSIO/3.350-ictce-5.5.0 -CFITSIO/3.37-intel-2015a -CFITSIO/3.38-foss-2016a -CFITSIO/3.38-intel-2016a -CLooG/0.18.1-GCC-4.8.2 -CP2K/2.5.1-goolf-1.5.16 -CP2K/2.5.1-ictce-5.5.0 -CP2K/2.6.0-CrayGNU-2015.06 -CP2K/2.6.0-CrayGNU-2015.11 -CP2K/3.0-CrayGNU-2015.11-cuda-7.0 -CP2K/3.0-CrayGNU-2015.11 -CUDA/5.0.35-1 -CUDA/5.0.35-GCC-4.6.4-1 -CUDA/7.5.18-iccifort-2015.3.187-GNU-4.9.3-2.25 -CUDA/7.5.18-iccifort-2016.3.210-GCC-4.9.3-2.25 -CUDA/7.5.18 -CUDA/8.0.44-intel-2017.00 -CUDA/8.0.44 -CVXOPT/1.1.5-goolf-1.4.10-Python-2.7.3 -CVXOPT/1.1.5-ictce-5.3.0-Python-2.7.3 -Cantera/2.2.1-intel-2016b-Python-2.7.12 -ChIP-Seq/1.5-1-goolf-1.4.10 -ChIP-Seq/1.5-1-goolf-1.7.20 -Commet/20150415-foss-2016a-Python-2.7.11 -ConnectomeWorkbench/1.2.2 -CrayPGI/2016.04 -CrossTalkZ/1.4-foss-2016a -Cube/4.3.4 -Cython/0.16-goolf-1.4.10-Python-2.7.3 -Cython/0.16-ictce-5.3.0-Python-2.7.3 -Cython/0.19.1-goolf-1.4.10-Python-2.7.3 -Cython/0.19.1-ictce-5.3.0-Python-2.7.3 -Cython/0.19.2-ictce-5.5.0-Python-2.7.6 -Cython/0.22-goolf-1.4.10-Python-2.7.3 -Cython/0.23.4-gimkl-2.11.5-Python-2.7.10 -Cython/0.24.1-foss-2016a-Python-2.7.11 -cclib/1.5-foss-2016b-Python-3.5.2 -cramtools/2.0-Java-1.7.0_80 -cramtools/3.0-Java-1.7.0_80 -ctffind/4.0.17-intel-2015b -cuDNN/5.1-CUDA-7.5.18 -cuDNN/5.1-CUDA-8.0.44 -cutadapt/1.5-goolf-1.4.10-Python-2.7.10 -cutadapt/1.9.1-foss-2016a-Python-2.7.11 -DB/6.2.23-foss-2016a -DBD-mysql/4.032-intel-2016a-Perl-5.22.2 -DBD-mysql/4.033-intel-2016b-Perl-5.24.0 -DB_File/1.835-foss-2016a-Perl-5.22.1 -DBus/1.10.12-intel-2016b -DBus/1.10.8-foss-2016a -DBus/1.10.8-intel-2016a -DFT-D3/3.1.1-intel-2015a -DIAL/2011.06.06-foss-2016a -DL_POLY_Classic/1.9-ictce-5.3.0-no-gui -DMTCP/2.4.5 -drFAST/1.0.0.0-goolf-1.4.10 -drFAST/1.0.0.0-ictce-6.2.5 -EIGENSOFT/6.1.1-goolf-1.7.20 -ELPA/2013.11-ictce-5.3.0 -ELPA/2013.11-ictce-5.5.0 -EMBOSS/6.5.7-goolf-1.4.10 -EMBOSS/6.5.7-ictce-5.3.0 -ea-utils/27a4809-foss-2016a -ea-utils/27a4809-foss-2016b -eudev/3.1.5-foss-2015g -FFTW/2.1.5-gompi-1.5.12 -FFTW/3.3.6-gompi-2017a-it4i -Forge/7.0.0 -Forge/7.0.1 -flex/2.5.38-GCC-4.8.2 -flex/2.5.39-CrayGNU-2015.06 -flex/2.5.39-CrayGNU-2015.11 -flex/2.5.39-GCC-4.9.2-binutils-2.25 -flex/2.5.39-GCC-4.9.2 -flex/2.5.39-GCC-4.9.3 -flex/2.5.39-GCCcore-4.9.2 -flex/2.5.39-GNU-4.9.3-2.25 -flex/2.5.39-foss-2014b -flex/2.5.39-foss-2015.05 -flex/2.5.39-foss-2015a -flex/2.5.39-gimkl-2.11.5 -flex/2.5.39-ictce-7.1.2 -flex/2.5.39-intel-2014b -flex/2.5.39-intel-2015a -flex/2.5.39-intel-2016.02-GCC-4.9 -flex/2.5.39-intel-2016a -flex/2.6.0-GCC-4.9.2 -flex/2.6.0-GCCcore-4.9.3 -flex/2.6.0-foss-2015a -flex/2.6.0-gimkl-2.11.5 -flex/2.6.0-intel-2015b -flex/2.6.3-foss-2017a -freetype/2.4.10-goolf-1.4.10 -freetype/2.4.10-ictce-5.3.0 -freetype/2.4.11-goolf-1.4.10 -freetype/2.4.11-ictce-5.3.0 -freetype/2.5.0.1-goolf-1.4.10 -freetype/2.5.0.1-ictce-5.3.0 -freetype/2.5.0.1-ictce-5.5.0 -freetype/2.5.2-ictce-5.5.0 -freetype/2.5.3-foss-2014b -freetype/2.5.3-goolf-1.7.20 -freetype/2.5.3-intel-2014b -freetype/2.5.5-foss-2015a -freetype/2.5.5-intel-2015a -freetype/2.6-foss-2015a -freetype/2.6-goolf-1.7.20 -freetype/2.6-intel-2015a -freetype/2.6.1-intel-2015b-libpng-1.6.19 -freetype/2.6.1-intel-2015b -freetype/2.6.2-foss-2015a -freetype/2.6.2-foss-2015b -freetype/2.6.2-foss-2016a -FASTA/36.3.5e-goolf-1.4.10 -FASTA/36.3.5e-ictce-5.3.0 -FDS/6.3.0-intel-2015b -FDS/r17534-intel-2015a -FDS/r18915-goolf-1.4.10 -FDS/r18915-ictce-5.5.0 -FDS/r18915-intel-2015a -FDS/r22681-intel-2015a -FFmpeg/0.10.16-intel-2016a -FFmpeg/2.8.6-intel-2016a -FFmpeg/2.8.7-foss-2016a -FFmpeg/2.8.7-intel-2016a -FFmpeg/3.0.2-intel-2016a -FLEUR/0.26e-intel-2016a -FLTK/1.3.3-foss-2016a -FLTK/1.3.3-intel-2016a -Firefox/44.0.2 -FreeXL/1.0.0g-goolf-1.5.14 -FreeXL/1.0.1-intel-2015a -FreeXL/1.0.2-foss-2015a -FreeXL/1.0.2-intel-2016b -fastQValidator/0.1.1a-20151214-goolf-1.7.20-aadc6f9 -freeglut/3.0.0-foss-2016a-Mesa-11.2.1 -freeglut/3.0.0-foss-2016a -freeglut/3.0.0-intel-2016a-Mesa-11.2.1 -freeglut/3.0.0-intel-2016a -GATK/1.0.5083 -GATK/2.5-2-Java-1.7.0_10 -GATK/2.6-5-Java-1.7.0_10 -GATK/2.7-4-Java-1.7.0_10 -GATK/2.7-4 -GATK/2.8-1-Java-1.7.0_10 -GATK/3.3-0-Java-1.7.0_21 -GATK/3.3-0-Java-1.7.0_80 -GATK/3.3-0-Java-1.8.0_66 -GATK/3.5-Java-1.8.0_66 -GATK/3.5-Java-1.8.0_74 -GATK/3.6-Java-1.8.0_92 -GATK/3.7-Java-1.8.0_112 -GC3Pie/2.2.3 -GC3Pie/2.3 -GC3Pie/2.4.0 -GC3Pie/2.4.1 -GCC/4.9.2-binutils-2.25 -GCC/4.9.2 -GCC/5.3.0-binutils-2.25 -GCC/4.8.1-CLooG -GCC/4.8.1 -GCC/4.8.2-CLooG-multilib -GCC/4.8.2-CLooG -GCC/4.8.2-multilib -GCC/4.8.2 -GCC/4.8.3-CLooG-multilib -GCC/4.8.4-CLooG-multilib -GCC/4.8.4-CLooG -GCC/4.8.4 -GCC/4.8.5 -GCC/4.9.0-CLooG-multilib -GCC/4.9.0-CLooG -GCC/4.9.0 -GCC/4.9.1-CLooG-multilib -GCC/4.9.1-CLooG -GCC/4.9.1 -GCC/4.9.2-CLooG-multilib -GCC/4.9.2-CLooG -GCC/4.9.3-experimental -GCC/5.1.0 -GCC/5.3.0 -GCCcore/4.9.2 -GCCcore/6.1.0 -GDAL/2.1.3-intel-2017a-Python-2.7.13 -GEOS/3.5.0-foss-2015a-Python-2.7.11 -GLib/2.40.0-GCC-4.4.7-system -GLib/2.40.0-GCC-4.9.3-binutils-2.25 -GLib/2.40.0-foss-2015b -GLib/2.48.0-foss-2016a -GLib/2.48.0-intel-2016a -GLib/2.49.5-foss-2016b -GLib/2.49.5-intel-2016b -GROMACS/4.6.7-CrayGNU-2015.06-mpi -GROMACS/4.6.7-CrayGNU-2015.11-mpi -GROMACS/4.6.7-CrayIntel-2015.11-mpi -GROMACS/5.0.4-gompi-2015e-hybrid-single-PLUMED -GROMACS/5.0.4-ictce-7.3.5-hybrid-single-PLUMED -GROMACS/5.0.4-intel-2015b-hybrid-single -GROMACS/5.1.2-foss-2015g-hybrid-single-CUDA-7.5-PLUMED -GROMACS/5.1.2-foss-2016a-hybrid-single-CUDA-7.5-PLUMED-2.3b -GROMACS/5.1.2-foss-2016a-hybrid-single-PLUMED -GROMACS/5.1.2-goolf-1.7.20-mt -GROMACS/5.1.2-intel-2015b-hybrid-single-CUDA-7.5-PLUMED-2.2.1 -GROMACS/5.1.2-intel-2015b-hybrid-single-cuda -GROMACS/5.1.2-intel-2016a-hybrid-single-cuda -GROMACS/5.1.4-foss-2015g-hybrid-single-PLUMED -GROMACS/5.1.4-foss-2017a-hybrid-single-PLUMED -GSL/2.1-CrayGNU-2015.11 -gettext/0.18.2-foss-2015b -gettext/0.18.2-goolf-1.4.10 -gettext/0.18.2-goolf-1.5.14 -gettext/0.18.2-ictce-5.2.0 -gettext/0.18.2-ictce-5.3.0 -gettext/0.18.2 -gettext/0.19.2-goolf-1.5.14 -gettext/0.19.2-goolf-1.7.20 -gettext/0.19.2-intel-2014.06 -gettext/0.19.2-intel-2014b -gettext/0.19.2-intel-2015a -gettext/0.19.4-GCC-4.4.7-system -gettext/0.19.4-GCC-4.9.2 -gettext/0.19.4-foss-2015a -gettext/0.19.4-intel-2015a -gettext/0.19.6-GNU-4.9.3-2.25 -gettext/0.19.6-gimkl-2.11.5 -gettext/0.19.6-intel-2015b -gettext/0.19.6-intel-2016a -gettext/0.19.6-intel-2017.00 -gettext/0.19.7-foss-2015b -gettext/0.19.7-foss-2016a -gettext/0.19.7-intel-2016a -gettext/0.19.7 -gettext/0.19.8-GCCcore-4.9.3 -gettext/0.19.8-foss-2016.04 -gettext/0.19.8-foss-2016b -gettext/0.19.8-intel-2016b -git/1.7.12-goolf-1.4.10 -git/1.7.12-ictce-5.3.0 -git/1.8.2-goolf-1.4.10 -git/1.8.3.1-goolf-1.4.10 -git/2.11.0-GNU-4.9.3-2.25 -git/2.12.2 -git/2.7.3-GNU-4.9.3-2.25 -git/2.7.3-foss-2015g -gompi/2016.07 -gompi/2016.09 -GEM-library/20130406-045632_pre-release-3_Linux-x86_64 -GMAP-GSNAP/2014-01-21-goolf-1.4.10 -GMAP-GSNAP/2014-06-10-goolf-1.4.10 -GMAP-GSNAP/2015-12-31.v2-foss-2015b -GMAP-GSNAP/2016-05-01-foss-2016a -GMAP-GSNAP/2016-11-07-foss-2016b -GP2C/0.0.9pl5-foss-2016a -GSHHG/2.3.4 -Geant4/10.01.p01-intel-2015a -Geant4/10.01.p03-intel-2016a -Geant4/10.02.p01-intel-2016a -Geant4/9.4.p02-ictce-4.0.6 -Geant4/9.5.p01-goalf-1.1.0-no-OFED -Geant4/9.5.p01-goolf-1.4.10 -Geant4/9.5.p01-ictce-4.0.6 -Geant4/9.5.p01-ictce-5.3.0 -Geant4/9.5.p01-intel-2015a -Geant4/9.5.p02-intel-2016a -Geant4/9.6.p04-intel-2015a -Geant4/9.6.p04-intel-2016a -Ghostscript/9.10-goolf-1.4.10 -Ghostscript/9.14-intel-2014b -Ghostscript/9.16-goolf-1.7.20 -Ghostscript/9.16-intel-2015a -Ghostscript/9.19-intel-2016a -Ghostscript/9.19-intel-2016b -Ghostscript/9.20-intel-2016b -GnuTLS/3.1.8-goolf-1.4.10 -Graphviz/2.38.0-intel-2014b -Graphviz/2.38.0-intel-2015a-Python-2.7.10 -Grep/2.21-GCC-4.9.2 -Gurobi/Optimizer-7.0.0 -gencore_variant_detection/1.0 -gensim/0.13.2-foss-2016a-Python-2.7.11 -git-lfs/1.1.1 -gnuplot/5.0.5 -gnuplot/5.0.6 -gnutls/3.1.8-goalf-1.1.0-no-OFED -gnutls/3.1.8-goolf-1.4.10 -gnutls/3.3.21-intel-2016a -gnutls/3.4.11-foss-2016a -gnutls/3.4.7-GNU-4.9.3-2.25 -goolf/1.5.12 -grabix/0.1.6-goolf-1.7.20 -gtest/1.7.0-CrayGNU-2015.11 -gtkglext/1.2.0-intel-2015b -hwloc/1.11.4-gcccuda-2016.10 -hwloc/1.8.1-GCC-4.8.3 -HBase/1.0.2 -HMMER/3.0-goalf-1.1.0-no-OFED -HMMER/3.0-goolf-1.4.10 -HMMER/3.0-ictce-4.0.6 -HMMER/3.0-ictce-5.3.0 -HMMER/3.1b1-goolf-1.4.10 -HMMER/3.1b1-ictce-5.3.0 -HMMER/3.1b1-ictce-6.2.5 -HMMER/3.1b2-foss-2016a -HMMER/3.1b2-intel-2015a -HPCG/2.1-goolf-1.4.10 -HPCG/2.1-ictce-5.5.0 -hanythingondemand/3.0.0-cli -hanythingondemand/3.0.1-cli -hanythingondemand/3.0.2-cli -hanythingondemand/3.0.3-cli -hanythingondemand/3.0.4-cli -hanythingondemand/3.1.0-cli -hanythingondemand/3.1.1-cli -hanythingondemand/3.1.2-cli -hanythingondemand/3.1.3-cli -hanythingondemand/3.1.4-cli -hanythingondemand/3.2.0-cli -Inspector/2013_update6 -Inspector/2013_update7 -Inspector/2016_update3 -Inspector/2017_update1 -Inspector/2017_update2 -icc/11.1.073-32bit -icc/11.1.073 -icc/11.1.075 -icc/2011.10.319 -icc/2011.13.367 -icc/2011.3.174 -icc/2011.6.233 -icc/2013.1.117 -icc/2013.2.146 -icc/2013.3.163 -icc/2013.4.183 -icc/2013_sp1.0.080 -icc/2013_sp1.1.106 -icc/2013_sp1.2.144 -icc/2013_sp1.3.174 -icc/2013_sp1.4.211 -icc/2015.0.090-GCC-4.9.2 -icc/2015.0.090 -icc/2015.1.133-GCC-4.9.2 -icc/2015.1.133 -icc/2015.2.164-GCC-4.9.2 -icc/2015.5.223-GCC-4.9.3-2.25 -icc/2016.0.109-GCC-4.9.3-2.25 -icc/2016.0.109-GCC-5.2.0 -icc/2016.0.109 -icc/2016.2.181-GCC-4.9.3-2.25 -icc/2016.2.181-GCC-5.3.0-2.26 -icc/2016.3.210-GCC-4.9.3-2.25 -icc/2016.3.210-GCC-5.4.0-2.26 -icc/2017.2.174-GCC-6.3.0-2.27-test -iccifort/2016.0.109-GCC-5.2.0 -ifort/11.1.073-32bit -ifort/11.1.073 -ifort/11.1.075 -ifort/2011.10.319 -ifort/2011.13.367 -ifort/2011.3.174 -ifort/2011.6.233 -ifort/2013.1.117 -ifort/2013.2.146 -ifort/2013.3.163 -ifort/2013.4.183 -ifort/2013_sp1.0.080 -ifort/2013_sp1.1.106 -ifort/2013_sp1.2.144 -ifort/2013_sp1.3.174 -ifort/2013_sp1.4.211 -ifort/2015.0.090-GCC-4.9.2 -ifort/2015.0.090 -ifort/2015.1.133-GCC-4.9.2 -ifort/2015.1.133 -ifort/2015.2.164-GCC-4.9.2 -ifort/2015.5.223-GCC-4.9.3-2.25 -ifort/2016.0.109-GCC-4.9.3-2.25 -ifort/2016.0.109-GCC-5.2.0 -ifort/2016.0.109 -ifort/2016.2.181-GCC-4.9.3-2.25 -ifort/2016.2.181-GCC-5.3.0-2.26 -ifort/2016.3.210-GCC-4.9.3-2.25 -ifort/2016.3.210-GCC-5.4.0-2.26 -iimpi/2016.00-GCC-5.2.0 -imkl/10.2.6.038-32bit -imkl/10.2.6.038 -imkl/10.3.10.319 -imkl/10.3.12.361-MVAPICH2-1.9 -imkl/10.3.12.361-OpenMPI-1.6.3 -imkl/10.3.12.361 -imkl/10.3.6.233 -imkl/11.0.1.117 -imkl/11.0.2.146-iimpi-5.2.0 -imkl/11.0.2.146 -imkl/11.0.3.163-iimpi-5.3.0 -imkl/11.0.3.163 -imkl/11.0.4.183-iimpi-5.4.0 -imkl/11.0.4.183 -imkl/11.0.5.192 -imkl/11.1.0.080 -imkl/11.1.1.106-iimpi-6.1.5 -imkl/11.1.1.106 -imkl/11.1.2.144-2013.5.192-GCC-4.8.3 -imkl/11.1.2.144-GCC-4.8.3 -imkl/11.1.2.144-OpenMPI-1.6.5 -imkl/11.1.2.144-iimpi-5.5.3-GCC-4.8.3 -imkl/11.1.2.144-iimpi-6.2.5 -imkl/11.1.2.144-iompi-2015.01 -imkl/11.1.2.144 -imkl/11.1.3.174 -imkl/11.2.0.090-iimpi-7.1.2-GCC-4.9.2 -imkl/11.2.0.090-iimpi-7.1.2 -imkl/11.2.1.133-iimpi-7.2.3-GCC-4.9.2 -imkl/11.2.2.164-iimpi-7.2.5-GCC-4.9.2 -imkl/11.2.2.164-iompi-2015.02 -imkl/11.2.3.187-gimpi-2.11.5 -imkl/11.2.3.187-iimpi-7.3.5-GNU-4.9.3-2.25 -imkl/11.3.0.109-iimpi-2016.00-GCC-4.9.3-2.25 -imkl/11.3.0.109-iimpi-2016.00-GCC-5.2.0 -imkl/11.3.1.150-iimpi-7.5.5-GCC-4.9.3-2.25 diff --git a/results/SALOMON-warning.txt b/results/SALOMON-warning.txt deleted file mode 100644 index 49ec8ca2..00000000 --- a/results/SALOMON-warning.txt +++ /dev/null @@ -1,9 +0,0 @@ -Bazel/0.5.0-GCC-7.1.0-2.28 -CMake/3.6.2-intel-2017.00 -GC3Pie/2.4.2 -git/2.10.2 -git/2.11.0 -git/2.8.0-GNU-4.9.3-2.25 -git/2.8.0-intel-2017.00 -git/2.8.0 -imkl/11.3.1.150-iimpi-2016.01-GCC-4.9.3 diff --git a/s/Szip/Szip-2.1-CrayGNU-2015.06.eb b/s/Szip/Szip-2.1-CrayGNU-2015.06.eb deleted file mode 100644 index de900f73..00000000 --- a/s/Szip/Szip-2.1-CrayGNU-2015.06.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Szip' -version = '2.1' - -homepage = 'http://www.hdfgroup.org/doc_resource/SZIP/' -description = "Szip compression software, providing lossless compression of scientific data" - -toolchain = {'name': 'CrayGNU', 'version': '2015.06'} -toolchainopts = {'pic': True, } - -source_urls = ['http://www.hdfgroup.org/ftp/lib-external/szip/%(version)s/src'] -sources = [SOURCELOWER_TAR_GZ] - -configopts = "--with-pic" - -sanity_check_paths = { - 'files': ["lib/libsz.a", "lib/libsz.%s" % SHLIB_EXT] + - ["include/%s" % x for x in ["ricehdf.h", "szip_adpt.h", "szlib.h"]], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/s/Szip/Szip-2.1-CrayGNU-2015.11.eb b/s/Szip/Szip-2.1-CrayGNU-2015.11.eb deleted file mode 100644 index 58f5db7a..00000000 --- a/s/Szip/Szip-2.1-CrayGNU-2015.11.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Szip' -version = '2.1' - -homepage = 'http://www.hdfgroup.org/doc_resource/SZIP/' -description = "Szip compression software, providing lossless compression of scientific data" - -toolchain = {'name': 'CrayGNU', 'version': '2015.11'} -toolchainopts = {'pic': True, } - -source_urls = ['http://www.hdfgroup.org/ftp/lib-external/szip/%(version)s/src'] -sources = [SOURCELOWER_TAR_GZ] - -configopts = "--with-pic" - -sanity_check_paths = { - 'files': ["lib/libsz.a", "lib/libsz.%s" % SHLIB_EXT] + - ["include/%s" % x for x in ["ricehdf.h", "szip_adpt.h", "szlib.h"]], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/s/Szip/Szip-2.1-goolf-1.5.12.eb b/s/Szip/Szip-2.1-goolf-1.5.12.eb deleted file mode 100644 index 726b34b4..00000000 --- a/s/Szip/Szip-2.1-goolf-1.5.12.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Szip' -version = '2.1' - -homepage = 'http://www.hdfgroup.org/doc_resource/SZIP/' -description = "Szip compression software, providing lossless compression of scientific data" - -toolchain = {'name': 'goolf', 'version': '1.5.12'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = ['http://www.hdfgroup.org/ftp/lib-external/szip/%(version)s/src'] -sources = [SOURCELOWER_TAR_GZ] - -configopts = "--with-pic" - -sanity_check_paths = { - 'files': ["lib/libsz.a", "lib/libsz.so"] + - ["include/%s" % x for x in ["ricehdf.h", "szip_adpt.h", "szlib.h"]], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/s/Szip/Szip-2.1-intel-2017.00.eb b/s/Szip/Szip-2.1-intel-2017.00.eb deleted file mode 100644 index 7bb2b454..00000000 --- a/s/Szip/Szip-2.1-intel-2017.00.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Szip' -version = '2.1' - -homepage = 'http://www.hdfgroup.org/doc_resource/SZIP/' -description = "Szip compression software, providing lossless compression of scientific data" - -toolchain = {'name': 'intel', 'version': '2017.00'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = ['http://www.hdfgroup.org/ftp/lib-external/szip/%(version)s/src'] -sources = [SOURCELOWER_TAR_GZ] - -configopts = "--with-pic" - -sanity_check_paths = { - 'files': ["lib/libsz.a", "lib/libsz.%s" % SHLIB_EXT] + - ["include/%s" % x for x in ["ricehdf.h", "szip_adpt.h", "szlib.h"]], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/s/Szip/Szip-2.1-intel-2017a.eb b/s/Szip/Szip-2.1-intel-2017a.eb deleted file mode 100644 index 7a02acdd..00000000 --- a/s/Szip/Szip-2.1-intel-2017a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Szip' -version = '2.1' - -homepage = 'http://www.hdfgroup.org/doc_resource/SZIP/' -description = "Szip compression software, providing lossless compression of scientific data" - -toolchain = {'name': 'intel', 'version': '2017a'} -toolchainopts = {'pic': True} - -source_urls = ['http://www.hdfgroup.org/ftp/lib-external/szip/%(version)s/src'] -sources = [SOURCELOWER_TAR_GZ] - -configopts = "--with-pic" - -sanity_check_paths = { - 'files': ["lib/libsz.a", "lib/libsz.%s" % SHLIB_EXT] + - ["include/%s" % x for x in ["ricehdf.h", "szip_adpt.h", "szlib.h"]], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/s/Szip/Szip-2.1-iomkl-2016.07.eb b/s/Szip/Szip-2.1-iomkl-2016.07.eb deleted file mode 100644 index 512dbbe7..00000000 --- a/s/Szip/Szip-2.1-iomkl-2016.07.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Szip' -version = '2.1' - -homepage = 'http://www.hdfgroup.org/doc_resource/SZIP/' -description = "Szip compression software, providing lossless compression of scientific data" - -toolchain = {'name': 'iomkl', 'version': '2016.07'} -toolchainopts = {'optarch': True, 'pic': True} - -source_urls = ['http://www.hdfgroup.org/ftp/lib-external/szip/%(version)s/src'] -sources = [SOURCELOWER_TAR_GZ] - -configopts = "--with-pic" - -sanity_check_paths = { - 'files': ["lib/libsz.a", "lib/libsz.%s" %SHLIB_EXT] + - ["include/%s" % x for x in ["ricehdf.h", "szip_adpt.h", "szlib.h"]], - 'dirs': [], -} - -moduleclass = 'tools' diff --git a/t/Tcl/Tcl-8.3.5-ictce-5.5.0.eb b/t/Tcl/Tcl-8.3.5-ictce-5.5.0.eb deleted file mode 100644 index c8585dbd..00000000 --- a/t/Tcl/Tcl-8.3.5-ictce-5.5.0.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.3.5' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'ictce', 'version': '5.5.0'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.5'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.5.12-foss-2014b.eb b/t/Tcl/Tcl-8.5.12-foss-2014b.eb deleted file mode 100644 index 32fe48b9..00000000 --- a/t/Tcl/Tcl-8.5.12-foss-2014b.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.12' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, - suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'foss', 'version': '2014b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.5.12-goolf-1.4.10.eb b/t/Tcl/Tcl-8.5.12-goolf-1.4.10.eb deleted file mode 100644 index 7c9d9e80..00000000 --- a/t/Tcl/Tcl-8.5.12-goolf-1.4.10.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.12' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.7'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.5.12-ictce-5.3.0.eb b/t/Tcl/Tcl-8.5.12-ictce-5.3.0.eb deleted file mode 100644 index 19f10152..00000000 --- a/t/Tcl/Tcl-8.5.12-ictce-5.3.0.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.12' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, - suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.7'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.5.12-ictce-5.5.0.eb b/t/Tcl/Tcl-8.5.12-ictce-5.5.0.eb deleted file mode 100644 index 35f9095b..00000000 --- a/t/Tcl/Tcl-8.5.12-ictce-5.5.0.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.12' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, - suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'ictce', 'version': '5.5.0'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.7'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.5.12-intel-2014b.eb b/t/Tcl/Tcl-8.5.12-intel-2014b.eb deleted file mode 100644 index ca1465be..00000000 --- a/t/Tcl/Tcl-8.5.12-intel-2014b.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.12' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, - suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2014b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.5.12-intel-2015b.eb b/t/Tcl/Tcl-8.5.12-intel-2015b.eb deleted file mode 100644 index 37a7ae20..00000000 --- a/t/Tcl/Tcl-8.5.12-intel-2015b.eb +++ /dev/null @@ -1,27 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-06-29_22-03-56 -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.12' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, - suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' - diff --git a/t/Tcl/Tcl-8.5.14-goolf-1.4.10.eb b/t/Tcl/Tcl-8.5.14-goolf-1.4.10.eb deleted file mode 100644 index 3e317dec..00000000 --- a/t/Tcl/Tcl-8.5.14-goolf-1.4.10.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.14' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.7'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.5.14-ictce-5.3.0.eb b/t/Tcl/Tcl-8.5.14-ictce-5.3.0.eb deleted file mode 100644 index 5e237ee8..00000000 --- a/t/Tcl/Tcl-8.5.14-ictce-5.3.0.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.14' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.7'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.5.15-ictce-5.3.0.eb b/t/Tcl/Tcl-8.5.15-ictce-5.3.0.eb deleted file mode 100644 index 78a978f3..00000000 --- a/t/Tcl/Tcl-8.5.15-ictce-5.3.0.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.15' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.5'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.5.16-ictce-5.5.0.eb b/t/Tcl/Tcl-8.5.16-ictce-5.5.0.eb deleted file mode 100644 index f46eebee..00000000 --- a/t/Tcl/Tcl-8.5.16-ictce-5.5.0.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.5.16' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'ictce', 'version': '5.5.0'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.7'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.1-goolf-1.4.10.eb b/t/Tcl/Tcl-8.6.1-goolf-1.4.10.eb deleted file mode 100644 index 39ddf4b3..00000000 --- a/t/Tcl/Tcl-8.6.1-goolf-1.4.10.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.1' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.7'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.1-ictce-5.3.0.eb b/t/Tcl/Tcl-8.6.1-ictce-5.3.0.eb deleted file mode 100644 index 1392ae5c..00000000 --- a/t/Tcl/Tcl-8.6.1-ictce-5.3.0.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.1' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.7'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.2-ictce-5.5.0.eb b/t/Tcl/Tcl-8.6.2-ictce-5.5.0.eb deleted file mode 100644 index 8c3980c5..00000000 --- a/t/Tcl/Tcl-8.6.2-ictce-5.5.0.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.2' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'ictce', 'version': '5.5.0'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.7'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.2-intel-2014b.eb b/t/Tcl/Tcl-8.6.2-intel-2014b.eb deleted file mode 100644 index 7a5ef170..00000000 --- a/t/Tcl/Tcl-8.6.2-intel-2014b.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.2' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2014b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-GCC-4.9.2.eb b/t/Tcl/Tcl-8.6.3-GCC-4.9.2.eb deleted file mode 100644 index b3a8beb7..00000000 --- a/t/Tcl/Tcl-8.6.3-GCC-4.9.2.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'GCC', 'version': '4.9.2'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-GNU-5.1.0-2.25.eb b/t/Tcl/Tcl-8.6.3-GNU-5.1.0-2.25.eb deleted file mode 100644 index 59823a74..00000000 --- a/t/Tcl/Tcl-8.6.3-GNU-5.1.0-2.25.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-foss-2015.05.eb b/t/Tcl/Tcl-8.6.3-foss-2015.05.eb deleted file mode 100644 index bd202e0e..00000000 --- a/t/Tcl/Tcl-8.6.3-foss-2015.05.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'foss', 'version': '2015.05'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-foss-2015a.eb b/t/Tcl/Tcl-8.6.3-foss-2015a.eb deleted file mode 100644 index 45613c8d..00000000 --- a/t/Tcl/Tcl-8.6.3-foss-2015a.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'foss', 'version': '2015a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-foss-2015b.eb b/t/Tcl/Tcl-8.6.3-foss-2015b.eb deleted file mode 100644 index ec3f168c..00000000 --- a/t/Tcl/Tcl-8.6.3-foss-2015b.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'foss', 'version': '2015b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-foss-2015g.eb b/t/Tcl/Tcl-8.6.3-foss-2015g.eb deleted file mode 100644 index d5ccc6fb..00000000 --- a/t/Tcl/Tcl-8.6.3-foss-2015g.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'foss', 'version': '2015g'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-foss-2016a.eb b/t/Tcl/Tcl-8.6.3-foss-2016a.eb deleted file mode 100644 index c062a60e..00000000 --- a/t/Tcl/Tcl-8.6.3-foss-2016a.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-gompi-1.5.16.eb b/t/Tcl/Tcl-8.6.3-gompi-1.5.16.eb deleted file mode 100644 index 5aa437f5..00000000 --- a/t/Tcl/Tcl-8.6.3-gompi-1.5.16.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'gompi', 'version': '1.5.16'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-gompi-2015e.eb b/t/Tcl/Tcl-8.6.3-gompi-2015e.eb deleted file mode 100644 index 2a3e02bc..00000000 --- a/t/Tcl/Tcl-8.6.3-gompi-2015e.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'gompi', 'version': '2015e'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-goolf-1.5.14.eb b/t/Tcl/Tcl-8.6.3-goolf-1.5.14.eb deleted file mode 100644 index f1698817..00000000 --- a/t/Tcl/Tcl-8.6.3-goolf-1.5.14.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'goolf', 'version': '1.5.14'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-goolf-1.5.16.eb b/t/Tcl/Tcl-8.6.3-goolf-1.5.16.eb deleted file mode 100644 index a8f55caa..00000000 --- a/t/Tcl/Tcl-8.6.3-goolf-1.5.16.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'goolf', 'version': '1.5.16'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-goolf-1.7.20.eb b/t/Tcl/Tcl-8.6.3-goolf-1.7.20.eb deleted file mode 100644 index 41060701..00000000 --- a/t/Tcl/Tcl-8.6.3-goolf-1.7.20.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'goolf', 'version': '1.7.20'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-intel-2015a.eb b/t/Tcl/Tcl-8.6.3-intel-2015a.eb deleted file mode 100644 index 94518920..00000000 --- a/t/Tcl/Tcl-8.6.3-intel-2015a.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2015a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.3-intel-2015b.eb b/t/Tcl/Tcl-8.6.3-intel-2015b.eb deleted file mode 100644 index 752d2ea8..00000000 --- a/t/Tcl/Tcl-8.6.3-intel-2015b.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.3' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-GCC-4.9.3-2.25.eb b/t/Tcl/Tcl-8.6.4-GCC-4.9.3-2.25.eb deleted file mode 100644 index e7800ee7..00000000 --- a/t/Tcl/Tcl-8.6.4-GCC-4.9.3-2.25.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'GCC', 'version': '4.9.3-2.25'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-GNU-4.9.3-2.25.eb b/t/Tcl/Tcl-8.6.4-GNU-4.9.3-2.25.eb deleted file mode 100644 index b0ebdff4..00000000 --- a/t/Tcl/Tcl-8.6.4-GNU-4.9.3-2.25.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-foss-2015a.eb b/t/Tcl/Tcl-8.6.4-foss-2015a.eb deleted file mode 100644 index d1a6b6ef..00000000 --- a/t/Tcl/Tcl-8.6.4-foss-2015a.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'foss', 'version': '2015a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-foss-2015b.eb b/t/Tcl/Tcl-8.6.4-foss-2015b.eb deleted file mode 100644 index ba9826c8..00000000 --- a/t/Tcl/Tcl-8.6.4-foss-2015b.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'foss', 'version': '2015b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-foss-2016a.eb b/t/Tcl/Tcl-8.6.4-foss-2016a.eb deleted file mode 100644 index 3884765b..00000000 --- a/t/Tcl/Tcl-8.6.4-foss-2016a.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-gimkl-2.11.5.eb b/t/Tcl/Tcl-8.6.4-gimkl-2.11.5.eb deleted file mode 100644 index 154b3e9e..00000000 --- a/t/Tcl/Tcl-8.6.4-gimkl-2.11.5.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'gimkl', 'version': '2.11.5'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-goolf-1.4.10.eb b/t/Tcl/Tcl-8.6.4-goolf-1.4.10.eb deleted file mode 100644 index fe02a2bc..00000000 --- a/t/Tcl/Tcl-8.6.4-goolf-1.4.10.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-goolf-1.7.20.eb b/t/Tcl/Tcl-8.6.4-goolf-1.7.20.eb deleted file mode 100644 index e2124cc2..00000000 --- a/t/Tcl/Tcl-8.6.4-goolf-1.7.20.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'goolf', 'version': '1.7.20'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-ictce-7.3.5.eb b/t/Tcl/Tcl-8.6.4-ictce-7.3.5.eb deleted file mode 100644 index ab1bbc53..00000000 --- a/t/Tcl/Tcl-8.6.4-ictce-7.3.5.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'ictce', 'version': '7.3.5'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-intel-2015a.eb b/t/Tcl/Tcl-8.6.4-intel-2015a.eb deleted file mode 100644 index b2673863..00000000 --- a/t/Tcl/Tcl-8.6.4-intel-2015a.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2015a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-intel-2015b.eb b/t/Tcl/Tcl-8.6.4-intel-2015b.eb deleted file mode 100644 index ae226879..00000000 --- a/t/Tcl/Tcl-8.6.4-intel-2015b.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-intel-2016.02-GCC-4.9.eb b/t/Tcl/Tcl-8.6.4-intel-2016.02-GCC-4.9.eb deleted file mode 100644 index c2af97cc..00000000 --- a/t/Tcl/Tcl-8.6.4-intel-2016.02-GCC-4.9.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2016.02-GCC-4.9'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-intel-2016a.eb b/t/Tcl/Tcl-8.6.4-intel-2016a.eb deleted file mode 100644 index 20cd9eb9..00000000 --- a/t/Tcl/Tcl-8.6.4-intel-2016a.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.4-intel-2017.00.eb b/t/Tcl/Tcl-8.6.4-intel-2017.00.eb deleted file mode 100644 index 07d8ad16..00000000 --- a/t/Tcl/Tcl-8.6.4-intel-2017.00.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.4' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.5-intel-2017a.eb b/t/Tcl/Tcl-8.6.5-intel-2017a.eb deleted file mode 100644 index 765c0a06..00000000 --- a/t/Tcl/Tcl-8.6.5-intel-2017a.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.5' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, -testing and many more.""" - -toolchain = {'name': 'intel', 'version': '2017a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('zlib', '1.2.11'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tcl/Tcl-8.6.6-GCCcore-6.3.0.eb b/t/Tcl/Tcl-8.6.6-GCCcore-6.3.0.eb deleted file mode 100644 index 9dca9f6e..00000000 --- a/t/Tcl/Tcl-8.6.6-GCCcore-6.3.0.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tcl' -version = '8.6.6' - -homepage = 'http://www.tcl.tk/' -description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, -suitable for a very wide range of uses, including web and desktop applications, networking, administration, -testing and many more.""" - -toolchain = {'name': 'GCCcore', 'version': '6.3.0'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -builddependencies = [ - ('binutils', '2.27'), -] - -dependencies = [ - ('zlib', '1.2.11'), -] - -configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"' - -runtest = 'test' - -start_dir = 'unix' - -moduleclass = 'lang' diff --git a/t/Tk/Tk-8.5.12-intel-2015b.eb b/t/Tk/Tk-8.5.12-intel-2015b.eb deleted file mode 100644 index aceaeff6..00000000 --- a/t/Tk/Tk-8.5.12-intel-2015b.eb +++ /dev/null @@ -1,21 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.5.12' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [('Tcl', version)] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.3-GCC-4.9.2-no-X11.eb b/t/Tk/Tk-8.6.3-GCC-4.9.2-no-X11.eb deleted file mode 100644 index 878cfecf..00000000 --- a/t/Tk/Tk-8.6.3-GCC-4.9.2-no-X11.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.3' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'GCC', 'version': '4.9.2'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.3-foss-2015.05-no-X11.eb b/t/Tk/Tk-8.6.3-foss-2015.05-no-X11.eb deleted file mode 100644 index ac0d5ff0..00000000 --- a/t/Tk/Tk-8.6.3-foss-2015.05-no-X11.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.3' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'foss', 'version': '2015.05'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.3-foss-2015a-no-X11.eb b/t/Tk/Tk-8.6.3-foss-2015a-no-X11.eb deleted file mode 100644 index 0cf00324..00000000 --- a/t/Tk/Tk-8.6.3-foss-2015a-no-X11.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.3' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'foss', 'version': '2015a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.3-foss-2015b-no-X11.eb b/t/Tk/Tk-8.6.3-foss-2015b-no-X11.eb deleted file mode 100644 index aaa247a6..00000000 --- a/t/Tk/Tk-8.6.3-foss-2015b-no-X11.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.3' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'foss', 'version': '2015b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.3-gompi-1.5.16-no-X11.eb b/t/Tk/Tk-8.6.3-gompi-1.5.16-no-X11.eb deleted file mode 100644 index 0a860475..00000000 --- a/t/Tk/Tk-8.6.3-gompi-1.5.16-no-X11.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.3' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'gompi', 'version': '1.5.16'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.3-goolf-1.5.14-no-X11.eb b/t/Tk/Tk-8.6.3-goolf-1.5.14-no-X11.eb deleted file mode 100644 index 890bfc8c..00000000 --- a/t/Tk/Tk-8.6.3-goolf-1.5.14-no-X11.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.3' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'goolf', 'version': '1.5.14'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.3-goolf-1.5.16-no-X11.eb b/t/Tk/Tk-8.6.3-goolf-1.5.16-no-X11.eb deleted file mode 100644 index b383831c..00000000 --- a/t/Tk/Tk-8.6.3-goolf-1.5.16-no-X11.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.3' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'goolf', 'version': '1.5.16'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.3-goolf-1.7.20-no-X11.eb b/t/Tk/Tk-8.6.3-goolf-1.7.20-no-X11.eb deleted file mode 100644 index 6550c8a4..00000000 --- a/t/Tk/Tk-8.6.3-goolf-1.7.20-no-X11.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.3' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'goolf', 'version': '1.7.20'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.3-intel-2015a-no-X11.eb b/t/Tk/Tk-8.6.3-intel-2015a-no-X11.eb deleted file mode 100644 index 4762abfa..00000000 --- a/t/Tk/Tk-8.6.3-intel-2015a-no-X11.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.3' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'intel', 'version': '2015a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-GCC-4.9.3-2.25-no-X11.eb b/t/Tk/Tk-8.6.4-GCC-4.9.3-2.25-no-X11.eb deleted file mode 100644 index 684f3bdd..00000000 --- a/t/Tk/Tk-8.6.4-GCC-4.9.3-2.25-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'GCC', 'version': '4.9.3-2.25'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-GNU-4.9.3-2.25-no-X11.eb b/t/Tk/Tk-8.6.4-GNU-4.9.3-2.25-no-X11.eb deleted file mode 100644 index f077e32c..00000000 --- a/t/Tk/Tk-8.6.4-GNU-4.9.3-2.25-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-foss-2015a-no-X11.eb b/t/Tk/Tk-8.6.4-foss-2015a-no-X11.eb deleted file mode 100644 index 9e3efc89..00000000 --- a/t/Tk/Tk-8.6.4-foss-2015a-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'foss', 'version': '2015a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-foss-2015b-no-X11.eb b/t/Tk/Tk-8.6.4-foss-2015b-no-X11.eb deleted file mode 100644 index 89ecb324..00000000 --- a/t/Tk/Tk-8.6.4-foss-2015b-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'foss', 'version': '2015b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-foss-2016a-no-X11.eb b/t/Tk/Tk-8.6.4-foss-2016a-no-X11.eb deleted file mode 100644 index 449ce63a..00000000 --- a/t/Tk/Tk-8.6.4-foss-2016a-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8') -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-gimkl-2.11.5-no-X11.eb b/t/Tk/Tk-8.6.4-gimkl-2.11.5-no-X11.eb deleted file mode 100644 index 5066a584..00000000 --- a/t/Tk/Tk-8.6.4-gimkl-2.11.5-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'gimkl', 'version': '2.11.5'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-goolf-1.4.10-no-X11.eb b/t/Tk/Tk-8.6.4-goolf-1.4.10-no-X11.eb deleted file mode 100644 index 9419fc66..00000000 --- a/t/Tk/Tk-8.6.4-goolf-1.4.10-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-goolf-1.7.20-no-X11.eb b/t/Tk/Tk-8.6.4-goolf-1.7.20-no-X11.eb deleted file mode 100644 index 60f899a5..00000000 --- a/t/Tk/Tk-8.6.4-goolf-1.7.20-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'goolf', 'version': '1.7.20'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-ictce-7.3.5-no-X11.eb b/t/Tk/Tk-8.6.4-ictce-7.3.5-no-X11.eb deleted file mode 100644 index 53f70e54..00000000 --- a/t/Tk/Tk-8.6.4-ictce-7.3.5-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'ictce', 'version': '7.3.5'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-intel-2015a-no-X11.eb b/t/Tk/Tk-8.6.4-intel-2015a-no-X11.eb deleted file mode 100644 index 85504f86..00000000 --- a/t/Tk/Tk-8.6.4-intel-2015a-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'intel', 'version': '2015a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-intel-2015b-no-X11.eb b/t/Tk/Tk-8.6.4-intel-2015b-no-X11.eb deleted file mode 100644 index b7e6c772..00000000 --- a/t/Tk/Tk-8.6.4-intel-2015b-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-intel-2016.02-GCC-4.9-no-X11.eb b/t/Tk/Tk-8.6.4-intel-2016.02-GCC-4.9-no-X11.eb deleted file mode 100644 index ed76be27..00000000 --- a/t/Tk/Tk-8.6.4-intel-2016.02-GCC-4.9-no-X11.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'intel', 'version': '2016.02-GCC-4.9'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-intel-2016a-no-X11.eb b/t/Tk/Tk-8.6.4-intel-2016a-no-X11.eb deleted file mode 100644 index 9eede492..00000000 --- a/t/Tk/Tk-8.6.4-intel-2016a-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.4-intel-2017.00-no-X11.eb b/t/Tk/Tk-8.6.4-intel-2017.00-no-X11.eb deleted file mode 100644 index 5edc501a..00000000 --- a/t/Tk/Tk-8.6.4-intel-2017.00-no-X11.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.4' -versionsuffix = '-no-X11' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building - a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-%(version)s_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.8'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/t/Tk/Tk-8.6.5-intel-2017a.eb b/t/Tk/Tk-8.6.5-intel-2017a.eb deleted file mode 100644 index c6aad3b3..00000000 --- a/t/Tk/Tk-8.6.5-intel-2017a.eb +++ /dev/null @@ -1,26 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'Tk' -version = '8.6.5' - -homepage = 'http://www.tcl.tk/' -description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for - building a graphical user interface (GUI) in many different programming languages.""" - -toolchain = {'name': 'intel', 'version': '2017a'} - -source_urls = ["http://prdownloads.sourceforge.net/tcl"] -sources = ['%(namelower)s%(version)s-src.tar.gz'] - -patches = ['Tk-8.6.4_different-prefix-with-tcl.patch'] - -dependencies = [ - ('Tcl', version), - ('zlib', '1.2.11'), -] - -configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib CFLAGS="-I$EBROOTTCL/include"' - -start_dir = 'unix' - -moduleclass = 'vis' diff --git a/test-install b/test-install deleted file mode 100644 index 5c13718b..00000000 --- a/test-install +++ /dev/null @@ -1,64 +0,0 @@ -# !/bin/bash - -printf "\033c" -DIR=`pwd` - -NAME=$(hostname -f | cut -d '.' -f 2) - -if [ $NAME = "bullx" ]; then - NAME="ANSELM" -else - NAME="SALOMON" -fi - -printf "Preparing data for analyse ...\n" - -ml --show_hidden -t av 2>&1 > /dev/null| awk '{print $1 }' | grep -v "/apps/*" > $DIR/ml_av - -find /apps/easybuild/easyconfigs-it4i/ -type f -name "*.eb" | cut -d '/' -f 6,7 | sed 's/.eb//' > $DIR/eb-it4i_tmp -echo -n "" > "$DIR/results/$NAME-not_installed.txt" -echo -n "" > "$DIR/results/$NAME-warning.txt" - -while read i; do a=$(echo $i | cut -d '/' -f 1); b=$(echo $i | sed -rn "s/$a\/$a[-]+(.*)/\1/p"); echo "$a/$b" ;done < <(cat $DIR/eb-it4i_tmp) > $DIR/eb-it4i - -INSTALL="FALSE" -format="%-80s %30s\n" - -red=$'\e[1;31m' -grn=$'\e[1;32m' -yel=$'\e[1;33m' -blu=$'\e[1;34m' -mag=$'\e[1;35m' -cyn=$'\e[1;36m' -end=$'\e[0m' - -while read x; do - while read y; do - if [ "$x" = "$y" ]; then - INSTALL="OK" - break - fi - done < <(cat $DIR/ml_av) - - if [ ! "$INSTALL" = "OK" ]; then - if [ -d "/apps/all/$x" ]; then - INSTALL="WARNING" - fi - fi - - if [ "$INSTALL" = "OK" ]; then - printf "$format" "$x" "${grn}installed${end}" - INSTALL="FALSE" - elif [ "$INSTALL" = "WARNING" ]; then - printf "$format" "$x" "${yel}warning${end}" - echo "$x" >> "$DIR/results/$NAME-warning.txt" - INSTALL="FALSE" - else - printf "$format" "$x" "${red}not installed${end}" - echo "$x" >> "$DIR/results/$NAME-not_installed.txt" - INSTALL="FALSE" - fi - -done < <(cat $DIR/eb-it4i) - -rm $DIR/eb-it4i $DIR/ml_av $DIR/eb-it4i_tmp diff --git a/u/util-linux/util-linux-2.26.1-foss-2015g.eb b/u/util-linux/util-linux-2.26.1-foss-2015g.eb deleted file mode 100644 index 6fef04c4..00000000 --- a/u/util-linux/util-linux-2.26.1-foss-2015g.eb +++ /dev/null @@ -1,36 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'util-linux' -version = '2.26.1' - -homepage = 'http://www.kernel.org/pub/linux/utils/util-linux' -description = """Set of Linux utilities""" - -# Problem with GCC/ICC (toolchain intel-2015b) -toolchain = {'name': 'foss', 'version': '2015g'} - -source_urls = ['%s/v%%(version_major_minor)s' % homepage] -sources = [SOURCELOWER_TAR_GZ] - -preconfigopts = 'export LDFLAGS="$LDFLAGS -lncurses -ltinfo" && ' - -# disable account related utilities (they need OS dependant pam-devel files) -# disable wall and friends (requires group changing permissions for install user) -# install systemd service files in install dir -# install bash completion files in install dir -configopts = '--disable-chfn-chsh --disable-login --disable-su ' -configopts += '--disable-wall --disable-use-tty-group ' -configopts += '--disable-makeinstall-chown --disable-makeinstall-setuid ' -configopts += "--with-systemdsystemunitdir='${prefix}/systemd' " -configopts += "--with-bashcompletiondir='${prefix}/share/bash-completion/completions' " -# disable building Python bindings (since we don't include Python as a dep) -configopts += "--without-python " - -dependencies = [('ncurses', '5.9')] - -sanity_check_paths = { - 'files': ['lib/lib%s.a' % x for x in ['blkid' , 'mount', 'uuid']], - 'dirs': ['include', 'bin', 'share', 'sbin'], -} - -moduleclass = 'tools' diff --git a/u/util-linux/util-linux-2.26.1-goolf-1.4.10.eb b/u/util-linux/util-linux-2.26.1-goolf-1.4.10.eb deleted file mode 100644 index dec0e334..00000000 --- a/u/util-linux/util-linux-2.26.1-goolf-1.4.10.eb +++ /dev/null @@ -1,33 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'util-linux' -version = '2.26.1' - -homepage = 'http://www.kernel.org/pub/linux/utils/util-linux' -description = """Set of Linux utilities""" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -source_urls = ['%s/v%%(version_major_minor)s' % homepage] -sources = [SOURCELOWER_TAR_GZ] - -# disable account related utilities (they need OS dependant pam-devel files) -# disable wall and friends (requires group changing permissions for install user) -# install systemd service files in install dir -# install bash completion files in install dir -configopts = '--disable-chfn-chsh --disable-login --disable-su ' -configopts += '--disable-wall --disable-use-tty-group ' -configopts += '--disable-makeinstall-chown --disable-makeinstall-setuid ' -configopts += "--with-systemdsystemunitdir='${prefix}/systemd' " -configopts += "--with-bashcompletiondir='${prefix}/share/bash-completion/completions' " -# disable building Python bindings (since we don't include Python as a dep) -configopts += "--without-python " - -dependencies = [('ncurses', '5.9')] - -sanity_check_paths = { - 'files': ['lib/lib%s.a' % x for x in ['blkid' , 'mount', 'uuid']], - 'dirs': ['include', 'bin', 'share', 'sbin'], -} - -moduleclass = 'tools' diff --git a/u/util-linux/util-linux-2.26.1-intel-2015b.eb b/u/util-linux/util-linux-2.26.1-intel-2015b.eb deleted file mode 100644 index d4312a1a..00000000 --- a/u/util-linux/util-linux-2.26.1-intel-2015b.eb +++ /dev/null @@ -1,33 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'util-linux' -version = '2.26.1' - -homepage = 'http://www.kernel.org/pub/linux/utils/util-linux' -description = """Set of Linux utilities""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ['%s/v%%(version_major_minor)s' % homepage] -sources = [SOURCELOWER_TAR_GZ] - -# disable account related utilities (they need OS dependant pam-devel files) -# disable wall and friends (requires group changing permissions for install user) -# install systemd service files in install dir -# install bash completion files in install dir -configopts = '--disable-chfn-chsh --disable-login --disable-su ' -configopts += '--disable-wall --disable-use-tty-group ' -configopts += '--disable-makeinstall-chown --disable-makeinstall-setuid ' -configopts += "--with-systemdsystemunitdir='${prefix}/systemd' " -configopts += "--with-bashcompletiondir='${prefix}/share/bash-completion/completions' " -# disable building Python bindings (since we don't include Python as a dep) -configopts += "--without-python " - -dependencies = [('ncurses', '5.9')] - -sanity_check_paths = { - 'files': ['lib/lib%s.a' % x for x in ['blkid' , 'mount', 'uuid']], - 'dirs': ['include', 'bin', 'share', 'sbin'], -} - -moduleclass = 'tools' diff --git a/x/X11/X11-20160819-foss-2015a.eb b/x/X11/X11-20160819-foss-2015a.eb deleted file mode 100644 index ca30f6a6..00000000 --- a/x/X11/X11-20160819-foss-2015a.eb +++ /dev/null @@ -1,131 +0,0 @@ -easyblock = 'Bundle' - -name = 'X11' -version = '20160819' - -homepage = 'https://www.x.org' -description = "The X Window System (X11) is a windowing system for bitmap displays" - -toolchain = {'name': 'foss', 'version': '2015a'} - -source_urls = [ - XORG_LIB_SOURCE, - XORG_PROTO_SOURCE, - 'http://xcb.freedesktop.org/dist/', - 'http://xkbcommon.org/download/', - 'http://cgit.freedesktop.org/xorg/util/macros/snapshot', -] - -builddependencies = [ - ('Autotools', '20150215'), - ('pkg-config', '0.29.1'), -] -dependencies = [ - ('freetype', '2.6.2'), - ('fontconfig', '2.12.1'), - ('zlib', '1.2.8'), - ('bzip2', '1.0.6'), -] - -default_easyblock = 'ConfigureMake' - -common_specs = { - 'sources': [SOURCE_TAR_GZ], - 'start_dir': '%(name)s-%(version)s', -} -components = [ - ('xorg-macros', '1.19.0', { - 'sources': ['util-macros-%(version)s.tar.gz'], - 'start_dir': 'util-macros-%(version)s', - }), - ('libpthread-stubs', '0.3', common_specs), - ('bigreqsproto', '1.1.2', common_specs), - ('compositeproto', '0.4.2', common_specs), - ('damageproto', '1.2.1', common_specs), - ('dmxproto', '2.3.1', common_specs), - ('dri2proto', '2.8', common_specs), - ('dri3proto', '1.0', common_specs), - ('fixesproto', '5.0', common_specs), - ('fontsproto', '2.1.3', common_specs), - ('glproto', '1.4.17', common_specs), - ('inputproto', '2.3.1', common_specs), - ('kbproto', '1.0.7', common_specs), - ('presentproto', '1.0', common_specs), - ('randrproto', '1.5.0', common_specs), - ('recordproto', '1.14.2', common_specs), - ('renderproto', '0.11', common_specs), - ('resourceproto', '1.2.0', common_specs), - ('scrnsaverproto', '1.2.2', common_specs), - ('videoproto', '2.3.3', common_specs), - ('xcmiscproto', '1.2.2', common_specs), - ('xextproto', '7.3.0', common_specs), - ('xf86bigfontproto', '1.2.0', common_specs), - ('xf86dgaproto', '2.1', common_specs), - ('xf86driproto', '2.1.1', common_specs), - ('xf86vidmodeproto', '2.3.1', common_specs), - ('xineramaproto', '1.2.1', common_specs), - ('xproto', '7.0.28', common_specs), - ('libXau', '1.0.8', common_specs), - ('libXdmcp', '1.1.2', common_specs), - ('xcb-proto', '1.11', common_specs), - ('libxcb', '1.11.1', common_specs), - ('xtrans', '1.3.5', common_specs), - ('libxkbcommon', '0.6.1', { - 'sources': ['libxkbcommon-%(version)s.tar.xz'], - 'start_dir': 'libxkbcommon-%(version)s', - }), - ('libX11', '1.6.3', common_specs), - ('libXext', '1.3.3', common_specs), - ('libFS', '1.0.7', common_specs), - ('libICE', '1.0.9', common_specs), - ('libSM', '1.2.2', common_specs), - ('libXScrnSaver', '1.2.2', common_specs), - ('libXt', '1.1.5', common_specs), - ('libXmu', '1.1.2', common_specs), - ('libXpm', '3.5.11', common_specs), - ('libXaw', '1.0.13', common_specs), - ('libXfixes', '5.0.2', common_specs), - ('libXcomposite', '0.4.4', common_specs), - ('libXrender', '0.9.9', common_specs), - ('libXcursor', '1.1.14', common_specs), - ('libXdamage', '1.1.4', common_specs), - ('libfontenc', '1.1.3', common_specs), - ('libXfont', '1.5.1', common_specs), - ('libXft', '2.3.2', common_specs), - ('libXi', '1.7.6', common_specs), - ('libXinerama', '1.1.3', common_specs), - ('libXrandr', '1.5.0', common_specs), - ('libXres', '1.0.7', common_specs), - ('libXtst', '1.2.2', common_specs), - ('libXv', '1.0.10', common_specs), - ('libXvMC', '1.0.9', common_specs), - ('libXxf86dga', '1.1.4', common_specs), - ('libXxf86vm', '1.1.4', common_specs), - ('libdmx', '1.1.3', common_specs), - ('libpciaccess', '0.13.4', common_specs), - ('libxkbfile', '1.0.9', common_specs), - ('libxshmfence', '1.2', common_specs), - ('xcb-util', '0.4.0', common_specs), - ('xcb-util-image', '0.4.0', common_specs), - ('xcb-util-keysyms', '0.4.0', common_specs), - ('xcb-util-renderutil', '0.3.9', common_specs), - ('xcb-util-wm', '0.4.1', common_specs), - ('xcb-util-cursor', '0.1.3', common_specs), -] - -# Python is required for xcb-proto -allow_system_deps = [('Python', SYS_PYTHON_VERSION)] -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) - -preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && " - -# specify that Bundle easyblock should run a full sanity check, rather than just trying to load the module -full_sanity_check = True - -sanity_check_paths = { - 'files': ['include/X11/Xlib.h', 'include/X11/Xutil.h'], - 'dirs': ['include/GL', 'include/X11', 'include/X11/extensions', 'lib', - 'lib/python%s/site-packages/xcbgen' % pyshortver, 'lib/pkgconfig', 'share/pkgconfig'], -} - -moduleclass = 'vis' diff --git a/x/X11/X11-20160819-foss-2016b.eb b/x/X11/X11-20160819-foss-2016b.eb deleted file mode 100644 index c44e65c2..00000000 --- a/x/X11/X11-20160819-foss-2016b.eb +++ /dev/null @@ -1,131 +0,0 @@ -easyblock = 'Bundle' - -name = 'X11' -version = '20160819' - -homepage = 'https://www.x.org' -description = "The X Window System (X11) is a windowing system for bitmap displays" - -toolchain = {'name': 'foss', 'version': '2016b'} - -source_urls = [ - XORG_LIB_SOURCE, - XORG_PROTO_SOURCE, - 'http://xcb.freedesktop.org/dist/', - 'http://xkbcommon.org/download/', - 'http://cgit.freedesktop.org/xorg/util/macros/snapshot', -] - -builddependencies = [ - ('Autotools', '20150215'), - ('pkg-config', '0.29.1'), -] -dependencies = [ - ('freetype', '2.6.5'), - ('fontconfig', '2.12.1'), - ('zlib', '1.2.8'), - ('bzip2', '1.0.6'), -] - -default_easyblock = 'ConfigureMake' - -common_specs = { - 'sources': [SOURCE_TAR_GZ], - 'start_dir': '%(name)s-%(version)s', -} -components = [ - ('xorg-macros', '1.19.0', { - 'sources': ['util-macros-%(version)s.tar.gz'], - 'start_dir': 'util-macros-%(version)s', - }), - ('libpthread-stubs', '0.3', common_specs), - ('bigreqsproto', '1.1.2', common_specs), - ('compositeproto', '0.4.2', common_specs), - ('damageproto', '1.2.1', common_specs), - ('dmxproto', '2.3.1', common_specs), - ('dri2proto', '2.8', common_specs), - ('dri3proto', '1.0', common_specs), - ('fixesproto', '5.0', common_specs), - ('fontsproto', '2.1.3', common_specs), - ('glproto', '1.4.17', common_specs), - ('inputproto', '2.3.1', common_specs), - ('kbproto', '1.0.7', common_specs), - ('presentproto', '1.0', common_specs), - ('randrproto', '1.5.0', common_specs), - ('recordproto', '1.14.2', common_specs), - ('renderproto', '0.11', common_specs), - ('resourceproto', '1.2.0', common_specs), - ('scrnsaverproto', '1.2.2', common_specs), - ('videoproto', '2.3.3', common_specs), - ('xcmiscproto', '1.2.2', common_specs), - ('xextproto', '7.3.0', common_specs), - ('xf86bigfontproto', '1.2.0', common_specs), - ('xf86dgaproto', '2.1', common_specs), - ('xf86driproto', '2.1.1', common_specs), - ('xf86vidmodeproto', '2.3.1', common_specs), - ('xineramaproto', '1.2.1', common_specs), - ('xproto', '7.0.28', common_specs), - ('libXau', '1.0.8', common_specs), - ('libXdmcp', '1.1.2', common_specs), - ('xcb-proto', '1.11', common_specs), - ('libxcb', '1.11.1', common_specs), - ('xtrans', '1.3.5', common_specs), - ('libxkbcommon', '0.6.1', { - 'sources': ['libxkbcommon-%(version)s.tar.xz'], - 'start_dir': 'libxkbcommon-%(version)s', - }), - ('libX11', '1.6.3', common_specs), - ('libXext', '1.3.3', common_specs), - ('libFS', '1.0.7', common_specs), - ('libICE', '1.0.9', common_specs), - ('libSM', '1.2.2', common_specs), - ('libXScrnSaver', '1.2.2', common_specs), - ('libXt', '1.1.5', common_specs), - ('libXmu', '1.1.2', common_specs), - ('libXpm', '3.5.11', common_specs), - ('libXaw', '1.0.13', common_specs), - ('libXfixes', '5.0.2', common_specs), - ('libXcomposite', '0.4.4', common_specs), - ('libXrender', '0.9.9', common_specs), - ('libXcursor', '1.1.14', common_specs), - ('libXdamage', '1.1.4', common_specs), - ('libfontenc', '1.1.3', common_specs), - ('libXfont', '1.5.1', common_specs), - ('libXft', '2.3.2', common_specs), - ('libXi', '1.7.6', common_specs), - ('libXinerama', '1.1.3', common_specs), - ('libXrandr', '1.5.0', common_specs), - ('libXres', '1.0.7', common_specs), - ('libXtst', '1.2.2', common_specs), - ('libXv', '1.0.10', common_specs), - ('libXvMC', '1.0.9', common_specs), - ('libXxf86dga', '1.1.4', common_specs), - ('libXxf86vm', '1.1.4', common_specs), - ('libdmx', '1.1.3', common_specs), - ('libpciaccess', '0.13.4', common_specs), - ('libxkbfile', '1.0.9', common_specs), - ('libxshmfence', '1.2', common_specs), - ('xcb-util', '0.4.0', common_specs), - ('xcb-util-image', '0.4.0', common_specs), - ('xcb-util-keysyms', '0.4.0', common_specs), - ('xcb-util-renderutil', '0.3.9', common_specs), - ('xcb-util-wm', '0.4.1', common_specs), - ('xcb-util-cursor', '0.1.3', common_specs), -] - -# Python is required for xcb-proto -allow_system_deps = [('Python', SYS_PYTHON_VERSION)] -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) - -preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && " - -# specify that Bundle easyblock should run a full sanity check, rather than just trying to load the module -full_sanity_check = True - -sanity_check_paths = { - 'files': ['include/X11/Xlib.h', 'include/X11/Xutil.h'], - 'dirs': ['include/GL', 'include/X11', 'include/X11/extensions', 'lib', - 'lib/python%s/site-packages/xcbgen' % pyshortver, 'lib/pkgconfig', 'share/pkgconfig'], -} - -moduleclass = 'vis' diff --git a/x/X11/X11-20160819-intel-2016b.eb b/x/X11/X11-20160819-intel-2016b.eb deleted file mode 100644 index 556bda9f..00000000 --- a/x/X11/X11-20160819-intel-2016b.eb +++ /dev/null @@ -1,131 +0,0 @@ -easyblock = 'Bundle' - -name = 'X11' -version = '20160819' - -homepage = 'https://www.x.org' -description = "The X Window System (X11) is a windowing system for bitmap displays" - -toolchain = {'name': 'intel', 'version': '2016b'} - -source_urls = [ - XORG_LIB_SOURCE, - XORG_PROTO_SOURCE, - 'http://xcb.freedesktop.org/dist/', - 'http://xkbcommon.org/download/', - 'http://cgit.freedesktop.org/xorg/util/macros/snapshot', -] - -builddependencies = [ - ('Autotools', '20150215'), - ('pkg-config', '0.29.1'), -] -dependencies = [ - ('freetype', '2.6.5'), - ('fontconfig', '2.12.1'), - ('zlib', '1.2.8'), - ('bzip2', '1.0.6'), -] - -default_easyblock = 'ConfigureMake' - -common_specs = { - 'sources': [SOURCE_TAR_GZ], - 'start_dir': '%(name)s-%(version)s', -} -components = [ - ('xorg-macros', '1.19.0', { - 'sources': ['util-macros-%(version)s.tar.gz'], - 'start_dir': 'util-macros-%(version)s', - }), - ('libpthread-stubs', '0.3', common_specs), - ('bigreqsproto', '1.1.2', common_specs), - ('compositeproto', '0.4.2', common_specs), - ('damageproto', '1.2.1', common_specs), - ('dmxproto', '2.3.1', common_specs), - ('dri2proto', '2.8', common_specs), - ('dri3proto', '1.0', common_specs), - ('fixesproto', '5.0', common_specs), - ('fontsproto', '2.1.3', common_specs), - ('glproto', '1.4.17', common_specs), - ('inputproto', '2.3.1', common_specs), - ('kbproto', '1.0.7', common_specs), - ('presentproto', '1.0', common_specs), - ('randrproto', '1.5.0', common_specs), - ('recordproto', '1.14.2', common_specs), - ('renderproto', '0.11', common_specs), - ('resourceproto', '1.2.0', common_specs), - ('scrnsaverproto', '1.2.2', common_specs), - ('videoproto', '2.3.3', common_specs), - ('xcmiscproto', '1.2.2', common_specs), - ('xextproto', '7.3.0', common_specs), - ('xf86bigfontproto', '1.2.0', common_specs), - ('xf86dgaproto', '2.1', common_specs), - ('xf86driproto', '2.1.1', common_specs), - ('xf86vidmodeproto', '2.3.1', common_specs), - ('xineramaproto', '1.2.1', common_specs), - ('xproto', '7.0.28', common_specs), - ('libXau', '1.0.8', common_specs), - ('libXdmcp', '1.1.2', common_specs), - ('xcb-proto', '1.11', common_specs), - ('libxcb', '1.11.1', common_specs), - ('xtrans', '1.3.5', common_specs), - ('libxkbcommon', '0.6.1', { - 'sources': ['libxkbcommon-%(version)s.tar.xz'], - 'start_dir': 'libxkbcommon-%(version)s', - }), - ('libX11', '1.6.3', common_specs), - ('libXext', '1.3.3', common_specs), - ('libFS', '1.0.7', common_specs), - ('libICE', '1.0.9', common_specs), - ('libSM', '1.2.2', common_specs), - ('libXScrnSaver', '1.2.2', common_specs), - ('libXt', '1.1.5', common_specs), - ('libXmu', '1.1.2', common_specs), - ('libXpm', '3.5.11', common_specs), - ('libXaw', '1.0.13', common_specs), - ('libXfixes', '5.0.2', common_specs), - ('libXcomposite', '0.4.4', common_specs), - ('libXrender', '0.9.9', common_specs), - ('libXcursor', '1.1.14', common_specs), - ('libXdamage', '1.1.4', common_specs), - ('libfontenc', '1.1.3', common_specs), - ('libXfont', '1.5.1', common_specs), - ('libXft', '2.3.2', common_specs), - ('libXi', '1.7.6', common_specs), - ('libXinerama', '1.1.3', common_specs), - ('libXrandr', '1.5.0', common_specs), - ('libXres', '1.0.7', common_specs), - ('libXtst', '1.2.2', common_specs), - ('libXv', '1.0.10', common_specs), - ('libXvMC', '1.0.9', common_specs), - ('libXxf86dga', '1.1.4', common_specs), - ('libXxf86vm', '1.1.4', common_specs), - ('libdmx', '1.1.3', common_specs), - ('libpciaccess', '0.13.4', common_specs), - ('libxkbfile', '1.0.9', common_specs), - ('libxshmfence', '1.2', common_specs), - ('xcb-util', '0.4.0', common_specs), - ('xcb-util-image', '0.4.0', common_specs), - ('xcb-util-keysyms', '0.4.0', common_specs), - ('xcb-util-renderutil', '0.3.9', common_specs), - ('xcb-util-wm', '0.4.1', common_specs), - ('xcb-util-cursor', '0.1.3', common_specs), -] - -# Python is required for xcb-proto -allow_system_deps = [('Python', SYS_PYTHON_VERSION)] -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) - -preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && " - -# specify that Bundle easyblock should run a full sanity check, rather than just trying to load the module -full_sanity_check = True - -sanity_check_paths = { - 'files': ['include/X11/Xlib.h', 'include/X11/Xutil.h'], - 'dirs': ['include/GL', 'include/X11', 'include/X11/extensions', 'lib', - 'lib/python%s/site-packages/xcbgen' % pyshortver, 'lib/pkgconfig', 'share/pkgconfig'], -} - -moduleclass = 'vis' diff --git a/x/XZ/XZ-5.0.5-GCC-4.8.2.eb b/x/XZ/XZ-5.0.5-GCC-4.8.2.eb deleted file mode 100644 index 3d54b29e..00000000 --- a/x/XZ/XZ-5.0.5-GCC-4.8.2.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.0.5' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'GCC', 'version': '4.8.2'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.0.5-goolf-1.4.10.eb b/x/XZ/XZ-5.0.5-goolf-1.4.10.eb deleted file mode 100644 index e60568da..00000000 --- a/x/XZ/XZ-5.0.5-goolf-1.4.10.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.0.5' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.0.5-ictce-5.3.0.eb b/x/XZ/XZ-5.0.5-ictce-5.3.0.eb deleted file mode 100644 index 6f7148a4..00000000 --- a/x/XZ/XZ-5.0.5-ictce-5.3.0.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.0.5' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.0-GCC-4.9.2.eb b/x/XZ/XZ-5.2.0-GCC-4.9.2.eb deleted file mode 100644 index 99b4d29f..00000000 --- a/x/XZ/XZ-5.2.0-GCC-4.9.2.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.0' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'GCC', 'version': '4.9.2'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-GCC-5.4.0-2.26.eb b/x/XZ/XZ-5.2.2-GCC-5.4.0-2.26.eb deleted file mode 100644 index 96695c9d..00000000 --- a/x/XZ/XZ-5.2.2-GCC-5.4.0-2.26.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'GCC', 'version': '5.4.0-2.26'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), - ('gettext', '0.19.8', '', True), -] - -# may become useful in non-x86 archs -# configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-GCCcore-4.9.3.eb b/x/XZ/XZ-5.2.2-GCCcore-4.9.3.eb deleted file mode 100644 index f08ddf7d..00000000 --- a/x/XZ/XZ-5.2.2-GCCcore-4.9.3.eb +++ /dev/null @@ -1,28 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'GCCcore', 'version': '4.9.3'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), - ('gettext', '0.19.8', '', True), - ('binutils', '2.25'), -] - -# may become useful in non-x86 archs -# configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-foss-2015a.eb b/x/XZ/XZ-5.2.2-foss-2015a.eb deleted file mode 100644 index 049e77b6..00000000 --- a/x/XZ/XZ-5.2.2-foss-2015a.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'foss', 'version': '2015a'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), -] - -dependencies = [ - ('gettext', '0.19.4'), -] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-foss-2016.04.eb b/x/XZ/XZ-5.2.2-foss-2016.04.eb deleted file mode 100644 index 90393732..00000000 --- a/x/XZ/XZ-5.2.2-foss-2016.04.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'foss', 'version': '2016.04'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), - ('gettext', '0.19.8', '', True), -] - -# may become useful in non-x86 archs -# configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-foss-2016a-gettext-0.19.7.eb b/x/XZ/XZ-5.2.2-foss-2016a-gettext-0.19.7.eb deleted file mode 100644 index 52273a7c..00000000 --- a/x/XZ/XZ-5.2.2-foss-2016a-gettext-0.19.7.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -gettext_ver = '0.19.7' -versionsuffix = '-gettext-%s' % gettext_ver - -builddependencies = [ - ('Autotools', '20150215'), - ('gettext', gettext_ver, '', True), -] - -# may become useful in non-x86 archs -# configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-foss-2016a.eb b/x/XZ/XZ-5.2.2-foss-2016a.eb deleted file mode 100644 index 2a89ca6a..00000000 --- a/x/XZ/XZ-5.2.2-foss-2016a.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), -] - -dependencies = [ - ('gettext', '0.19.6'), -] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-foss-2016b.eb b/x/XZ/XZ-5.2.2-foss-2016b.eb deleted file mode 100644 index aaea1f65..00000000 --- a/x/XZ/XZ-5.2.2-foss-2016b.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'foss', 'version': '2016b'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), - ('gettext', '0.19.8', '', True), -] - -# may become useful in non-x86 archs -# configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-goolf-1.4.10.eb b/x/XZ/XZ-5.2.2-goolf-1.4.10.eb deleted file mode 100644 index f9a06be7..00000000 --- a/x/XZ/XZ-5.2.2-goolf-1.4.10.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215', '', ('GCC', '4.7.2')), -] - -dependencies = [ - ('gettext', '0.18.2'), -] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-ictce-5.3.0.eb b/x/XZ/XZ-5.2.2-ictce-5.3.0.eb deleted file mode 100644 index 96fe0ea8..00000000 --- a/x/XZ/XZ-5.2.2-ictce-5.3.0.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'ictce', 'version': '5.3.0'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), -] - -dependencies = [ - ('gettext', '0.18.2'), -] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-intel-2016a-gettext-0.19.7.eb b/x/XZ/XZ-5.2.2-intel-2016a-gettext-0.19.7.eb deleted file mode 100644 index 98229490..00000000 --- a/x/XZ/XZ-5.2.2-intel-2016a-gettext-0.19.7.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -gettext_ver = '0.19.7' -versionsuffix = '-gettext-%s' % gettext_ver - -builddependencies = [ - ('Autotools', '20150215'), - ('gettext', gettext_ver, '', True), -] - -# may become useful in non-x86 archs -# configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-intel-2016a.eb b/x/XZ/XZ-5.2.2-intel-2016a.eb deleted file mode 100644 index b717af01..00000000 --- a/x/XZ/XZ-5.2.2-intel-2016a.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), -] - -dependencies = [ - ('gettext', '0.19.6'), -] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-intel-2016b.eb b/x/XZ/XZ-5.2.2-intel-2016b.eb deleted file mode 100644 index 95304a84..00000000 --- a/x/XZ/XZ-5.2.2-intel-2016b.eb +++ /dev/null @@ -1,27 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'intel', 'version': '2016b'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), - ('gettext', '0.19.8', '', True), -] - -# may become useful in non-x86 archs -# configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/XZ/XZ-5.2.2-intel-2017.00.eb b/x/XZ/XZ-5.2.2-intel-2017.00.eb deleted file mode 100644 index 019c4e45..00000000 --- a/x/XZ/XZ-5.2.2-intel-2017.00.eb +++ /dev/null @@ -1,30 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'XZ' -version = '5.2.2' - -homepage = 'http://tukaani.org/xz/' -description = "xz: XZ utilities" - -toolchain = {'name': 'intel', 'version': '2017.00'} - -sources = [SOURCELOWER_TAR_BZ2] -source_urls = ['http://tukaani.org/xz/'] - -builddependencies = [ - ('Autotools', '20150215'), -] - -dependencies = [ - ('gettext', '0.19.7'), -] - -# may become useful in non-x86 archs -#configopts = ' --disable-assembler ' - -sanity_check_paths = { - 'files': ["bin/xz", "bin/lzmainfo"], - 'dirs': [] -} - -moduleclass = 'tools' diff --git a/x/xcb-util-image/xcb-util-image-0.4.0-foss-2016a.eb b/x/xcb-util-image/xcb-util-image-0.4.0-foss-2016a.eb deleted file mode 100644 index bb023fe4..00000000 --- a/x/xcb-util-image/xcb-util-image-0.4.0-foss-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-image' -version = '0.4.0' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-image package provides additional extensions to the XCB library.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('xcb-util', '0.4.0'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-image.%s' % SHLIB_EXT], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-image/xcb-util-image-0.4.0-intel-2015b.eb b/x/xcb-util-image/xcb-util-image-0.4.0-intel-2015b.eb deleted file mode 100644 index 933c8b66..00000000 --- a/x/xcb-util-image/xcb-util-image-0.4.0-intel-2015b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-image' -version = '0.4.0' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-image package provides additional extensions to the XCB library.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('xcb-util', '0.4.0',), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-image.%s' % SHLIB_EXT], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-image/xcb-util-image-0.4.0-intel-2016a.eb b/x/xcb-util-image/xcb-util-image-0.4.0-intel-2016a.eb deleted file mode 100644 index a0cf9f13..00000000 --- a/x/xcb-util-image/xcb-util-image-0.4.0-intel-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-image' -version = '0.4.0' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-image package provides additional extensions to the XCB library.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('xcb-util', '0.4.0'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-image.%s' % SHLIB_EXT], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-keysyms/xcb-util-keysyms-0.4.0-foss-2016a.eb b/x/xcb-util-keysyms/xcb-util-keysyms-0.4.0-foss-2016a.eb deleted file mode 100644 index 000b28f3..00000000 --- a/x/xcb-util-keysyms/xcb-util-keysyms-0.4.0-foss-2016a.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-keysyms' -version = '0.4.0' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-keysyms package contains a library for - handling standard X key constants and conversion to/from keycodes.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-keysyms.%s' % SHLIB_EXT], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-keysyms/xcb-util-keysyms-0.4.0-intel-2016a.eb b/x/xcb-util-keysyms/xcb-util-keysyms-0.4.0-intel-2016a.eb deleted file mode 100644 index ab965a9d..00000000 --- a/x/xcb-util-keysyms/xcb-util-keysyms-0.4.0-intel-2016a.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-keysyms' -version = '0.4.0' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-keysyms package contains a library for - handling standard X key constants and conversion to/from keycodes.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-keysyms.%s' % SHLIB_EXT], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-renderutil/xcb-util-renderutil-0.3.9-foss-2016a.eb b/x/xcb-util-renderutil/xcb-util-renderutil-0.3.9-foss-2016a.eb deleted file mode 100644 index fd3484fb..00000000 --- a/x/xcb-util-renderutil/xcb-util-renderutil-0.3.9-foss-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-renderutil' -version = '0.3.9' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-renderutil package provides additional extensions to the XCB library.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-render-util.%s' % SHLIB_EXT], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-renderutil/xcb-util-renderutil-0.3.9-intel-2016a.eb b/x/xcb-util-renderutil/xcb-util-renderutil-0.3.9-intel-2016a.eb deleted file mode 100644 index c926c17d..00000000 --- a/x/xcb-util-renderutil/xcb-util-renderutil-0.3.9-intel-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-renderutil' -version = '0.3.9' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-renderutil package provides additional extensions to the XCB library.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-render-util.%s' % SHLIB_EXT], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-wm/xcb-util-wm-0.4.1-foss-2016a.eb b/x/xcb-util-wm/xcb-util-wm-0.4.1-foss-2016a.eb deleted file mode 100644 index d412a4ba..00000000 --- a/x/xcb-util-wm/xcb-util-wm-0.4.1-foss-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-wm' -version = '0.4.1' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-wm package contains libraries which provide client and window-manager helpers for EWMH and ICCCM.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-%s.so' % x for x in ['ewmh', 'icccm']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2015b-Python-2.7.11.eb b/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2015b-Python-2.7.11.eb deleted file mode 100644 index 39589444..00000000 --- a/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2015b-Python-2.7.11.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-wm' -version = '0.4.1' -versionsuffix = '-Python-2.7.11' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-wm package contains libraries which provide client and window-manager helpers for EWMH and ICCCM.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1', versionsuffix), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-%s.so' % x for x in ['ewmh', 'icccm']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2015b.eb b/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2015b.eb deleted file mode 100644 index 147e33bc..00000000 --- a/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2015b.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-wm' -version = '0.4.1' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-wm package contains libraries which provide client and window-manager helpers for EWMH and ICCCM.""" - -toolchain = {'name': 'intel', 'version': '2015b'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1', '-Python-2.7.10'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-%s.so' % x for x in ['ewmh', 'icccm']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2016a.eb b/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2016a.eb deleted file mode 100644 index 5d58f2a9..00000000 --- a/x/xcb-util-wm/xcb-util-wm-0.4.1-intel-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util-wm' -version = '0.4.1' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util-wm package contains libraries which provide client and window-manager helpers for EWMH and ICCCM.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-%s.so' % x for x in ['ewmh', 'icccm']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util/xcb-util-0.4.0-foss-2016a.eb b/x/xcb-util/xcb-util-0.4.0-foss-2016a.eb deleted file mode 100644 index 78a0c3a9..00000000 --- a/x/xcb-util/xcb-util-0.4.0-foss-2016a.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util' -version = '0.4.0' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util package provides additional extensions to the XCB library, - many that were previously found in Xlib, but are not part of core X protocol""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-util.%s' % SHLIB_EXT], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xcb-util/xcb-util-0.4.0-intel-2016a.eb b/x/xcb-util/xcb-util-0.4.0-intel-2016a.eb deleted file mode 100644 index 18a587a5..00000000 --- a/x/xcb-util/xcb-util-0.4.0-intel-2016a.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xcb-util' -version = '0.4.0' - -homepage = 'http://xcb.freedesktop.org/' -description = """The xcb-util package provides additional extensions to the XCB library, - many that were previously found in Xlib, but are not part of core X protocol""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -source_urls = ['http://xcb.freedesktop.org/dist/'] -sources = [SOURCELOWER_TAR_GZ] - -dependencies = [ - ('libxcb', '1.11.1'), -] - -sanity_check_paths = { - 'files': ['lib/libxcb-util.%s' % SHLIB_EXT], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xextproto/xextproto-7.3.0-foss-2016a.eb b/x/xextproto/xextproto-7.3.0-foss-2016a.eb deleted file mode 100644 index 53735a84..00000000 --- a/x/xextproto/xextproto-7.3.0-foss-2016a.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xextproto' -version = '7.3.0' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = """XExtProto protocol headers.""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/extensions/%s' % x for x in [ - 'agproto.h', 'cupproto.h', 'dbeproto.h', 'dpmsproto.h', 'EVIproto.h', 'geproto.h', 'lbxproto.h', - 'mitmiscproto.h', 'multibufproto.h', 'securproto.h', 'shapeproto.h', 'shm.h', 'shmstr.h', 'syncproto.h', - 'xtestconst.h', 'xtestext1proto.h' - ] - ], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xextproto/xextproto-7.3.0-intel-2016a.eb b/x/xextproto/xextproto-7.3.0-intel-2016a.eb deleted file mode 100644 index 08ca1e41..00000000 --- a/x/xextproto/xextproto-7.3.0-intel-2016a.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xextproto' -version = '7.3.0' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = """XExtProto protocol headers.""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/extensions/%s' % x for x in [ - 'agproto.h', 'cupproto.h', 'dbeproto.h', 'dpmsproto.h', 'EVIproto.h', 'geproto.h', 'lbxproto.h', - 'mitmiscproto.h', 'multibufproto.h', 'securproto.h', 'shapeproto.h', 'shm.h', 'shmstr.h', 'syncproto.h', - 'xtestconst.h', 'xtestext1proto.h' - ] - ], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xineramaproto/xineramaproto-1.2.1-foss-2016a.eb b/x/xineramaproto/xineramaproto-1.2.1-foss-2016a.eb deleted file mode 100644 index fdbb9a1f..00000000 --- a/x/xineramaproto/xineramaproto-1.2.1-foss-2016a.eb +++ /dev/null @@ -1,19 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xineramaproto' -version = '1.2.1' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers for xinerama" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/extensions/panoramiXproto.h'], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xineramaproto/xineramaproto-1.2.1-intel-2016a.eb b/x/xineramaproto/xineramaproto-1.2.1-intel-2016a.eb deleted file mode 100644 index 892ed9f5..00000000 --- a/x/xineramaproto/xineramaproto-1.2.1-intel-2016a.eb +++ /dev/null @@ -1,19 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xineramaproto' -version = '1.2.1' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers for xinerama" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/extensions/panoramiXproto.h'], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.23-goolf-1.4.10.eb b/x/xproto/xproto-7.0.23-goolf-1.4.10.eb deleted file mode 100644 index 6eb06bc7..00000000 --- a/x/xproto/xproto-7.0.23-goolf-1.4.10.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.23' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'goolf', 'version': '1.4.10'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.23-goolf-1.5.14.eb b/x/xproto/xproto-7.0.23-goolf-1.5.14.eb deleted file mode 100644 index 5054d70d..00000000 --- a/x/xproto/xproto-7.0.23-goolf-1.5.14.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.23' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'goolf', 'version': '1.5.14'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.23-ictce-5.3.0.eb b/x/xproto/xproto-7.0.23-ictce-5.3.0.eb deleted file mode 100644 index 7d12c7f8..00000000 --- a/x/xproto/xproto-7.0.23-ictce-5.3.0.eb +++ /dev/null @@ -1,25 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.23' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - - -toolchain = {'name': 'ictce', 'version': '5.3.0'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.26-foss-2014b.eb b/x/xproto/xproto-7.0.26-foss-2014b.eb deleted file mode 100644 index 76cc9f4a..00000000 --- a/x/xproto/xproto-7.0.26-foss-2014b.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.26' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'foss', 'version': '2014b'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.26-intel-2014b.eb b/x/xproto/xproto-7.0.26-intel-2014b.eb deleted file mode 100644 index 1caa382a..00000000 --- a/x/xproto/xproto-7.0.26-intel-2014b.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.26' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'intel', 'version': '2014b'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.26-intel-2015b.eb b/x/xproto/xproto-7.0.26-intel-2015b.eb deleted file mode 100644 index 23cec5d2..00000000 --- a/x/xproto/xproto-7.0.26-intel-2015b.eb +++ /dev/null @@ -1,25 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-06-29_22-21-26 -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.26' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'intel', 'version': '2015b'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/'] - -sanity_check_paths = { - 'files' : ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs' : [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.27-goolf-1.5.14.eb b/x/xproto/xproto-7.0.27-goolf-1.5.14.eb deleted file mode 100644 index 4d66b00e..00000000 --- a/x/xproto/xproto-7.0.27-goolf-1.5.14.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.27' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'goolf', 'version': '1.5.14'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.27-intel-2015a.eb b/x/xproto/xproto-7.0.27-intel-2015a.eb deleted file mode 100644 index a0292fbf..00000000 --- a/x/xproto/xproto-7.0.27-intel-2015a.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.27' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'intel', 'version': '2015a'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.28-foss-2016a.eb b/x/xproto/xproto-7.0.28-foss-2016a.eb deleted file mode 100644 index 2a47f249..00000000 --- a/x/xproto/xproto-7.0.28-foss-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.28' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.28-gimkl-2.11.5.eb b/x/xproto/xproto-7.0.28-gimkl-2.11.5.eb deleted file mode 100644 index 8dab7213..00000000 --- a/x/xproto/xproto-7.0.28-gimkl-2.11.5.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.28' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'gimkl', 'version': '2.11.5'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.28-intel-2015a.eb b/x/xproto/xproto-7.0.28-intel-2015a.eb deleted file mode 100644 index 532a92d3..00000000 --- a/x/xproto/xproto-7.0.28-intel-2015a.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.28' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'intel', 'version': '2015a'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.28-intel-2015b.eb b/x/xproto/xproto-7.0.28-intel-2015b.eb deleted file mode 100644 index 6722798e..00000000 --- a/x/xproto/xproto-7.0.28-intel-2015b.eb +++ /dev/null @@ -1,24 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.28' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'intel', 'version': '2015b'} -toolchainopts = {'optarch': True} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xproto/xproto-7.0.28-intel-2016a.eb b/x/xproto/xproto-7.0.28-intel-2016a.eb deleted file mode 100644 index 9de35378..00000000 --- a/x/xproto/xproto-7.0.28-intel-2016a.eb +++ /dev/null @@ -1,23 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xproto' -version = '7.0.28' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = "X protocol and ancillary headers" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_PROTO_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', - 'Xatom.h', 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h', - 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h', 'Xarch.h', - 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h', 'Xproto.h', 'Xthreads.h', - 'XWDFile.h', 'Xwinsock.h']], - 'dirs': [] -} - -moduleclass = 'devel' diff --git a/x/xtrans/xtrans-1.3.5-foss-2016a.eb b/x/xtrans/xtrans-1.3.5-foss-2016a.eb deleted file mode 100644 index 1d32cb1a..00000000 --- a/x/xtrans/xtrans-1.3.5-foss-2016a.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xtrans' -version = '1.3.5' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = """xtrans includes a number of routines to make X implementations transport-independent; - at time of writing, it includes support for UNIX sockets, IPv4, IPv6, and DECnet. -""" - -toolchain = {'name': 'foss', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_LIB_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/Xtrans/%s' % x for x in ['transport.c', 'Xtrans.c', 'Xtrans.h', 'Xtransint.h', - 'Xtranslcl.c', 'Xtranssock.c', 'Xtransutil.c']], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/x/xtrans/xtrans-1.3.5-intel-2016a.eb b/x/xtrans/xtrans-1.3.5-intel-2016a.eb deleted file mode 100644 index bb8657a9..00000000 --- a/x/xtrans/xtrans-1.3.5-intel-2016a.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'xtrans' -version = '1.3.5' - -homepage = "http://www.freedesktop.org/wiki/Software/xlibs" -description = """xtrans includes a number of routines to make X implementations transport-independent; - at time of writing, it includes support for UNIX sockets, IPv4, IPv6, and DECnet. -""" - -toolchain = {'name': 'intel', 'version': '2016a'} - -sources = [SOURCE_TAR_GZ] -source_urls = [XORG_LIB_SOURCE] - -sanity_check_paths = { - 'files': ['include/X11/Xtrans/%s' % x for x in ['transport.c', 'Xtrans.c', 'Xtrans.h', 'Xtransint.h', - 'Xtranslcl.c', 'Xtranssock.c', 'Xtransutil.c']], - 'dirs': [], -} - -moduleclass = 'devel' diff --git a/z/zlib/zlib-1.2.11-foss-2017a.eb b/z/zlib/zlib-1.2.11-foss-2017a.eb deleted file mode 100644 index b6a45825..00000000 --- a/z/zlib/zlib-1.2.11-foss-2017a.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.11' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'foss', 'version': '2017a'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.%s' % SHLIB_EXT], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.7-goolf-1.5.16.eb b/z/zlib/zlib-1.2.7-goolf-1.5.16.eb deleted file mode 100644 index c9dc474f..00000000 --- a/z/zlib/zlib-1.2.7-goolf-1.5.16.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.7' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, -not covered by any patents -- lossless data-compression library for use on virtually any -computer hardware and operating system.""" - -toolchain = {'name': 'goolf', 'version': '1.5.16'} -toolchainopts = {'optarch': True, 'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.%s' % SHLIB_EXT], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.7-intel-2015b.eb b/z/zlib/zlib-1.2.7-intel-2015b.eb deleted file mode 100644 index dd15c73d..00000000 --- a/z/zlib/zlib-1.2.7-intel-2015b.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.7' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'intel', 'version': '2015b'} -toolchainopts = {'optarch': True, 'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.so'], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.8-CrayGNU-2015.06.eb b/z/zlib/zlib-1.2.8-CrayGNU-2015.06.eb deleted file mode 100644 index 9daa7bba..00000000 --- a/z/zlib/zlib-1.2.8-CrayGNU-2015.06.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.8' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'CrayGNU', 'version': '2015.06'} -toolchainopts = {'pic': True, } - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.%s' % SHLIB_EXT], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.8-CrayGNU-2015.11.eb b/z/zlib/zlib-1.2.8-CrayGNU-2015.11.eb deleted file mode 100644 index ec75812a..00000000 --- a/z/zlib/zlib-1.2.8-CrayGNU-2015.11.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.8' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'CrayGNU', 'version': '2015.11'} -toolchainopts = {'pic': True, } - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.%s' % SHLIB_EXT], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.8-CrayGNU-2016.03.eb b/z/zlib/zlib-1.2.8-CrayGNU-2016.03.eb deleted file mode 100644 index 20e9ee08..00000000 --- a/z/zlib/zlib-1.2.8-CrayGNU-2016.03.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.8' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'CrayGNU', 'version': '2016.03'} -toolchainopts = {'pic': True, } - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.%s' % SHLIB_EXT], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.8-GCC-4.4.7-system.eb b/z/zlib/zlib-1.2.8-GCC-4.4.7-system.eb deleted file mode 100644 index cecaf89d..00000000 --- a/z/zlib/zlib-1.2.8-GCC-4.4.7-system.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.8' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'GCC', 'version': '4.4.7-system'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.%s' % SHLIB_EXT], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.8-GNU-5.1.0-2.25.eb b/z/zlib/zlib-1.2.8-GNU-5.1.0-2.25.eb deleted file mode 100644 index c1599c89..00000000 --- a/z/zlib/zlib-1.2.8-GNU-5.1.0-2.25.eb +++ /dev/null @@ -1,24 +0,0 @@ -# Built with EasyBuild version 2.1.1 on 2015-07-07_13-38-45 -# Built with EasyBuild version 2.1.1 on 2015-06-29_22-19-07 -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.8' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'} -toolchainopts = {'optarch': True, 'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.so'], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.8-foss-2015g.eb b/z/zlib/zlib-1.2.8-foss-2015g.eb deleted file mode 100644 index 610451c6..00000000 --- a/z/zlib/zlib-1.2.8-foss-2015g.eb +++ /dev/null @@ -1,21 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.8' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'foss', 'version': '2015g'} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.so'], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.8-gompi-2015e.eb b/z/zlib/zlib-1.2.8-gompi-2015e.eb deleted file mode 100644 index 450c6eff..00000000 --- a/z/zlib/zlib-1.2.8-gompi-2015e.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.8' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'gompi', 'version': '2015e'} -toolchainopts = {'optarch': True, 'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.so'], - 'dirs': [], -} - -moduleclass = 'lib' diff --git a/z/zlib/zlib-1.2.8-intel-2017.00.eb b/z/zlib/zlib-1.2.8-intel-2017.00.eb deleted file mode 100644 index 678d6c56..00000000 --- a/z/zlib/zlib-1.2.8-intel-2017.00.eb +++ /dev/null @@ -1,22 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'zlib' -version = '1.2.8' - -homepage = 'http://www.zlib.net/' -description = """zlib is designed to be a free, general-purpose, legally unencumbered -- that is, - not covered by any patents -- lossless data-compression library for use on virtually any - computer hardware and operating system.""" - -toolchain = {'name': 'intel', 'version': '2017.00'} -toolchainopts = {'pic': True} - -sources = [SOURCELOWER_TAR_GZ] -source_urls = [('http://sourceforge.net/projects/libpng/files/zlib/%(version)s', 'download')] - -sanity_check_paths = { - 'files': ['include/zconf.h', 'include/zlib.h', 'lib/libz.a', 'lib/libz.%s' % SHLIB_EXT], - 'dirs': [], -} - -moduleclass = 'lib'