Merge branch 'it4i-anselm'

Former-commit-id: 954a5ab063abc3f86141fdb63820b952296454c8
This commit is contained in:
Lukáš Krupčík 2018-05-17 09:39:58 +02:00
commit db14161f00
2 changed files with 9 additions and 5 deletions

View File

@ -4,8 +4,8 @@ name = 'ANSYS'
version = '18.2' version = '18.2'
homepage = 'http://www.ansys.com' homepage = 'http://www.ansys.com'
description = """ANSYS simulation software enables organizations to confidently predict description = """ANSYS simulation software enables organizations to confidently predict
how their products will operate in the real world. We believe that every product is how their products will operate in the real world. We believe that every product is
a promise of something greater. """ a promise of something greater. """
toolchain = {'name': 'intel', 'version': '2017a'} toolchain = {'name': 'intel', 'version': '2017a'}
@ -15,7 +15,8 @@ toolchain = {'name': 'intel', 'version': '2017a'}
sources = ['ANSYS-18.2.zip'] sources = ['ANSYS-18.2.zip']
dependencies = [ dependencies = [
('libpng', '1.2.59', '', True) ('libpng', '1.2.59', '', True),
# ('libX11', '1.6.3', '', True),
] ]
import os import os

View File

@ -15,11 +15,14 @@ toolchain = {'name': 'intel', 'version': '2017b'}
sources = ['ANSYS-19.0.zip'] sources = ['ANSYS-19.0.zip']
dependencies = [ dependencies = [
('libpng', '1.2.59', '', True) ('libpng', '1.2.59', '', True),
('libXrender', '0.9.9', '', True),
] ]
modextrapaths = { modextrapaths = {
'LD_LIBRARY_PATH': ['$LD_LIBRARY_PATH:%(installdir)s/v190/Electronics/Linux64/defer:%(installdir)s/v190/Framework/bin/Linux64'], # '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',
} }
import os import os