mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
modified: a/ANSYS/ANSYS-19-intel-2017b.eb
new file: p/pyFFTW/pyFFTW-0.10.4-Py-2.7.eb deleted: a/ANSYS/.ANSYS-19-intel-2017b.eb.swp
This commit is contained in:
parent
e0b33996bc
commit
7a71ce19f2
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
# IT4Innovations 2018
|
||||
|
||||
name = 'ANSYS'
|
||||
version = '19'
|
||||
version = '19.0'
|
||||
|
||||
homepage = 'http://www.ansys.com'
|
||||
description = """ANSYS simulation software enables organizations to confidently predict
|
||||
@ -12,7 +12,7 @@ toolchain = {'name': 'intel', 'version': '2017b'}
|
||||
|
||||
# create a zip file from the 3 install iso files.
|
||||
# make sure all files of the iso's are in the same directory.
|
||||
sources = ['ANSYS-19.zip']
|
||||
sources = ['ANSYS-19.0.zip']
|
||||
|
||||
import os
|
||||
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')
|
||||
|
25
p/pyFFTW/pyFFTW-0.10.4-Py-2.7.eb
Normal file
25
p/pyFFTW/pyFFTW-0.10.4-Py-2.7.eb
Normal file
@ -0,0 +1,25 @@
|
||||
# IT4Innovations 2018
|
||||
|
||||
easyblock = "PythonPackage"
|
||||
name = 'pyFFTW'
|
||||
version = '0.10.4'
|
||||
|
||||
homepage = 'https://pypi.python.org/pypi/pyFFTW'
|
||||
description = 'A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms.'
|
||||
|
||||
toolchain = {'name': 'Py', 'version': '2.7'}
|
||||
|
||||
source_urls = [PYPI_SOURCE]
|
||||
sources = [SOURCE_TAR_GZ]
|
||||
|
||||
dependencies = [
|
||||
('FFTW', '3.3.7', '', ('GCC', '6.3.0-2.27')),
|
||||
('numpy', '1.13.3'),
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': [],
|
||||
'dirs': ['lib'],
|
||||
}
|
||||
|
||||
moduleclass = 'python'
|
Loading…
x
Reference in New Issue
Block a user