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:
Lukáš Krupčík 2018-04-20 07:09:12 +02:00
parent e0b33996bc
commit 7a71ce19f2
3 changed files with 27 additions and 2 deletions

Binary file not shown.

View File

@ -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')

View 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'