diff --git a/a/ASE/ASE-3.15.0-Python-2.7.13-base-test.eb b/a/ASE/ASE-3.15.0-Python-2.7.13-base-test.eb index 3d29d1d4..f6a5e1b4 100644 --- a/a/ASE/ASE-3.15.0-Python-2.7.13-base-test.eb +++ b/a/ASE/ASE-3.15.0-Python-2.7.13-base-test.eb @@ -4,7 +4,7 @@ easyblock = 'PythonPackage' name = 'ASE' version = '3.15.0' -versionsuffix = '-Python-%(pyver)s-base-test' +versionsuffix = '-Python-%(local_pyver)s-base-test' homepage = 'https://wiki.fysik.dtu.dk/ase/' description = """ASE is a python package providing an open source Atomic Simulation Environment @@ -30,7 +30,7 @@ sanity_check_paths = { 'bin/ase-gui', 'bin/ase-info', 'bin/ase-run'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'chem' diff --git a/a/ASE/ASE-3.15.0-Python-2.7.13-base.eb b/a/ASE/ASE-3.15.0-Python-2.7.13-base.eb index e2193021..65e4997d 100644 --- a/a/ASE/ASE-3.15.0-Python-2.7.13-base.eb +++ b/a/ASE/ASE-3.15.0-Python-2.7.13-base.eb @@ -4,7 +4,7 @@ easyblock = 'PythonPackage' name = 'ASE' version = '3.15.0' -versionsuffix = '-Python-%(pyver)s-base' +versionsuffix = '-Python-%(local_pyver)s-base' homepage = 'https://wiki.fysik.dtu.dk/ase/' description = """ASE is a python package providing an open source Atomic Simulation Environment @@ -30,7 +30,7 @@ sanity_check_paths = { 'bin/ase-gui', 'bin/ase-info', 'bin/ase-run'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'chem' diff --git a/a/ASE/ASE-3.15.0-Python-3.6.4-base-test.eb b/a/ASE/ASE-3.15.0-Python-3.6.4-base-test.eb index 0e4bb251..e9482321 100644 --- a/a/ASE/ASE-3.15.0-Python-3.6.4-base-test.eb +++ b/a/ASE/ASE-3.15.0-Python-3.6.4-base-test.eb @@ -4,7 +4,7 @@ easyblock = 'PythonPackage' name = 'ASE' version = '3.15.0' -versionsuffix = '-Python-%(pyver)s-base-test' +versionsuffix = '-Python-%(local_pyver)s-base-test' homepage = 'https://wiki.fysik.dtu.dk/ase/' description = """ASE is a python package providing an open source Atomic Simulation Environment @@ -30,7 +30,7 @@ sanity_check_paths = { 'bin/ase-gui', 'bin/ase-info', 'bin/ase-run'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'chem' diff --git a/a/ASE/ASE-3.15.0-intel-2017a-Python-2.7.13.eb b/a/ASE/ASE-3.15.0-intel-2017a-Python-2.7.13.eb index 3da447f6..44905db4 100644 --- a/a/ASE/ASE-3.15.0-intel-2017a-Python-2.7.13.eb +++ b/a/ASE/ASE-3.15.0-intel-2017a-Python-2.7.13.eb @@ -4,7 +4,7 @@ easyblock = 'PythonPackage' name = 'ASE' version = '3.15.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://wiki.fysik.dtu.dk/ase/' description = """ASE is a python package providing an open source Atomic Simulation Environment @@ -28,7 +28,7 @@ sanity_check_paths = { 'bin/ase-gui', 'bin/ase-info', 'bin/ase-run'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'chem' diff --git a/a/astroid/astroid-1.5.3-Python-2.7.13-base.eb b/a/astroid/astroid-1.5.3-Python-2.7.13-base.eb index eb99c4e0..f8d94f5e 100644 --- a/a/astroid/astroid-1.5.3-Python-2.7.13-base.eb +++ b/a/astroid/astroid-1.5.3-Python-2.7.13-base.eb @@ -22,6 +22,6 @@ dependencies = [ ] sanity_check_paths = {'files': [], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/astroid-%(version)s-py2.7.egg'], } + 'lib/python%(local_pyshortver)s/site-packages/astroid-%(version)s-py2.7.egg'], } moduleclass = 'lib' diff --git a/archive/a/ALPS/ALPS-2.3.0-foss-2016b-Python-2.7.12.eb b/archive/a/ALPS/ALPS-2.3.0-foss-2016b-Python-2.7.12.eb index a23bc2af..730e9d79 100644 --- a/archive/a/ALPS/ALPS-2.3.0-foss-2016b-Python-2.7.12.eb +++ b/archive/a/ALPS/ALPS-2.3.0-foss-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'CMakeMake' name = 'ALPS' version = '2.3.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = "http://alps.local_comp-phys.org/" description = """The ALPS project (Algorithms and Libraries for Physics Simulations) is an open source effort diff --git a/archive/a/ALPS/ALPS-2.3.0-foss-2016b-Python-3.5.2.eb b/archive/a/ALPS/ALPS-2.3.0-foss-2016b-Python-3.5.2.eb index 8e485eaf..dee912ac 100644 --- a/archive/a/ALPS/ALPS-2.3.0-foss-2016b-Python-3.5.2.eb +++ b/archive/a/ALPS/ALPS-2.3.0-foss-2016b-Python-3.5.2.eb @@ -2,7 +2,7 @@ easyblock = 'CMakeMake' name = 'ALPS' version = '2.3.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = "http://alps.local_comp-phys.org/" description = """The ALPS project (Algorithms and Libraries for Physics Simulations) is an open source effort diff --git a/archive/b/Biopython/Biopython-1.65-foss-2016a-Python-2.7.11.eb b/archive/b/Biopython/Biopython-1.65-foss-2016a-Python-2.7.11.eb index 8ed1633c..f11935c7 100644 --- a/archive/b/Biopython/Biopython-1.65-foss-2016a-Python-2.7.11.eb +++ b/archive/b/Biopython/Biopython-1.65-foss-2016a-Python-2.7.11.eb @@ -10,7 +10,7 @@ easyblock = "PythonPackage" name = 'Biopython' version = '1.65' -versionsuffix = "-Python-%(pyver)s" +versionsuffix = "-Python-%(local_pyver)s" homepage = 'http://www.biopython.org' description = """Biopython is a set of freely available tools for biological local_computation written @@ -30,8 +30,8 @@ dependencies = [ sanity_check_paths = { 'files': [], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/Bio', - 'lib/python%(pyshortver)s/site-packages/BioSQL']} + 'lib/python%(local_pyshortver)s/site-packages/Bio', + 'lib/python%(local_pyshortver)s/site-packages/BioSQL']} options = {'modulename': 'Bio'} diff --git a/archive/b/Biopython/Biopython-1.68-foss-2016b-Python-2.7.12.eb b/archive/b/Biopython/Biopython-1.68-foss-2016b-Python-2.7.12.eb index f6492c03..0254ea2c 100644 --- a/archive/b/Biopython/Biopython-1.68-foss-2016b-Python-2.7.12.eb +++ b/archive/b/Biopython/Biopython-1.68-foss-2016b-Python-2.7.12.eb @@ -14,7 +14,7 @@ easyblock = "PythonPackage" name = 'Biopython' version = '1.68' -versionsuffix = "-Python-%(pyver)s" +versionsuffix = "-Python-%(local_pyver)s" homepage = 'http://www.biopython.org' description = """Biopython is a set of freely available tools for biological local_computation written @@ -34,8 +34,8 @@ dependencies = [ sanity_check_paths = { 'files': [], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/Bio', - 'lib/python%(pyshortver)s/site-packages/BioSQL']} + 'lib/python%(local_pyshortver)s/site-packages/Bio', + 'lib/python%(local_pyshortver)s/site-packages/BioSQL']} options = {'modulename': 'Bio'} diff --git a/archive/b/Biopython/Biopython-1.68-intel-2016b-Python-2.7.12.eb b/archive/b/Biopython/Biopython-1.68-intel-2016b-Python-2.7.12.eb index e9d7d42f..ba73d7da 100644 --- a/archive/b/Biopython/Biopython-1.68-intel-2016b-Python-2.7.12.eb +++ b/archive/b/Biopython/Biopython-1.68-intel-2016b-Python-2.7.12.eb @@ -10,7 +10,7 @@ easyblock = 'PythonPackage' name = 'Biopython' version = '1.68' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.biopython.org' description = """Biopython is a set of freely available tools for biological local_computation written @@ -30,8 +30,8 @@ dependencies = [ sanity_check_paths = { 'files': [], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/Bio', - 'lib/python%(pyshortver)s/site-packages/BioSQL']} + 'lib/python%(local_pyshortver)s/site-packages/Bio', + 'lib/python%(local_pyshortver)s/site-packages/BioSQL']} options = {'modulename': 'Bio'} diff --git a/archive/b/Biopython/Biopython-1.68-intel-2016b-Python-3.5.2.eb b/archive/b/Biopython/Biopython-1.68-intel-2016b-Python-3.5.2.eb index db7b775c..52a827fc 100644 --- a/archive/b/Biopython/Biopython-1.68-intel-2016b-Python-3.5.2.eb +++ b/archive/b/Biopython/Biopython-1.68-intel-2016b-Python-3.5.2.eb @@ -10,7 +10,7 @@ easyblock = 'PythonPackage' name = 'Biopython' version = '1.68' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.biopython.org' description = """Biopython is a set of freely available tools for biological local_computation written @@ -30,8 +30,8 @@ dependencies = [ sanity_check_paths = { 'files': [], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/Bio', - 'lib/python%(pyshortver)s/site-packages/BioSQL']} + 'lib/python%(local_pyshortver)s/site-packages/Bio', + 'lib/python%(local_pyshortver)s/site-packages/BioSQL']} options = {'modulename': 'Bio'} diff --git a/archive/b/Boost/Boost-1.60.0-foss-2016a-Python-2.7.11.eb b/archive/b/Boost/Boost-1.60.0-foss-2016a-Python-2.7.11.eb index a913c208..bb4b12d2 100644 --- a/archive/b/Boost/Boost-1.60.0-foss-2016a-Python-2.7.11.eb +++ b/archive/b/Boost/Boost-1.60.0-foss-2016a-Python-2.7.11.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.60.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/archive/b/Boost/Boost-1.60.0-intel-2015b-Python-2.7.11.eb b/archive/b/Boost/Boost-1.60.0-intel-2015b-Python-2.7.11.eb index cdf31cad..0d4cdbda 100644 --- a/archive/b/Boost/Boost-1.60.0-intel-2015b-Python-2.7.11.eb +++ b/archive/b/Boost/Boost-1.60.0-intel-2015b-Python-2.7.11.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.60.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/archive/b/Boost/Boost-1.60.0-intel-2016a-Python-2.7.11.eb b/archive/b/Boost/Boost-1.60.0-intel-2016a-Python-2.7.11.eb index 5a422511..ae6d3aaa 100644 --- a/archive/b/Boost/Boost-1.60.0-intel-2016a-Python-2.7.11.eb +++ b/archive/b/Boost/Boost-1.60.0-intel-2016a-Python-2.7.11.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.60.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/archive/b/Boost/Boost-1.61.0-foss-2016a-Python-3.5.2.eb b/archive/b/Boost/Boost-1.61.0-foss-2016a-Python-3.5.2.eb index cda60bff..6d724ca6 100644 --- a/archive/b/Boost/Boost-1.61.0-foss-2016a-Python-3.5.2.eb +++ b/archive/b/Boost/Boost-1.61.0-foss-2016a-Python-3.5.2.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.61.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/archive/b/Boost/Boost-1.61.0-intel-2016a-Python-2.7.11.eb b/archive/b/Boost/Boost-1.61.0-intel-2016a-Python-2.7.11.eb index 822d74b1..7f687df9 100644 --- a/archive/b/Boost/Boost-1.61.0-intel-2016a-Python-2.7.11.eb +++ b/archive/b/Boost/Boost-1.61.0-intel-2016a-Python-2.7.11.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.61.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/archive/b/Boost/Boost-1.61.0-intel-2016b-Python-2.7.12.eb b/archive/b/Boost/Boost-1.61.0-intel-2016b-Python-2.7.12.eb index 015aad27..1ef132db 100644 --- a/archive/b/Boost/Boost-1.61.0-intel-2016b-Python-2.7.12.eb +++ b/archive/b/Boost/Boost-1.61.0-intel-2016b-Python-2.7.12.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.61.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/archive/b/Boost/Boost-1.62.0-intel-2016b-Python-2.7.12.eb b/archive/b/Boost/Boost-1.62.0-intel-2016b-Python-2.7.12.eb index 8f216753..8c2b5536 100644 --- a/archive/b/Boost/Boost-1.62.0-intel-2016b-Python-2.7.12.eb +++ b/archive/b/Boost/Boost-1.62.0-intel-2016b-Python-2.7.12.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.62.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/archive/b/Boost/Boost-1.63.0-foss-2015g-Python-3.6.1.eb b/archive/b/Boost/Boost-1.63.0-foss-2015g-Python-3.6.1.eb index 536dd0ec..6b9932ee 100644 --- a/archive/b/Boost/Boost-1.63.0-foss-2015g-Python-3.6.1.eb +++ b/archive/b/Boost/Boost-1.63.0-foss-2015g-Python-3.6.1.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.63.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/archive/c/Caffe/Caffe-1.0-foss-2016a-CUDA-8.0.44-Python-2.7.13.eb b/archive/c/Caffe/Caffe-1.0-foss-2016a-CUDA-8.0.44-Python-2.7.13.eb index 980e72e3..f3c87c9e 100644 --- a/archive/c/Caffe/Caffe-1.0-foss-2016a-CUDA-8.0.44-Python-2.7.13.eb +++ b/archive/c/Caffe/Caffe-1.0-foss-2016a-CUDA-8.0.44-Python-2.7.13.eb @@ -4,7 +4,7 @@ name = 'Caffe' version = '1.0' cudaversion = '8.0.44' -versionsuffix = '-CUDA-%s-Python-%%(pyver)s' % cudaversion +versionsuffix = '-CUDA-%s-Python-%%(local_pyver)s' % cudaversion homepage = 'https://github.com/BVLC/caffe' description = """ @@ -35,11 +35,11 @@ dependencies = [ ('LevelDB', '1.18', '', True), ('snappy', '1.1.3', '', True), ('protobuf', protobuf_ver), - # ('protobuf-python', protobuf_ver, '-Python-%(pyver)s'), + # ('protobuf-python', protobuf_ver, '-Python-%(local_pyver)s'), ('HDF5', '1.8.16', '-serial'), - ('Boost', '1.63.0', '-Python-%(pyver)s'), + ('Boost', '1.63.0', '-Python-%(local_pyver)s'), ('Python', '2.7.13', '', True), - ('scikit-image', '0.12.3', '-Python-%(pyver)s', True) + ('scikit-image', '0.12.3', '-Python-%(local_pyver)s', True) ] configopts = '-DBLAS=open' diff --git a/archive/c/Cantera/Cantera-2.2.1-intel-2016b-Python-2.7.12.eb b/archive/c/Cantera/Cantera-2.2.1-intel-2016b-Python-2.7.12.eb index 4d9fc5e7..4b512f5c 100644 --- a/archive/c/Cantera/Cantera-2.2.1-intel-2016b-Python-2.7.12.eb +++ b/archive/c/Cantera/Cantera-2.2.1-intel-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'SCons' name = 'Cantera' version = '2.2.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/Cantera/cantera' description = """Chemical kinetics, thermodynamics, and transport tool suite""" @@ -29,14 +29,14 @@ runtest = 'test ' + common_opts buildopts = 'install ' + common_opts prefix_arg = 'prefix=' -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} sanity_check_paths = { 'files': ['bin/mixmaster'], 'dirs': [ 'include/cantera', 'lib/pkgconfig', - 'lib/python%(pyshortver)s/site-packages'], + 'lib/python%(local_pyshortver)s/site-packages'], } sanity_check_commands = [('python', "-c 'import cantera'")] diff --git a/archive/c/Commet/Commet-20150415-foss-2016a-Python-2.7.11.eb b/archive/c/Commet/Commet-20150415-foss-2016a-Python-2.7.11.eb index e2ca6279..e9b59c8b 100644 --- a/archive/c/Commet/Commet-20150415-foss-2016a-Python-2.7.11.eb +++ b/archive/c/Commet/Commet-20150415-foss-2016a-Python-2.7.11.eb @@ -3,7 +3,7 @@ easyblock = 'MakeCp' name = 'Commet' version = '20150415' commit = '4ef0705' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://colibread.inria.fr/software/commet/' description = """ COMMET ("COmpare Multiple METagenomes") provides a global similarity overview between all datasets of diff --git a/archive/c/Cython/Cython-0.24.1-foss-2016a-Python-2.7.11.eb b/archive/c/Cython/Cython-0.24.1-foss-2016a-Python-2.7.11.eb index a8de95af..ea63861a 100644 --- a/archive/c/Cython/Cython-0.24.1-foss-2016a-Python-2.7.11.eb +++ b/archive/c/Cython/Cython-0.24.1-foss-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Cython' version = '0.24.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://pypi.python.org/pypi/Cython/' description = """The Cython language makes writing C extensions for the Python language as easy as Python itself. @@ -15,7 +15,7 @@ sources = [SOURCE_TAR_GZ] dependencies = [('Python', '2.7.11')] -cythonlibdir = 'lib/python%(pyshortver)s/site-packages/Cython-%(version)s-py%(pyshortver)s-linux-x86_64.egg' +cythonlibdir = 'lib/python%(local_pyshortver)s/site-packages/Cython-%(version)s-py%(local_pyshortver)s-linux-x86_64.egg' sanity_check_paths = { 'files': [ 'bin/cygdb', diff --git a/archive/c/cclib/cclib-1.5-foss-2016b-Python-3.5.2.eb b/archive/c/cclib/cclib-1.5-foss-2016b-Python-3.5.2.eb index 76fa04c5..2ec740ab 100644 --- a/archive/c/cclib/cclib-1.5-foss-2016b-Python-3.5.2.eb +++ b/archive/c/cclib/cclib-1.5-foss-2016b-Python-3.5.2.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'cclib' version = '1.5' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://cclib.github.io/' description = """cclib is a Python library that provides parsers for local_computational chemistry log files. @@ -21,7 +21,7 @@ dependencies = [ sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/%(name)s'], } moduleclass = 'tools' diff --git a/archive/c/cutadapt/cutadapt-1.9.1-foss-2016a-Python-2.7.11.eb b/archive/c/cutadapt/cutadapt-1.9.1-foss-2016a-Python-2.7.11.eb index 99d5dfa4..0dab4430 100644 --- a/archive/c/cutadapt/cutadapt-1.9.1-foss-2016a-Python-2.7.11.eb +++ b/archive/c/cutadapt/cutadapt-1.9.1-foss-2016a-Python-2.7.11.eb @@ -9,7 +9,7 @@ easyblock = "PythonPackage" name = 'cutadapt' version = '1.9.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://opensource.scilifelab.se/projects/cutadapt/' description = """ Cutadapt finds and removes adapter sequences, primers, poly-A tails and @@ -26,7 +26,7 @@ dependencies = [ sanity_check_paths = { 'files': ['bin/cutadapt'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/cutadapt/'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/cutadapt/'], } moduleclass = 'bio' diff --git a/archive/g/GEOS/GEOS-3.5.0-foss-2015a-Python-2.7.11.eb b/archive/g/GEOS/GEOS-3.5.0-foss-2015a-Python-2.7.11.eb index 2fc04cf2..f3a69923 100644 --- a/archive/g/GEOS/GEOS-3.5.0-foss-2015a-Python-2.7.11.eb +++ b/archive/g/GEOS/GEOS-3.5.0-foss-2015a-Python-2.7.11.eb @@ -11,17 +11,17 @@ toolchain = {'name': 'foss', 'version': '2015a'} source_urls = ['http://download.osgeo.org/geos/'] sources = [SOURCELOWER_TAR_BZ2] -pyver = '2.7.11' -pyshortver = '.'.join(pyver.split('.')[0:2]) -versionsuffix = '-Python-%s' % pyver +local_pyver = '2.7.11' +local_pyshortver = '.'.join(local_pyver.split('.')[0:2]) +versionsuffix = '-Python-%s' % local_pyver -dependencies = [('Python', pyver)] +dependencies = [('Python', local_pyver)] builddependencies = [('SWIG', '3.0.8', versionsuffix)] configopts = '--enable-python' -modextrapaths = {'PYTHONPATH': 'lib/python%s/site-packages' % pyshortver} +modextrapaths = {'PYTHONPATH': 'lib/python%s/site-packages' % local_pyshortver} sanity_check_paths = { 'files': [ @@ -32,6 +32,6 @@ sanity_check_paths = { 'include/geos.h'], 'dirs': [ 'lib/python%s/site-packages/geos' % - pyshortver]} + local_pyshortver]} moduleclass = 'math' diff --git a/archive/g/Graphviz/Graphviz-2.38.0-intel-2015a-Python-2.7.10.eb b/archive/g/Graphviz/Graphviz-2.38.0-intel-2015a-Python-2.7.10.eb index 43e30cd7..842be79c 100644 --- a/archive/g/Graphviz/Graphviz-2.38.0-intel-2015a-Python-2.7.10.eb +++ b/archive/g/Graphviz/Graphviz-2.38.0-intel-2015a-Python-2.7.10.eb @@ -16,8 +16,8 @@ source_urls = ['http://www.graphviz.org/pub/graphviz/stable/SOURCES/'] sources = [SOURCELOWER_TAR_GZ] python = 'Python' -pyver = '2.7.10' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.10' +versionsuffix = '-%s-%s' % (python, local_pyver) gliblocal_suff = '-GLib-2.44.1' @@ -32,7 +32,7 @@ dependencies = [ ('libpng', '1.6.17'), ('Pango', '1.37.2'), ('Perl', '5.20.0'), - (python, pyver), + (python, local_pyver), ('Qt', '4.8.6', gliblocal_suff), ('SWIG', '3.0.7', versionsuffix), ('Tcl', '8.6.4'), diff --git a/archive/g/gensim/gensim-0.13.2-foss-2016a-Python-2.7.11.eb b/archive/g/gensim/gensim-0.13.2-foss-2016a-Python-2.7.11.eb index 173f59cc..3ceea46f 100644 --- a/archive/g/gensim/gensim-0.13.2-foss-2016a-Python-2.7.11.eb +++ b/archive/g/gensim/gensim-0.13.2-foss-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'Bundle' name = 'gensim' version = '0.13.2' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://pypi.python.org/pypi/gensim' description = """Gensim is a Python library for topic modelling, document indexing and similarity retrieval with @@ -15,7 +15,7 @@ exts_defaultclass = 'PythonPackage' dependencies = [ ('Python', '2.7.11'), - ('requests', '2.10.0', '-Python-%(pyver)s'), + ('requests', '2.10.0', '-Python-%(local_pyver)s'), ] exts_list = [ @@ -42,9 +42,9 @@ full_sanity_check = True sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} moduleclass = 'lib' diff --git a/archive/i/IPython/IPython-4.2.0-intel-2016a-Python-2.7.11.eb b/archive/i/IPython/IPython-4.2.0-intel-2016a-Python-2.7.11.eb index adef21b4..0c3dde69 100644 --- a/archive/i/IPython/IPython-4.2.0-intel-2016a-Python-2.7.11.eb +++ b/archive/i/IPython/IPython-4.2.0-intel-2016a-Python-2.7.11.eb @@ -7,7 +7,7 @@ easyblock = 'Bundle' name = 'IPython' version = '4.2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://ipython.org/index.html' description = """IPython provides a rich architecture for interactive local_computing with: @@ -131,11 +131,11 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} sanity_check_paths = { 'files': ['bin/ipython'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/IPython'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/IPython'], } sanity_check_commands = [ diff --git a/archive/i/IPython/IPython-5.1.0-foss-2016b-Python-2.7.12.eb b/archive/i/IPython/IPython-5.1.0-foss-2016b-Python-2.7.12.eb index 24b51984..e283cc75 100644 --- a/archive/i/IPython/IPython-5.1.0-foss-2016b-Python-2.7.12.eb +++ b/archive/i/IPython/IPython-5.1.0-foss-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'Bundle' name = 'IPython' version = '5.1.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://ipython.org/index.html' description = """IPython provides a rich architecture for interactive local_computing with: @@ -138,11 +138,11 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} sanity_check_paths = { 'files': ['bin/ipython'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/IPython'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/IPython'], } sanity_check_commands = [ diff --git a/archive/i/IPython/IPython-5.1.0-intel-2016b-Python-2.7.12.eb b/archive/i/IPython/IPython-5.1.0-intel-2016b-Python-2.7.12.eb index 48d4f939..f65f7c0d 100644 --- a/archive/i/IPython/IPython-5.1.0-intel-2016b-Python-2.7.12.eb +++ b/archive/i/IPython/IPython-5.1.0-intel-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'Bundle' name = 'IPython' version = '5.1.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://ipython.org/index.html' description = """IPython provides a rich architecture for interactive local_computing with: @@ -138,11 +138,11 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} sanity_check_paths = { 'files': ['bin/ipython'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/IPython'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/IPython'], } sanity_check_commands = [ diff --git a/archive/l/libxcb/libxcb-1.11-intel-2015b-Python-2.7.9.eb b/archive/l/libxcb/libxcb-1.11-intel-2015b-Python-2.7.9.eb index bdeea219..a693650c 100644 --- a/archive/l/libxcb/libxcb-1.11-intel-2015b-Python-2.7.9.eb +++ b/archive/l/libxcb/libxcb-1.11-intel-2015b-Python-2.7.9.eb @@ -13,11 +13,11 @@ source_urls = ['http://xcb.freedesktop.org/dist/'] sources = [SOURCELOWER_TAR_GZ] python = 'Python' -pyver = '2.7.9' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ('xcb-proto', '1.11', versionsuffix), ('libXau', '1.0.8'), ('libpthread-stubs', '0.3'), diff --git a/archive/l/libxml2/libxml2-2.9.3-foss-2016a-Python-2.7.11.eb b/archive/l/libxml2/libxml2-2.9.3-foss-2016a-Python-2.7.11.eb index 0df5cbd9..29ef8a4c 100644 --- a/archive/l/libxml2/libxml2-2.9.3-foss-2016a-Python-2.7.11.eb +++ b/archive/l/libxml2/libxml2-2.9.3-foss-2016a-Python-2.7.11.eb @@ -1,6 +1,6 @@ name = 'libxml2' version = '2.9.3' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://xmlsoft.org/' description = """Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable diff --git a/archive/l/libxml2/libxml2-2.9.3-intel-2016a-Python-2.7.11.eb b/archive/l/libxml2/libxml2-2.9.3-intel-2016a-Python-2.7.11.eb index 41e2af0e..36bd1125 100644 --- a/archive/l/libxml2/libxml2-2.9.3-intel-2016a-Python-2.7.11.eb +++ b/archive/l/libxml2/libxml2-2.9.3-intel-2016a-Python-2.7.11.eb @@ -16,13 +16,13 @@ sources = [SOURCELOWER_TAR_GZ] configopts = 'CC="$CC" CXX="$CXX" --with-pic --with-zlib=$EBROOTZLIB' -pyver = '2.7.11' -pyshortver = '.'.join(pyver.split('.')[:2]) -versionsuffix = '-Python-%s' % pyver +local_pyver = '2.7.11' +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) +versionsuffix = '-Python-%s' % local_pyver dependencies = [ ('zlib', '1.2.8'), - ('Python', pyver), + ('Python', local_pyver), ] moduleclass = 'lib' diff --git a/archive/l/lxml/lxml-3.4.4-intel-2015b-Python-2.7.9.eb b/archive/l/lxml/lxml-3.4.4-intel-2015b-Python-2.7.9.eb index 2ed06bf8..6c73b4ac 100644 --- a/archive/l/lxml/lxml-3.4.4-intel-2015b-Python-2.7.9.eb +++ b/archive/l/lxml/lxml-3.4.4-intel-2015b-Python-2.7.9.eb @@ -13,7 +13,7 @@ sources = [SOURCE_TGZ] python = 'Python' pythonversion = '2.7.9' -pyshortver = '.'.join(pythonversion.split('.')[:2]) +local_pyshortver = '.'.join(pythonversion.split('.')[:2]) versionsuffix = "-%s-%s" % (python, pythonversion) @@ -23,12 +23,12 @@ dependencies = [ ('libxslt', '1.1.28'), ] -pylibdir = "lib/python%s/site-packages/%%(name)s" % pyshortver +pylibdir = "lib/python%s/site-packages/%%(name)s" % local_pyshortver sanity_check_paths = { 'files': [], 'dirs': [ ('%s-%%(version)s-py%s.egg' % - (pylibdir, pyshortver), '%s-%%(version)s-py%s-linux-x86_64.egg' % - (pylibdir, pyshortver))], } + (pylibdir, local_pyshortver), '%s-%%(version)s-py%s-linux-x86_64.egg' % + (pylibdir, local_pyshortver))], } moduleclass = 'lib' diff --git a/archive/m/MDSplus/MDSplus-7.0.67-foss-2016a-Java-1.7.0_79-Python-2.7.11.eb b/archive/m/MDSplus/MDSplus-7.0.67-foss-2016a-Java-1.7.0_79-Python-2.7.11.eb index d35f781d..05e9f865 100644 --- a/archive/m/MDSplus/MDSplus-7.0.67-foss-2016a-Java-1.7.0_79-Python-2.7.11.eb +++ b/archive/m/MDSplus/MDSplus-7.0.67-foss-2016a-Java-1.7.0_79-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'MDSplus' version = '7.0.67' -versionsuffix = '-Java-%(javaver)s-Python-%(pyver)s' +versionsuffix = '-Java-%(javaver)s-Python-%(local_pyver)s' homepage = 'http://mdsplus.org/' description = """MDSplus is a set of software tools for data acquisition and storage and a @@ -17,7 +17,7 @@ dependencies = [ ('Java', '1.7.0_79', '', True), ('Python', '2.7.11'), ('HDF5', '1.8.16'), - ('libxml2', '2.9.3', '-Python-%(pyver)s'), + ('libxml2', '2.9.3', '-Python-%(local_pyver)s'), ('zlib', '1.2.8') ] diff --git a/archive/m/matplotlib/matplotlib-1.4.3-intel-2015b-Python-2.7.9.eb b/archive/m/matplotlib/matplotlib-1.4.3-intel-2015b-Python-2.7.9.eb index ff70015f..a620d362 100644 --- a/archive/m/matplotlib/matplotlib-1.4.3-intel-2015b-Python-2.7.9.eb +++ b/archive/m/matplotlib/matplotlib-1.4.3-intel-2015b-Python-2.7.9.eb @@ -17,7 +17,7 @@ patches = [('matplotlib-%(version)s_Qhull-intel-fix.patch')] python = "Python" pythonversion = '2.7.9' -pyshortver = ".".join(pythonversion.split(".")[:-1]) +local_pyshortver = ".".join(pythonversion.split(".")[:-1]) versionsuffix = "-%s-%s" % (python, pythonversion) @@ -27,8 +27,8 @@ dependencies = [ ('libpng', '1.6.16'), ] -pyprefix = 'lib/python%s/site-packages' % pyshortver -eggname = 'matplotlib-%%(version)s-py%s-linux-x86_64.egg' % pyshortver +pyprefix = 'lib/python%s/site-packages' % local_pyshortver +eggname = 'matplotlib-%%(version)s-py%s-linux-x86_64.egg' % local_pyshortver sanity_check_paths = { 'files': [], 'dirs': [('%s/%%(name)s' % pyprefix, '%s/%s' % (pyprefix, eggname))], diff --git a/archive/n/networkx/networkx-1.11-foss-2016a-Python-3.5.1.eb b/archive/n/networkx/networkx-1.11-foss-2016a-Python-3.5.1.eb index e22853eb..fda7e8a1 100644 --- a/archive/n/networkx/networkx-1.11-foss-2016a-Python-3.5.1.eb +++ b/archive/n/networkx/networkx-1.11-foss-2016a-Python-3.5.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'networkx' version = '1.11' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://pypi.python.org/pypi/networkx' description = """NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, @@ -19,7 +19,7 @@ dependencies = [ sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/'], } moduleclass = 'tools' diff --git a/archive/n/numpy/numpy-1.8.2-intel-2015b-Python-2.7.9.eb b/archive/n/numpy/numpy-1.8.2-intel-2015b-Python-2.7.9.eb index f5b3fb5c..033026df 100644 --- a/archive/n/numpy/numpy-1.8.2-intel-2015b-Python-2.7.9.eb +++ b/archive/n/numpy/numpy-1.8.2-intel-2015b-Python-2.7.9.eb @@ -16,11 +16,11 @@ sources = [SOURCE_TAR_GZ] patches = ['numpy-1.8.1-mkl.patch'] python = 'Python' -pyver = '2.7.9' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ] moduleclass = 'math' diff --git a/archive/n/numpy/numpy-1.9.1-intel-2015b-Python-2.7.9.eb b/archive/n/numpy/numpy-1.9.1-intel-2015b-Python-2.7.9.eb index beb822b5..b6cb5beb 100644 --- a/archive/n/numpy/numpy-1.9.1-intel-2015b-Python-2.7.9.eb +++ b/archive/n/numpy/numpy-1.9.1-intel-2015b-Python-2.7.9.eb @@ -16,11 +16,11 @@ sources = [SOURCE_TAR_GZ] patches = ['numpy-1.8.1-mkl.patch'] python = 'Python' -pyver = '2.7.9' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ] moduleclass = 'math' diff --git a/archive/n/numpy/numpy-1.9.2-intel-2015b-Python-3.4.3.eb b/archive/n/numpy/numpy-1.9.2-intel-2015b-Python-3.4.3.eb index 090c1f89..d3aa82bd 100644 --- a/archive/n/numpy/numpy-1.9.2-intel-2015b-Python-3.4.3.eb +++ b/archive/n/numpy/numpy-1.9.2-intel-2015b-Python-3.4.3.eb @@ -17,11 +17,11 @@ sources = [SOURCE_TAR_GZ] patches = ['numpy-1.8.0-mkl.patch'] python = 'Python' -pyver = '3.4.3' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '3.4.3' +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ] moduleclass = 'math' diff --git a/archive/n/numpy/numpy-1.9.2-intel-2016b-Python-2.7.12.eb b/archive/n/numpy/numpy-1.9.2-intel-2016b-Python-2.7.12.eb index 33caefab..5f3b21bc 100644 --- a/archive/n/numpy/numpy-1.9.2-intel-2016b-Python-2.7.12.eb +++ b/archive/n/numpy/numpy-1.9.2-intel-2016b-Python-2.7.12.eb @@ -1,6 +1,6 @@ name = 'numpy' version = '1.9.2' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.numpy.org' description = """NumPy is the fundamental package for scientific local_computing with Python. It contains among other things: diff --git a/archive/o/OBITools/OBITools-1.2.9-foss-2016a-Python-2.7.11.eb b/archive/o/OBITools/OBITools-1.2.9-foss-2016a-Python-2.7.11.eb index 8915f6b0..6cd7d7fc 100644 --- a/archive/o/OBITools/OBITools-1.2.9-foss-2016a-Python-2.7.11.eb +++ b/archive/o/OBITools/OBITools-1.2.9-foss-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = "PythonPackage" name = 'OBITools' version = '1.2.9' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.grenoble.prabi.fr/trac/OBITools' description = """ The OBITools programs aims to help you to manipulate various data and sequence files in a convenient way using @@ -37,7 +37,7 @@ sanity_check_paths = { 'obistat']], 'dirs': [ 'bin', - 'lib/python%(pyshortver)s/site-packages/obitools'], + 'lib/python%(local_pyshortver)s/site-packages/obitools'], } moduleclass = 'math' diff --git a/archive/o/OpenCV/OpenCV-3.1.0-intel-2016a.eb b/archive/o/OpenCV/OpenCV-3.1.0-intel-2016a.eb index 0d74c4ad..27ffbb4e 100644 --- a/archive/o/OpenCV/OpenCV-3.1.0-intel-2016a.eb +++ b/archive/o/OpenCV/OpenCV-3.1.0-intel-2016a.eb @@ -38,7 +38,7 @@ preconfigopts = 'export IPPROOT=$EBROOTICC/ipp && ' configopts = '-DCMAKE_BUILD_TYPE=RELEASE ' configopts += '-DBUILD_PYTHON_SUPPORT=ON ' -configopts += '-DPYTHON_PACKAGES_PATH=%(installdir)s/lib/python%(pyshortver)s/site-packages ' +configopts += '-DPYTHON_PACKAGES_PATH=%(installdir)s/lib/python%(local_pyshortver)s/site-packages ' configopts += '-DBUILD_NEW_PYTHON_SUPPORT=ON ' configopts += '-DZLIB_LIBRARY=$EBROOTZLIB/lib/libz.%s ' % SHLIB_EXT configopts += '-DZLIB_INCLUDE_DIR=$EBROOTZLIB/include ' @@ -58,14 +58,14 @@ sanity_check_paths = { 'files': [ 'lib/libopencv_core.%s' % SHLIB_EXT] + [ - 'lib/python%%(pyshortver)s/site-packages/cv2.%s' % + 'lib/python%%(local_pyshortver)s/site-packages/cv2.%s' % SHLIB_EXT] + [ 'bin/opencv_%s' % x for x in [ 'annotation', 'createsamples', 'traincascade']], 'dirs': ['include']} modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', + 'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages', 'CLASSPATH': 'share/OpenCV/java', } diff --git a/archive/o/OpenCV/OpenCV-3.1.0-intel-2016b.eb b/archive/o/OpenCV/OpenCV-3.1.0-intel-2016b.eb index 35c4867d..86a6923a 100644 --- a/archive/o/OpenCV/OpenCV-3.1.0-intel-2016b.eb +++ b/archive/o/OpenCV/OpenCV-3.1.0-intel-2016b.eb @@ -38,7 +38,7 @@ preconfigopts = 'export IPPROOT=$EBROOTICC/ipp && ' configopts = '-DCMAKE_BUILD_TYPE=RELEASE ' configopts += '-DBUILD_PYTHON_SUPPORT=ON ' -configopts += '-DPYTHON_PACKAGES_PATH=%(installdir)s/lib/python%(pyshortver)s/site-packages ' +configopts += '-DPYTHON_PACKAGES_PATH=%(installdir)s/lib/python%(local_pyshortver)s/site-packages ' configopts += '-DBUILD_NEW_PYTHON_SUPPORT=ON ' configopts += '-DZLIB_LIBRARY=$EBROOTZLIB/lib/libz.%s ' % SHLIB_EXT configopts += '-DZLIB_INCLUDE_DIR=$EBROOTZLIB/include ' @@ -58,14 +58,14 @@ sanity_check_paths = { 'files': [ 'lib/libopencv_core.%s' % SHLIB_EXT] + [ - 'lib/python%%(pyshortver)s/site-packages/cv2.%s' % + 'lib/python%%(local_pyshortver)s/site-packages/cv2.%s' % SHLIB_EXT] + [ 'bin/opencv_%s' % x for x in [ 'annotation', 'createsamples', 'traincascade']], 'dirs': ['include']} modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', + 'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages', 'CLASSPATH': 'share/OpenCV/java', } diff --git a/archive/p/PCMSolver/PCMSolver-20160205-intel-2016a-Python-2.7.11.eb b/archive/p/PCMSolver/PCMSolver-20160205-intel-2016a-Python-2.7.11.eb index 861cd9d9..ab535283 100644 --- a/archive/p/PCMSolver/PCMSolver-20160205-intel-2016a-Python-2.7.11.eb +++ b/archive/p/PCMSolver/PCMSolver-20160205-intel-2016a-Python-2.7.11.eb @@ -13,11 +13,11 @@ sources = ['2473699d6c5db36525160e.tar.gz'] source_urls = ['https://github.com/PCMSolver/pcmsolver/archive/'] python = 'Python' -pyver = '2.7.11' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.11' +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ('zlib', '1.2.8'), ('Boost', '1.59.0', versionsuffix), ] diff --git a/archive/p/PSI/PSI-4.0b5-intel-2015a-mt-maxam7-Python-2.7.10.eb b/archive/p/PSI/PSI-4.0b5-intel-2015a-mt-maxam7-Python-2.7.10.eb index 9e786411..4c68ffbe 100644 --- a/archive/p/PSI/PSI-4.0b5-intel-2015a-mt-maxam7-Python-2.7.10.eb +++ b/archive/p/PSI/PSI-4.0b5-intel-2015a-mt-maxam7-Python-2.7.10.eb @@ -25,12 +25,12 @@ patches = [ ] python = 'Python' -pyver = '2.7.10' -pylocal_suff = '-%s-%s' % (python, pyver) +local_pyver = '2.7.10' +pylocal_suff = '-%s-%s' % (python, local_pyver) versionsuffix += pylocal_suff dependencies = [ - (python, pyver), + (python, local_pyver), ('Boost', '1.59.0', pylocal_suff), ] diff --git a/archive/p/PSI/PSI-4.0b6-20160201-intel-2016a-mt-Python-2.7.11.eb b/archive/p/PSI/PSI-4.0b6-20160201-intel-2016a-mt-Python-2.7.11.eb index aee2df7f..ce1eac66 100644 --- a/archive/p/PSI/PSI-4.0b6-20160201-intel-2016a-mt-Python-2.7.11.eb +++ b/archive/p/PSI/PSI-4.0b6-20160201-intel-2016a-mt-Python-2.7.11.eb @@ -19,12 +19,12 @@ patches = [ ] python = 'Python' -pyver = '2.7.11' -pylocal_suff = '-%s-%s' % (python, pyver) +local_pyver = '2.7.11' +pylocal_suff = '-%s-%s' % (python, local_pyver) versionsuffix += pylocal_suff dependencies = [ - (python, pyver), + (python, local_pyver), ('Boost', '1.59.0', pylocal_suff), ('PCMSolver', '20160205', pylocal_suff), ('CheMPS2', '1.6'), diff --git a/archive/p/PSI4/PSI4-1.0-intel-2016a-Python-2.7.11.eb b/archive/p/PSI4/PSI4-1.0-intel-2016a-Python-2.7.11.eb index 6356ff93..e4ba1038 100644 --- a/archive/p/PSI4/PSI4-1.0-intel-2016a-Python-2.7.11.eb +++ b/archive/p/PSI4/PSI4-1.0-intel-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'EB_PSI' name = 'PSI4' version = '1.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.psicode.org/' description = """PSI4 is an open-source suite of ab initio quantum chemistry programs designed for diff --git a/archive/p/ParaView/ParaView-4.3.1-intel-2015a-Python-2.7.10-mpi.eb b/archive/p/ParaView/ParaView-4.3.1-intel-2015a-Python-2.7.10-mpi.eb index 3a1cbe2e..af5a6094 100644 --- a/archive/p/ParaView/ParaView-4.3.1-intel-2015a-Python-2.7.10-mpi.eb +++ b/archive/p/ParaView/ParaView-4.3.1-intel-2015a-Python-2.7.10-mpi.eb @@ -18,9 +18,9 @@ sources = ["ParaView-v%(version)s-source.tar.gz"] patches = ['%(name)s-%(version)s_missingheader.patch'] python = 'Python' -pyver = '2.7.10' -versionsuffix = '-%s-%s-mpi' % (python, pyver) -pylocal_suff = '-%s-%s' % (python, pyver) +local_pyver = '2.7.10' +versionsuffix = '-%s-%s-mpi' % (python, local_pyver) +pylocal_suff = '-%s-%s' % (python, local_pyver) dependencies = [ ('Mesa', '10.5.5', pylocal_suff), ('libGLU', '9.0.0', pylocal_suff), diff --git a/archive/p/ParaView/ParaView-4.3.1-intel-2015a-Python-2.7.10.eb b/archive/p/ParaView/ParaView-4.3.1-intel-2015a-Python-2.7.10.eb index 30769d30..8bf69f17 100644 --- a/archive/p/ParaView/ParaView-4.3.1-intel-2015a-Python-2.7.10.eb +++ b/archive/p/ParaView/ParaView-4.3.1-intel-2015a-Python-2.7.10.eb @@ -18,8 +18,8 @@ sources = ["ParaView-v%(version)s-source.tar.gz"] patches = ['%(name)s-%(version)s_missingheader.patch'] python = 'Python' -pyver = '2.7.10' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.10' +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ ('Mesa', '10.5.5', versionsuffix), ('libGLU', '9.0.0', versionsuffix), diff --git a/archive/p/ParaView/ParaView-4.4.0-intel-2015b-mpi.eb b/archive/p/ParaView/ParaView-4.4.0-intel-2015b-mpi.eb index b747de75..58234f72 100644 --- a/archive/p/ParaView/ParaView-4.4.0-intel-2015b-mpi.eb +++ b/archive/p/ParaView/ParaView-4.4.0-intel-2015b-mpi.eb @@ -19,8 +19,8 @@ sources = ["ParaView-v%(version)s-source.tar.gz"] patches = ['%(name)s-%(version)s_missingheader.patch'] python = 'Python' -pyver = '2.7.10' -pylocal_suff = '-%s-%s' % (python, pyver) +local_pyver = '2.7.10' +pylocal_suff = '-%s-%s' % (python, local_pyver) dependencies = [ ('Mesa', '11.0.2', pylocal_suff), ('libGLU', '9.0.0'), diff --git a/archive/p/ParaView/ParaView-4.4.0-intel-2015b.eb b/archive/p/ParaView/ParaView-4.4.0-intel-2015b.eb index 7f7ca7a1..c16d9e01 100644 --- a/archive/p/ParaView/ParaView-4.4.0-intel-2015b.eb +++ b/archive/p/ParaView/ParaView-4.4.0-intel-2015b.eb @@ -18,8 +18,8 @@ sources = ["ParaView-v%(version)s-source.tar.gz"] patches = ['%(name)s-%(version)s_missingheader.patch'] python = 'Python' -pyver = '2.7.10' -pylocal_suff = '-%s-%s' % (python, pyver) +local_pyver = '2.7.10' +pylocal_suff = '-%s-%s' % (python, local_pyver) dependencies = [ ('Mesa', '11.0.2', pylocal_suff), ('libGLU', '9.0.0'), diff --git a/archive/p/Paraview/Paraview-5.0.0-foss-2015g.eb b/archive/p/Paraview/Paraview-5.0.0-foss-2015g.eb index 519e84e9..20b9e1b1 100644 --- a/archive/p/Paraview/Paraview-5.0.0-foss-2015g.eb +++ b/archive/p/Paraview/Paraview-5.0.0-foss-2015g.eb @@ -16,8 +16,8 @@ source_urls = [ sources = ["ParaView-v%(version)s-source.tar.gz"] python = 'Python' -pyver = '2.7.9' -pylocal_suff = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +pylocal_suff = '-%s-%s' % (python, local_pyver) dependencies = [ ('Mesa', '11.0.8', pylocal_suff), ('libGLU', '9.0.0'), diff --git a/archive/p/Pillow/Pillow-3.2.0-intel-2016a-Python-2.7.11.eb b/archive/p/Pillow/Pillow-3.2.0-intel-2016a-Python-2.7.11.eb index e08e25c6..15b8592a 100644 --- a/archive/p/Pillow/Pillow-3.2.0-intel-2016a-Python-2.7.11.eb +++ b/archive/p/Pillow/Pillow-3.2.0-intel-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Pillow' version = '3.2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://pillow.readthedocs.org/' description = """Pillow is the 'friendly PIL fork' by Alex Clark and Contributors. diff --git a/archive/p/PostgreSQL/PostgreSQL-9.4.7-intel-2016a-Python-2.7.11.eb b/archive/p/PostgreSQL/PostgreSQL-9.4.7-intel-2016a-Python-2.7.11.eb index 52d7313a..26aae585 100644 --- a/archive/p/PostgreSQL/PostgreSQL-9.4.7-intel-2016a-Python-2.7.11.eb +++ b/archive/p/PostgreSQL/PostgreSQL-9.4.7-intel-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'PostgreSQL' version = '9.4.7' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.mysql.com/' description = """PostgreSQL is a powerful, open source object-relational database system. diff --git a/archive/p/PostgreSQL/PostgreSQL-9.5.2-intel-2016a-Python-2.7.11.eb b/archive/p/PostgreSQL/PostgreSQL-9.5.2-intel-2016a-Python-2.7.11.eb index 8cb6826f..34db30c8 100644 --- a/archive/p/PostgreSQL/PostgreSQL-9.5.2-intel-2016a-Python-2.7.11.eb +++ b/archive/p/PostgreSQL/PostgreSQL-9.5.2-intel-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'PostgreSQL' version = '9.5.2' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.mysql.com/' description = """PostgreSQL is a powerful, open source object-relational database system. diff --git a/archive/p/PostgreSQL/PostgreSQL-9.6.0-intel-2016b-Python-2.7.12.eb b/archive/p/PostgreSQL/PostgreSQL-9.6.0-intel-2016b-Python-2.7.12.eb index f7666669..8e705471 100644 --- a/archive/p/PostgreSQL/PostgreSQL-9.6.0-intel-2016b-Python-2.7.12.eb +++ b/archive/p/PostgreSQL/PostgreSQL-9.6.0-intel-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'PostgreSQL' version = '9.6.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.mysql.com/' description = """PostgreSQL is a powerful, open source object-relational database system. diff --git a/archive/p/Postgres-XL/Postgres-XL-9.5r1-intel-2016a-Python-2.7.11.eb b/archive/p/Postgres-XL/Postgres-XL-9.5r1-intel-2016a-Python-2.7.11.eb index 647c128c..676ba011 100644 --- a/archive/p/Postgres-XL/Postgres-XL-9.5r1-intel-2016a-Python-2.7.11.eb +++ b/archive/p/Postgres-XL/Postgres-XL-9.5r1-intel-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'Postgres-XL' version = '9.5r1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.postgres-xl.org' description = """Postgres-XL is a horizontally scalable open source SQL database cluster, diff --git a/archive/p/PyGTS/PyGTS-0.3.1-foss-2016a-Python-2.7.11.eb b/archive/p/PyGTS/PyGTS-0.3.1-foss-2016a-Python-2.7.11.eb index f3037730..8e83dae4 100644 --- a/archive/p/PyGTS/PyGTS-0.3.1-foss-2016a-Python-2.7.11.eb +++ b/archive/p/PyGTS/PyGTS-0.3.1-foss-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'PyGTS' version = '0.3.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://sourceforge.net/projects/pygts/' description = """ PyGTS is a python package used to construct, manipulate, @@ -24,7 +24,7 @@ options = {'modulename': 'gts'} sanity_check_paths = { 'files': [ - 'lib/python%%(pyshortver)s/site-packages/gts/_gts.%s' % + 'lib/python%%(local_pyshortver)s/site-packages/gts/_gts.%s' % SHLIB_EXT], 'dirs': [], } moduleclass = 'vis' diff --git a/archive/p/PyGTS/PyGTS-0.3.1-foss-2016b-Python-2.7.12.eb b/archive/p/PyGTS/PyGTS-0.3.1-foss-2016b-Python-2.7.12.eb index d0206a2f..b4682b75 100644 --- a/archive/p/PyGTS/PyGTS-0.3.1-foss-2016b-Python-2.7.12.eb +++ b/archive/p/PyGTS/PyGTS-0.3.1-foss-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'PyGTS' version = '0.3.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://sourceforge.net/projects/pygts/' description = """ PyGTS is a python package used to construct, manipulate, @@ -24,7 +24,7 @@ options = {'modulename': 'gts'} sanity_check_paths = { 'files': [ - 'lib/python%%(pyshortver)s/site-packages/gts/_gts.%s' % + 'lib/python%%(local_pyshortver)s/site-packages/gts/_gts.%s' % SHLIB_EXT], 'dirs': [], } moduleclass = 'vis' diff --git a/archive/p/PyGTS/PyGTS-0.3.1-intel-2016a-Python-2.7.11.eb b/archive/p/PyGTS/PyGTS-0.3.1-intel-2016a-Python-2.7.11.eb index 82a72028..54d17e0e 100644 --- a/archive/p/PyGTS/PyGTS-0.3.1-intel-2016a-Python-2.7.11.eb +++ b/archive/p/PyGTS/PyGTS-0.3.1-intel-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'PyGTS' version = '0.3.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://sourceforge.net/projects/pygts/' description = """ PyGTS is a python package used to construct, manipulate, @@ -24,7 +24,7 @@ options = {'modulename': 'gts'} sanity_check_paths = { 'files': [ - 'lib/python%%(pyshortver)s/site-packages/gts/_gts.%s' % + 'lib/python%%(local_pyshortver)s/site-packages/gts/_gts.%s' % SHLIB_EXT], 'dirs': [], } moduleclass = 'vis' diff --git a/archive/p/PyGTS/PyGTS-0.3.1-intel-2016b-Python-2.7.12.eb b/archive/p/PyGTS/PyGTS-0.3.1-intel-2016b-Python-2.7.12.eb index 1b87723b..cc8979e4 100644 --- a/archive/p/PyGTS/PyGTS-0.3.1-intel-2016b-Python-2.7.12.eb +++ b/archive/p/PyGTS/PyGTS-0.3.1-intel-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'PyGTS' version = '0.3.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://sourceforge.net/projects/pygts/' description = """ PyGTS is a python package used to construct, manipulate, @@ -24,7 +24,7 @@ options = {'modulename': 'gts'} sanity_check_paths = { 'files': [ - 'lib/python%%(pyshortver)s/site-packages/gts/_gts.%s' % + 'lib/python%%(local_pyshortver)s/site-packages/gts/_gts.%s' % SHLIB_EXT], 'dirs': [], } moduleclass = 'vis' diff --git a/archive/p/PyQt/PyQt-4.11.3-foss-2015g-Python-2.7.9.eb b/archive/p/PyQt/PyQt-4.11.3-foss-2015g-Python-2.7.9.eb index 056a3fb9..dc57c66d 100644 --- a/archive/p/PyQt/PyQt-4.11.3-foss-2015g-Python-2.7.9.eb +++ b/archive/p/PyQt/PyQt-4.11.3-foss-2015g-Python-2.7.9.eb @@ -16,12 +16,12 @@ source_urls = [ 'http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%(version)s'] python = 'Python' -pyver = '2.7.9' -pythonshortver = '.'.join(pyver.split('.')[:2]) -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +pythonshortver = '.'.join(local_pyver.split('.')[:2]) +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ('SIP', '4.16.4', versionsuffix), ('Qt', '4.8.6'), ] diff --git a/archive/p/PyQt/PyQt-4.11.4-foss-2015g-Python-2.7.9.eb b/archive/p/PyQt/PyQt-4.11.4-foss-2015g-Python-2.7.9.eb index b5ebd183..c80f3dd4 100644 --- a/archive/p/PyQt/PyQt-4.11.4-foss-2015g-Python-2.7.9.eb +++ b/archive/p/PyQt/PyQt-4.11.4-foss-2015g-Python-2.7.9.eb @@ -16,12 +16,12 @@ source_urls = [ 'http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-%(version)s'] python = 'Python' -pyver = '2.7.9' -pythonshortver = '.'.join(pyver.split('.')[:2]) -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +pythonshortver = '.'.join(local_pyver.split('.')[:2]) +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ('SIP', '4.17', versionsuffix), ('Qt', '4.8.6'), ] diff --git a/archive/p/Python/Python-2.7.10-foss-2015a.eb b/archive/p/Python/Python-2.7.10-foss-2015a.eb index 2110e248..f07c4b67 100644 --- a/archive/p/Python/Python-2.7.10-foss-2015a.eb +++ b/archive/p/Python/Python-2.7.10-foss-2015a.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'foss', 'version': '2015a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.2' -scipyversion = '0.15.1' +numlocal_pyversion = '1.9.2' +scilocal_pyversion = '0.15.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,12 +41,12 @@ exts_list = [ ('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')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.10-foss-2015b.eb b/archive/p/Python/Python-2.7.10-foss-2015b.eb index 76db705e..fe7123b8 100644 --- a/archive/p/Python/Python-2.7.10-foss-2015b.eb +++ b/archive/p/Python/Python-2.7.10-foss-2015b.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'foss', 'version': '2015b'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.2' -scipyversion = '0.15.1' +numlocal_pyversion = '1.9.2' +scilocal_pyversion = '0.15.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,12 +41,12 @@ exts_list = [ ('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')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.10-intel-2015a.eb b/archive/p/Python/Python-2.7.10-intel-2015a.eb index 2661d5c9..49651d1d 100644 --- a/archive/p/Python/Python-2.7.10-intel-2015a.eb +++ b/archive/p/Python/Python-2.7.10-intel-2015a.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'intel', 'version': '2015a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.2' -scipyversion = '0.15.1' +numlocal_pyversion = '1.9.2' +scilocal_pyversion = '0.15.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,12 +41,12 @@ exts_list = [ ('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')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.10-intel-2015b.eb b/archive/p/Python/Python-2.7.10-intel-2015b.eb index 94c61afa..33f63afe 100644 --- a/archive/p/Python/Python-2.7.10-intel-2015b.eb +++ b/archive/p/Python/Python-2.7.10-intel-2015b.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'intel', 'version': '2015b'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.2' -scipyversion = '0.15.1' +numlocal_pyversion = '1.9.2' +scilocal_pyversion = '0.15.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -40,12 +40,12 @@ exts_list = [ ('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')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.11-foss-2015a.eb b/archive/p/Python/Python-2.7.11-foss-2015a.eb index 0f7b64a2..249c1ed5 100644 --- a/archive/p/Python/Python-2.7.11-foss-2015a.eb +++ b/archive/p/Python/Python-2.7.11-foss-2015a.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'foss', 'version': '2015a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,12 +41,12 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.11-foss-2016a.eb b/archive/p/Python/Python-2.7.11-foss-2016a.eb index 6d86f2c5..e5e9a31a 100644 --- a/archive/p/Python/Python-2.7.11-foss-2016a.eb +++ b/archive/p/Python/Python-2.7.11-foss-2016a.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'foss', 'version': '2016a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] diff --git a/archive/p/Python/Python-2.7.11-intel-2015b.eb b/archive/p/Python/Python-2.7.11-intel-2015b.eb index 86d70691..5a75a4e8 100644 --- a/archive/p/Python/Python-2.7.11-intel-2015b.eb +++ b/archive/p/Python/Python-2.7.11-intel-2015b.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'intel', 'version': '2015b'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,15 +41,15 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': [ 'numpy-1.8.0-mkl.patch', - 'numpy-%s-sse42.patch' % numpyversion, + 'numpy-%s-sse42.patch' % numlocal_pyversion, ], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.11-intel-2016.02-GCC-4.9.eb b/archive/p/Python/Python-2.7.11-intel-2016.02-GCC-4.9.eb index b8a12d27..566f6a2e 100644 --- a/archive/p/Python/Python-2.7.11-intel-2016.02-GCC-4.9.eb +++ b/archive/p/Python/Python-2.7.11-intel-2016.02-GCC-4.9.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'intel', 'version': '2016.02-GCC-4.9'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,15 +41,15 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': [ 'numpy-1.8.0-mkl.patch', - 'numpy-%s-sse42.patch' % numpyversion, + 'numpy-%s-sse42.patch' % numlocal_pyversion, ], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.11-intel-2016a-libX11-1.6.3.eb b/archive/p/Python/Python-2.7.11-intel-2016a-libX11-1.6.3.eb index e3a99f69..364a09ec 100644 --- a/archive/p/Python/Python-2.7.11-intel-2016a-libX11-1.6.3.eb +++ b/archive/p/Python/Python-2.7.11-intel-2016a-libX11-1.6.3.eb @@ -10,8 +10,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'intel', 'version': '2016a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -43,15 +43,15 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': [ 'numpy-1.8.0-mkl.patch', - 'numpy-%s-sse42.patch' % numpyversion, + 'numpy-%s-sse42.patch' % numlocal_pyversion, ], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.11-intel-2016a.eb b/archive/p/Python/Python-2.7.11-intel-2016a.eb index 14683881..45b04c12 100644 --- a/archive/p/Python/Python-2.7.11-intel-2016a.eb +++ b/archive/p/Python/Python-2.7.11-intel-2016a.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'intel', 'version': '2016a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,15 +41,15 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': [ 'numpy-1.8.0-mkl.patch', - 'numpy-%s-sse42.patch' % numpyversion, + 'numpy-%s-sse42.patch' % numlocal_pyversion, ], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.9-foss-2015.05.eb b/archive/p/Python/Python-2.7.9-foss-2015.05.eb index 75386ccc..17e5501b 100644 --- a/archive/p/Python/Python-2.7.9-foss-2015.05.eb +++ b/archive/p/Python/Python-2.7.9-foss-2015.05.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'foss', 'version': '2015.05'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['https://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -39,11 +39,11 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('https://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('https://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], }), - ('scipy', scipyversion, { - 'source_urls': [('https://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('https://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.9-foss-2015a.eb b/archive/p/Python/Python-2.7.9-foss-2015a.eb index 4d8258d2..86b1ffb0 100644 --- a/archive/p/Python/Python-2.7.9-foss-2015a.eb +++ b/archive/p/Python/Python-2.7.9-foss-2015a.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'foss', 'version': '2015a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -39,11 +39,11 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.9-foss-2015b.eb b/archive/p/Python/Python-2.7.9-foss-2015b.eb index efc2d08d..ba05d350 100644 --- a/archive/p/Python/Python-2.7.9-foss-2015b.eb +++ b/archive/p/Python/Python-2.7.9-foss-2015b.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'foss', 'version': '2015b'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -39,11 +39,11 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.9-foss-2015g.eb b/archive/p/Python/Python-2.7.9-foss-2015g.eb index 386b753b..37028fd7 100644 --- a/archive/p/Python/Python-2.7.9-foss-2015g.eb +++ b/archive/p/Python/Python-2.7.9-foss-2015g.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'foss', 'version': '2015g'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -38,11 +38,11 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['http://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['http://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.9-intel-2015a.eb b/archive/p/Python/Python-2.7.9-intel-2015a.eb index 188046b9..e6fbc439 100644 --- a/archive/p/Python/Python-2.7.9-intel-2015a.eb +++ b/archive/p/Python/Python-2.7.9-intel-2015a.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'intel', 'version': '2015a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -39,12 +39,12 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/archive/p/Python/Python-2.7.9-intel-2015b.eb b/archive/p/Python/Python-2.7.9-intel-2015b.eb index 2514e590..77a8e812 100644 --- a/archive/p/Python/Python-2.7.9-intel-2015b.eb +++ b/archive/p/Python/Python-2.7.9-intel-2015b.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'intel', 'version': '2015b'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] diff --git a/archive/p/Python/Python-3.5.0-intel-2015b.eb b/archive/p/Python/Python-3.5.0-intel-2015b.eb index 6b562baa..00e100a1 100644 --- a/archive/p/Python/Python-3.5.0-intel-2015b.eb +++ b/archive/p/Python/Python-3.5.0-intel-2015b.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'intel', 'version': '2015b'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.3' -scipyversion = '0.16.0' +numlocal_pyversion = '1.9.3' +scilocal_pyversion = '0.16.0' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -40,11 +40,11 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { + ('numpy', numlocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/n/numpy/'], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { + ('scipy', scilocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/s/scipy/'], }), ('blist', '1.3.6', { diff --git a/archive/p/Python/Python-3.5.1-foss-2015a.eb b/archive/p/Python/Python-3.5.1-foss-2015a.eb index 6cd8b8c4..c5df9e7f 100644 --- a/archive/p/Python/Python-3.5.1-foss-2015a.eb +++ b/archive/p/Python/Python-3.5.1-foss-2015a.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'foss', 'version': '2015a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.4' -scipyversion = '0.17.0' +numlocal_pyversion = '1.10.4' +scilocal_pyversion = '0.17.0' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,10 +41,10 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { + ('numpy', numlocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/n/numpy/'], }), - ('scipy', scipyversion, { + ('scipy', scilocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/s/scipy/'], }), ('blist', '1.3.6', { diff --git a/archive/p/Python/Python-3.5.1-foss-2016a.eb b/archive/p/Python/Python-3.5.1-foss-2016a.eb index b32555c0..f695958e 100644 --- a/archive/p/Python/Python-3.5.1-foss-2016a.eb +++ b/archive/p/Python/Python-3.5.1-foss-2016a.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'foss', 'version': '2016a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.4' -scipyversion = '0.17.0' +numlocal_pyversion = '1.10.4' +scilocal_pyversion = '0.17.0' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,10 +41,10 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { + ('numpy', numlocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/n/numpy/'], }), - ('scipy', scipyversion, { + ('scipy', scilocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/s/scipy/'], }), ('blist', '1.3.6', { diff --git a/archive/p/Python/Python-3.5.1-intel-2016.01.eb b/archive/p/Python/Python-3.5.1-intel-2016.01.eb index f3710215..105a9481 100644 --- a/archive/p/Python/Python-3.5.1-intel-2016.01.eb +++ b/archive/p/Python/Python-3.5.1-intel-2016.01.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'intel', 'version': '2016.01'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.4' -scipyversion = '0.17.0' +numlocal_pyversion = '1.10.4' +scilocal_pyversion = '0.17.0' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,14 +41,14 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { + ('numpy', numlocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/n/numpy/'], 'patches': [ 'numpy-1.8.0-mkl.patch', - 'numpy-%s-sse42.patch' % numpyversion, + 'numpy-%s-sse42.patch' % numlocal_pyversion, ], }), - ('scipy', scipyversion, { + ('scipy', scilocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/s/scipy/'], }), ('blist', '1.3.6', { diff --git a/archive/p/Python/Python-3.5.1-intel-2016a.eb b/archive/p/Python/Python-3.5.1-intel-2016a.eb index 5d7c030f..3c64cd9c 100644 --- a/archive/p/Python/Python-3.5.1-intel-2016a.eb +++ b/archive/p/Python/Python-3.5.1-intel-2016a.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'intel', 'version': '2016a'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.4' -scipyversion = '0.17.0' +numlocal_pyversion = '1.10.4' +scilocal_pyversion = '0.17.0' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,14 +41,14 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { + ('numpy', numlocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/n/numpy/'], 'patches': [ 'numpy-1.8.0-mkl.patch', - 'numpy-%s-sse42.patch' % numpyversion, + 'numpy-%s-sse42.patch' % numlocal_pyversion, ], }), - ('scipy', scipyversion, { + ('scipy', scilocal_pyversion, { 'source_urls': ['https://pypi.python.org/packages/source/s/scipy/'], }), ('blist', '1.3.6', { diff --git a/archive/p/prompt-toolkit/prompt-toolkit-1.0.3-foss-2016a-Python-2.7.11.eb b/archive/p/prompt-toolkit/prompt-toolkit-1.0.3-foss-2016a-Python-2.7.11.eb index 6e4e6c04..d57cc226 100644 --- a/archive/p/prompt-toolkit/prompt-toolkit-1.0.3-foss-2016a-Python-2.7.11.eb +++ b/archive/p/prompt-toolkit/prompt-toolkit-1.0.3-foss-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'prompt-toolkit' version = '1.0.3' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/jonathanslenders/python-prompt-toolkit' description = """prompt_toolkit is a Python library for building powerful interactive command lines and terminal applications.""" @@ -26,7 +26,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/prompt_toolkit'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/prompt_toolkit'], } options = {'modulename': 'prompt_toolkit'} diff --git a/archive/p/prompt-toolkit/prompt-toolkit-1.0.3-foss-2016a-Python-3.5.1.eb b/archive/p/prompt-toolkit/prompt-toolkit-1.0.3-foss-2016a-Python-3.5.1.eb index 1284d4a3..bafa00d0 100644 --- a/archive/p/prompt-toolkit/prompt-toolkit-1.0.3-foss-2016a-Python-3.5.1.eb +++ b/archive/p/prompt-toolkit/prompt-toolkit-1.0.3-foss-2016a-Python-3.5.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'prompt-toolkit' version = '1.0.3' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/jonathanslenders/python-prompt-toolkit' description = """prompt_toolkit is a Python library for building powerful interactive command lines and terminal applications.""" @@ -23,7 +23,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/prompt_toolkit'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/prompt_toolkit'], } options = {'modulename': 'prompt_toolkit'} diff --git a/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-foss-2016b-Python-2.7.12.eb b/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-foss-2016b-Python-2.7.12.eb index acfd113f..4d495d5e 100644 --- a/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-foss-2016b-Python-2.7.12.eb +++ b/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-foss-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'prompt-toolkit' version = '1.0.6' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/jonathanslenders/python-prompt-toolkit' description = """prompt_toolkit is a Python library for building powerful interactive command lines and terminal applications.""" @@ -26,7 +26,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/prompt_toolkit'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/prompt_toolkit'], } options = {'modulename': 'prompt_toolkit'} diff --git a/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-intel-2016b-Python-2.7.12.eb b/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-intel-2016b-Python-2.7.12.eb index fb94a1e1..a498ca05 100644 --- a/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-intel-2016b-Python-2.7.12.eb +++ b/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-intel-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'prompt-toolkit' version = '1.0.6' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/jonathanslenders/python-prompt-toolkit' description = """prompt_toolkit is a Python library for building powerful interactive command lines and terminal applications.""" @@ -26,7 +26,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/prompt_toolkit'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/prompt_toolkit'], } options = {'modulename': 'prompt_toolkit'} diff --git a/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-intel-2016b-Python-3.5.2.eb b/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-intel-2016b-Python-3.5.2.eb index 73aea64f..eda5dd6d 100644 --- a/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-intel-2016b-Python-3.5.2.eb +++ b/archive/p/prompt-toolkit/prompt-toolkit-1.0.6-intel-2016b-Python-3.5.2.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'prompt-toolkit' version = '1.0.6' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/jonathanslenders/python-prompt-toolkit' description = """prompt_toolkit is a Python library for building powerful interactive command lines and terminal applications.""" @@ -23,7 +23,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/prompt_toolkit'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/prompt_toolkit'], } options = {'modulename': 'prompt_toolkit'} diff --git a/archive/p/protobuf-python/protobuf-python-3.0.2-foss-2016a-Python-2.7.11.eb b/archive/p/protobuf-python/protobuf-python-3.0.2-foss-2016a-Python-2.7.11.eb index 3027748d..efeaab51 100644 --- a/archive/p/protobuf-python/protobuf-python-3.0.2-foss-2016a-Python-2.7.11.eb +++ b/archive/p/protobuf-python/protobuf-python-3.0.2-foss-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'protobuf-python' version = '3.0.2' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/google/protobuf/' description = """Python Protocol Buffers runtime library.""" @@ -21,7 +21,7 @@ start_dir = 'python' sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } options = {'modulename': 'google.protobuf'} diff --git a/archive/p/protobuf-python/protobuf-python-3.0.2-foss-2016a-Python-3.5.1.eb b/archive/p/protobuf-python/protobuf-python-3.0.2-foss-2016a-Python-3.5.1.eb index fb810496..892afc46 100644 --- a/archive/p/protobuf-python/protobuf-python-3.0.2-foss-2016a-Python-3.5.1.eb +++ b/archive/p/protobuf-python/protobuf-python-3.0.2-foss-2016a-Python-3.5.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'protobuf-python' version = '3.0.2' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/google/protobuf/' description = """Python Protocol Buffers runtime library.""" @@ -21,7 +21,7 @@ start_dir = 'python' sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } options = {'modulename': 'google.protobuf'} diff --git a/archive/p/protobuf-python/protobuf-python-3.2.0-foss-2016a-Python-2.7.13.eb b/archive/p/protobuf-python/protobuf-python-3.2.0-foss-2016a-Python-2.7.13.eb index 93a66d69..428c7af9 100644 --- a/archive/p/protobuf-python/protobuf-python-3.2.0-foss-2016a-Python-2.7.13.eb +++ b/archive/p/protobuf-python/protobuf-python-3.2.0-foss-2016a-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'protobuf-python' version = '3.2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/google/protobuf/' description = """Python Protocol Buffers runtime library.""" @@ -21,7 +21,7 @@ start_dir = 'python' sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } options = {'modulename': 'google.protobuf'} diff --git a/archive/p/protobuf-python/protobuf-python-3.2.0-intel-2016b-Python-2.7.12.eb b/archive/p/protobuf-python/protobuf-python-3.2.0-intel-2016b-Python-2.7.12.eb index fd34141e..b676ca59 100644 --- a/archive/p/protobuf-python/protobuf-python-3.2.0-intel-2016b-Python-2.7.12.eb +++ b/archive/p/protobuf-python/protobuf-python-3.2.0-intel-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'protobuf-python' version = '3.2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/google/protobuf/' description = """Python Protocol Buffers runtime library.""" @@ -21,7 +21,7 @@ start_dir = 'python' sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } options = {'modulename': 'google.protobuf'} diff --git a/archive/p/protobuf-python/protobuf-python-3.2.0-intel-2016b-Python-3.5.2.eb b/archive/p/protobuf-python/protobuf-python-3.2.0-intel-2016b-Python-3.5.2.eb index 51988758..a4b4aa2f 100644 --- a/archive/p/protobuf-python/protobuf-python-3.2.0-intel-2016b-Python-3.5.2.eb +++ b/archive/p/protobuf-python/protobuf-python-3.2.0-intel-2016b-Python-3.5.2.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'protobuf-python' version = '3.2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/google/protobuf/' description = """Python Protocol Buffers runtime library.""" @@ -21,7 +21,7 @@ start_dir = 'python' sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } options = {'modulename': 'google.protobuf'} diff --git a/archive/p/pyGIMLi/pyGIMLi-20160803-foss-2016a-Python-2.7.11.eb b/archive/p/pyGIMLi/pyGIMLi-20160803-foss-2016a-Python-2.7.11.eb index 8ec0c44a..d1b17d95 100644 --- a/archive/p/pyGIMLi/pyGIMLi-20160803-foss-2016a-Python-2.7.11.eb +++ b/archive/p/pyGIMLi/pyGIMLi-20160803-foss-2016a-Python-2.7.11.eb @@ -3,7 +3,7 @@ easyblock = 'CMakeMake' name = 'pyGIMLi' version = '20160803' commit_id = 'a190c53' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.pygimli.org/' description = """pyGIMLi is an open-source multi-method library for solving inverse @@ -45,13 +45,13 @@ configopts = '-DBOOST_ROOT=$EBROOTBOOST ' configopts += '-DBLAS_LIBRARIES=$EBROOTOPENBLAS/lib/libopenblas.%s ' % SHLIB_EXT configopts += '-DLAPACK_LIBRARIES=$EBROOTOPENBLAS/lib/libopenblas.%s ' % SHLIB_EXT configopts += '-DCASTXML_EXECUTABLE=$EBROOTCASTXML/bin/castxml ' -configopts += '-DPYGCCXML_PATH=$EBROOTPYGCCXML/lib/python%(pyshortver)s/site-packages/ ' -configopts += '-DPYPLUSPLUS_PATH=$EBROOTPYPLUSPLUS/lib/python%(pyshortver)s/site-packages/ ' +configopts += '-DPYGCCXML_PATH=$EBROOTPYGCCXML/lib/python%(local_pyshortver)s/site-packages/ ' +configopts += '-DPYPLUSPLUS_PATH=$EBROOTPYPLUSPLUS/lib/python%(local_pyshortver)s/site-packages/ ' buildopts = 'gimli pygimli apps' -installopts = ' && mkdir -p %(installdir)s/lib/python%(pyshortver)s/site-packages ' -installopts += '&& cp -a ../gimli*/python/. %(installdir)s/lib/python%(pyshortver)s/site-packages ' +installopts = ' && mkdir -p %(installdir)s/lib/python%(local_pyshortver)s/site-packages ' +installopts += '&& cp -a ../gimli*/python/. %(installdir)s/lib/python%(local_pyshortver)s/site-packages ' installopts += '&& mkdir %(installdir)s/bin ' installopts += '&& cp ../easybuild_obj/bin/* %(installdir)s/bin' @@ -76,10 +76,10 @@ sanity_check_paths = { [ 'lib/libgimli.%s' % SHLIB_EXT, - 'lib/python%(pyshortver)s/site-packages/pygimli.h'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/%(namelower)s'], + 'lib/python%(local_pyshortver)s/site-packages/pygimli.h'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/%(namelower)s'], } -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} +modextrapaths = {'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages'} moduleclass = 'geo' diff --git a/archive/p/pyGIMLi/pyGIMLi-20160803-foss-2016a-Python-3.5.1.eb b/archive/p/pyGIMLi/pyGIMLi-20160803-foss-2016a-Python-3.5.1.eb index fb7e057e..8a7ca128 100644 --- a/archive/p/pyGIMLi/pyGIMLi-20160803-foss-2016a-Python-3.5.1.eb +++ b/archive/p/pyGIMLi/pyGIMLi-20160803-foss-2016a-Python-3.5.1.eb @@ -3,7 +3,7 @@ easyblock = 'CMakeMake' name = 'pyGIMLi' version = '20160803' commit_id = 'a190c53' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.pygimli.org/' description = """pyGIMLi is an open-source multi-method library for solving inverse @@ -45,13 +45,13 @@ configopts = '-DBOOST_ROOT=$EBROOTBOOST ' configopts += '-DBLAS_LIBRARIES=$EBROOTOPENBLAS/lib/libopenblas.%s ' % SHLIB_EXT configopts += '-DLAPACK_LIBRARIES=$EBROOTOPENBLAS/lib/libopenblas.%s ' % SHLIB_EXT configopts += '-DCASTXML_EXECUTABLE=$EBROOTCASTXML/bin/castxml ' -configopts += '-DPYGCCXML_PATH=$EBROOTPYGCCXML/lib/python%(pyshortver)s/site-packages/ ' -configopts += '-DPYPLUSPLUS_PATH=$EBROOTPYPLUSPLUS/lib/python%(pyshortver)s/site-packages/ ' +configopts += '-DPYGCCXML_PATH=$EBROOTPYGCCXML/lib/python%(local_pyshortver)s/site-packages/ ' +configopts += '-DPYPLUSPLUS_PATH=$EBROOTPYPLUSPLUS/lib/python%(local_pyshortver)s/site-packages/ ' buildopts = 'gimli pygimli apps' -installopts = ' && mkdir -p %(installdir)s/lib/python%(pyshortver)s/site-packages ' -installopts += '&& cp -a ../gimli*/python/. %(installdir)s/lib/python%(pyshortver)s/site-packages ' +installopts = ' && mkdir -p %(installdir)s/lib/python%(local_pyshortver)s/site-packages ' +installopts += '&& cp -a ../gimli*/python/. %(installdir)s/lib/python%(local_pyshortver)s/site-packages ' installopts += '&& mkdir %(installdir)s/bin ' installopts += '&& cp ../easybuild_obj/bin/* %(installdir)s/bin' @@ -76,10 +76,10 @@ sanity_check_paths = { [ 'lib/libgimli.%s' % SHLIB_EXT, - 'lib/python%(pyshortver)s/site-packages/pygimli.h'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/%(namelower)s'], + 'lib/python%(local_pyshortver)s/site-packages/pygimli.h'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/%(namelower)s'], } -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} +modextrapaths = {'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages'} moduleclass = 'geo' diff --git a/archive/p/pyplusplus/pyplusplus-20160707-foss-2016a-Python-2.7.11.eb b/archive/p/pyplusplus/pyplusplus-20160707-foss-2016a-Python-2.7.11.eb index 8ebd6c8d..14095b6d 100644 --- a/archive/p/pyplusplus/pyplusplus-20160707-foss-2016a-Python-2.7.11.eb +++ b/archive/p/pyplusplus/pyplusplus-20160707-foss-2016a-Python-2.7.11.eb @@ -3,7 +3,7 @@ easyblock = 'PythonPackage' name = 'pyplusplus' version = '20160707' commit_id = '2c6c05b7a7d2' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://bitbucket.org/ompl/pyplusplus' description = """Py++ is a code generator for Boost.Python that simplifies @@ -19,14 +19,14 @@ builddependencies = [('pip', '8.1.2', versionsuffix)] dependencies = [ ('Python', '2.7.11'), - ('pygccxml', '20160706', '-Python-%(pyver)s'), + ('pygccxml', '20160706', '-Python-%(local_pyver)s'), ] use_pip = True sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/%(name)s'], } options = {'modulename': '%(name)s'} diff --git a/archive/p/pyplusplus/pyplusplus-20160707-foss-2016a-Python-3.5.1.eb b/archive/p/pyplusplus/pyplusplus-20160707-foss-2016a-Python-3.5.1.eb index b72f894f..334a3c6b 100644 --- a/archive/p/pyplusplus/pyplusplus-20160707-foss-2016a-Python-3.5.1.eb +++ b/archive/p/pyplusplus/pyplusplus-20160707-foss-2016a-Python-3.5.1.eb @@ -3,7 +3,7 @@ easyblock = 'PythonPackage' name = 'pyplusplus' version = '20160707' commit_id = '2c6c05b7a7d2' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://bitbucket.org/ompl/pyplusplus' description = """Py++ is a code generator for Boost.Python that simplifies @@ -17,14 +17,14 @@ sources = ['%s.zip' % commit_id] dependencies = [ ('Python', '3.5.1'), - ('pygccxml', '20160706', '-Python-%(pyver)s'), + ('pygccxml', '20160706', '-Python-%(local_pyver)s'), ] use_pip = True sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/%(name)s'], } options = {'modulename': '%(name)s'} diff --git a/archive/q/QGIS/QGIS-2.12.3-foss-2015g.eb b/archive/q/QGIS/QGIS-2.12.3-foss-2015g.eb index 416efd0d..4f91d068 100644 --- a/archive/q/QGIS/QGIS-2.12.3-foss-2015g.eb +++ b/archive/q/QGIS/QGIS-2.12.3-foss-2015g.eb @@ -17,8 +17,8 @@ builddependencies = [('CMake', '3.3.1')] separate_build_dir = True python = 'Python' -pyver = '2.7.9' -pylocal_suff = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +pylocal_suff = '-%s-%s' % (python, local_pyver) dependencies = [('QCA', '2.1.0'), ('Qt', '4.8.6'), diff --git a/archive/r/ROOT/ROOT-v5.34.01-intel-2015a.eb b/archive/r/ROOT/ROOT-v5.34.01-intel-2015a.eb index a65a7332..afd5022f 100644 --- a/archive/r/ROOT/ROOT-v5.34.01-intel-2015a.eb +++ b/archive/r/ROOT/ROOT-v5.34.01-intel-2015a.eb @@ -16,12 +16,12 @@ patches = [ ] python = 'Python' -pyver = '2.7.3' +local_pyver = '2.7.3' dependencies = [ ('GSL', '1.15'), - ('libxml2', '2.8.0', '-%s-%s' % (python, pyver)), - (python, pyver), + ('libxml2', '2.8.0', '-%s-%s' % (python, local_pyver)), + (python, local_pyver), ] # architecture diff --git a/archive/r/ROOT/ROOT-v5.34.26-intel-2015a.eb b/archive/r/ROOT/ROOT-v5.34.26-intel-2015a.eb index 05baffbd..9eaf1cbe 100644 --- a/archive/r/ROOT/ROOT-v5.34.26-intel-2015a.eb +++ b/archive/r/ROOT/ROOT-v5.34.26-intel-2015a.eb @@ -17,16 +17,16 @@ patches = [ ] python = 'Python' -pyver = '2.7.9' +local_pyver = '2.7.9' dependencies = [ ('GSL', '1.16'), - ('Mesa', '10.4.5', '-%s-%s' % (python, pyver)), - ('libxml2', '2.9.2', '-%s-%s' % (python, pyver)), + ('Mesa', '10.4.5', '-%s-%s' % (python, local_pyver)), + ('libxml2', '2.9.2', '-%s-%s' % (python, local_pyver)), ('PCRE', '8.36'), ('CFITSIO', '3.37'), ('freetype', '2.5.5'), - (python, pyver), + (python, local_pyver), ('zlib', '1.2.8'), ('libXft', '2.3.2', '-libX11-1.6.3'), ('libXpm', '3.5.11'), diff --git a/archive/r/ROOT/ROOT-v5.34.34-intel-2015b-Python-2.7.10.eb b/archive/r/ROOT/ROOT-v5.34.34-intel-2015b-Python-2.7.10.eb index eb76e738..541ba81f 100644 --- a/archive/r/ROOT/ROOT-v5.34.34-intel-2015b-Python-2.7.10.eb +++ b/archive/r/ROOT/ROOT-v5.34.34-intel-2015b-Python-2.7.10.eb @@ -14,12 +14,12 @@ patches = [ 'configure_FftwFromMkl_28.patch', ] -pyver = '2.7.10' -versionsuffix = '-Python-%s' % pyver +local_pyver = '2.7.10' +versionsuffix = '-Python-%s' % local_pyver dependencies = [ ('GSL', '1.16'), ('libxml2', '2.9.3', versionsuffix), - ('Python', pyver), + ('Python', local_pyver), ] # architecture diff --git a/archive/r/ROOT/ROOT-v5.34.34-intel-2016a-Python-2.7.11.eb b/archive/r/ROOT/ROOT-v5.34.34-intel-2016a-Python-2.7.11.eb index fc6f1871..0d6356c2 100644 --- a/archive/r/ROOT/ROOT-v5.34.34-intel-2016a-Python-2.7.11.eb +++ b/archive/r/ROOT/ROOT-v5.34.34-intel-2016a-Python-2.7.11.eb @@ -1,6 +1,6 @@ name = 'ROOT' version = 'v5.34.34' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://root.cern.ch/drupal/' description = """The ROOT system provides a set of OO frameworks with all the functionality diff --git a/archive/r/ROOT/ROOT-v5.34.36-intel-2016a-Python-2.7.11.eb b/archive/r/ROOT/ROOT-v5.34.36-intel-2016a-Python-2.7.11.eb index 7d110631..8d30f5a7 100644 --- a/archive/r/ROOT/ROOT-v5.34.36-intel-2016a-Python-2.7.11.eb +++ b/archive/r/ROOT/ROOT-v5.34.36-intel-2016a-Python-2.7.11.eb @@ -1,6 +1,6 @@ name = 'ROOT' version = 'v5.34.36' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://root.cern.ch/drupal/' description = """The ROOT system provides a set of OO frameworks with all the functionality diff --git a/archive/s/SCons/SCons-2.3.6-intel-2015b-Python-2.7.9.eb b/archive/s/SCons/SCons-2.3.6-intel-2015b-Python-2.7.9.eb index 7df82af2..3552077f 100644 --- a/archive/s/SCons/SCons-2.3.6-intel-2015b-Python-2.7.9.eb +++ b/archive/s/SCons/SCons-2.3.6-intel-2015b-Python-2.7.9.eb @@ -12,9 +12,9 @@ sources = [SOURCELOWER_TAR_GZ] source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] python = 'Python' -pyver = '2.7.9' -versionsuffix = '-%s-%s' % (python, pyver) -dependencies = [(python, pyver)] +local_pyver = '2.7.9' +versionsuffix = '-%s-%s' % (python, local_pyver) +dependencies = [(python, local_pyver)] sanity_check_paths = { 'files': ['bin/scons', 'bin/scons-time', 'bin/sconsign'], diff --git a/archive/s/SCons/SCons-2.5.1-intel-2015b-Python-2.7.11.eb b/archive/s/SCons/SCons-2.5.1-intel-2015b-Python-2.7.11.eb index 7f6625e2..254a2e17 100644 --- a/archive/s/SCons/SCons-2.5.1-intel-2015b-Python-2.7.11.eb +++ b/archive/s/SCons/SCons-2.5.1-intel-2015b-Python-2.7.11.eb @@ -12,9 +12,9 @@ sources = [SOURCELOWER_TAR_GZ] source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] python = 'Python' -pyver = '2.7.11' -versionsuffix = '-%s-%s' % (python, pyver) -dependencies = [(python, pyver)] +local_pyver = '2.7.11' +versionsuffix = '-%s-%s' % (python, local_pyver) +dependencies = [(python, local_pyver)] sanity_check_paths = { 'files': ['bin/scons', 'bin/scons-time', 'bin/sconsign'], diff --git a/archive/s/SIP/SIP-4.16.4-foss-2015g-Python-2.7.9.eb b/archive/s/SIP/SIP-4.16.4-foss-2015g-Python-2.7.9.eb index d1c4a1c9..cfe9bc5e 100644 --- a/archive/s/SIP/SIP-4.16.4-foss-2015g-Python-2.7.9.eb +++ b/archive/s/SIP/SIP-4.16.4-foss-2015g-Python-2.7.9.eb @@ -16,10 +16,10 @@ source_urls = [ 'http://sourceforge.net/projects/pyqt/files/sip/sip-%(version)s'] python = 'Python' -pyver = '2.7.9' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +versionsuffix = '-%s-%s' % (python, local_pyver) -dependencies = [(python, pyver)] +dependencies = [(python, local_pyver)] configopts = "configure.py" diff --git a/archive/s/SIP/SIP-4.17-foss-2015g-Python-2.7.9.eb b/archive/s/SIP/SIP-4.17-foss-2015g-Python-2.7.9.eb index 6806d990..3bd30208 100644 --- a/archive/s/SIP/SIP-4.17-foss-2015g-Python-2.7.9.eb +++ b/archive/s/SIP/SIP-4.17-foss-2015g-Python-2.7.9.eb @@ -16,10 +16,10 @@ source_urls = [ 'http://sourceforge.net/projects/pyqt/files/sip/sip-%(version)s'] python = 'Python' -pyver = '2.7.9' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +versionsuffix = '-%s-%s' % (python, local_pyver) -dependencies = [(python, pyver)] +dependencies = [(python, local_pyver)] configopts = "configure.py" diff --git a/archive/s/ScientificPython/ScientificPython-2.9.4-foss-2015g-Python-2.7.9.eb b/archive/s/ScientificPython/ScientificPython-2.9.4-foss-2015g-Python-2.7.9.eb index 7c03b51a..dc92ec71 100644 --- a/archive/s/ScientificPython/ScientificPython-2.9.4-foss-2015g-Python-2.7.9.eb +++ b/archive/s/ScientificPython/ScientificPython-2.9.4-foss-2015g-Python-2.7.9.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'ScientificPython' version = '2.9.4' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://sourcesup.cru.fr/projects/scientific-py/' description = """ScientificPython is a collection of Python modules for scientific local_computing. @@ -25,7 +25,7 @@ options = {'modulename': 'Scientific'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/Scientific'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/Scientific'], } moduleclass = 'math' diff --git a/archive/s/Sphinx/Sphinx-1.4.8-foss-2016a-Python-2.7.11.eb b/archive/s/Sphinx/Sphinx-1.4.8-foss-2016a-Python-2.7.11.eb index dc27601c..975350e1 100644 --- a/archive/s/Sphinx/Sphinx-1.4.8-foss-2016a-Python-2.7.11.eb +++ b/archive/s/Sphinx/Sphinx-1.4.8-foss-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'Bundle' name = 'Sphinx' version = '1.4.8' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://sphinx.pocoo.org/' description = """Sphinx is a tool that makes it easy to create intelligent and beautiful documentation. @@ -17,7 +17,7 @@ exts_defaultclass = 'PythonPackage' dependencies = [ ('Python', '2.7.11'), - ('Pygments', '2.1.3', '-Python-%(pyver)s'), + ('Pygments', '2.1.3', '-Python-%(local_pyver)s'), ('requests', '2.10.0', versionsuffix), ] @@ -59,7 +59,7 @@ exts_list = [ # Sphinx unit tests *after* installing extensions postinstallcmds = [' && '.join([ "cd %(builddir)s/%(name)s/%(name)s-%(version)s/", - "PYTHONPATH=%(installdir)s/lib/python%(pyshortver)s/site-packages/:$PYTHONPATH make test", + "PYTHONPATH=%(installdir)s/lib/python%(local_pyshortver)s/site-packages/:$PYTHONPATH make test", ])] # specify that Bundle easyblock should run a full sanity check, rather @@ -74,9 +74,9 @@ sanity_check_paths = { 'autogen', 'build', 'quickstart']], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} moduleclass = 'vis' diff --git a/archive/s/Sphinx/Sphinx-1.4.8-foss-2016a-Python-3.5.1.eb b/archive/s/Sphinx/Sphinx-1.4.8-foss-2016a-Python-3.5.1.eb index 07d49851..50e2ad4d 100644 --- a/archive/s/Sphinx/Sphinx-1.4.8-foss-2016a-Python-3.5.1.eb +++ b/archive/s/Sphinx/Sphinx-1.4.8-foss-2016a-Python-3.5.1.eb @@ -2,7 +2,7 @@ easyblock = 'Bundle' name = 'Sphinx' version = '1.4.8' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://sphinx.pocoo.org/' description = """Sphinx is a tool that makes it easy to create intelligent and beautiful documentation. @@ -17,7 +17,7 @@ exts_defaultclass = 'PythonPackage' dependencies = [ ('Python', '3.5.1'), - ('Pygments', '2.1.3', '-Python-%(pyver)s'), + ('Pygments', '2.1.3', '-Python-%(local_pyver)s'), ('requests', '2.10.0', versionsuffix), ] @@ -59,7 +59,7 @@ exts_list = [ # Sphinx unit tests *after* installing extensions postinstallcmds = [' && '.join([ "cd %(builddir)s/%(name)s/%(name)s-%(version)s/", - "PYTHONPATH=%(installdir)s/lib/python%(pyshortver)s/site-packages/:$PYTHONPATH make test", + "PYTHONPATH=%(installdir)s/lib/python%(local_pyshortver)s/site-packages/:$PYTHONPATH make test", ])] # specify that Bundle easyblock should run a full sanity check, rather @@ -74,9 +74,9 @@ sanity_check_paths = { 'autogen', 'build', 'quickstart']], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} moduleclass = 'vis' diff --git a/archive/s/sympy/sympy-1.0-foss-2016a-Python-2.7.11.eb b/archive/s/sympy/sympy-1.0-foss-2016a-Python-2.7.11.eb index 532d3915..170043e1 100644 --- a/archive/s/sympy/sympy-1.0-foss-2016a-Python-2.7.11.eb +++ b/archive/s/sympy/sympy-1.0-foss-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'sympy' version = '1.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://sympy.org/' description = """SymPy is a Python library for symbolic mathematics. It aims to @@ -20,12 +20,12 @@ patches = ['sympy-1.0_tests-unicode.patch'] dependencies = [ ('Python', '2.7.11'), - ('mpmath', '0.19', '-Python-%(pyver)s'), + ('mpmath', '0.19', '-Python-%(local_pyver)s'), ] runtest = 'python setup.py test' sanity_check_paths = {'files': [], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/%(name)s-%(version)s-py%(pyshortver)s.egg/%(name)s'], } + 'lib/python%(local_pyshortver)s/site-packages/%(name)s-%(version)s-py%(local_pyshortver)s.egg/%(name)s'], } moduleclass = 'math' diff --git a/archive/s/sympy/sympy-1.0-intel-2016a-Python-2.7.11.eb b/archive/s/sympy/sympy-1.0-intel-2016a-Python-2.7.11.eb index 759639c6..387aa1ba 100644 --- a/archive/s/sympy/sympy-1.0-intel-2016a-Python-2.7.11.eb +++ b/archive/s/sympy/sympy-1.0-intel-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'sympy' version = '1.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://sympy.org/' description = """SymPy is a Python library for symbolic mathematics. It aims to @@ -20,12 +20,12 @@ patches = ['sympy-1.0_tests-unicode.patch'] dependencies = [ ('Python', '2.7.11'), - ('mpmath', '0.19', '-Python-%(pyver)s'), + ('mpmath', '0.19', '-Python-%(local_pyver)s'), ] runtest = 'python setup.py test' sanity_check_paths = {'files': [], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/%(name)s-%(version)s-py%(pyshortver)s.egg/%(name)s'], } + 'lib/python%(local_pyshortver)s/site-packages/%(name)s-%(version)s-py%(local_pyshortver)s.egg/%(name)s'], } moduleclass = 'math' diff --git a/archive/u/USPEX/USPEX-9.4.4-intel-2016b-Python-2.7.12.eb b/archive/u/USPEX/USPEX-9.4.4-intel-2016b-Python-2.7.12.eb index 492b149a..3a338c19 100644 --- a/archive/u/USPEX/USPEX-9.4.4-intel-2016b-Python-2.7.12.eb +++ b/archive/u/USPEX/USPEX-9.4.4-intel-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'PackedBinary' name = 'USPEX' version = '9.4.4' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://uspex-team.org/uspex/overview' description = """USPEX (Universal Structure Predictor: Evolutionary Xtallography... diff --git a/archive/w/wxPython/wxPython-3.0.2.0-intel-2016a-Python-2.7.11.eb b/archive/w/wxPython/wxPython-3.0.2.0-intel-2016a-Python-2.7.11.eb index d4b444a1..51e22e5c 100644 --- a/archive/w/wxPython/wxPython-3.0.2.0-intel-2016a-Python-2.7.11.eb +++ b/archive/w/wxPython/wxPython-3.0.2.0-intel-2016a-Python-2.7.11.eb @@ -1,6 +1,6 @@ name = 'wxPython' version = '3.0.2.0' -versionsuffix = "-Python-%(pyver)s" +versionsuffix = "-Python-%(local_pyver)s" homepage = 'http://www.wxpython.org' description = """wxPython is a GUI toolkit for the Python programming language. diff --git a/archive/x/Xmipp/Xmipp-3.1-foss-2015a-Python-2.7.9.eb b/archive/x/Xmipp/Xmipp-3.1-foss-2015a-Python-2.7.9.eb index fc928c6c..f2d3a739 100644 --- a/archive/x/Xmipp/Xmipp-3.1-foss-2015a-Python-2.7.9.eb +++ b/archive/x/Xmipp/Xmipp-3.1-foss-2015a-Python-2.7.9.eb @@ -15,12 +15,12 @@ patches = [ 'Xmipp_install-script.patch', ] -pyver = '2.7.9' -versionsuffix = '-Python-%s' % pyver +local_pyver = '2.7.9' +versionsuffix = '-Python-%s' % local_pyver dependencies = [ ('Java', '1.8.0_40', '', True), - ('Python', pyver), # should have a working sqlite, and provide numpy/mpi4py + ('Python', local_pyver), # should have a working sqlite, and provide numpy/mpi4py ('LibTIFF', '4.0.4beta'), ('HDF5', '1.8.14'), ('libjpeg-turbo', '1.4.0'), diff --git a/archive/x/Xmipp/Xmipp-3.1-intel-2015a-Python-2.7.9.eb b/archive/x/Xmipp/Xmipp-3.1-intel-2015a-Python-2.7.9.eb index 82d76eef..3bba4e97 100644 --- a/archive/x/Xmipp/Xmipp-3.1-intel-2015a-Python-2.7.9.eb +++ b/archive/x/Xmipp/Xmipp-3.1-intel-2015a-Python-2.7.9.eb @@ -15,12 +15,12 @@ patches = [ 'Xmipp_install-script.patch', ] -pyver = '2.7.9' -versionsuffix = '-Python-%s' % pyver +local_pyver = '2.7.9' +versionsuffix = '-Python-%s' % local_pyver dependencies = [ ('Java', '1.8.0_40', '', True), - ('Python', pyver), # should have a working sqlite, and provide numpy/mpi4py + ('Python', local_pyver), # should have a working sqlite, and provide numpy/mpi4py ('LibTIFF', '4.0.4beta'), ('HDF5', '1.8.14'), ('libjpeg-turbo', '1.4.0'), diff --git a/archive/x/xcb-proto/xcb-proto-1.11-intel-2015b-Python-2.7.9.eb b/archive/x/xcb-proto/xcb-proto-1.11-intel-2015b-Python-2.7.9.eb index 6ee5ff18..607b9322 100644 --- a/archive/x/xcb-proto/xcb-proto-1.11-intel-2015b-Python-2.7.9.eb +++ b/archive/x/xcb-proto/xcb-proto-1.11-intel-2015b-Python-2.7.9.eb @@ -13,15 +13,15 @@ source_urls = ['http://xcb.freedesktop.org/dist/'] sources = [SOURCELOWER_TAR_GZ] python = 'Python' -pyver = '2.7.9' -versionsuffix = '-%s-%s' % (python, pyver) -dependencies = [(python, pyver)] +local_pyver = '2.7.9' +versionsuffix = '-%s-%s' % (python, local_pyver) +dependencies = [(python, local_pyver)] -pyshortver = '.'.join(pyver.split('.')[0:2]) +local_pyshortver = '.'.join(local_pyver.split('.')[0:2]) sanity_check_paths = { 'files': ['lib/pkgconfig/xcb-proto.pc'], - 'dirs': ['lib/python%s/site-packages/xcbgen' % pyshortver] + 'dirs': ['lib/python%s/site-packages/xcbgen' % local_pyshortver] } moduleclass = 'devel' diff --git a/archive/y/Yade/Yade-1.20.0-foss-2016a-Python-2.7.11.eb b/archive/y/Yade/Yade-1.20.0-foss-2016a-Python-2.7.11.eb index 022531d9..be68e7b1 100644 --- a/archive/y/Yade/Yade-1.20.0-foss-2016a-Python-2.7.11.eb +++ b/archive/y/Yade/Yade-1.20.0-foss-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'CMakeMake' name = 'Yade' version = '1.20.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://yade-dem.org/doc/' description = """ Yade is an extensible open-source framework for discrete numerical models, diff --git a/archive/y/Yade/Yade-1.20.0-intel-2016a-Python-2.7.11.eb b/archive/y/Yade/Yade-1.20.0-intel-2016a-Python-2.7.11.eb index 529edff5..ea0061a3 100644 --- a/archive/y/Yade/Yade-1.20.0-intel-2016a-Python-2.7.11.eb +++ b/archive/y/Yade/Yade-1.20.0-intel-2016a-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'CMakeMake' name = 'Yade' version = '1.20.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://yade-dem.org/doc/' description = """ Yade is an extensible open-source framework for discrete numerical models, diff --git a/archive/y/Yade/Yade-2016.06a-foss-2016b-Python-2.7.12.eb b/archive/y/Yade/Yade-2016.06a-foss-2016b-Python-2.7.12.eb index 8621296a..f9ff08b8 100644 --- a/archive/y/Yade/Yade-2016.06a-foss-2016b-Python-2.7.12.eb +++ b/archive/y/Yade/Yade-2016.06a-foss-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'CMakeMake' name = 'Yade' version = '2016.06a' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://yade-dem.org/doc/' description = """ Yade is an extensible open-source framework for discrete numerical models, diff --git a/archive/y/Yade/Yade-2016.06a-intel-2016b-Python-2.7.12.eb b/archive/y/Yade/Yade-2016.06a-intel-2016b-Python-2.7.12.eb index be134774..9168e956 100644 --- a/archive/y/Yade/Yade-2016.06a-intel-2016b-Python-2.7.12.eb +++ b/archive/y/Yade/Yade-2016.06a-intel-2016b-Python-2.7.12.eb @@ -2,7 +2,7 @@ easyblock = 'CMakeMake' name = 'Yade' version = '2016.06a' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://yade-dem.org/doc/' description = """ Yade is an extensible open-source framework for discrete numerical models, diff --git a/b/Biopython/Biopython-1.61-goolf-1.4.10-Python-2.7.3.eb b/b/Biopython/Biopython-1.61-goolf-1.4.10-Python-2.7.3.eb index f5b58f53..52432c15 100644 --- a/b/Biopython/Biopython-1.61-goolf-1.4.10-Python-2.7.3.eb +++ b/b/Biopython/Biopython-1.61-goolf-1.4.10-Python-2.7.3.eb @@ -23,22 +23,22 @@ source_urls = ['http://biopython.org/DIST'] sources = ['%(namelower)s-%(version)s.tar.gz'] python = 'Python' -pyver = '2.7.3' -pyshortver = '.'.join(pyver.split('.')[:2]) +local_pyver = '2.7.3' +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) -versionsuffix = "-%s-%s" % (python, pyver) +versionsuffix = "-%s-%s" % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ('numpy', '1.6.2', versionsuffix) ] sanity_check_paths = { 'files': [], 'dirs': [ 'lib/python%s/site-packages/Bio' % - pyshortver, 'lib/python%s/site-packages/biopython-%s-py%s.egg-info' % - (pyshortver, version, pyshortver), 'lib/python%s/site-packages/BioSQL' % - pyshortver]} + local_pyshortver, 'lib/python%s/site-packages/biopython-%s-py%s.egg-info' % + (local_pyshortver, version, local_pyshortver), 'lib/python%s/site-packages/BioSQL' % + local_pyshortver]} options = {'modulename': 'Bio'} diff --git a/b/Biopython/Biopython-1.61-ictce-5.3.0-Python-2.7.3.eb b/b/Biopython/Biopython-1.61-ictce-5.3.0-Python-2.7.3.eb index 1504e448..51a9d8b8 100644 --- a/b/Biopython/Biopython-1.61-ictce-5.3.0-Python-2.7.3.eb +++ b/b/Biopython/Biopython-1.61-ictce-5.3.0-Python-2.7.3.eb @@ -23,22 +23,22 @@ source_urls = ['http://biopython.org/DIST'] sources = ['%(namelower)s-%(version)s.tar.gz'] python = 'Python' -pyver = '2.7.3' -pyshortver = '.'.join(pyver.split('.')[:2]) +local_pyver = '2.7.3' +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) -versionsuffix = "-%s-%s" % (python, pyver) +versionsuffix = "-%s-%s" % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ('numpy', '1.6.2', versionsuffix) ] sanity_check_paths = { 'files': [], 'dirs': [ 'lib/python%s/site-packages/Bio' % - pyshortver, 'lib/python%s/site-packages/biopython-%s-py%s.egg-info' % - (pyshortver, version, pyshortver), 'lib/python%s/site-packages/BioSQL' % - pyshortver]} + local_pyshortver, 'lib/python%s/site-packages/biopython-%s-py%s.egg-info' % + (local_pyshortver, version, local_pyshortver), 'lib/python%s/site-packages/BioSQL' % + local_pyshortver]} options = {'modulename': 'Bio'} diff --git a/b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb b/b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb index 7ceb04fa..0677b969 100644 --- a/b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb +++ b/b/Boost/Boost-1.63.0-foss-2017a-Python-3.6.1.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.63.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.11.eb b/b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.11.eb index 055aa2f3..9a7ff71f 100644 --- a/b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.11.eb +++ b/b/Boost/Boost-1.63.0-intel-2017a-Python-2.7.11.eb @@ -1,6 +1,6 @@ name = 'Boost' version = '1.63.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.boost.org/' description = """Boost provides free peer-reviewed portable C++ source libraries.""" diff --git a/c/CNTK/CNTK-2.0-Python-3.6.1.eb b/c/CNTK/CNTK-2.0-Python-3.6.1.eb index 957ccec5..20569fbf 100644 --- a/c/CNTK/CNTK-2.0-Python-3.6.1.eb +++ b/c/CNTK/CNTK-2.0-Python-3.6.1.eb @@ -4,7 +4,7 @@ easyblock = 'PythonPackage' name = 'CNTK' version = '2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://cntk.ai/' description = """The Microsoft Cognitive Toolkit is a unified deep-learning toolkit that describes neural networks as a series of local_computational steps via a directed graph. In this directed graph, leaf nodes represent input values or network parameters, while other nodes represent matrix operations upon their inputs. CNTK allows to easily realize and combine popular model types such as feed-forward DNNs, convolutional nets (CNNs), and recurrent networks (RNNs/LSTMs). It implements stochastic gradient descent (SGD, error backpropagation) learning with automatic differentiation and parallelization across multiple GPUs and servers. """ @@ -27,7 +27,7 @@ skipsteps = ['sanitycheck'] sanity_check_paths = { 'files': [''], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/c/CNTK/CNTK-2.0-foss-2017a-Python-3.6.1.eb b/c/CNTK/CNTK-2.0-foss-2017a-Python-3.6.1.eb index c52f1805..3b7f831a 100644 --- a/c/CNTK/CNTK-2.0-foss-2017a-Python-3.6.1.eb +++ b/c/CNTK/CNTK-2.0-foss-2017a-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'CNTK' version = '2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://cntk.ai/' description = """The Microsoft Cognitive Toolkit is a unified deep-learning toolkit that describes neural networks as a series of local_computational steps via a directed graph. In this directed graph, leaf nodes represent input values or network parameters, while other nodes represent matrix operations upon their inputs. CNTK allows to easily realize and combine popular model types such as feed-forward DNNs, convolutional nets (CNNs), and recurrent networks (RNNs/LSTMs). It implements stochastic gradient descent (SGD, error backpropagation) learning with automatic differentiation and parallelization across multiple GPUs and servers. """ diff --git a/c/ClusterShell/ClusterShell-1.7.3.eb b/c/ClusterShell/ClusterShell-1.7.3.eb index 45df485a..1089a3a0 100644 --- a/c/ClusterShell/ClusterShell-1.7.3.eb +++ b/c/ClusterShell/ClusterShell-1.7.3.eb @@ -16,10 +16,10 @@ allow_system_deps = [('Python', SYS_PYTHON_VERSION)] options = {'modulename': 'ClusterShell'} -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) +local_pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) sanity_check_paths = { 'files': ['bin/clubak', 'bin/clush', 'bin/nodeset'], - 'dirs': ['lib/python%s/site-packages' % pyshortver] + 'dirs': ['lib/python%s/site-packages' % local_pyshortver] } moduleclass = 'tools' diff --git a/c/Cython/Cython-0.22-goolf-1.4.10-Python-2.7.3.eb b/c/Cython/Cython-0.22-goolf-1.4.10-Python-2.7.3.eb index 1b3447e9..cff68c68 100644 --- a/c/Cython/Cython-0.22-goolf-1.4.10-Python-2.7.3.eb +++ b/c/Cython/Cython-0.22-goolf-1.4.10-Python-2.7.3.eb @@ -15,9 +15,9 @@ sources = [SOURCELOWER_TAR_GZ] python = 'Python' pythonver = '2.7.3' versionsuffix = '-%s-%s' % (python, pythonver) -pyshortver = '.'.join(pythonver.split('.')[0:2]) -cythonlibdir = 'lib/python' + pyshortver + \ - '/site-packages/Cython-%(version)s-py' + pyshortver + '-linux-x86_64.egg' +local_pyshortver = '.'.join(pythonver.split('.')[0:2]) +cythonlibdir = 'lib/python' + local_pyshortver + \ + '/site-packages/Cython-%(version)s-py' + local_pyshortver + '-linux-x86_64.egg' dependencies = [(python, pythonver)] diff --git a/c/Cython/Cython-0.23.4-gimkl-2.11.5-Python-2.7.10.eb b/c/Cython/Cython-0.23.4-gimkl-2.11.5-Python-2.7.10.eb index 0e44b422..1239c98a 100644 --- a/c/Cython/Cython-0.23.4-gimkl-2.11.5-Python-2.7.10.eb +++ b/c/Cython/Cython-0.23.4-gimkl-2.11.5-Python-2.7.10.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Cython' version = '0.23.4' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://pypi.python.org/pypi/Cython/' description = """The Cython language makes writing C extensions for the Python language as easy as Python itself. @@ -15,7 +15,7 @@ sources = [SOURCE_TAR_GZ] dependencies = [('Python', '2.7.10')] -cythonlibdir = 'lib/python%(pyshortver)s/site-packages/Cython-%(version)s-py%(pyshortver)s-linux-x86_64.egg' +cythonlibdir = 'lib/python%(local_pyshortver)s/site-packages/Cython-%(version)s-py%(local_pyshortver)s-linux-x86_64.egg' sanity_check_paths = { 'files': [ 'bin/cygdb', diff --git a/c/cutadapt/cutadapt-1.5-goolf-1.4.10-Python-2.7.10.eb b/c/cutadapt/cutadapt-1.5-goolf-1.4.10-Python-2.7.10.eb index a13226f3..c7858af8 100644 --- a/c/cutadapt/cutadapt-1.5-goolf-1.4.10-Python-2.7.10.eb +++ b/c/cutadapt/cutadapt-1.5-goolf-1.4.10-Python-2.7.10.eb @@ -16,18 +16,18 @@ source_urls = ['http://cutadapt.googlecode.com/files/'] sources = [SOURCELOWER_TAR_GZ] python = 'Python' -pyver = '2.7.10' -pyshortver = '.'.join(pyver.split('.')[:2]) +local_pyver = '2.7.10' +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) -versionsuffix = "-%s-%s" % (python, pyver) +versionsuffix = "-%s-%s" % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ] sanity_check_paths = { 'files': [ 'lib/python%s/site-packages/cutadapt/_align.%s' % - (pyshortver, SHLIB_EXT)], 'dirs': [], } + (local_pyshortver, SHLIB_EXT)], 'dirs': [], } moduleclass = 'bio' diff --git a/d/DynaPhoPy/DynaPhoPy-1.15-Python-2.7.13-base.eb b/d/DynaPhoPy/DynaPhoPy-1.15-Python-2.7.13-base.eb index 2aaeb995..2c6c9ceb 100644 --- a/d/DynaPhoPy/DynaPhoPy-1.15-Python-2.7.13-base.eb +++ b/d/DynaPhoPy/DynaPhoPy-1.15-Python-2.7.13-base.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'DynaPhoPy' version = '1.15' -versionsuffix = '-Python-%(pyver)s-base' +versionsuffix = '-Python-%(local_pyver)s-base' homepage = 'https://github.com/abelcarreras/DynaPhoPy' description = """Software to calculate crystal microscopic anharmonic properties from molecular dynamics (MD) using @@ -31,7 +31,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/dynaphopy'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/dynaphopy'], } #sanity_check_commands = [('python', '-c "import dynaphopy; assert(dynaphopy.__version__ == \'%(version)s\')"')] diff --git a/d/DynaPhoPy/DynaPhoPy-1.15-intel-2017a-Python-2.7.13-base.eb b/d/DynaPhoPy/DynaPhoPy-1.15-intel-2017a-Python-2.7.13-base.eb index d9056ee8..26a6470d 100644 --- a/d/DynaPhoPy/DynaPhoPy-1.15-intel-2017a-Python-2.7.13-base.eb +++ b/d/DynaPhoPy/DynaPhoPy-1.15-intel-2017a-Python-2.7.13-base.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'DynaPhoPy' version = '1.15' -versionsuffix = '-intel-2017a-Python-%(pyver)s-base' +versionsuffix = '-intel-2017a-Python-%(local_pyver)s-base' homepage = 'https://github.com/abelcarreras/DynaPhoPy' description = """Software to calculate crystal microscopic anharmonic properties from molecular dynamics (MD) using @@ -31,7 +31,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/dynaphopy'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/dynaphopy'], } moduleclass = 'phys' diff --git a/g/GC3Pie/GC3Pie-2.2.3.eb b/g/GC3Pie/GC3Pie-2.2.3.eb index 71f77bf3..b7de7841 100644 --- a/g/GC3Pie/GC3Pie-2.2.3.eb +++ b/g/GC3Pie/GC3Pie-2.2.3.eb @@ -90,15 +90,15 @@ exts_list = [ }), ] -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) +local_pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) # on RHEL-based systems, some extensions get installed to lib, some to lib64 modextrapaths = { 'PYTHONPATH': [ 'lib/python%s/site-packages' % - pyshortver, + local_pyshortver, 'lib64/python%s/site-packages' % - pyshortver]} + local_pyshortver]} # specify that Bundle easyblock should run a full sanity check, rather # than just trying to load the module @@ -107,9 +107,9 @@ full_sanity_check = True sanity_check_paths = { 'files': ['bin/gc3utils'], 'dirs': [ - 'lib/python%(pyver)s/site-packages/gc3pie-%%(version)s-py%(pyver)s.egg/gc3libs' % + 'lib/python%(local_pyver)s/site-packages/gc3pie-%%(version)s-py%(local_pyver)s.egg/gc3libs' % { - 'pyver': pyshortver}], + 'local_pyver': local_pyshortver}], } sanity_check_commands = [('gc3utils', 'info --version')] diff --git a/g/GC3Pie/GC3Pie-2.3.eb b/g/GC3Pie/GC3Pie-2.3.eb index a27d1565..e319cdea 100644 --- a/g/GC3Pie/GC3Pie-2.3.eb +++ b/g/GC3Pie/GC3Pie-2.3.eb @@ -90,26 +90,26 @@ exts_list = [ }), ] -pyver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) +local_pyver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) # on RHEL-based systems, some extensions get installed to lib, some to lib64 modextrapaths = { 'PYTHONPATH': [ 'lib/python%s/site-packages' % - pyver, + local_pyver, 'lib64/python%s/site-packages' % - pyver]} + local_pyver]} # specify that Bundle easyblock should run a full sanity check, rather # than just trying to load the module full_sanity_check = True -eggname = 'gc3pie-%%(version)s-py%s.egg' % pyver +eggname = 'gc3pie-%%(version)s-py%s.egg' % local_pyver sanity_check_paths = { 'files': [ 'bin/gc3utils', ('lib/python%s/site-packages/%s' % - (pyver, eggname), 'lib64/python%s/site-packages/%s' % - (pyver, eggname))], 'dirs': [], } + (local_pyver, eggname), 'lib64/python%s/site-packages/%s' % + (local_pyver, eggname))], 'dirs': [], } sanity_check_commands = [('gc3utils', 'info --version')] diff --git a/g/GC3Pie/GC3Pie-2.4.0.eb b/g/GC3Pie/GC3Pie-2.4.0.eb index dfd52273..ba635a07 100644 --- a/g/GC3Pie/GC3Pie-2.4.0.eb +++ b/g/GC3Pie/GC3Pie-2.4.0.eb @@ -90,26 +90,26 @@ exts_list = [ }), ] -pyver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) +local_pyver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) # on RHEL-based systems, some extensions get installed to lib, some to lib64 modextrapaths = { 'PYTHONPATH': [ 'lib/python%s/site-packages' % - pyver, + local_pyver, 'lib64/python%s/site-packages' % - pyver]} + local_pyver]} # specify that Bundle easyblock should run a full sanity check, rather # than just trying to load the module full_sanity_check = True -eggname = 'gc3pie-%%(version)s-py%s.egg' % pyver +eggname = 'gc3pie-%%(version)s-py%s.egg' % local_pyver sanity_check_paths = { 'files': [ 'bin/gc3utils', ('lib/python%s/site-packages/%s' % - (pyver, eggname), 'lib64/python%s/site-packages/%s' % - (pyver, eggname))], 'dirs': [], } + (local_pyver, eggname), 'lib64/python%s/site-packages/%s' % + (local_pyver, eggname))], 'dirs': [], } sanity_check_commands = [('gc3utils', 'info --version')] diff --git a/g/GC3Pie/GC3Pie-2.4.1.eb b/g/GC3Pie/GC3Pie-2.4.1.eb index 455d68a3..c0441934 100644 --- a/g/GC3Pie/GC3Pie-2.4.1.eb +++ b/g/GC3Pie/GC3Pie-2.4.1.eb @@ -90,26 +90,26 @@ exts_list = [ }), ] -pyver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) +local_pyver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) # on RHEL-based systems, some extensions get installed to lib, some to lib64 modextrapaths = { 'PYTHONPATH': [ 'lib/python%s/site-packages' % - pyver, + local_pyver, 'lib64/python%s/site-packages' % - pyver]} + local_pyver]} # specify that Bundle easyblock should run a full sanity check, rather # than just trying to load the module full_sanity_check = True -eggname = 'gc3pie-%%(version)s-py%s.egg' % pyver +eggname = 'gc3pie-%%(version)s-py%s.egg' % local_pyver sanity_check_paths = { 'files': [ 'bin/gc3utils', ('lib/python%s/site-packages/%s' % - (pyver, eggname), 'lib64/python%s/site-packages/%s' % - (pyver, eggname))], 'dirs': [], } + (local_pyver, eggname), 'lib64/python%s/site-packages/%s' % + (local_pyver, eggname))], 'dirs': [], } sanity_check_commands = [('gc3utils', 'info --version')] diff --git a/g/GC3Pie/GC3Pie-2.4.2.eb b/g/GC3Pie/GC3Pie-2.4.2.eb index 448afd97..62df7222 100644 --- a/g/GC3Pie/GC3Pie-2.4.2.eb +++ b/g/GC3Pie/GC3Pie-2.4.2.eb @@ -90,26 +90,26 @@ exts_list = [ }), ] -pyver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) +local_pyver = '.'.join(SYS_PYTHON_VERSION.split('.')[:2]) # on RHEL-based systems, some extensions get installed to lib, some to lib64 modextrapaths = { 'PYTHONPATH': [ 'lib/python%s/site-packages' % - pyver, + local_pyver, 'lib64/python%s/site-packages' % - pyver]} + local_pyver]} # specify that Bundle easyblock should run a full sanity check, rather # than just trying to load the module full_sanity_check = True -eggname = 'gc3pie-%%(version)s-py%s.egg' % pyver +eggname = 'gc3pie-%%(version)s-py%s.egg' % local_pyver sanity_check_paths = { 'files': [ 'bin/gc3utils', ('lib/python%s/site-packages/%s' % - (pyver, eggname), 'lib64/python%s/site-packages/%s' % - (pyver, eggname))], 'dirs': [], } + (local_pyver, eggname), 'lib64/python%s/site-packages/%s' % + (local_pyver, eggname))], 'dirs': [], } sanity_check_commands = [('gc3utils', 'info --version')] diff --git a/g/GDAL/GDAL-1.11.4-Python-3.6.1.eb b/g/GDAL/GDAL-1.11.4-Python-3.6.1.eb index acd3ed35..fb0c7e3d 100644 --- a/g/GDAL/GDAL-1.11.4-Python-3.6.1.eb +++ b/g/GDAL/GDAL-1.11.4-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'GDAL' version = '1.11.4' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.gdal.org/' description = """GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style @@ -37,11 +37,11 @@ configopts += ' --with-xml2=$EBROOTLIBXML2 --with-geos=$EBROOTGEOS/bin/geos-conf configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jasper=$EBROOTJASPER' configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} +modextrapaths = {'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages'} sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], - 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] + 'dirs': ['bin', 'include', 'lib/python%(local_pyshortver)s/site-packages'] } moduleclass = 'data' diff --git a/g/GDAL/GDAL-2.1.3-Python-2.7.13.eb b/g/GDAL/GDAL-2.1.3-Python-2.7.13.eb index 011b3d0d..7376bcc1 100644 --- a/g/GDAL/GDAL-2.1.3-Python-2.7.13.eb +++ b/g/GDAL/GDAL-2.1.3-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'GDAL' version = '2.1.3' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.gdal.org/' description = """GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style @@ -37,11 +37,11 @@ configopts += ' --with-xml2=$EBROOTLIBXML2 --with-geos=$EBROOTGEOS/bin/geos-conf configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jasper=$EBROOTJASPER' configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} +modextrapaths = {'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages'} sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], - 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] + 'dirs': ['bin', 'include', 'lib/python%(local_pyshortver)s/site-packages'] } moduleclass = 'data' diff --git a/g/GDAL/GDAL-2.1.3-intel-2017a-Python-2.7.13.eb b/g/GDAL/GDAL-2.1.3-intel-2017a-Python-2.7.13.eb index 1b99c748..3e0dedd3 100644 --- a/g/GDAL/GDAL-2.1.3-intel-2017a-Python-2.7.13.eb +++ b/g/GDAL/GDAL-2.1.3-intel-2017a-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'GDAL' version = '2.1.3' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.gdal.org/' description = """GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style @@ -38,11 +38,11 @@ configopts += ' --with-xml2=$EBROOTLIBXML2 --with-geos=$EBROOTGEOS/bin/geos-conf configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jasper=$EBROOTJASPER' configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} +modextrapaths = {'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages'} sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], - 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] + 'dirs': ['bin', 'include', 'lib/python%(local_pyshortver)s/site-packages'] } moduleclass = 'data' diff --git a/g/GDAL/GDAL-2.2.3-intel-2017a-Py-2.7.eb b/g/GDAL/GDAL-2.2.3-intel-2017a-Py-2.7.eb index 227a7942..3ced280b 100644 --- a/g/GDAL/GDAL-2.2.3-intel-2017a-Py-2.7.eb +++ b/g/GDAL/GDAL-2.2.3-intel-2017a-Py-2.7.eb @@ -41,11 +41,11 @@ configopts += ' --with-xml2=$EBROOTLIBXML2 --with-geos=$EBROOTGEOS/bin/geos-conf configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jasper=$EBROOTJASPER' configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} +modextrapaths = {'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages'} sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], - 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] + 'dirs': ['bin', 'include', 'lib/python%(local_pyshortver)s/site-packages'] } moduleclass = 'data' diff --git a/g/GDAL/GDAL-2.2.3-intel-2018b-Python-3.6.6.eb b/g/GDAL/GDAL-2.2.3-intel-2018b-Python-3.6.6.eb index 2523cf04..cc3db1c0 100644 --- a/g/GDAL/GDAL-2.2.3-intel-2018b-Python-3.6.6.eb +++ b/g/GDAL/GDAL-2.2.3-intel-2018b-Python-3.6.6.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'GDAL' version = '2.2.3' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.gdal.org/' description = """GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style @@ -21,7 +21,7 @@ dependencies = [ ('Python', '3.6.6'), ('netCDF', '4.6.1'), ('expat', '2.2.5'), - ('GEOS', '3.6.2', '-Python-%(pyver)s'), + ('GEOS', '3.6.2', '-Python-%(local_pyver)s'), ('SQLite', '3.24.0'), ('libxml2', '2.9.8'), ('libpng', '1.6.34'), @@ -41,11 +41,11 @@ configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jas configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' configopts += ' --with-libgeotiff=$EBROOTLIBGEOTIFF' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} +modextrapaths = {'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages'} sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT], - 'dirs': ['bin', 'include', 'lib/python%(pyshortver)s/site-packages'] + 'dirs': ['bin', 'include', 'lib/python%(local_pyshortver)s/site-packages'] } moduleclass = 'data' diff --git a/g/GEOS/GEOS-3.6.1-Python-2.7.13.eb b/g/GEOS/GEOS-3.6.1-Python-2.7.13.eb index 0463589d..4828e286 100644 --- a/g/GEOS/GEOS-3.6.1-Python-2.7.13.eb +++ b/g/GEOS/GEOS-3.6.1-Python-2.7.13.eb @@ -11,17 +11,17 @@ toolchain = SYSTEM source_urls = ['http://download.osgeo.org/geos/'] sources = [SOURCELOWER_TAR_BZ2] -pyver = '2.7.13' -pyshortver = '.'.join(pyver.split('.')[0:2]) -versionsuffix = '-Python-%s' % pyver +local_pyver = '2.7.13' +local_pyshortver = '.'.join(local_pyver.split('.')[0:2]) +versionsuffix = '-Python-%s' % local_pyver -dependencies = [('Python', pyver)] +dependencies = [('Python', local_pyver)] builddependencies = [('SWIG', '3.0.12', versionsuffix)] configopts = '--enable-python' -modextrapaths = {'PYTHONPATH': 'lib/python%s/site-packages' % pyshortver} +modextrapaths = {'PYTHONPATH': 'lib/python%s/site-packages' % local_pyshortver} sanity_check_paths = { 'files': [ @@ -32,6 +32,6 @@ sanity_check_paths = { 'include/geos.h'], 'dirs': [ 'lib/python%s/site-packages/geos' % - pyshortver]} + local_pyshortver]} moduleclass = 'math' diff --git a/g/GEOS/GEOS-3.6.1-Python-3.6.1.eb b/g/GEOS/GEOS-3.6.1-Python-3.6.1.eb index 675b6988..be9ded8a 100644 --- a/g/GEOS/GEOS-3.6.1-Python-3.6.1.eb +++ b/g/GEOS/GEOS-3.6.1-Python-3.6.1.eb @@ -11,17 +11,17 @@ toolchain = SYSTEM source_urls = ['http://download.osgeo.org/geos/'] sources = [SOURCELOWER_TAR_BZ2] -pyver = '3.6.1' -pyshortver = '.'.join(pyver.split('.')[0:2]) -versionsuffix = '-Python-%s' % pyver +local_pyver = '3.6.1' +local_pyshortver = '.'.join(local_pyver.split('.')[0:2]) +versionsuffix = '-Python-%s' % local_pyver -dependencies = [('Python', pyver)] +dependencies = [('Python', local_pyver)] builddependencies = [('SWIG', '3.0.12', versionsuffix)] configopts = '--enable-python' -modextrapaths = {'PYTHONPATH': 'lib/python%s/site-packages' % pyshortver} +modextrapaths = {'PYTHONPATH': 'lib/python%s/site-packages' % local_pyshortver} sanity_check_paths = { 'files': [ @@ -32,6 +32,6 @@ sanity_check_paths = { 'include/geos.h'], 'dirs': [ 'lib/python%s/site-packages/geos' % - pyshortver]} + local_pyshortver]} moduleclass = 'math' diff --git a/g/GObject-Introspection/GObject-Introspection-1.47.1.eb b/g/GObject-Introspection/GObject-Introspection-1.47.1.eb index 42e747c1..9448dcdf 100644 --- a/g/GObject-Introspection/GObject-Introspection-1.47.1.eb +++ b/g/GObject-Introspection/GObject-Introspection-1.47.1.eb @@ -15,10 +15,10 @@ toolchain = SYSTEM source_urls = [FTPGNOME_SOURCE] sources = [SOURCELOWER_TAR_XZ] -pyver = '2.7.13' +local_pyver = '2.7.13' dependencies = [ - ('Python', pyver), + ('Python', local_pyver), ('GLib', '2.52.0'), ('libffi', '3.2.1'), ] diff --git a/h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb b/h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb index 04178946..23c3704c 100644 --- a/h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb +++ b/h/h5py/h5py-2.7.0-intel-2017a-Python-2.7.13-base.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'h5py' version = '2.7.0' -versionsuffix = '-Python-%(pyver)s-base' +versionsuffix = '-Python-%(local_pyver)s-base' homepage = 'https://github.com/jupyter/testpath' description = """Test utilities for code working with files and commands""" @@ -25,7 +25,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/h5py'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/h5py'], } #sanity_check_commands = [('python', '-c "import h5py; assert(h5py.__version__ == \'%(version)s\')"')] diff --git a/i/IPython/IPython-4.2.0-goolf-1.7.20-Python-2.7.11.eb b/i/IPython/IPython-4.2.0-goolf-1.7.20-Python-2.7.11.eb index 90958a16..c01d1b0d 100644 --- a/i/IPython/IPython-4.2.0-goolf-1.7.20-Python-2.7.11.eb +++ b/i/IPython/IPython-4.2.0-goolf-1.7.20-Python-2.7.11.eb @@ -7,7 +7,7 @@ easyblock = 'Bundle' name = 'IPython' version = '4.2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://ipython.org/index.html' description = """IPython provides a rich architecture for interactive local_computing with: @@ -131,11 +131,11 @@ exts_list = [ }), ] -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} sanity_check_paths = { 'files': ['bin/ipython'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/IPython'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/IPython'], } sanity_check_commands = [ diff --git a/i/isort/isort-4.2.15-Python-2.7.13-base.eb b/i/isort/isort-4.2.15-Python-2.7.13-base.eb index 0bf31b07..f5185842 100644 --- a/i/isort/isort-4.2.15-Python-2.7.13-base.eb +++ b/i/isort/isort-4.2.15-Python-2.7.13-base.eb @@ -23,7 +23,7 @@ dependencies = [ sanity_check_paths = { 'files': ['bin/isort'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/isort-%(version)s-py2.7.egg'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/isort-%(version)s-py2.7.egg'], } moduleclass = 'lib' diff --git a/k/Keras/Keras-2.0.5-CNTK-1.2.0-Python-3.6.1.eb b/k/Keras/Keras-2.0.5-CNTK-1.2.0-Python-3.6.1.eb index 187d49a8..1c8fe771 100644 --- a/k/Keras/Keras-2.0.5-CNTK-1.2.0-Python-3.6.1.eb +++ b/k/Keras/Keras-2.0.5-CNTK-1.2.0-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.0.5' -versionsuffix = '-CNTK-1.2.0-Python-%(pyver)s' +versionsuffix = '-CNTK-1.2.0-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -17,7 +17,7 @@ use_pip = True dependencies = [ ('Python', '3.6.1', '', True), - ('CNTK', '2.0', '-Python-%(pyver)s'), + ('CNTK', '2.0', '-Python-%(local_pyver)s'), # ('h5py', '2.7.0', '%(versionsuffix)s'), internal Python 3.6.1 # ('PyYAML', '3.12', versionsuffix), internal Python 3.6.1 ] @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'cntk'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.0.5-Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb b/k/Keras/Keras-2.0.5-Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb index 3b99cccd..0ea10a8d 100644 --- a/k/Keras/Keras-2.0.5-Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb +++ b/k/Keras/Keras-2.0.5-Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.0.5' -versionsuffix = '-Tensorflow-1.1.0-CUDA-7.5.18-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.1.0-CUDA-7.5.18-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -17,7 +17,7 @@ use_pip = True dependencies = [ ('Python', '3.6.1'), - ('Tensorflow', '1.1.0', '-CUDA-7.5.18-Python-%(pyver)s'), + ('Tensorflow', '1.1.0', '-CUDA-7.5.18-Python-%(local_pyver)s'), # ('h5py', '2.7.0', '%(versionsuffix)s'), internal Python 3.6.1 # ('PyYAML', '3.12', versionsuffix), internal Python 3.6.1 ] @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.0.5-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb b/k/Keras/Keras-2.0.5-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb index c04dc10e..f666dacf 100644 --- a/k/Keras/Keras-2.0.5-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb +++ b/k/Keras/Keras-2.0.5-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.0.5' -versionsuffix = '-Tensorflow-1.1.0-CUDA-8.0.44-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.1.0-CUDA-8.0.44-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -17,7 +17,7 @@ use_pip = True dependencies = [ ('Python', '3.6.1'), - ('Tensorflow', '1.1.0', '-CUDA-8.0.44-Python-%(pyver)s'), + ('Tensorflow', '1.1.0', '-CUDA-8.0.44-Python-%(local_pyver)s'), # ('h5py', '2.7.0', '%(versionsuffix)s'), internal Python 3.6.1 # ('PyYAML', '3.12', versionsuffix), internal Python 3.6.1 ] @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.0.5-Tensorflow-1.1.0.eb b/k/Keras/Keras-2.0.5-Tensorflow-1.1.0.eb index d48cbc7f..30cd9be2 100644 --- a/k/Keras/Keras-2.0.5-Tensorflow-1.1.0.eb +++ b/k/Keras/Keras-2.0.5-Tensorflow-1.1.0.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.0.5' -versionsuffix = '-Tensorflow-1.1.0-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.1.0-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.0.5-Tensorflow-1.2.0-Python-3.6.1.eb b/k/Keras/Keras-2.0.5-Tensorflow-1.2.0-Python-3.6.1.eb index de910d55..5072b8c7 100644 --- a/k/Keras/Keras-2.0.5-Tensorflow-1.2.0-Python-3.6.1.eb +++ b/k/Keras/Keras-2.0.5-Tensorflow-1.2.0-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.0.5' -versionsuffix = '-Tensorflow-1.2.0-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.2.0-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.0.5-Tensorflow-1.3.0-Python-3.6.1.eb b/k/Keras/Keras-2.0.5-Tensorflow-1.3.0-Python-3.6.1.eb index a0c2a611..2e6d30d3 100644 --- a/k/Keras/Keras-2.0.5-Tensorflow-1.3.0-Python-3.6.1.eb +++ b/k/Keras/Keras-2.0.5-Tensorflow-1.3.0-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.0.5' -versionsuffix = '-Tensorflow-1.3.0-intel-2017b-mkl-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.3.0-intel-2017b-mkl-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -25,7 +25,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb b/k/Keras/Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb index 5b81db99..a190f444 100644 --- a/k/Keras/Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb +++ b/k/Keras/Keras-2.0.5-Theano-0.9.0-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.0.5' -versionsuffix = '-Theano-1.2.0-Python-%(pyver)s' +versionsuffix = '-Theano-1.2.0-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -17,7 +17,7 @@ use_pip = True dependencies = [ ('Python', '3.6.1'), - ('Theano', '0.9.0', '-Python-%(pyver)s'), + ('Theano', '0.9.0', '-Python-%(local_pyver)s'), # ('h5py', '2.7.0', '%(versionsuffix)s'), internal Python 3.6.1 # ('PyYAML', '3.12', versionsuffix), internal Python 3.6.1 ] @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'theano'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.0.8-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb b/k/Keras/Keras-2.0.8-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb index 43adf692..9dad4fa5 100644 --- a/k/Keras/Keras-2.0.8-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb +++ b/k/Keras/Keras-2.0.8-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.0.8' -versionsuffix = '-Tensorflow-1.1.0-CUDA-8.0.44-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.1.0-CUDA-8.0.44-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -17,7 +17,7 @@ use_pip = True dependencies = [ ('Python', '3.6.1'), - ('Tensorflow', '1.1.0', '-CUDA-8.0.44-Python-%(pyver)s'), + ('Tensorflow', '1.1.0', '-CUDA-8.0.44-Python-%(local_pyver)s'), # ('h5py', '2.7.0', '%(versionsuffix)s'), internal Python 3.6.1 # ('PyYAML', '3.12', versionsuffix), internal Python 3.6.1 ] @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.1.2-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb b/k/Keras/Keras-2.1.2-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb index cd17b529..912900cf 100644 --- a/k/Keras/Keras-2.1.2-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb +++ b/k/Keras/Keras-2.1.2-Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.1.2' -versionsuffix = '-Tensorflow-1.1.0-CUDA-8.0.44-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.1.0-CUDA-8.0.44-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -17,7 +17,7 @@ use_pip = True dependencies = [ ('Python', '3.6.1'), - ('Tensorflow', '1.1.0', '-CUDA-8.0.44-Python-%(pyver)s'), + ('Tensorflow', '1.1.0', '-CUDA-8.0.44-Python-%(local_pyver)s'), # ('h5py', '2.7.0', '%(versionsuffix)s'), internal Python 3.6.1 # ('PyYAML', '3.12', versionsuffix), internal Python 3.6.1 ] @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.1.2-Tensorflow-1.2.0-Python-3.6.1.eb b/k/Keras/Keras-2.1.2-Tensorflow-1.2.0-Python-3.6.1.eb index 27eb0622..764cb674 100644 --- a/k/Keras/Keras-2.1.2-Tensorflow-1.2.0-Python-3.6.1.eb +++ b/k/Keras/Keras-2.1.2-Tensorflow-1.2.0-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.1.2' -versionsuffix = '-Tensorflow-1.2.0-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.2.0-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.1.2-Tensorflow-1.2.1-Python-3.6.1.eb b/k/Keras/Keras-2.1.2-Tensorflow-1.2.1-Python-3.6.1.eb index 83b38430..a5ab5db5 100644 --- a/k/Keras/Keras-2.1.2-Tensorflow-1.2.1-Python-3.6.1.eb +++ b/k/Keras/Keras-2.1.2-Tensorflow-1.2.1-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.1.2' -versionsuffix = '-Tensorflow-1.2.1-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.2.1-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.1.2-Tensorflow-1.6.0rc0-Python-3.6.1.eb b/k/Keras/Keras-2.1.2-Tensorflow-1.6.0rc0-Python-3.6.1.eb index 40a1c190..c982be36 100644 --- a/k/Keras/Keras-2.1.2-Tensorflow-1.6.0rc0-Python-3.6.1.eb +++ b/k/Keras/Keras-2.1.2-Tensorflow-1.6.0rc0-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.1.2' -versionsuffix = '-Tensorflow-1.6.0rc0-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.6.0rc0-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -27,7 +27,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/k/Keras/Keras-2.3.0-Tensorflow-1.13.1-Python-3.7.2.eb b/k/Keras/Keras-2.3.0-Tensorflow-1.13.1-Python-3.7.2.eb index 6f6f8793..3a0f8036 100644 --- a/k/Keras/Keras-2.3.0-Tensorflow-1.13.1-Python-3.7.2.eb +++ b/k/Keras/Keras-2.3.0-Tensorflow-1.13.1-Python-3.7.2.eb @@ -4,7 +4,7 @@ easyblock = 'PythonPackage' name = 'Keras' version = '2.3.0' -versionsuffix = '-Tensorflow-1.13.1-Python-%(pyver)s' +versionsuffix = '-Tensorflow-1.13.1-Python-%(local_pyver)s' homepage = 'https://keras.io/' description = """Keras is a minimalist, highly modular neural networks library, written in Python and @@ -29,7 +29,7 @@ modextravars = {'KERAS_BACKEND': 'tensorflow'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/l/libxcb/libxcb-1.10-foss-2014b-Python-2.7.8.eb b/l/libxcb/libxcb-1.10-foss-2014b-Python-2.7.8.eb index a18d44c0..adb696cb 100644 --- a/l/libxcb/libxcb-1.10-foss-2014b-Python-2.7.8.eb +++ b/l/libxcb/libxcb-1.10-foss-2014b-Python-2.7.8.eb @@ -13,11 +13,11 @@ source_urls = ['http://xcb.freedesktop.org/dist/'] sources = [SOURCELOWER_TAR_GZ] python = 'Python' -pyver = '2.7.8' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.8' +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ('xcb-proto', '1.10', versionsuffix), ('libXau', '1.0.8'), ('libpthread-stubs', '0.3'), diff --git a/l/libxcb/libxcb-1.11-Python-2.7.9.eb b/l/libxcb/libxcb-1.11-Python-2.7.9.eb index 643bec1d..b4fb5a58 100644 --- a/l/libxcb/libxcb-1.11-Python-2.7.9.eb +++ b/l/libxcb/libxcb-1.11-Python-2.7.9.eb @@ -13,11 +13,11 @@ source_urls = ['http://xcb.freedesktop.org/dist/'] sources = [SOURCELOWER_TAR_GZ] python = 'Python' -pyver = '2.7.9' -versionsuffix = '-%s-%s' % (python, pyver) +local_pyver = '2.7.9' +versionsuffix = '-%s-%s' % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ('xcb-proto', '1.11', versionsuffix), ('libXau', '1.0.8'), ('libpthread-stubs', '0.3'), diff --git a/l/libxml2/libxml2-2.9.1-goolf-1.4.10-Python-2.7.5.eb b/l/libxml2/libxml2-2.9.1-goolf-1.4.10-Python-2.7.5.eb index ae7f22f7..170bc1d2 100644 --- a/l/libxml2/libxml2-2.9.1-goolf-1.4.10-Python-2.7.5.eb +++ b/l/libxml2/libxml2-2.9.1-goolf-1.4.10-Python-2.7.5.eb @@ -1,6 +1,6 @@ name = 'libxml2' version = '2.9.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://xmlsoft.org/' description = """Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable diff --git a/l/libxml2/libxml2-2.9.4-Python-2.7.13.eb b/l/libxml2/libxml2-2.9.4-Python-2.7.13.eb index 59c7ee12..314ba07c 100644 --- a/l/libxml2/libxml2-2.9.4-Python-2.7.13.eb +++ b/l/libxml2/libxml2-2.9.4-Python-2.7.13.eb @@ -16,13 +16,13 @@ sources = [SOURCELOWER_TAR_GZ] configopts = 'CC="$CC" CXX="$CXX" --with-pic --with-zlib=$EBROOTZLIB' -pyver = '2.7.13' -pyshortver = '.'.join(pyver.split('.')[:2]) -versionsuffix = '-Python-%s' % pyver +local_pyver = '2.7.13' +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) +versionsuffix = '-Python-%s' % local_pyver dependencies = [ ('zlib', '1.2.11'), - ('Python', pyver), + ('Python', local_pyver), ] moduleclass = 'lib' diff --git a/l/lxml/lxml-3.8.0-Python-2.7.13-base.eb b/l/lxml/lxml-3.8.0-Python-2.7.13-base.eb index ea79c60e..861690cf 100644 --- a/l/lxml/lxml-3.8.0-Python-2.7.13-base.eb +++ b/l/lxml/lxml-3.8.0-Python-2.7.13-base.eb @@ -13,7 +13,7 @@ sources = [SOURCE_TGZ] python = 'Python' pythonversion = '2.7.13' -pyshortver = '.'.join(pythonversion.split('.')[:2]) +local_pyshortver = '.'.join(pythonversion.split('.')[:2]) versionsuffix = "-%s-%s-base" % (python, pythonversion) @@ -23,12 +23,12 @@ dependencies = [ ('libxslt', '1.1.29'), ] -pylibdir = "lib/python%s/site-packages/%%(name)s" % pyshortver +pylibdir = "lib/python%s/site-packages/%%(name)s" % local_pyshortver sanity_check_paths = { 'files': [], 'dirs': [ ('%s-%%(version)s-py%s.egg' % - (pylibdir, pyshortver), '%s-%%(version)s-py%s-linux-x86_64.egg' % - (pylibdir, pyshortver))], } + (pylibdir, local_pyshortver), '%s-%%(version)s-py%s-linux-x86_64.egg' % + (pylibdir, local_pyshortver))], } moduleclass = 'lib' diff --git a/m/MDSplus/MDSplus-7.0.67-goolf-1.5.16-Java-1.7.0_79-Python-2.7.9.eb b/m/MDSplus/MDSplus-7.0.67-goolf-1.5.16-Java-1.7.0_79-Python-2.7.9.eb index 5dcac7ff..12081497 100644 --- a/m/MDSplus/MDSplus-7.0.67-goolf-1.5.16-Java-1.7.0_79-Python-2.7.9.eb +++ b/m/MDSplus/MDSplus-7.0.67-goolf-1.5.16-Java-1.7.0_79-Python-2.7.9.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'MDSplus' version = '7.0.67' -versionsuffix = '-Java-%(javaver)s-Python-%(pyver)s' +versionsuffix = '-Java-%(javaver)s-Python-%(local_pyver)s' homepage = 'http://mdsplus.org/' description = """MDSplus is a set of software tools for data acquisition and storage and a methodology diff --git a/m/Mako/Mako-1.0.4-Python-2.7.13.eb b/m/Mako/Mako-1.0.4-Python-2.7.13.eb index 078891e8..120b988d 100644 --- a/m/Mako/Mako-1.0.4-Python-2.7.13.eb +++ b/m/Mako/Mako-1.0.4-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Mako' version = '1.0.4' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.makotemplates.org' description = """A super-fast templating language that borrows the best ideas from the existing templating languages""" @@ -16,7 +16,7 @@ dependencies = [('Python', '2.7.13')] sanity_check_paths = { 'files': ['bin/mako-render'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s-%(version)s-py%(pyshortver)s.egg'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/%(name)s-%(version)s-py%(local_pyshortver)s.egg'], } moduleclass = 'devel' diff --git a/m/Mako/Mako-1.0.6-Python-2.7.13.eb b/m/Mako/Mako-1.0.6-Python-2.7.13.eb index 66d4a322..f8f3515c 100644 --- a/m/Mako/Mako-1.0.6-Python-2.7.13.eb +++ b/m/Mako/Mako-1.0.6-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Mako' version = '1.0.6' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.makotemplates.org' description = """A super-fast templating language that borrows the best ideas from the existing templating languages""" @@ -16,7 +16,7 @@ dependencies = [('Python', '2.7.13')] sanity_check_paths = { 'files': ['bin/mako-render'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s-%(version)s-py%(pyshortver)s.egg'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/%(name)s-%(version)s-py%(local_pyshortver)s.egg'], } moduleclass = 'devel' diff --git a/m/Mako/Mako-1.0.6-Python-2.7.14-base.eb b/m/Mako/Mako-1.0.6-Python-2.7.14-base.eb index 16162421..5897e980 100644 --- a/m/Mako/Mako-1.0.6-Python-2.7.14-base.eb +++ b/m/Mako/Mako-1.0.6-Python-2.7.14-base.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Mako' version = '1.0.6' -versionsuffix = '-Python-%(pyver)s-base' +versionsuffix = '-Python-%(local_pyver)s-base' homepage = 'http://www.makotemplates.org' description = """A super-fast templating language that borrows the best ideas from the existing templating languages""" @@ -16,7 +16,7 @@ dependencies = [('Python', '2.7.14', '-base')] sanity_check_paths = { 'files': ['bin/mako-render'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s-%(version)s-py%(pyshortver)s.egg'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/%(name)s-%(version)s-py%(local_pyshortver)s.egg'], } moduleclass = 'devel' diff --git a/m/Meson/Meson-0.50.0-Py-2.7.eb b/m/Meson/Meson-0.50.0-Py-2.7.eb index 1b4cb5c0..3e8fc5d4 100644 --- a/m/Meson/Meson-0.50.0-Py-2.7.eb +++ b/m/Meson/Meson-0.50.0-Py-2.7.eb @@ -25,7 +25,7 @@ options = {'modulename': 'mesonbuild'} sanity_check_paths = { 'files': ['bin/meson'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'tools' diff --git a/m/matplotlib/matplotlib-1.5.1-Python-2.7.13-freetype-2.6.3.eb b/m/matplotlib/matplotlib-1.5.1-Python-2.7.13-freetype-2.6.3.eb index d7da2d78..bbf9ac30 100644 --- a/m/matplotlib/matplotlib-1.5.1-Python-2.7.13-freetype-2.6.3.eb +++ b/m/matplotlib/matplotlib-1.5.1-Python-2.7.13-freetype-2.6.3.eb @@ -14,7 +14,7 @@ toolchain = SYSTEM exts_defaultclass = 'PythonPackage' freetype_ver = '2.6.3' -versionsuffix = '-Python-%%(pyver)s-freetype-%s' % freetype_ver +versionsuffix = '-Python-%%(local_pyver)s-freetype-%s' % freetype_ver dependencies = [ ('Python', '2.7.13'), @@ -40,9 +40,9 @@ full_sanity_check = True sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} moduleclass = 'vis' diff --git a/m/matplotlib/matplotlib-2.0.2-Python-2.7.13-base.eb b/m/matplotlib/matplotlib-2.0.2-Python-2.7.13-base.eb index 17605b8f..0b1a4a46 100644 --- a/m/matplotlib/matplotlib-2.0.2-Python-2.7.13-base.eb +++ b/m/matplotlib/matplotlib-2.0.2-Python-2.7.13-base.eb @@ -16,7 +16,7 @@ sources = [SOURCELOWER_TAR_GZ] python = "Python" pythonversion = '2.7.13' -pyshortver = ".".join(pythonversion.split(".")[:-1]) +local_pyshortver = ".".join(pythonversion.split(".")[:-1]) versionsuffix = "-%s-%s-base" % (python, pythonversion) @@ -27,8 +27,8 @@ dependencies = [ ('numpy', '1.13.0', versionsuffix), ] -pyprefix = 'lib/python%s/site-packages' % pyshortver -eggname = 'matplotlib-%%(version)s-py%s-linux-x86_64.egg' % pyshortver +pyprefix = 'lib/python%s/site-packages' % local_pyshortver +eggname = 'matplotlib-%%(version)s-py%s-linux-x86_64.egg' % local_pyshortver sanity_check_paths = { 'files': [], 'dirs': [('%s/%%(name)s' % pyprefix, '%s/%s' % (pyprefix, eggname))], diff --git a/m/matplotlib/matplotlib-2.0.2-Python-3.6.1-libpng-1.6.29.eb b/m/matplotlib/matplotlib-2.0.2-Python-3.6.1-libpng-1.6.29.eb index dd890466..d361a22e 100644 --- a/m/matplotlib/matplotlib-2.0.2-Python-3.6.1-libpng-1.6.29.eb +++ b/m/matplotlib/matplotlib-2.0.2-Python-3.6.1-libpng-1.6.29.eb @@ -3,7 +3,7 @@ easyblock = 'Bundle' name = 'matplotlib' version = '2.0.2' libpng_ver = '1.6.29' -versionsuffix = '-Python-%%(pyver)s-libpng-%s' % libpng_ver +versionsuffix = '-Python-%%(local_pyver)s-libpng-%s' % libpng_ver homepage = 'http://matplotlib.org' description = """matplotlib is a python 2D plotting library which produces publication quality figures in a variety of @@ -37,9 +37,9 @@ full_sanity_check = True sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} moduleclass = 'vis' diff --git a/m/mpi4py/mpi4py-2.0.0-intel-2017a-Python-2.7.13-base.eb b/m/mpi4py/mpi4py-2.0.0-intel-2017a-Python-2.7.13-base.eb index a9953017..4efa0e23 100644 --- a/m/mpi4py/mpi4py-2.0.0-intel-2017a-Python-2.7.13-base.eb +++ b/m/mpi4py/mpi4py-2.0.0-intel-2017a-Python-2.7.13-base.eb @@ -19,7 +19,7 @@ dependencies = [ sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/mpi4py'], } moduleclass = 'lib' diff --git a/m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb b/m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb index a86f9e67..240897e4 100644 --- a/m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb +++ b/m/mpi4py/mpi4py-3.0.0-foss-2017a-Python-2.7.13.eb @@ -21,7 +21,7 @@ dependencies = [ sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/mpi4py'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/mpi4py'], } moduleclass = 'lib' diff --git a/n/NWChem/NWChem-6.5.revision26243-intel-2014b-2014-09-10-Python-2.7.8.eb b/n/NWChem/NWChem-6.5.revision26243-intel-2014b-2014-09-10-Python-2.7.8.eb index cadc3e3b..2e48ee1d 100644 --- a/n/NWChem/NWChem-6.5.revision26243-intel-2014b-2014-09-10-Python-2.7.8.eb +++ b/n/NWChem/NWChem-6.5.revision26243-intel-2014b-2014-09-10-Python-2.7.8.eb @@ -22,9 +22,9 @@ patches = [ ] python = 'Python' -pyver = '2.7.8' -versionsuffix = '-%s-%s-%s' % (verdate, python, pyver) -dependencies = [(python, pyver)] +local_pyver = '2.7.8' +versionsuffix = '-%s-%s-%s' % (verdate, python, local_pyver) +dependencies = [(python, local_pyver)] modules = 'all python' diff --git a/n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-2015-10-20-Python-2.7.13.eb b/n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-2015-10-20-Python-2.7.13.eb index da2f92c9..7be7475f 100644 --- a/n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-2015-10-20-Python-2.7.13.eb +++ b/n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-2015-10-20-Python-2.7.13.eb @@ -1,7 +1,7 @@ name = 'NWChem' version = '6.6.revision27746' verdate = '2015-10-20' -versionsuffix = '-%s-Python-%%(pyver)s' % verdate +versionsuffix = '-%s-Python-%%(local_pyver)s' % verdate homepage = 'http://www.nwchem-sw.org' description = """NWChem aims to provide its users with local_computational chemistry tools that are scalable both in diff --git a/n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-Python-2.7.13.eb b/n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-Python-2.7.13.eb index 43a7980a..ebbecb1f 100644 --- a/n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-Python-2.7.13.eb +++ b/n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-Python-2.7.13.eb @@ -1,7 +1,7 @@ name = 'NWChem' version = '6.6.revision27746' verdate = '2015-10-20' -versionsuffix = '-%s-Python-%%(pyver)s' % verdate +versionsuffix = '-%s-Python-%%(local_pyver)s' % verdate homepage = 'http://www.nwchem-sw.org' description = """NWChem aims to provide its users with local_computational chemistry tools that are scalable both in diff --git a/n/networkx/networkx-1.11-Python-2.7.13.eb b/n/networkx/networkx-1.11-Python-2.7.13.eb index ab4931ae..69724e9b 100644 --- a/n/networkx/networkx-1.11-Python-2.7.13.eb +++ b/n/networkx/networkx-1.11-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'networkx' version = '1.11' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://pypi.python.org/pypi/networkx' description = """NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, @@ -19,7 +19,7 @@ dependencies = [ sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/'], } moduleclass = 'tools' diff --git a/n/numpy/numpy-1.12.1-Python-2.7.13-base.eb b/n/numpy/numpy-1.12.1-Python-2.7.13-base.eb index 789a495c..829152c2 100644 --- a/n/numpy/numpy-1.12.1-Python-2.7.13-base.eb +++ b/n/numpy/numpy-1.12.1-Python-2.7.13-base.eb @@ -1,6 +1,6 @@ name = 'numpy' version = '1.12.1' -versionsuffix = '-Python-%(pyver)s-base' +versionsuffix = '-Python-%(local_pyver)s-base' homepage = 'http://www.numpy.org' description = """NumPy is the fundamental package for scientific local_computing with Python. It contains among other things: diff --git a/n/numpy/numpy-1.12.1-Python-2.7.13.eb b/n/numpy/numpy-1.12.1-Python-2.7.13.eb index a781291a..84372075 100644 --- a/n/numpy/numpy-1.12.1-Python-2.7.13.eb +++ b/n/numpy/numpy-1.12.1-Python-2.7.13.eb @@ -2,7 +2,7 @@ name = 'numpy' version = '1.12.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.numpy.org' description = """NumPy is the fundamental package for scientific local_computing with Python. It contains among other things: diff --git a/n/numpy/numpy-1.12.1-intel-2017a-Python-2.7.11.eb b/n/numpy/numpy-1.12.1-intel-2017a-Python-2.7.11.eb index 756f2fb2..698aec40 100644 --- a/n/numpy/numpy-1.12.1-intel-2017a-Python-2.7.11.eb +++ b/n/numpy/numpy-1.12.1-intel-2017a-Python-2.7.11.eb @@ -2,7 +2,7 @@ name = 'numpy' version = '1.12.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.numpy.org' description = """NumPy is the fundamental package for scientific local_computing with Python. It contains among other things: diff --git a/n/numpy/numpy-1.13.0-Python-2.7.13-base.eb b/n/numpy/numpy-1.13.0-Python-2.7.13-base.eb index 5757f1bd..aae6aef3 100644 --- a/n/numpy/numpy-1.13.0-Python-2.7.13-base.eb +++ b/n/numpy/numpy-1.13.0-Python-2.7.13-base.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'numpy' version = '1.13.0' -versionsuffix = '-Python-%(pyver)s-base' +versionsuffix = '-Python-%(local_pyver)s-base' homepage = 'https://github.com/jupyter/testpath' description = """Test utilities for code working with files and commands""" @@ -22,7 +22,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/numpy'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/numpy'], } sanity_check_commands = [ diff --git a/o/OpenBabel/OpenBabel-2.4.1-GCCcore-6.3.0-Python-3.7.3.eb b/o/OpenBabel/OpenBabel-2.4.1-GCCcore-6.3.0-Python-3.7.3.eb index 76a6dc9f..6cc2322f 100644 --- a/o/OpenBabel/OpenBabel-2.4.1-GCCcore-6.3.0-Python-3.7.3.eb +++ b/o/OpenBabel/OpenBabel-2.4.1-GCCcore-6.3.0-Python-3.7.3.eb @@ -2,7 +2,7 @@ name = 'OpenBabel' version = '2.4.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://openbabel.org' description = """Open Babel is a chemical toolbox designed to speak the many diff --git a/o/OpenBabel/OpenBabel-2.4.1-Python-2.7.13.eb b/o/OpenBabel/OpenBabel-2.4.1-Python-2.7.13.eb index 817f05a6..02af03d6 100644 --- a/o/OpenBabel/OpenBabel-2.4.1-Python-2.7.13.eb +++ b/o/OpenBabel/OpenBabel-2.4.1-Python-2.7.13.eb @@ -2,7 +2,7 @@ name = 'OpenBabel' version = '2.4.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://openbabel.org' description = """Open Babel is a chemical toolbox designed to speak the many diff --git a/o/OpenBabel/OpenBabel-2.4.9-GCCcore-6.3.0-Python-3.7.3.eb b/o/OpenBabel/OpenBabel-2.4.9-GCCcore-6.3.0-Python-3.7.3.eb index 489e11df..8d5d6d5e 100644 --- a/o/OpenBabel/OpenBabel-2.4.9-GCCcore-6.3.0-Python-3.7.3.eb +++ b/o/OpenBabel/OpenBabel-2.4.9-GCCcore-6.3.0-Python-3.7.3.eb @@ -2,7 +2,7 @@ name = 'OpenBabel' version = '2.4.9' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://openbabel.org' description = """Open Babel is a chemical toolbox designed to speak the many diff --git a/o/OpenCV/OpenCV-3.1.0.eb b/o/OpenCV/OpenCV-3.1.0.eb index bffe0cf4..8ec17606 100644 --- a/o/OpenCV/OpenCV-3.1.0.eb +++ b/o/OpenCV/OpenCV-3.1.0.eb @@ -36,7 +36,7 @@ dependencies = [ configopts = '-DCMAKE_BUILD_TYPE=RELEASE ' configopts += '-DBUILD_PYTHON_SUPPORT=ON ' -configopts += '-DPYTHON_PACKAGES_PATH=%(installdir)s/lib/python%(pyshortver)s/site-packages ' +configopts += '-DPYTHON_PACKAGES_PATH=%(installdir)s/lib/python%(local_pyshortver)s/site-packages ' configopts += '-DBUILD_NEW_PYTHON_SUPPORT=ON ' configopts += '-DZLIB_LIBRARY=$EBROOTZLIB/lib/libz.%s ' % SHLIB_EXT configopts += '-DZLIB_INCLUDE_DIR=$EBROOTZLIB/include ' @@ -65,7 +65,7 @@ sanity_check_paths = { 'dirs': ['include']} modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', + 'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages', 'CLASSPATH': 'share/OpenCV/java', } diff --git a/o/OpenCV/OpenCV-3.4.6-intel-2017c.eb b/o/OpenCV/OpenCV-3.4.6-intel-2017c.eb index 9bc67fd7..929a9c46 100644 --- a/o/OpenCV/OpenCV-3.4.6-intel-2017c.eb +++ b/o/OpenCV/OpenCV-3.4.6-intel-2017c.eb @@ -39,7 +39,7 @@ preconfigopts += 'unzip 3.4.6.zip && ' configopts = '-DCMAKE_BUILD_TYPE=RELEASE ' configopts += '-DBUILD_PYTHON_SUPPORT=ON ' -configopts += '-DPYTHON_PACKAGES_PATH=%(installdir)s/lib/python%(pyshortver)s/site-packages ' +configopts += '-DPYTHON_PACKAGES_PATH=%(installdir)s/lib/python%(local_pyshortver)s/site-packages ' configopts += '-DBUILD_NEW_PYTHON_SUPPORT=ON ' configopts += '-DWITH_CUDA=OFF ' configopts += '-DOPENCV_ENABLE_NONFREE:BOOL=ON ' @@ -59,7 +59,7 @@ sanity_check_paths = { 'annotation', 'createsamples', 'traincascade']], 'dirs': ['include']} modextrapaths = { - 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages', + 'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages', 'CLASSPATH': 'share/OpenCV/java', } diff --git a/o/opencv-python/opencv-python-3.3.0.10-Python-3.6.1.eb b/o/opencv-python/opencv-python-3.3.0.10-Python-3.6.1.eb index 1bd23aec..d07512bf 100644 --- a/o/opencv-python/opencv-python-3.3.0.10-Python-3.6.1.eb +++ b/o/opencv-python/opencv-python-3.3.0.10-Python-3.6.1.eb @@ -6,7 +6,7 @@ easyblock = 'PythonPackage' name = 'opencv-python' version = '3.3.0.10' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://deeplearning.net/software/theano' description = """Theano is a Python library that allows you to define, optimize, @@ -27,8 +27,8 @@ unpack_sources = False #runtest='/apps/all/Python/3.6.1/bin/python -c "import cv2"' sanity_check_paths = { - 'files': ['lib/python%(pyshortver)s/site-packages/cv2/cv2.cpython-36m-x86_64-linux-gnu.so'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'files': ['lib/python%(local_pyshortver)s/site-packages/cv2/cv2.cpython-36m-x86_64-linux-gnu.so'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } sanity_check_commands = [('python', '-c "import cv2"')] diff --git a/p/PSI/PSI-4.0b4-ictce-5.3.0-mt.eb b/p/PSI/PSI-4.0b4-ictce-5.3.0-mt.eb index 9acdcb0a..382333cc 100644 --- a/p/PSI/PSI-4.0b4-ictce-5.3.0-mt.eb +++ b/p/PSI/PSI-4.0b4-ictce-5.3.0-mt.eb @@ -23,11 +23,11 @@ patches = [ ] python = 'Python' -pyver = '2.7.3' +local_pyver = '2.7.3' dependencies = [ - (python, pyver), - ('Boost', '1.53.0', '-%s-%s' % (python, pyver)), + (python, local_pyver), + ('Boost', '1.53.0', '-%s-%s' % (python, local_pyver)), ] moduleclass = 'chem' diff --git a/p/PSI/PSI-4.0b4-ictce-5.3.0.eb b/p/PSI/PSI-4.0b4-ictce-5.3.0.eb index 72891793..7ef22dea 100644 --- a/p/PSI/PSI-4.0b4-ictce-5.3.0.eb +++ b/p/PSI/PSI-4.0b4-ictce-5.3.0.eb @@ -21,11 +21,11 @@ patches = [ ] python = 'Python' -pyver = '2.7.3' +local_pyver = '2.7.3' dependencies = [ - (python, pyver), - ('Boost', '1.53.0', '-%s-%s' % (python, pyver)), + (python, local_pyver), + ('Boost', '1.53.0', '-%s-%s' % (python, local_pyver)), ] moduleclass = 'chem' diff --git a/p/PSI/PSI-4.0b5-ictce-5.3.0-mt.eb b/p/PSI/PSI-4.0b5-ictce-5.3.0-mt.eb index d8c0955f..2bdfd0d5 100644 --- a/p/PSI/PSI-4.0b5-ictce-5.3.0-mt.eb +++ b/p/PSI/PSI-4.0b5-ictce-5.3.0-mt.eb @@ -24,11 +24,11 @@ patches = [ ] python = 'Python' -pyver = '2.7.5' +local_pyver = '2.7.5' dependencies = [ - (python, pyver), - ('Boost', '1.53.0', '-%s-%s' % (python, pyver)), + (python, local_pyver), + ('Boost', '1.53.0', '-%s-%s' % (python, local_pyver)), ] moduleclass = 'chem' diff --git a/p/PSI/PSI-4.0b5-ictce-5.3.0.eb b/p/PSI/PSI-4.0b5-ictce-5.3.0.eb index 1aa655b5..388dac22 100644 --- a/p/PSI/PSI-4.0b5-ictce-5.3.0.eb +++ b/p/PSI/PSI-4.0b5-ictce-5.3.0.eb @@ -23,11 +23,11 @@ patches = [ ] python = 'Python' -pyver = '2.7.5' +local_pyver = '2.7.5' dependencies = [ - (python, pyver), - ('Boost', '1.53.0', '-%s-%s' % (python, pyver)), + (python, local_pyver), + ('Boost', '1.53.0', '-%s-%s' % (python, local_pyver)), ] moduleclass = 'chem' diff --git a/p/PSI/PSI-4.0b5-ictce-5.5.0-mt.eb b/p/PSI/PSI-4.0b5-ictce-5.5.0-mt.eb index 82d80b3e..9f13a69e 100644 --- a/p/PSI/PSI-4.0b5-ictce-5.5.0-mt.eb +++ b/p/PSI/PSI-4.0b5-ictce-5.5.0-mt.eb @@ -24,11 +24,11 @@ patches = [ ] python = 'Python' -pyver = '2.7.5' +local_pyver = '2.7.5' dependencies = [ - (python, pyver), - ('Boost', '1.53.0', '-%s-%s' % (python, pyver)), + (python, local_pyver), + ('Boost', '1.53.0', '-%s-%s' % (python, local_pyver)), ] moduleclass = 'chem' diff --git a/p/PSI/PSI-4.0b5-ictce-5.5.0.eb b/p/PSI/PSI-4.0b5-ictce-5.5.0.eb index d6e5ebfa..fba245d0 100644 --- a/p/PSI/PSI-4.0b5-ictce-5.5.0.eb +++ b/p/PSI/PSI-4.0b5-ictce-5.5.0.eb @@ -23,11 +23,11 @@ patches = [ ] python = 'Python' -pyver = '2.7.5' +local_pyver = '2.7.5' dependencies = [ - (python, pyver), - ('Boost', '1.53.0', '-%s-%s' % (python, pyver)), + (python, local_pyver), + ('Boost', '1.53.0', '-%s-%s' % (python, local_pyver)), ] moduleclass = 'chem' diff --git a/p/PSI4/PSI4-1.2.1-intel-2017c-Py-2.7.eb b/p/PSI4/PSI4-1.2.1-intel-2017c-Py-2.7.eb index 93b49849..4ae8a75b 100644 --- a/p/PSI4/PSI4-1.2.1-intel-2017c-Py-2.7.eb +++ b/p/PSI4/PSI4-1.2.1-intel-2017c-Py-2.7.eb @@ -50,6 +50,6 @@ configopts += '-DENABLE_dkh=ON -DENABLE_gdma=ON -DENABLE_resp=ON -DENABLE_snsmp2 # runtest = '-L smoke' runtest = False -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} +modextrapaths = {'PYTHONPATH': 'lib/python%(local_pyshortver)s/site-packages'} moduleclass = 'chem' diff --git a/p/ParaView/ParaView-4.4.0-gimkl-2.11.5-mpi.eb b/p/ParaView/ParaView-4.4.0-gimkl-2.11.5-mpi.eb index fd00cc8c..95439335 100644 --- a/p/ParaView/ParaView-4.4.0-gimkl-2.11.5-mpi.eb +++ b/p/ParaView/ParaView-4.4.0-gimkl-2.11.5-mpi.eb @@ -19,8 +19,8 @@ sources = ["ParaView-v%(version)s-source.tar.gz"] patches = ['%(name)s-%(version)s_missingheader.patch'] python = 'Python' -pyver = '2.7.10' -pylocal_suff = '-%s-%s' % (python, pyver) +local_pyver = '2.7.10' +pylocal_suff = '-%s-%s' % (python, local_pyver) dependencies = [ ('Mesa', '11.1.2'), ('libGLU', '9.0.0'), diff --git a/p/Pillow/Pillow-3.2.0-Python-2.7.13-freetype-2.6.3.eb b/p/Pillow/Pillow-3.2.0-Python-2.7.13-freetype-2.6.3.eb index 7b9c66d9..033539ff 100644 --- a/p/Pillow/Pillow-3.2.0-Python-2.7.13-freetype-2.6.3.eb +++ b/p/Pillow/Pillow-3.2.0-Python-2.7.13-freetype-2.6.3.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Pillow' version = '3.2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://pillow.readthedocs.org/' description = """Pillow is the 'friendly PIL fork' by Alex Clark and Contributors. diff --git a/p/PyCairo/PyCairo-1.10.0-Python-2.7.13-base.eb b/p/PyCairo/PyCairo-1.10.0-Python-2.7.13-base.eb index e5f6a719..b19cffa4 100644 --- a/p/PyCairo/PyCairo-1.10.0-Python-2.7.13-base.eb +++ b/p/PyCairo/PyCairo-1.10.0-Python-2.7.13-base.eb @@ -12,14 +12,14 @@ source_urls = ['http://cairographics.org/releases/'] # py2cairo is the Python 2 local_compatible release sources = ['py2cairo-%(version)s.tar.bz2'] -pyver = '2.7.13' -pyshortver = '.'.join(pyver.split('.')[:2]) -versionsuffix = '-Python-%s-base' % pyver +local_pyver = '2.7.13' +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) +versionsuffix = '-Python-%s-base' % local_pyver configopts = " --nopyc --nopyo " dependencies = [ - ('Python', pyver, '-base'), + ('Python', local_pyver, '-base'), ('numpy', '1.13.0', '-Python-2.7.13-base'), ('scipy', '0.19.1', '-Python-2.7.13-base'), ('cairo', '1.14.6'), @@ -28,14 +28,14 @@ dependencies = [ modextrapaths = { 'PYTHONPATH': [ 'lib/python%s/site-packages' % - pyshortver, + local_pyshortver, 'lib64/python%s/site-packages' % - pyshortver], + local_pyshortver], } sanity_check_paths = { 'files': ['include/pycairo/pycairo.h', 'lib/pkgconfig/pycairo.pc'], - 'dirs': ['lib/python%s/site-packages/cairo' % pyshortver], + 'dirs': ['lib/python%s/site-packages/cairo' % local_pyshortver], } moduleclass = 'vis' diff --git a/p/PyCairo/PyCairo-1.15.4-Python-2.7.13.eb b/p/PyCairo/PyCairo-1.15.4-Python-2.7.13.eb index 5757f1bd..aae6aef3 100644 --- a/p/PyCairo/PyCairo-1.15.4-Python-2.7.13.eb +++ b/p/PyCairo/PyCairo-1.15.4-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'numpy' version = '1.13.0' -versionsuffix = '-Python-%(pyver)s-base' +versionsuffix = '-Python-%(local_pyver)s-base' homepage = 'https://github.com/jupyter/testpath' description = """Test utilities for code working with files and commands""" @@ -22,7 +22,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/numpy'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/numpy'], } sanity_check_commands = [ diff --git a/p/PyGObject/PyGObject-2.28.6-Python-2.7.13-base.eb b/p/PyGObject/PyGObject-2.28.6-Python-2.7.13-base.eb index 0dcb7ca0..c8276dea 100644 --- a/p/PyGObject/PyGObject-2.28.6-Python-2.7.13-base.eb +++ b/p/PyGObject/PyGObject-2.28.6-Python-2.7.13-base.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'PyGObject' version = '2.28.6' -versionsuffix = '-Python-%(pyver)s-base' +versionsuffix = '-Python-%(local_pyver)s-base' homepage = 'http://www.pygtk.org/' description = """Python Bindings for GLib/GObject/GIO/GTK+""" @@ -14,8 +14,8 @@ sources = [SOURCELOWER_TAR_XZ] patches = ['PyGObject-%(version)s_enum-types.patch'] -pyver = '2.7.13' -pyshortver = '.'.join(pyver.split('.')[:2]) +local_pyver = '2.7.13' +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) glibver = '2.52.0' dependencies = [ @@ -31,10 +31,10 @@ configopts = "--disable-introspection" modextrapaths = { 'PYTHONPATH': [ - 'lib/python%(pyshortver)s/site-packages', - 'lib/python%(pyshortver)s/site-packages/gtk-2.0', - 'lib64/python%(pyshortver)s/site-packages', - 'lib64/python%(pyshortver)s/site-packages/gtk-2.0', + 'lib/python%(local_pyshortver)s/site-packages', + 'lib/python%(local_pyshortver)s/site-packages/gtk-2.0', + 'lib64/python%(local_pyshortver)s/site-packages', + 'lib64/python%(local_pyshortver)s/site-packages/gtk-2.0', ], } @@ -45,7 +45,7 @@ sanity_check_paths = { 'lib/libpyglib-%(version_major)s.0-python.so'], 'dirs': [ 'bin', - 'lib/python%(pyshortver)s/site-packages/'], + 'lib/python%(local_pyshortver)s/site-packages/'], } sanity_check_commands = [ diff --git a/p/PyGObject/PyGObject-2.28.6-Python-2.7.13.eb b/p/PyGObject/PyGObject-2.28.6-Python-2.7.13.eb index 4f1c9bcf..ad0fb4e7 100644 --- a/p/PyGObject/PyGObject-2.28.6-Python-2.7.13.eb +++ b/p/PyGObject/PyGObject-2.28.6-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'ConfigureMake' name = 'PyGObject' version = '2.28.6' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.pygtk.org/' description = """Python Bindings for GLib/GObject/GIO/GTK+""" @@ -14,8 +14,8 @@ sources = [SOURCELOWER_TAR_XZ] patches = ['PyGObject-%(version)s_enum-types.patch'] -pyver = '2.7.13' -pyshortver = '.'.join(pyver.split('.')[:2]) +local_pyver = '2.7.13' +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) glibver = '2.52.0' dependencies = [ @@ -29,10 +29,10 @@ configopts = "--disable-introspection" modextrapaths = { 'PYTHONPATH': [ - 'lib/python%(pyshortver)s/site-packages', - 'lib/python%(pyshortver)s/site-packages/gtk-2.0', - 'lib64/python%(pyshortver)s/site-packages', - 'lib64/python%(pyshortver)s/site-packages/gtk-2.0', + 'lib/python%(local_pyshortver)s/site-packages', + 'lib/python%(local_pyshortver)s/site-packages/gtk-2.0', + 'lib64/python%(local_pyshortver)s/site-packages', + 'lib64/python%(local_pyshortver)s/site-packages/gtk-2.0', ], } @@ -43,7 +43,7 @@ sanity_check_paths = { 'lib/libpyglib-%(version_major)s.0-python.so'], 'dirs': [ 'bin', - 'lib/python%(pyshortver)s/site-packages/'], + 'lib/python%(local_pyshortver)s/site-packages/'], } sanity_check_commands = [ diff --git a/p/PyGTK/PyGTK-2.24.0-Python-2.7.13-base.eb b/p/PyGTK/PyGTK-2.24.0-Python-2.7.13-base.eb index a19dc265..87ee2e5b 100644 --- a/p/PyGTK/PyGTK-2.24.0-Python-2.7.13-base.eb +++ b/p/PyGTK/PyGTK-2.24.0-Python-2.7.13-base.eb @@ -14,13 +14,13 @@ sources = [SOURCELOWER_TAR_BZ2] #patches = ['pygtk-2.24.0.patch'] -pyver = '2.7.13' -pyshortver = '.'.join(pyver.split('.')[:2]) -versionsuffix = '-Python-%s-base' % pyver +local_pyver = '2.7.13' +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) +versionsuffix = '-Python-%s-base' % local_pyver glibver = '2.52.0' dependencies = [ - ('Python', pyver, '-base'), + ('Python', local_pyver, '-base'), ('numpy', '1.13.0', '-Python-2.7.13-base'), ('scipy', '0.19.1', '-Python-2.7.13-base'), ('GLib', glibver), @@ -38,10 +38,10 @@ postinstallcmds = [ modextrapaths = { 'PYTHONPATH': [ - 'lib/python%s/site-packages' % pyshortver, - 'lib64/python%s/site-packages' % pyshortver, - 'lib/python%s/site-packages/gtk-%%(version_major)s.0' % pyshortver, - 'lib64/python%s/site-packages/gtk-%%(version_major)s.0' % pyshortver, + 'lib/python%s/site-packages' % local_pyshortver, + 'lib64/python%s/site-packages' % local_pyshortver, + 'lib/python%s/site-packages/gtk-%%(version_major)s.0' % local_pyshortver, + 'lib64/python%s/site-packages/gtk-%%(version_major)s.0' % local_pyshortver, ], } diff --git a/p/Pysam/Pysam-0.9.0-goolf-1.7.20-Python-2.7.11.eb b/p/Pysam/Pysam-0.9.0-goolf-1.7.20-Python-2.7.11.eb index d0c3bf3b..4d21d876 100644 --- a/p/Pysam/Pysam-0.9.0-goolf-1.7.20-Python-2.7.11.eb +++ b/p/Pysam/Pysam-0.9.0-goolf-1.7.20-Python-2.7.11.eb @@ -7,7 +7,7 @@ easyblock = 'Bundle' name = 'Pysam' version = '0.9.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/pysam-developers/pysam' description = """Pysam is a python module for reading and manipulating Samfiles. @@ -39,10 +39,10 @@ exts_list = [ ] modextrapaths = { - 'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages'], + 'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages'], } sanity_check_paths = {'files': [], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/pysam-%(version)s-py%(pyshortver)s-linux-x86_64.egg'], } + 'lib/python%(local_pyshortver)s/site-packages/pysam-%(version)s-py%(local_pyshortver)s-linux-x86_64.egg'], } moduleclass = 'bio' diff --git a/p/Python/Python-2.7.10-gimkl-2.11.5.eb b/p/Python/Python-2.7.10-gimkl-2.11.5.eb index a5549be2..7914b1eb 100644 --- a/p/Python/Python-2.7.10-gimkl-2.11.5.eb +++ b/p/Python/Python-2.7.10-gimkl-2.11.5.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'gimkl', 'version': '2.11.5'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.2' -scipyversion = '0.15.1' +numlocal_pyversion = '1.9.2' +scilocal_pyversion = '0.15.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -40,12 +40,12 @@ exts_list = [ ('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')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.10-goolf-1.4.10.eb b/p/Python/Python-2.7.10-goolf-1.4.10.eb index 1156ffc2..ab16568c 100644 --- a/p/Python/Python-2.7.10-goolf-1.4.10.eb +++ b/p/Python/Python-2.7.10-goolf-1.4.10.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'goolf', 'version': '1.4.10'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.2' -scipyversion = '0.15.1' +numlocal_pyversion = '1.9.2' +scilocal_pyversion = '0.15.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,12 +41,12 @@ exts_list = [ ('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')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.10-goolf-1.7.20.eb b/p/Python/Python-2.7.10-goolf-1.7.20.eb index 56b22741..bf73566e 100644 --- a/p/Python/Python-2.7.10-goolf-1.7.20.eb +++ b/p/Python/Python-2.7.10-goolf-1.7.20.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'goolf', 'version': '1.7.20'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.2' -scipyversion = '0.15.1' +numlocal_pyversion = '1.9.2' +scilocal_pyversion = '0.15.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,12 +41,12 @@ exts_list = [ ('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')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.11-CrayGNU-2015.11.eb b/p/Python/Python-2.7.11-CrayGNU-2015.11.eb index 2d5fd83c..88a3d066 100644 --- a/p/Python/Python-2.7.11-CrayGNU-2015.11.eb +++ b/p/Python/Python-2.7.11-CrayGNU-2015.11.eb @@ -10,8 +10,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'CrayGNU', 'version': '2015.11'} toolchainopts = {'pic': True} -numpyversion = '1.10.4' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.4' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -44,12 +44,12 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.11-CrayGNU-2016.03.eb b/p/Python/Python-2.7.11-CrayGNU-2016.03.eb index 3becb5c2..d78c4813 100644 --- a/p/Python/Python-2.7.11-CrayGNU-2016.03.eb +++ b/p/Python/Python-2.7.11-CrayGNU-2016.03.eb @@ -10,8 +10,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'CrayGNU', 'version': '2016.03'} toolchainopts = {'pic': True} -numpyversion = '1.10.4' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.4' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -44,12 +44,12 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.11-gimkl-2.11.5.eb b/p/Python/Python-2.7.11-gimkl-2.11.5.eb index f6bb9efd..7132f601 100644 --- a/p/Python/Python-2.7.11-gimkl-2.11.5.eb +++ b/p/Python/Python-2.7.11-gimkl-2.11.5.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'gimkl', 'version': '2.11.5'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,15 +41,15 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': [ 'numpy-1.8.0-mkl.patch', - 'numpy-%s-sse42.patch' % numpyversion, + 'numpy-%s-sse42.patch' % numlocal_pyversion, ], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.11-goolf-1.7.20.eb b/p/Python/Python-2.7.11-goolf-1.7.20.eb index f21e5f48..53b5e326 100644 --- a/p/Python/Python-2.7.11-goolf-1.7.20.eb +++ b/p/Python/Python-2.7.11-goolf-1.7.20.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'goolf', 'version': '1.7.20'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -42,12 +42,12 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.11-iomkl-2016.07.eb b/p/Python/Python-2.7.11-iomkl-2016.07.eb index 59bd5707..de5a60d0 100644 --- a/p/Python/Python-2.7.11-iomkl-2016.07.eb +++ b/p/Python/Python-2.7.11-iomkl-2016.07.eb @@ -10,8 +10,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'iomkl', 'version': '2016.07'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -46,12 +46,12 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.11-iomkl-2016.09-GCC-4.9.3-2.25.eb b/p/Python/Python-2.7.11-iomkl-2016.09-GCC-4.9.3-2.25.eb index 8362392b..b54af92f 100644 --- a/p/Python/Python-2.7.11-iomkl-2016.09-GCC-4.9.3-2.25.eb +++ b/p/Python/Python-2.7.11-iomkl-2016.09-GCC-4.9.3-2.25.eb @@ -8,8 +8,8 @@ description = """Python is a programming language that lets you work more quickl toolchain = {'name': 'iomkl', 'version': '2016.09-GCC-4.9.3-2.25'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.1' -scipyversion = '0.16.1' +numlocal_pyversion = '1.10.1' +scilocal_pyversion = '0.16.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -44,12 +44,12 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': ['numpy-1.8.0-mkl.patch'], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.9-CrayGNU-2015.06.eb b/p/Python/Python-2.7.9-CrayGNU-2015.06.eb index 6275e810..58fc4709 100644 --- a/p/Python/Python-2.7.9-CrayGNU-2015.06.eb +++ b/p/Python/Python-2.7.9-CrayGNU-2015.06.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'CrayGNU', 'version': '2015.06'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -43,14 +43,14 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': [ - 'numpy-1.8.0-mkl.patch', # % numpyversion, + 'numpy-1.8.0-mkl.patch', # % numlocal_pyversion, ], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.9-CrayGNU-2015.11.eb b/p/Python/Python-2.7.9-CrayGNU-2015.11.eb index 780f3762..2b28cf2f 100644 --- a/p/Python/Python-2.7.9-CrayGNU-2015.11.eb +++ b/p/Python/Python-2.7.9-CrayGNU-2015.11.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'CrayGNU', 'version': '2015.11'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -43,14 +43,14 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], 'patches': [ - 'numpy-1.8.0-mkl.patch', # % numpyversion, + 'numpy-1.8.0-mkl.patch', # % numlocal_pyversion, ], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.9-GNU-5.1.0-2.25.eb b/p/Python/Python-2.7.9-GNU-5.1.0-2.25.eb index c78021ed..c0457e04 100644 --- a/p/Python/Python-2.7.9-GNU-5.1.0-2.25.eb +++ b/p/Python/Python-2.7.9-GNU-5.1.0-2.25.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] diff --git a/p/Python/Python-2.7.9-gompi-2015e.eb b/p/Python/Python-2.7.9-gompi-2015e.eb index a3f97f0b..e8d67d30 100644 --- a/p/Python/Python-2.7.9-gompi-2015e.eb +++ b/p/Python/Python-2.7.9-gompi-2015e.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'gompi', 'version': '2015e'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] diff --git a/p/Python/Python-2.7.9-goolf-1.5.14.eb b/p/Python/Python-2.7.9-goolf-1.5.14.eb index 7739e8b2..2b543238 100644 --- a/p/Python/Python-2.7.9-goolf-1.5.14.eb +++ b/p/Python/Python-2.7.9-goolf-1.5.14.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'goolf', 'version': '1.5.14'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -39,11 +39,11 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], }), - ('scipy', scipyversion, { - 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.9-goolf-1.5.16.eb b/p/Python/Python-2.7.9-goolf-1.5.16.eb index 05cffe0e..89ae0726 100644 --- a/p/Python/Python-2.7.9-goolf-1.5.16.eb +++ b/p/Python/Python-2.7.9-goolf-1.5.16.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'goolf', 'version': '1.5.16'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -39,11 +39,11 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('https://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('https://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], }), - ('scipy', scipyversion, { - 'source_urls': [('https://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('https://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.9-goolf-1.7.20.eb b/p/Python/Python-2.7.9-goolf-1.7.20.eb index 41e6d0cc..f919cd43 100644 --- a/p/Python/Python-2.7.9-goolf-1.7.20.eb +++ b/p/Python/Python-2.7.9-goolf-1.7.20.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'goolf', 'version': '1.7.20'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['https://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -39,11 +39,11 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - ('numpy', numpyversion, { - 'source_urls': [('https://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + ('numpy', numlocal_pyversion, { + 'source_urls': [('https://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], }), - ('scipy', scipyversion, { - 'source_urls': [('https://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + ('scipy', scilocal_pyversion, { + 'source_urls': [('https://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], }), ('blist', '1.3.6', { 'source_urls': ['https://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-2.7.9.eb b/p/Python/Python-2.7.9.eb index c156b3a0..2c5dd5f9 100644 --- a/p/Python/Python-2.7.9.eb +++ b/p/Python/Python-2.7.9.eb @@ -9,8 +9,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = SYSTEM toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.9.1' -scipyversion = '0.14.1' +numlocal_pyversion = '1.9.1' +scilocal_pyversion = '0.14.1' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -42,11 +42,11 @@ exts_list = [ ('nose', '1.3.4', { 'source_urls': ['http://pypi.python.org/packages/source/n/nose/'], }), - # ('numpy', numpyversion, { - # 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numpyversion, 'download')], + # ('numpy', numlocal_pyversion, { + # 'source_urls': [('http://sourceforge.net/projects/numpy/files/NumPy/%s' % numlocal_pyversion, 'download')], # }), - # ('scipy', scipyversion, { - # 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scipyversion, 'download')], + # ('scipy', scilocal_pyversion, { + # 'source_urls': [('http://sourceforge.net/projects/scipy/files/scipy/%s' % scilocal_pyversion, 'download')], # }), # ('blist', '1.3.6', { # 'source_urls': ['http://pypi.python.org/packages/source/b/blist/'], diff --git a/p/Python/Python-3.5.1-intel-2017.00.eb b/p/Python/Python-3.5.1-intel-2017.00.eb index e0f426ab..ac5cc59c 100644 --- a/p/Python/Python-3.5.1-intel-2017.00.eb +++ b/p/Python/Python-3.5.1-intel-2017.00.eb @@ -7,7 +7,7 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'intel', 'version': '2017.00'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -scipyversion = '0.17.0' +scilocal_pyversion = '0.17.0' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] diff --git a/p/Python/Python-3.5.1.eb b/p/Python/Python-3.5.1.eb index 0e8ace37..5248735d 100644 --- a/p/Python/Python-3.5.1.eb +++ b/p/Python/Python-3.5.1.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = SYSTEM toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.4' -scipyversion = '0.17.0' +numlocal_pyversion = '1.10.4' +scilocal_pyversion = '0.17.0' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,10 +41,10 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - # ('numpy', numpyversion, { + # ('numpy', numlocal_pyversion, { # 'source_urls': ['https://pypi.python.org/packages/source/n/numpy/'], # }), - # ('scipy', scipyversion, { + # ('scipy', scilocal_pyversion, { # 'source_urls': ['https://pypi.python.org/packages/source/s/scipy/'], # }), # ('blist', '1.3.6', { diff --git a/p/Python/Python-3.5.2-intel-2017.00.eb b/p/Python/Python-3.5.2-intel-2017.00.eb index aeb14436..a92d5183 100644 --- a/p/Python/Python-3.5.2-intel-2017.00.eb +++ b/p/Python/Python-3.5.2-intel-2017.00.eb @@ -7,7 +7,7 @@ description = "Python is a programming language that lets you work more quickly toolchain = {'name': 'intel', 'version': '2017.00'} toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -scipyversion = '0.17.0' +scilocal_pyversion = '0.17.0' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] diff --git a/p/Python/Python-3.5.2.eb b/p/Python/Python-3.5.2.eb index 36ddf88c..04f976c9 100644 --- a/p/Python/Python-3.5.2.eb +++ b/p/Python/Python-3.5.2.eb @@ -7,8 +7,8 @@ description = "Python is a programming language that lets you work more quickly toolchain = SYSTEM toolchainopts = {'pic': True, 'opt': True, 'optarch': True} -numpyversion = '1.10.4' -scipyversion = '0.17.0' +numlocal_pyversion = '1.10.4' +scilocal_pyversion = '0.17.0' source_urls = ['http://www.python.org/ftp/%(namelower)s/%(version)s/'] sources = [SOURCE_TGZ] @@ -41,10 +41,10 @@ exts_list = [ ('nose', '1.3.7', { 'source_urls': ['https://pypi.python.org/packages/source/n/nose/'], }), - # ('numpy', numpyversion, { + # ('numpy', numlocal_pyversion, { # 'source_urls': ['https://pypi.python.org/packages/source/n/numpy/'], # }), - # ('scipy', scipyversion, { + # ('scipy', scilocal_pyversion, { # 'source_urls': ['https://pypi.python.org/packages/source/s/scipy/'], # }), # ('blist', '1.3.6', { diff --git a/p/paycheck/paycheck-1.0.2-goolf-1.4.10-Python-2.7.3.eb b/p/paycheck/paycheck-1.0.2-goolf-1.4.10-Python-2.7.3.eb index 67abbe47..2bb90858 100644 --- a/p/paycheck/paycheck-1.0.2-goolf-1.4.10-Python-2.7.3.eb +++ b/p/paycheck/paycheck-1.0.2-goolf-1.4.10-Python-2.7.3.eb @@ -12,16 +12,16 @@ source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] python = 'Python' -pyver = '2.7.3' +local_pyver = '2.7.3' -versionsuffix = '-%s-%s' % (python, pyver) +versionsuffix = '-%s-%s' % (python, local_pyver) -dependencies = [(python, pyver)] +dependencies = [(python, local_pyver)] -pyshortver = '.'.join(pyver.split('.')[:2]) +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%s/site-packages/paycheck' % pyshortver], + 'dirs': ['lib/python%s/site-packages/paycheck' % local_pyshortver], } moduleclass = 'devel' diff --git a/p/paycheck/paycheck-1.0.2-ictce-5.3.0-Python-2.7.3.eb b/p/paycheck/paycheck-1.0.2-ictce-5.3.0-Python-2.7.3.eb index 9fdde707..a3cac3df 100644 --- a/p/paycheck/paycheck-1.0.2-ictce-5.3.0-Python-2.7.3.eb +++ b/p/paycheck/paycheck-1.0.2-ictce-5.3.0-Python-2.7.3.eb @@ -13,16 +13,16 @@ source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] python = 'Python' -pyver = '2.7.3' +local_pyver = '2.7.3' -versionsuffix = '-%s-%s' % (python, pyver) +versionsuffix = '-%s-%s' % (python, local_pyver) -dependencies = [(python, pyver)] +dependencies = [(python, local_pyver)] -pyshortver = '.'.join(pyver.split('.')[:2]) +local_pyshortver = '.'.join(local_pyver.split('.')[:2]) sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%s/site-packages/paycheck' % pyshortver], + 'dirs': ['lib/python%s/site-packages/paycheck' % local_pyshortver], } moduleclass = 'devel' diff --git a/p/protobuf-python/protobuf-python-3.2.0-GCC-7.1.0-2.28-Python-3.6.1.eb b/p/protobuf-python/protobuf-python-3.2.0-GCC-7.1.0-2.28-Python-3.6.1.eb index 6c15d71e..438447b6 100644 --- a/p/protobuf-python/protobuf-python-3.2.0-GCC-7.1.0-2.28-Python-3.6.1.eb +++ b/p/protobuf-python/protobuf-python-3.2.0-GCC-7.1.0-2.28-Python-3.6.1.eb @@ -4,7 +4,7 @@ easyblock = 'PythonPackage' name = 'protobuf-python' version = '3.2.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/google/protobuf/' description = """Python Protocol Buffers runtime library.""" @@ -16,7 +16,7 @@ sources = [SOURCE_TAR_GZ] dependencies = [ ('Python', '3.6.1', '', True), - ('protobuf', version, '-Python-%(pyver)s') + ('protobuf', version, '-Python-%(local_pyver)s') ] # use_setup_py_develop = True @@ -27,7 +27,7 @@ installopts = '--cpp_implementation' sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } options = {'modulename': 'google.protobuf'} diff --git a/p/protobuf-python/protobuf-python-3.4.0-GCC-6.4.0-2.28-Python-3.6.1.eb b/p/protobuf-python/protobuf-python-3.4.0-GCC-6.4.0-2.28-Python-3.6.1.eb index ee1841a4..42900cf3 100644 --- a/p/protobuf-python/protobuf-python-3.4.0-GCC-6.4.0-2.28-Python-3.6.1.eb +++ b/p/protobuf-python/protobuf-python-3.4.0-GCC-6.4.0-2.28-Python-3.6.1.eb @@ -4,7 +4,7 @@ easyblock = 'PythonPackage' name = 'protobuf-python' version = '3.4.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://github.com/google/protobuf/' description = """Python Protocol Buffers runtime library.""" @@ -16,7 +16,7 @@ sources = [SOURCE_TAR_GZ] dependencies = [ ('Python', '3.6.1', '', True), - ('protobuf', version, '-Python-%(pyver)s') + ('protobuf', version, '-Python-%(local_pyver)s') ] # use_setup_py_develop = True @@ -27,7 +27,7 @@ installopts = '--cpp_implementation' sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } options = {'modulename': 'google.protobuf'} diff --git a/p/pylint/pylint-1.7.2-Python-2.7.13-base.eb b/p/pylint/pylint-1.7.2-Python-2.7.13-base.eb index 97d5c86d..c0cf4f69 100644 --- a/p/pylint/pylint-1.7.2-Python-2.7.13-base.eb +++ b/p/pylint/pylint-1.7.2-Python-2.7.13-base.eb @@ -25,7 +25,7 @@ dependencies = [ sanity_check_paths = { 'files': ['bin/pylint'], - 'dirs': ['lib/python%(pyshortver)s/site-packages/pylint-%(version)s-py2.7.egg'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/pylint-%(version)s-py2.7.egg'], } moduleclass = 'lib' diff --git a/r/ROOT/ROOT-v5.30.06-goolf-1.4.10.eb b/r/ROOT/ROOT-v5.30.06-goolf-1.4.10.eb index 9a78780f..e0f75387 100644 --- a/r/ROOT/ROOT-v5.30.06-goolf-1.4.10.eb +++ b/r/ROOT/ROOT-v5.30.06-goolf-1.4.10.eb @@ -12,12 +12,12 @@ sources = ['%(namelower)s_%(version)s.source.tar.gz'] source_urls = ['ftp://root.cern.ch/root/'] python = 'Python' -pyver = '2.7.5' +local_pyver = '2.7.5' dependencies = [ ('GSL', '1.16'), - ('libxml2', '2.9.1', '-%s-%s' % (python, pyver)), - (python, pyver), + ('libxml2', '2.9.1', '-%s-%s' % (python, local_pyver)), + (python, local_pyver), ] # architecture diff --git a/r/ROOT/ROOT-v5.34.01-goolf-1.4.10.eb b/r/ROOT/ROOT-v5.34.01-goolf-1.4.10.eb index 4e14ff01..9c670021 100644 --- a/r/ROOT/ROOT-v5.34.01-goolf-1.4.10.eb +++ b/r/ROOT/ROOT-v5.34.01-goolf-1.4.10.eb @@ -12,12 +12,12 @@ sources = ['%s_%s.source.tar.gz' % (name.lower(), version)] source_urls = ['ftp://root.cern.ch/root/'] python = 'Python' -pyver = '2.7.3' +local_pyver = '2.7.3' dependencies = [ ('GSL', '1.15'), - ('libxml2', '2.8.0', '-%s-%s' % (python, pyver)), - (python, pyver), + ('libxml2', '2.8.0', '-%s-%s' % (python, local_pyver)), + (python, local_pyver), ] # architecture diff --git a/r/ROOT/ROOT-v5.34.13-ictce-5.5.0.eb b/r/ROOT/ROOT-v5.34.13-ictce-5.5.0.eb index e025c77b..aae9a6b8 100644 --- a/r/ROOT/ROOT-v5.34.13-ictce-5.5.0.eb +++ b/r/ROOT/ROOT-v5.34.13-ictce-5.5.0.eb @@ -16,12 +16,12 @@ patches = [ ] python = 'Python' -pyver = '2.7.6' +local_pyver = '2.7.6' dependencies = [ ('GSL', '1.16'), - ('libxml2', '2.9.1', '-%s-%s' % (python, pyver)), - (python, pyver), + ('libxml2', '2.9.1', '-%s-%s' % (python, local_pyver)), + (python, local_pyver), ] # architecture diff --git a/r/ROOT/ROOT-v5.34.18-ictce-5.5.0.eb b/r/ROOT/ROOT-v5.34.18-ictce-5.5.0.eb index cc50539e..a663b199 100644 --- a/r/ROOT/ROOT-v5.34.18-ictce-5.5.0.eb +++ b/r/ROOT/ROOT-v5.34.18-ictce-5.5.0.eb @@ -16,16 +16,16 @@ patches = [ ] python = 'Python' -pyver = '2.7.6' +local_pyver = '2.7.6' dependencies = [ ('GSL', '1.16'), - ('Mesa', '7.11.2', '-%s-%s' % (python, pyver)), - ('libxml2', '2.9.1', '-%s-%s' % (python, pyver)), + ('Mesa', '7.11.2', '-%s-%s' % (python, local_pyver)), + ('libxml2', '2.9.1', '-%s-%s' % (python, local_pyver)), ('PCRE', '8.12'), ('CFITSIO', '3.34'), #('graphviz', '2.34.0'), Graphviz is optional, not in EB yet. - (python, pyver), + (python, local_pyver), ] # architecture diff --git a/s/SCons/SCons-2.5.1-Python-2.7.13.eb b/s/SCons/SCons-2.5.1-Python-2.7.13.eb index 0119ac08..6f12daae 100644 --- a/s/SCons/SCons-2.5.1-Python-2.7.13.eb +++ b/s/SCons/SCons-2.5.1-Python-2.7.13.eb @@ -12,9 +12,9 @@ sources = [SOURCELOWER_TAR_GZ] source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] python = 'Python' -pyver = '2.7.13' -versionsuffix = '-%s-%s' % (python, pyver) -dependencies = [(python, pyver, '', True)] +local_pyver = '2.7.13' +versionsuffix = '-%s-%s' % (python, local_pyver) +dependencies = [(python, local_pyver, '', True)] sanity_check_paths = { 'files': ['bin/scons', 'bin/scons-time', 'bin/sconsign'], diff --git a/s/SCons/SCons-2.5.1-intel-2017a-Python-2.7.13.eb b/s/SCons/SCons-2.5.1-intel-2017a-Python-2.7.13.eb index 6b320f7e..8f653291 100644 --- a/s/SCons/SCons-2.5.1-intel-2017a-Python-2.7.13.eb +++ b/s/SCons/SCons-2.5.1-intel-2017a-Python-2.7.13.eb @@ -12,9 +12,9 @@ sources = [SOURCELOWER_TAR_GZ] source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] python = 'Python' -pyver = '2.7.13' -versionsuffix = '-%s-%s' % (python, pyver) -dependencies = [(python, pyver, '', True)] +local_pyver = '2.7.13' +versionsuffix = '-%s-%s' % (python, local_pyver) +dependencies = [(python, local_pyver, '', True)] sanity_check_paths = { 'files': ['bin/scons', 'bin/scons-time', 'bin/sconsign'], diff --git a/s/SCons/SCons-3.0.0-intel-2017a-Python-2.7.13.eb b/s/SCons/SCons-3.0.0-intel-2017a-Python-2.7.13.eb index 7440567f..229e6435 100644 --- a/s/SCons/SCons-3.0.0-intel-2017a-Python-2.7.13.eb +++ b/s/SCons/SCons-3.0.0-intel-2017a-Python-2.7.13.eb @@ -12,9 +12,9 @@ sources = [SOURCELOWER_TAR_GZ] source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s'] python = 'Python' -pyver = '2.7.13' -versionsuffix = '-%s-%s' % (python, pyver) -dependencies = [(python, pyver, '', True)] +local_pyver = '2.7.13' +versionsuffix = '-%s-%s' % (python, local_pyver) +dependencies = [(python, local_pyver, '', True)] sanity_check_paths = { 'files': ['bin/scons', 'bin/scons-time', 'bin/sconsign'], diff --git a/s/SWIG/SWIG-2.0.12-Python-3.6.1.eb b/s/SWIG/SWIG-2.0.12-Python-3.6.1.eb index 43e170c9..939ca7fd 100644 --- a/s/SWIG/SWIG-2.0.12-Python-3.6.1.eb +++ b/s/SWIG/SWIG-2.0.12-Python-3.6.1.eb @@ -1,6 +1,6 @@ name = 'SWIG' version = '3.0.12' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.swig.org/' description = """SWIG is a software development tool that connects programs written in C and C++ with diff --git a/s/SWIG/SWIG-3.0.12-Python-2.7.13.eb b/s/SWIG/SWIG-3.0.12-Python-2.7.13.eb index 994d0689..39b85cca 100644 --- a/s/SWIG/SWIG-3.0.12-Python-2.7.13.eb +++ b/s/SWIG/SWIG-3.0.12-Python-2.7.13.eb @@ -1,6 +1,6 @@ name = 'SWIG' version = '3.0.12' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.swig.org/' description = """SWIG is a software development tool that connects programs written in C and C++ with diff --git a/s/ScientificPython/ScientificPython-2.9.4-intel-2017a-Python-2.7.13.eb b/s/ScientificPython/ScientificPython-2.9.4-intel-2017a-Python-2.7.13.eb index 115aa7ae..6a1b9697 100644 --- a/s/ScientificPython/ScientificPython-2.9.4-intel-2017a-Python-2.7.13.eb +++ b/s/ScientificPython/ScientificPython-2.9.4-intel-2017a-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'ScientificPython' version = '2.9.4' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://sourcesup.cru.fr/projects/scientific-py/' description = """ScientificPython is a collection of Python modules for scientific local_computing. @@ -25,7 +25,7 @@ options = {'modulename': 'Scientific'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/Scientific'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/Scientific'], } moduleclass = 'math' diff --git a/s/scikit-image/scikit-image-0.12.3-Python-2.7.13.eb b/s/scikit-image/scikit-image-0.12.3-Python-2.7.13.eb index 23a8fdff..812d42e7 100644 --- a/s/scikit-image/scikit-image-0.12.3-Python-2.7.13.eb +++ b/s/scikit-image/scikit-image-0.12.3-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'scikit-image' version = '0.12.3' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://scikit-learn.org/stable/index.html' description = """Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world, @@ -29,7 +29,7 @@ options = {'modulename': 'skimage'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/'], } moduleclass = 'vis' diff --git a/s/scikit-image/scikit-image-0.18.2-Python-3.6.1.eb b/s/scikit-image/scikit-image-0.18.2-Python-3.6.1.eb index d29b0da6..1ad0e103 100644 --- a/s/scikit-image/scikit-image-0.18.2-Python-3.6.1.eb +++ b/s/scikit-image/scikit-image-0.18.2-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'scikit-image' version = '0.18.2' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://scikit-learn.org/stable/index.html' description = """Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world, @@ -30,7 +30,7 @@ options = {'modulename': 'skimage'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/'], } moduleclass = 'vis' diff --git a/s/scikit-learn/scikit-learn-0.18.2-Python-3.6.1.eb b/s/scikit-learn/scikit-learn-0.18.2-Python-3.6.1.eb index f267c7f8..3252affe 100644 --- a/s/scikit-learn/scikit-learn-0.18.2-Python-3.6.1.eb +++ b/s/scikit-learn/scikit-learn-0.18.2-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'scikit-learn' version = '0.18.2' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://scikit-learn.org/stable/index.html' description = """Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world, @@ -24,7 +24,7 @@ options = {'modulename': 'sklearn'} sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/sklearn'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/sklearn'], } moduleclass = 'data' diff --git a/s/scipy/scipy-0.19.1-Python-2.7.13-base.eb b/s/scipy/scipy-0.19.1-Python-2.7.13-base.eb index 7570785c..e944d5e7 100644 --- a/s/scipy/scipy-0.19.1-Python-2.7.13-base.eb +++ b/s/scipy/scipy-0.19.1-Python-2.7.13-base.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'scipy' version = '0.19.1' -versionsuffix = '-Python-%(pyver)s-base' +versionsuffix = '-Python-%(local_pyver)s-base' homepage = 'https://github.com/jupyter/testpath' description = """Test utilities for code working with files and commands""" @@ -23,7 +23,7 @@ unpack_sources = False sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%(pyshortver)s/site-packages/scipy'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages/scipy'], } sanity_check_commands = [ diff --git a/s/seekpath/seekpath-1.5.0-Python-2.7.13-base.eb b/s/seekpath/seekpath-1.5.0-Python-2.7.13-base.eb index bc83d7ee..26ae6276 100644 --- a/s/seekpath/seekpath-1.5.0-Python-2.7.13-base.eb +++ b/s/seekpath/seekpath-1.5.0-Python-2.7.13-base.eb @@ -17,7 +17,7 @@ sources = [SOURCELOWER_TAR_GZ] python = "Python" pythonversion = '2.7.13' -pyshortver = ".".join(pythonversion.split(".")[:-1]) +local_pyshortver = ".".join(pythonversion.split(".")[:-1]) versionsuffix = "-%s-%s-base" % (python, pythonversion) diff --git a/t/Tensorflow/TensorFlow-1.13.1-foss-2019a-Python-3.7.2-salomon.eb b/t/Tensorflow/TensorFlow-1.13.1-foss-2019a-Python-3.7.2-salomon.eb index a7892eed..dbba7065 100644 --- a/t/Tensorflow/TensorFlow-1.13.1-foss-2019a-Python-3.7.2-salomon.eb +++ b/t/Tensorflow/TensorFlow-1.13.1-foss-2019a-Python-3.7.2-salomon.eb @@ -2,7 +2,7 @@ easyblock = 'PythonBundle' name = 'TensorFlow' version = '1.13.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://www.tensorflow.org/' description = "An open-source software library for Machine Intelligence" diff --git a/t/Tensorflow/Tensorflow-0.12.1-intel-2017.00-Python-2.7.11.eb b/t/Tensorflow/Tensorflow-0.12.1-intel-2017.00-Python-2.7.11.eb index ef853618..84a3f78e 100644 --- a/t/Tensorflow/Tensorflow-0.12.1-intel-2017.00-Python-2.7.11.eb +++ b/t/Tensorflow/Tensorflow-0.12.1-intel-2017.00-Python-2.7.11.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Tensorflow' version = '0.12.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'https://www.tensorflow.org/' description = "An open-source software library for Machine Intelligence" @@ -32,7 +32,7 @@ unpack_sources = False sanity_check_paths = { 'files': ['bin/tensorboard'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'lib' diff --git a/t/Tensorflow/Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb b/t/Tensorflow/Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb index 351737b3..12d6ce6b 100644 --- a/t/Tensorflow/Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb +++ b/t/Tensorflow/Tensorflow-1.1.0-CUDA-7.5.18-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Tensorflow' version = '1.1.0' -versionsuffix = '-CUDA-7.5.18-Python-%(pyver)s' +versionsuffix = '-CUDA-7.5.18-Python-%(local_pyver)s' homepage = 'https://www.tensorflow.org/' description = "An open-source software library for Machine Intelligence" @@ -29,7 +29,7 @@ unpack_sources = False sanity_check_paths = { 'files': ['bin/tensorboard'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'lib' diff --git a/t/Tensorflow/Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb b/t/Tensorflow/Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb index ca77e6af..caeb7b38 100644 --- a/t/Tensorflow/Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb +++ b/t/Tensorflow/Tensorflow-1.1.0-CUDA-8.0.44-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Tensorflow' version = '1.1.0' -versionsuffix = '-CUDA-8.0.44-Python-%(pyver)s' +versionsuffix = '-CUDA-8.0.44-Python-%(local_pyver)s' homepage = 'https://www.tensorflow.org/' description = "An open-source software library for Machine Intelligence" @@ -29,7 +29,7 @@ unpack_sources = False sanity_check_paths = { 'files': ['bin/tensorboard'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'lib' diff --git a/t/Tensorflow/Tensorflow-1.1.0-Python-3.6.1.eb b/t/Tensorflow/Tensorflow-1.1.0-Python-3.6.1.eb index 0a1143f6..624adffd 100644 --- a/t/Tensorflow/Tensorflow-1.1.0-Python-3.6.1.eb +++ b/t/Tensorflow/Tensorflow-1.1.0-Python-3.6.1.eb @@ -27,7 +27,7 @@ unpack_sources = False sanity_check_paths = { 'files': ['bin/tensorboard'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'lib' diff --git a/t/Tensorflow/Tensorflow-1.2.1-Python-3.6.1.eb b/t/Tensorflow/Tensorflow-1.2.1-Python-3.6.1.eb index 1ad363a3..b7cd4a66 100644 --- a/t/Tensorflow/Tensorflow-1.2.1-Python-3.6.1.eb +++ b/t/Tensorflow/Tensorflow-1.2.1-Python-3.6.1.eb @@ -27,7 +27,7 @@ unpack_sources = False sanity_check_paths = { 'files': ['bin/tensorboard'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'lib' diff --git a/t/Tensorflow/Tensorflow-1.6.0rc0-CUDA-9.0.176-Python-3.6.1.eb b/t/Tensorflow/Tensorflow-1.6.0rc0-CUDA-9.0.176-Python-3.6.1.eb index cab0d156..d826611e 100644 --- a/t/Tensorflow/Tensorflow-1.6.0rc0-CUDA-9.0.176-Python-3.6.1.eb +++ b/t/Tensorflow/Tensorflow-1.6.0rc0-CUDA-9.0.176-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Tensorflow' version = '1.6.0rc0' -versionsuffix = '-CUDA-9.0.176-Python-%(pyver)s' +versionsuffix = '-CUDA-9.0.176-Python-%(local_pyver)s' homepage = 'https://www.tensorflow.org/' description = "An open-source software library for Machine Intelligence" @@ -29,7 +29,7 @@ unpack_sources = False sanity_check_paths = { 'files': ['bin/tensorboard'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'lib' diff --git a/t/Tensorflow/Tensorflow-1.6.0rc0-Python-3.6.1.eb b/t/Tensorflow/Tensorflow-1.6.0rc0-Python-3.6.1.eb index 9d2e3316..3f193c5e 100644 --- a/t/Tensorflow/Tensorflow-1.6.0rc0-Python-3.6.1.eb +++ b/t/Tensorflow/Tensorflow-1.6.0rc0-Python-3.6.1.eb @@ -27,7 +27,7 @@ unpack_sources = False sanity_check_paths = { 'files': ['bin/tensorboard'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'lib' diff --git a/t/Theano/Theano-0.9.0-Python-3.6.1.eb b/t/Theano/Theano-0.9.0-Python-3.6.1.eb index 33b96f31..b25abb19 100644 --- a/t/Theano/Theano-0.9.0-Python-3.6.1.eb +++ b/t/Theano/Theano-0.9.0-Python-3.6.1.eb @@ -2,7 +2,7 @@ easyblock = 'PythonPackage' name = 'Theano' version = '0.9.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://deeplearning.net/software/theano' description = """Theano is a Python library that allows you to define, optimize, @@ -17,7 +17,7 @@ dependencies = [('Python', '3.6.1')] sanity_check_paths = { 'files': ['bin/theano-cache', 'bin/theano-nose'], - 'dirs': ['lib/python%(pyshortver)s/site-packages'], + 'dirs': ['lib/python%(local_pyshortver)s/site-packages'], } moduleclass = 'math' diff --git a/v/VTK/VTK-6.3.0-intel-2017a-Python-2.7.13.eb b/v/VTK/VTK-6.3.0-intel-2017a-Python-2.7.13.eb index 8dcb6b34..8bfb956e 100644 --- a/v/VTK/VTK-6.3.0-intel-2017a-Python-2.7.13.eb +++ b/v/VTK/VTK-6.3.0-intel-2017a-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'CMakeMake' name = 'VTK' version = '6.3.0' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.vtk.org' description = """The Visualization Toolkit (VTK) is an open-source, freely available software system for @@ -31,12 +31,12 @@ dependencies = [ configopts = "-DOPENGL_glu_LIBRARY=$EBROOTLIBGLU/lib/libGLU.%s " % SHLIB_EXT configopts += "-DOPENGL_gl_LIBRARY=$EBROOTMESA/lib/libGL.%s " % SHLIB_EXT configopts += "-DOPENGL_INCLUDE_DIR=$EBROOTMESA/include -DVTK_WRAP_PYTHON=ON " -configopts += "-DPYTHON_LIBRARY=$EBROOTPYTHON/lib/libpython%%(pyshortver)s.%s " % SHLIB_EXT -configopts += " -DPYTHON_INCLUDE_DIR=$EBROOTPYTHON/include/python%(pyshortver)s " -preinstallopts = "mkdir -p %(installdir)s/lib/python%(pyshortver)s/site-packages/ && " -preinstallopts += "export PYTHONPATH=%(installdir)s/lib/python%(pyshortver)s/site-packages:$PYTHONPATH && " +configopts += "-DPYTHON_LIBRARY=$EBROOTPYTHON/lib/libpython%%(local_pyshortver)s.%s " % SHLIB_EXT +configopts += " -DPYTHON_INCLUDE_DIR=$EBROOTPYTHON/include/python%(local_pyshortver)s " +preinstallopts = "mkdir -p %(installdir)s/lib/python%(local_pyshortver)s/site-packages/ && " +preinstallopts += "export PYTHONPATH=%(installdir)s/lib/python%(local_pyshortver)s/site-packages:$PYTHONPATH && " -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} sanity_check_paths = { 'files': [ @@ -45,7 +45,7 @@ sanity_check_paths = { 'EncodeString', 'HashSource']], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/', + 'lib/python%(local_pyshortver)s/site-packages/', 'include/vtk-%(version_major_minor)s'], } diff --git a/v/VTK/VTK-7.1.1-intel-2017a-Python-2.7.13.eb b/v/VTK/VTK-7.1.1-intel-2017a-Python-2.7.13.eb index 198c81df..1acc23a0 100644 --- a/v/VTK/VTK-7.1.1-intel-2017a-Python-2.7.13.eb +++ b/v/VTK/VTK-7.1.1-intel-2017a-Python-2.7.13.eb @@ -2,7 +2,7 @@ easyblock = 'CMakeMake' name = 'VTK' version = '7.1.1' -versionsuffix = '-Python-%(pyver)s' +versionsuffix = '-Python-%(local_pyver)s' homepage = 'http://www.vtk.org' description = """The Visualization Toolkit (VTK) is an open-source, freely available software system for @@ -31,12 +31,12 @@ dependencies = [ configopts = "-DOPENGL_glu_LIBRARY=$EBROOTLIBGLU/lib/libGLU.%s " % SHLIB_EXT configopts += "-DOPENGL_gl_LIBRARY=$EBROOTMESA/lib/libGL.%s " % SHLIB_EXT configopts += "-DOPENGL_INCLUDE_DIR=$EBROOTMESA/include -DVTK_WRAP_PYTHON=ON " -configopts += "-DPYTHON_LIBRARY=$EBROOTPYTHON/lib/libpython%%(pyshortver)s.%s " % SHLIB_EXT -configopts += " -DPYTHON_INCLUDE_DIR=$EBROOTPYTHON/include/python%(pyshortver)s " -preinstallopts = "mkdir -p %(installdir)s/lib/python%(pyshortver)s/site-packages/ && " -preinstallopts += "export PYTHONPATH=%(installdir)s/lib/python%(pyshortver)s/site-packages:$PYTHONPATH && " +configopts += "-DPYTHON_LIBRARY=$EBROOTPYTHON/lib/libpython%%(local_pyshortver)s.%s " % SHLIB_EXT +configopts += " -DPYTHON_INCLUDE_DIR=$EBROOTPYTHON/include/python%(local_pyshortver)s " +preinstallopts = "mkdir -p %(installdir)s/lib/python%(local_pyshortver)s/site-packages/ && " +preinstallopts += "export PYTHONPATH=%(installdir)s/lib/python%(local_pyshortver)s/site-packages:$PYTHONPATH && " -modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']} +modextrapaths = {'PYTHONPATH': ['lib/python%(local_pyshortver)s/site-packages']} sanity_check_paths = { 'files': [ @@ -45,7 +45,7 @@ sanity_check_paths = { 'EncodeString', 'HashSource']], 'dirs': [ - 'lib/python%(pyshortver)s/site-packages/', + 'lib/python%(local_pyshortver)s/site-packages/', 'include/vtk-%(version_major_minor)s'], } diff --git a/w/Whoosh/Whoosh-2.7.0-goolf-1.4.10-Python-2.7.3.eb b/w/Whoosh/Whoosh-2.7.0-goolf-1.4.10-Python-2.7.3.eb index 399c0f4a..7eef489b 100644 --- a/w/Whoosh/Whoosh-2.7.0-goolf-1.4.10-Python-2.7.3.eb +++ b/w/Whoosh/Whoosh-2.7.0-goolf-1.4.10-Python-2.7.3.eb @@ -13,20 +13,20 @@ source_urls = [PYPI_SOURCE] sources = [SOURCE_TAR_GZ] python = "Python" -pyver = '2.7.3' -pyshortver = ".".join(pyver.split(".")[:-1]) +local_pyver = '2.7.3' +local_pyshortver = ".".join(local_pyver.split(".")[:-1]) -versionsuffix = "-%s-%s" % (python, pyver) +versionsuffix = "-%s-%s" % (python, local_pyver) dependencies = [ - (python, pyver), + (python, local_pyver), ('numpy', '1.6.2', versionsuffix), ('scipy', '0.11.0', versionsuffix), ] sanity_check_paths = { 'files': [], - 'dirs': ['lib/python%s/site-packages' % pyshortver], + 'dirs': ['lib/python%s/site-packages' % local_pyshortver], } moduleclass = 'lib' diff --git a/x/X11/X11-20160819-test.eb b/x/X11/X11-20160819-test.eb index 432ce08a..0e11615f 100644 --- a/x/X11/X11-20160819-test.eb +++ b/x/X11/X11-20160819-test.eb @@ -116,7 +116,7 @@ local_components = [ # Python is required for xcb-proto allow_system_deps = [('Python', SYS_PYTHON_VERSION)] -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) +local_pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && " @@ -137,7 +137,7 @@ sanity_check_paths = { 'include/X11/extensions', 'lib', 'lib/python%s/site-packages/xcbgen' % - pyshortver, + local_pyshortver, 'lib/pkgconfig', 'share/pkgconfig'], } diff --git a/x/X11/X11-20160819.eb b/x/X11/X11-20160819.eb index d7a41c2b..f88bdc02 100644 --- a/x/X11/X11-20160819.eb +++ b/x/X11/X11-20160819.eb @@ -114,7 +114,7 @@ local_components = [ # Python is required for xcb-proto allow_system_deps = [('Python', SYS_PYTHON_VERSION)] -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) +local_pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && " @@ -132,7 +132,7 @@ sanity_check_paths = { 'include/X11/extensions', 'lib', 'lib/python%s/site-packages/xcbgen' % - pyshortver, + local_pyshortver, 'lib/pkgconfig', 'share/pkgconfig'], } diff --git a/x/X11/X11-20170314-test.eb b/x/X11/X11-20170314-test.eb index 93d72fcd..372f9a35 100644 --- a/x/X11/X11-20170314-test.eb +++ b/x/X11/X11-20170314-test.eb @@ -153,7 +153,7 @@ local_components = [ # Python is required for xcb-proto allow_system_deps = [('Python', SYS_PYTHON_VERSION)] -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) +local_pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && " @@ -178,7 +178,7 @@ sanity_check_paths = { 'include/X11/extensions', 'lib', 'lib/python%s/site-packages/xcbgen' % - pyshortver, + local_pyshortver, 'lib/pkgconfig', 'share/pkgconfig'], } diff --git a/x/X11/X11-20170314.eb b/x/X11/X11-20170314.eb index 1c28852d..d9f3a1d1 100644 --- a/x/X11/X11-20170314.eb +++ b/x/X11/X11-20170314.eb @@ -120,7 +120,7 @@ local_components = [ # Python is required for xcb-proto allow_system_deps = [('Python', SYS_PYTHON_VERSION)] -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) +local_pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && " @@ -143,7 +143,7 @@ sanity_check_paths = { 'include/X11/extensions', 'lib', 'lib/python%s/site-packages/xcbgen' % - pyshortver, + local_pyshortver, 'lib/pkgconfig', 'share/pkgconfig'], } diff --git a/x/xcb-proto/xcb-proto-1.11-Python-2.7.9.eb b/x/xcb-proto/xcb-proto-1.11-Python-2.7.9.eb index 93e8fbc0..fe71dda3 100644 --- a/x/xcb-proto/xcb-proto-1.11-Python-2.7.9.eb +++ b/x/xcb-proto/xcb-proto-1.11-Python-2.7.9.eb @@ -13,15 +13,15 @@ source_urls = ['http://xcb.freedesktop.org/dist/'] sources = [SOURCELOWER_TAR_GZ] python = 'Python' -pyver = '2.7.9' -versionsuffix = '-%s-%s' % (python, pyver) -dependencies = [(python, pyver)] +local_pyver = '2.7.9' +versionsuffix = '-%s-%s' % (python, local_pyver) +dependencies = [(python, local_pyver)] -pyshortver = '.'.join(pyver.split('.')[0:2]) +local_pyshortver = '.'.join(local_pyver.split('.')[0:2]) sanity_check_paths = { 'files': ['lib/pkgconfig/xcb-proto.pc'], - 'dirs': ['lib/python%s/site-packages/xcbgen' % pyshortver] + 'dirs': ['lib/python%s/site-packages/xcbgen' % local_pyshortver] } moduleclass = 'devel' diff --git a/x/xorg-fonts/xorg-fonts-20170314.eb b/x/xorg-fonts/xorg-fonts-20170314.eb index 1d6016c7..7d67daae 100644 --- a/x/xorg-fonts/xorg-fonts-20170314.eb +++ b/x/xorg-fonts/xorg-fonts-20170314.eb @@ -120,7 +120,7 @@ local_components = [ # Python is required for xcb-proto allow_system_deps = [('Python', SYS_PYTHON_VERSION)] -pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) +local_pyshortver = '.'.join(SYS_PYTHON_VERSION.split('.')[0:2]) preconfigopts = "if [ ! -f configure ]; then ./autogen.sh; fi && " @@ -143,7 +143,7 @@ sanity_check_paths = { 'include/X11/extensions', 'lib', 'lib/python%s/site-packages/xcbgen' % - pyshortver, + local_pyshortver, 'lib/pkgconfig', 'share/pkgconfig'], }