mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-27 08:41:28 +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
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user