Skip to content

Commit

Permalink
Merge pull request #1 from boegel/cmmsoftware
Browse files Browse the repository at this point in the history
style/consistency fixes
  • Loading branch information
tovrstra committed Aug 22, 2013
2 parents 6436b0c + cf4049c commit 6e7576a
Show file tree
Hide file tree
Showing 59 changed files with 303 additions and 350 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ pythonver = '2.7.3'
pythonshortver = '.'.join(pythonver.split('.')[0:2])
versionsuffix = '-%s-%s' % (python, pythonver)

dependencies = [
(python, pythonver),
]
dependencies = [(python, pythonver)]

sanity_check_paths = {
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%s.py' % (pythonshortver, name.lower())],
'dirs': ['lib/python%s/site-packages/%s' % (pythonshortver, name)]
}
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%%(namelower)s.py' % pythonshortver],
'dirs': ['lib/python%s/site-packages/%%(name)s' % pythonshortver],
}

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ pythonver = '2.7.3'
pythonshortver = '.'.join(pythonver.split('.')[0:2])
versionsuffix = '-%s-%s' % (python, pythonver)

dependencies = [
(python, pythonver),
]
dependencies = [(python, pythonver)]

sanity_check_paths = {
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%s.py' % (pythonshortver, name.lower())],
'dirs': ['lib/python%s/site-packages/%s' % (pythonshortver, name)]
}
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%%(namelower)s.py' % pythonshortver],
'dirs': ['lib/python%s/site-packages/%%(name)s' % pythonshortver],
}

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ pythonver = '2.7.3'
pythonshortver = '.'.join(pythonver.split('.')[0:2])
versionsuffix = '-%s-%s' % (python, pythonver)

dependencies = [
(python, pythonver),
]
dependencies = [(python, pythonver)]

sanity_check_paths = {
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%s.py' % (pythonshortver, name.lower())],
'dirs': ['lib/python%s/site-packages/%s' % (pythonshortver, name)]
}
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%%(namelower)s.py' % pythonshortver],
'dirs': ['lib/python%s/site-packages/%%(name)s' % pythonshortver],
}

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ pythonshortver = '.'.join(pythonver.split('.')[0:2])
pylibdir = 'lib/python%s/site-packages' % pythonshortver
versionsuffix = '-%s-%s' % (python, pythonver)

dependencies = [
(python, pythonver),
]
dependencies = [(python, pythonver)]

sanity_check_paths = {
'files': ['bin/cygdb', 'bin/cython', '%s/%s.py' % (pylibdir, name.lower())],
'dirs': ['lib/python%s/site-packages/%s' % (pythonshortver, name)]
}
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%%(namelower)s.py' % pythonshortver],
'dirs': ['lib/python%s/site-packages/%%(name)s' % pythonshortver],
}

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ homepage = 'http://pypi.python.org/pypi/Cython/'
description = """The Cython language makes writing C extensions for the Python language as easy as Python itself.
Cython is a source code translator based on the well-known Pyrex, but supports more cutting edge functionality and optimizations."""


toolchain = {'name': 'ictce', 'version': '5.3.0'}

source_urls = ['http://pypi.python.org/packages/source/C/Cython/']
Expand All @@ -19,13 +18,11 @@ pythonshortver = '.'.join(pythonver.split('.')[0:2])
pylibdir = 'lib/python%s/site-packages' % pythonshortver
versionsuffix = '-%s-%s' % (python, pythonver)

dependencies = [
(python, pythonver),
]
dependencies = [(python, pythonver)]

sanity_check_paths = {
'files': ['bin/cygdb', 'bin/cython', '%s/%s.py' % (pylibdir, name.lower())],
'dirs': ['lib/python%s/site-packages/%s' % (pythonshortver, name)]
}
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%%(namelower)s.py' % pythonshortver],
'dirs': ['lib/python%s/site-packages/%%(name)s' % pythonshortver],
}

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ pythonshortver = '.'.join(pythonver.split('.')[0:2])
pylibdir = 'lib/python%s/site-packages' % pythonshortver
versionsuffix = '-%s-%s' % (python, pythonver)

dependencies = [
(python, pythonver),
]
dependencies = [(python, pythonver)]

sanity_check_paths = {
'files': ['bin/cygdb', 'bin/cython', '%s/%s.py' % (pylibdir, name.lower())],
'dirs': ['lib/python%s/site-packages/%s' % (pythonshortver, name)]
}
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%%(namelower)s.py' % pythonshortver],
'dirs': ['lib/python%s/site-packages/%%(name)s' % pythonshortver],
}

moduleclass = 'lang'
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ pythonshortver = '.'.join(pythonver.split('.')[0:2])
pylibdir = 'lib/python%s/site-packages' % pythonshortver
versionsuffix = '-%s-%s' % (python, pythonver)

dependencies = [
(python, pythonver),
]
dependencies = [(python, pythonver)]

sanity_check_paths = {
'files': ['bin/cygdb', 'bin/cython', '%s/%s.py' % (pylibdir, name.lower())],
'dirs': ['lib/python%s/site-packages/%s' % (pythonshortver, name)]
}
'files': ['bin/cygdb', 'bin/cython', 'lib/python%s/site-packages/%%(namelower)s.py' % pythonshortver],
'dirs': ['lib/python%s/site-packages/%%(name)s' % pythonshortver],
}

moduleclass = 'lang'
13 changes: 7 additions & 6 deletions easybuild/easyconfigs/h/HDF5/HDF5-1.8.10-goolf-1.4.10.eb
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ version = '1.8.10'
homepage = 'http://www.hdfgroup.org/HDF5/'
description = """HDF5 is a unique technology suite that makes possible the management of
extremely large and complex data collections."""

