new file: a/ASE/ASE-3.15.0-Python-2.7.13-base.eb

new file:   a/ASE/ASE-3.15.0-intel-2017a-Python-2.7.13.eb
	modified:   g/GMP/GMP-6.1.1-intel-2017.00.eb
	modified:   k/Keras/Keras-2.1.2-Tensorflow-1.2.0-Python-3.6.1.eb
	new file:   p/p4vasp/p4vasp-0.3.30-GNU-4.9.3-2.25.eb
	new file:   p/p4vasp/p4vasp-GNU-4.9.3-2.25-test.eb
	modified:   p/p4vasp/p4vasp-GNU-4.9.3-2.25.eb
This commit is contained in:
Easy Build 2017-12-27 11:59:51 +01:00
parent 47195c9783
commit bad2422e1e
7 changed files with 111 additions and 5 deletions

View File

@ -0,0 +1,31 @@
# IT4Innovations 2017
easyblock = 'PythonPackage'
name = 'ASE'
version = '3.15.0'
versionsuffix = '-Python-%(pyver)s-base'
homepage = 'https://wiki.fysik.dtu.dk/ase/'
description = """ASE is a python package providing an open source Atomic Simulation Environment
in the Python scripting language."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = [PYPI_LOWER_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['5e22d961b1311ef4ba2d83527f7cc7448abac8cf9bddd1593bee548459263fe8']
dependencies = [
('Python', '2.7.13', '-base'),
('numpy', '1.13.0', '-Python-2.7.13-base'),
('scipy', '0.19.1', '-Python-2.7.13-base'),
('matplotlib', '2.0.2', '-Python-2.7.13-base'),
]
sanity_check_paths = {
'files': ['bin/ase-build', 'bin/ase-db', 'bin/ase-gui', 'bin/ase-info', 'bin/ase-run'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
moduleclass = 'chem'

View File

@ -0,0 +1,29 @@
# IT4Innovations 2017
easyblock = 'PythonPackage'
name = 'ASE'
version = '3.15.0'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://wiki.fysik.dtu.dk/ase/'
description = """ASE is a python package providing an open source Atomic Simulation Environment
in the Python scripting language."""
toolchain = {'name': 'intel', 'version': '2017a'}
source_urls = [PYPI_LOWER_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['5e22d961b1311ef4ba2d83527f7cc7448abac8cf9bddd1593bee548459263fe8']
dependencies = [
('Python', '2.7.13', '-base', True),
('numpy', '1.13.0', '-Python-2.7.13-base', True),
]
sanity_check_paths = {
'files': ['bin/ase-build', 'bin/ase-db', 'bin/ase-gui', 'bin/ase-info', 'bin/ase-run'],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
moduleclass = 'chem'

View File

@ -4,7 +4,7 @@ name = 'GMP'
version = '6.1.1'
homepage = 'http://gmplib.org/'
description = """GMP is a free library for arbitrary precision arithmetic,
description = """GMP is a free library for arbitrary precision arithmetic,
operating on signed integers, rational numbers, and floating point numbers. """
toolchain = {'name': 'intel', 'version': '2017.00'}

View File

@ -1,7 +1,7 @@
easyblock = 'PythonPackage'
name = 'Keras'
version = '2.0.5'
version = '2.1.2'
versionsuffix = '-Tensorflow-1.2.0-Python-%(pyver)s'
homepage = 'https://keras.io/'
@ -10,8 +10,8 @@ capable of running on top of either TensorFlow or Theano."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
source_urls = ['https://github.com/keras-team/keras/archive']
sources = ['%(version)s.tar.gz']
use_pip = True

View File

@ -0,0 +1,19 @@
name = 'p4vasp'
version = '0.3.30'
homepage = 'http://www.p4vasp.at'
description = """p4vasp is a visualization suite for the Vienna Ab-initio Simulation Package
(VASP). It contains an extensible GUI framework, that can be used to view
material structure, density of states, band-structure and more.
"""
toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'}
source_urls = [
'http://www.p4vasp.at/index.php/downloads/viewdownload/2-source-code'
]
sources = [SOURCELOWER_TGZ]
skipsteps = ['install', 'sanitycheck']
moduleclass = 'vis'

View File

@ -0,0 +1,23 @@
name = 'p4vasp'
version = '0.3.29'
homepage = 'http://www.p4vasp.at'
description = """p4vasp is a visualization suite for the Vienna Ab-initio Simulation Package
(VASP). It contains an extensible GUI framework, that can be used to view
material structure, density of states, band-structure and more.
"""
toolchain = {'name': '' , 'version': ''}
source_urls = [
'http://www.p4vasp.at/index.php/downloads/viewdownload/2-source-code'
]
sources = [SOURCELOWER_TGZ]
dependencies = [
('Python', '2.7.13'),
]
skipsteps = ['install', 'sanitycheck']
moduleclass = 'vis'

View File

@ -7,13 +7,17 @@ description = """p4vasp is a visualization suite for the Vienna Ab-initio Simula
material structure, density of states, band-structure and more.
"""
toolchain = {'name': 'GNU', 'version': '4.9.3-2.25'}
toolchain = {'name': '', 'version': ''}
source_urls = [
'http://www.p4vasp.at/index.php/downloads/viewdownload/2-source-code'
]
sources = [SOURCELOWER_TGZ]
dependency = [
('Python', '2.7.13'),
]
skipsteps = ['install', 'sanitycheck']
moduleclass = 'vis'