modified: a/ANSYS/ANSYS-18.0-intel-2017a.eb

modified:   a/ANSYS/ANSYS-18.0.eb
	modified:   a/ANSYS/ANSYS-18.2-intel-2017a.eb
	modified:   a/ANSYS/ANSYS-19-intel-2017b.eb
	new file:   l/libpng/file.err
	new file:   l/libpng/libpng-1.2.59.eb
This commit is contained in:
Lukáš Krupčík 2018-05-04 08:25:20 +02:00
parent 5ab673c77f
commit cef2814469
6 changed files with 51 additions and 8 deletions

View File

@ -1,3 +1,5 @@
# IT4Innovations 2017
name = 'ANSYS'
version = '18.0'
@ -12,6 +14,10 @@ toolchain = {'name': 'intel', 'version': '2017a'}
# make sure all files of the iso's are in the same directory.
sources = ['ANSYS-18.0.zip']
dependencies = [
('libpng', '1.2.59', '', True)
]
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')

View File

@ -1,3 +1,5 @@
# IT4Innovations 2017
name = 'ANSYS'
version = '18.0'
@ -6,12 +8,16 @@ description = """ANSYS simulation software enables organizations to confidently
how their products will operate in the real world. We believe that every product is
a promise of something greater. """
toolchain = {'name': 'dummy', 'version': 'dummy'}
toolchain = {'name': 'dummy', 'version': ''}
# 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-18.0.zip']
dependencies = [
('libpng', '1.2.59', '', True)
]
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')

View File

@ -1,14 +1,11 @@
# IT4Innovations 2018
name = 'ANSYS'
version = '18.2'
homepage = 'http://www.ansys.com'
<<<<<<< HEAD
description = """ANSYS simulation software enables organizations to confidently predict
how their products will operate in the real world. We believe that every product is
=======
description = """ANSYS simulation software enables organizations to confidently predict
how their products will operate in the real world. We believe that every product is
>>>>>>> e33c4dbf29516f08a1821b5a17556f7d0df2e1b5
a promise of something greater. """
toolchain = {'name': 'intel', 'version': '2017a'}
@ -17,6 +14,10 @@ toolchain = {'name': 'intel', 'version': '2017a'}
# make sure all files of the iso's are in the same directory.
sources = ['ANSYS-18.2.zip']
dependencies = [
('libpng', '1.2.59', '', True)
]
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')

View File

@ -4,8 +4,8 @@ name = 'ANSYS'
version = '19.0'
homepage = 'http://www.ansys.com'
description = """ANSYS simulation software enables organizations to confidently predict
how their products will operate in the real world. We believe that every product is
description = """ANSYS simulation software enables organizations to confidently predict
how their products will operate in the real world. We believe that every product is
a promise of something greater. """
toolchain = {'name': 'intel', 'version': '2017b'}
@ -14,6 +14,14 @@ toolchain = {'name': 'intel', 'version': '2017b'}
# make sure all files of the iso's are in the same directory.
sources = ['ANSYS-19.0.zip']
dependencies = [
('libpng', '1.2.59', '', True)
]
modextrapaths = {
'LD_LIBRARY_PATH': ['$LD_LIBRARY_PATH:%(installdir)s/v190/Electronics/Linux64/defer:%(installdir)s/v190/Framework/bin/Linux64'],
}
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')

1
l/libpng/file.err Normal file
View File

@ -0,0 +1 @@
/COM,ANSYS RELEASE Release 19.0 BUILD 19.0 UP20171214 14:17:35

21
l/libpng/libpng-1.2.59.eb Normal file
View File

@ -0,0 +1,21 @@
easyblock = 'ConfigureMake'
name = 'libpng'
version = '1.2.59'
homepage = 'http://www.libpng.org/pub/png/libpng.html'
description = "libpng is the official PNG reference library"
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
dependencies = [('zlib', '1.2.11')]
preconfigopts = 'export LDFLAGS="-L/apps/all/zlib/1.2.11/lib" CPPFLAGS="-I/apps/all/zlib/1.2.11/include" &&'
configopts = "--with-pic"
moduleclass = 'lib'