mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-19 05:00:50 +01:00
new file: p/phono3py/phono3py-1.11.13.35-Py-2.7.eb
new file: p/phono3py/phono3py-1.12.7.46-intel-2017a-Python-2.7.13.eb deleted: p/phono3py/phono3py-1.11.13.35-intel-2017a-Python-2.7.13.eb
This commit is contained in:
parent
01011adf7d
commit
a9e70a6209
30
p/phono3py/phono3py-1.11.13.35-Py-2.7.eb
Normal file
30
p/phono3py/phono3py-1.11.13.35-Py-2.7.eb
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# IT4Innovations 2018
|
||||||
|
|
||||||
|
easyblock = "PythonPackage"
|
||||||
|
|
||||||
|
name = 'phono3py'
|
||||||
|
version = '1.11.13.35'
|
||||||
|
|
||||||
|
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
|
||||||
|
description = """This software calculates phonon-phonon interaction related properties"""
|
||||||
|
|
||||||
|
toolchain = {'name': 'Py', 'version': '2.7'}
|
||||||
|
|
||||||
|
sources = [SOURCELOWER_TAR_GZ]
|
||||||
|
source_urls = ['http://sourceforge.net/projects/phonopy/files/phono3py/']
|
||||||
|
|
||||||
|
prebuildopts = 'python setup.py build #' # notice the hash hack to override setup.py
|
||||||
|
preinstallopts = 'python setup.py install --prefix=%(installdir)s #' # another hack
|
||||||
|
skipsteps = ['test']
|
||||||
|
options = {'modulename': 'phonopy'}
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('OpenBLAS', '0.2.19', '-GCC-6.3.0-2.27-LAPACK-3.7.0', True),
|
||||||
|
('numpy', '1.13.3'),
|
||||||
|
('h5py', '2.7.1'),
|
||||||
|
('matplotlib', '2.1.1'),
|
||||||
|
('PyYAML', '3.12'),
|
||||||
|
('phonopy', '1.12.4.11'),
|
||||||
|
]
|
||||||
|
|
||||||
|
moduleclass = 'phys'
|
@ -1,15 +1,15 @@
|
|||||||
easyblock = "PythonPackage"
|
easyblock = "PythonPackage"
|
||||||
|
|
||||||
name = 'phono3py'
|
name = 'phono3py'
|
||||||
version = '1.11.13.35'
|
version = '1.12.7.46'
|
||||||
|
|
||||||
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
|
homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
|
||||||
description = """This software calculates phonon-phonon interaction related properties"""
|
description = """This software calculates phonon-phonon interaction related properties"""
|
||||||
|
|
||||||
toolchain = {'name': 'intel', 'version': '2017a'}
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
||||||
|
|
||||||
sources = [SOURCELOWER_TAR_GZ]
|
source_urls = ['https://pypi.python.org/packages/a5/93/3a9cc9f134ba1f7aa246a27c8a02137e7f9a7311df87ae656bba9051c6df/']
|
||||||
source_urls = ['http://sourceforge.net/projects/phonopy/files/phono3py/']
|
sources = ['%(name)s-%(version)s.tar.gz']
|
||||||
|
|
||||||
prebuildopts = 'python setup.py build #' # notice the hash hack to override setup.py
|
prebuildopts = 'python setup.py build #' # notice the hash hack to override setup.py
|
||||||
preinstallopts = 'python setup.py install --prefix=%(installdir)s #' # another hack
|
preinstallopts = 'python setup.py install --prefix=%(installdir)s #' # another hack
|
Loading…
x
Reference in New Issue
Block a user