Merge branch 'it4i-anselm'

Former-commit-id: 9ecbd0232b4835cfb058305f9aa87db1fa61e7d0
This commit is contained in:
Lukáš Krupčík 2018-05-22 14:10:24 +02:00
commit 166bdfeb09
3 changed files with 8 additions and 6 deletions

View File

@ -2,6 +2,7 @@
name = 'ANSYS'
version = '19.0'
versionsuffix = '-X11'
homepage = 'http://www.ansys.com'
description = """ANSYS simulation software enables organizations to confidently predict
@ -15,15 +16,16 @@ toolchain = {'name': 'intel', 'version': '2017b'}
sources = ['ANSYS-19.0.zip']
dependencies = [
('libpng', '1.2.59', '', True),
('libXrender', '0.9.9', '', True),
# ('libpng', '1.2.59', '', True),
# ('libXrender', '0.9.9', '', True),
('X11', '20170314', '', True),
]
modextrapaths = {
#modextrapaths = {
# 'LD_LIBRARY_PATH': ['$LD_LIBRARY_PATH:%(installdir)s/v190/Electronics/Linux64/defer:%(installdir)s/v190/Framework/bin/Linux64'],
'LD_LIBRARY_PATH': 'v190/Electronics/Linux64/defer',
'LD_LIBRARY_PATH': 'v190/Framework/bin/Linux64',
}
# 'LD_LIBRARY_PATH': 'v190/Electronics/Linux64/defer',
# 'LD_LIBRARY_PATH': 'v190/Framework/bin/Linux64',
#}
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')

Binary file not shown.

Binary file not shown.