mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
modified: a/ANSYS/ANSYS-18.2-intel-2017a.eb
modified: a/ANSYS/ANSYS-19-intel-2017b.eb Former-commit-id: 9164925d2fd5a60c37be9af2574a2dc2445cb477
This commit is contained in:
parent
26dc76db68
commit
a80f36eac4
@ -4,8 +4,8 @@ name = 'ANSYS'
|
||||
version = '18.2'
|
||||
|
||||
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': '2017a'}
|
||||
@ -15,7 +15,8 @@ toolchain = {'name': 'intel', 'version': '2017a'}
|
||||
sources = ['ANSYS-18.2.zip']
|
||||
|
||||
dependencies = [
|
||||
('libpng', '1.2.59', '', True)
|
||||
('libpng', '1.2.59', '', True),
|
||||
# ('libX11', '1.6.3', '', True),
|
||||
]
|
||||
|
||||
import os
|
||||
|
@ -15,11 +15,14 @@ toolchain = {'name': 'intel', 'version': '2017b'}
|
||||
sources = ['ANSYS-19.0.zip']
|
||||
|
||||
dependencies = [
|
||||
('libpng', '1.2.59', '', True)
|
||||
('libpng', '1.2.59', '', True),
|
||||
('libXrender', '0.9.9', '', True),
|
||||
]
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user