toolchain = {'name': 'goolf', 'version': '1.4.10'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1')
]

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%s/src' % version]
source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1'),
]

patches = ['configure_libtool.patch']

moduleclass = 'data'
14 changes: 7 additions & 7 deletions easybuild/easyconfigs/h/HDF5/HDF5-1.8.10-ictce-4.1.13-gpfs.eb
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ description = """HDF5 is a unique technology suite that makes possible the manag
toolchain = {'name': 'ictce', 'version': '4.1.13'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%s/src' % version]

patches = [
'HDF5_1.8.10_configure_ictce.patch',
'HDF5-1.8.10_mpi-includes_order_fix.patch'
]
'HDF5_%(version)s_configure_ictce.patch',
'HDF5-%(version)s_mpi-includes_order_fix.patch',
]

dependencies = [
('zlib', '1.2.7'),
('Szip','2.1'),
]
('zlib', '1.2.7'),
('Szip','2.1'),
]

configopts = "--enable-gpfs"

Expand Down
20 changes: 10 additions & 10 deletions easybuild/easyconfigs/h/HDF5/HDF5-1.8.10-ictce-4.1.13.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ description = """HDF5 is a unique technology suite that makes possible the manag
toolchain = {'name': 'ictce', 'version': '4.1.13'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1')
]

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%s/src' % version]
source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]

patches = [
'HDF5_1.8.10_configure_ictce.patch',
'configure_libtool.patch',
'HDF5-1.8.9_mpi-includes_order_fix.patch'
]
'HDF5_%(version)s_configure_ictce.patch',
'configure_libtool.patch',
'HDF5-1.8.9_mpi-includes_order_fix.patch',
]

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1'),
]

moduleclass = 'data'
15 changes: 7 additions & 8 deletions easybuild/easyconfigs/h/HDF5/HDF5-1.8.10-ictce-5.3.0-gpfs.eb
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@ homepage = 'http://www.hdfgroup.org/HDF5/'
description = """HDF5 is a unique technology suite that makes possible the management
of extremely large and complex data collections."""


toolchain = {'name': 'ictce', 'version': '5.3.0'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%s/src' % version]

patches = [
'HDF5_1.8.10_configure_ictce.patch',
'HDF5-1.8.10_mpi-includes_order_fix.patch'
]
'HDF5_%(version)s_configure_ictce.patch',
'HDF5-%(version)s_mpi-includes_order_fix.patch',
]

dependencies = [
('zlib', '1.2.7'),
('Szip','2.1'),
]
('zlib', '1.2.7'),
('Szip', '2.1'),
]

configopts = "--enable-gpfs"

Expand Down
21 changes: 10 additions & 11 deletions easybuild/easyconfigs/h/HDF5/HDF5-1.8.10-ictce-5.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,21 @@ homepage = 'http://www.hdfgroup.org/HDF5/'
description = """HDF5 is a unique technology suite that makes possible the management of
extremely large and complex data collections."""


toolchain = {'name': 'ictce', 'version': '5.3.0'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1')
]

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%s/src' % version]
source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]

patches = [
'HDF5_1.8.10_configure_ictce.patch',
'configure_libtool.patch',
'HDF5-1.8.9_mpi-includes_order_fix.patch'
]
'HDF5_%(version)s_configure_ictce.patch',
'configure_libtool.patch',
'HDF5-1.8.9_mpi-includes_order_fix.patch',
]

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1'),
]

moduleclass = 'data'
12 changes: 6 additions & 6 deletions easybuild/easyconfigs/h/HDF5/HDF5-1.8.10-patch1-goolf-1.4.10.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ description = """HDF5 is a unique technology suite that makes possible the manag
toolchain = {'name': 'goolf', 'version': '1.4.10'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1'),
]

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%s/src' % version]
source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]

patches = [
'configure_libtool.patch',
'HDF5-1.8.9_mpi-includes_order_fix.patch',
]

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1'),
]

moduleclass = 'data'
20 changes: 10 additions & 10 deletions easybuild/easyconfigs/h/HDF5/HDF5-1.8.10-patch1-iqacml-3.7.3.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ description = """HDF5 is a unique technology suite that makes possible the manag
toolchain = {'name': 'iqacml', 'version': '3.7.3'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1'),
]

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%s/src' % version]
source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]

patches = [
'HDF5-1.8.10-patch1_configure_ictce.patch',
'configure_libtool.patch',
'HDF5-1.8.9_mpi-includes_order_fix.patch',
]
'HDF5-%(version)s_configure_ictce.patch',
'configure_libtool.patch',
'HDF5-1.8.9_mpi-includes_order_fix.patch',
]

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1'),
]

moduleclass = 'data'
12 changes: 6 additions & 6 deletions easybuild/easyconfigs/h/HDF5/HDF5-1.8.7-goalf-1.1.0-no-OFED.eb
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ description = """HDF5 is a unique technology suite that makes possible the manag
toolchain = {'name': 'goalf', 'version': '1.1.0-no-OFED'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1')
]

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%s/src' % version]
source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]

patches = ['configure_libtool.patch']

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1'),
]

moduleclass = 'data'
12 changes: 6 additions & 6 deletions easybuild/easyconfigs/h/HDF5/HDF5-1.8.7-goolf-1.4.10.eb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ extremely large and complex data collections."""
toolchain = {'name': 'goolf', 'version': '1.4.10'}
toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1')
]

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%s/src' % version]
source_urls = ['http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version)s/src']
sources = [SOURCELOWER_TAR_GZ]

patches = ['configure_libtool.patch']

dependencies = [
('zlib', '1.2.7'),
('Szip', '2.1'),
]

moduleclass = 'data'
Loading

0 comments on commit 6e7576a

Please sign in to comment.