diff --git a/a/ANSYS/ANSYS-18.2-intel-2017a.eb b/a/ANSYS/ANSYS-18.2-intel-2017a.eb index 355d30d9..8b74e018 100644 --- a/a/ANSYS/ANSYS-18.2-intel-2017a.eb +++ b/a/ANSYS/ANSYS-18.2-intel-2017a.eb @@ -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 diff --git a/a/ANSYS/ANSYS-19-intel-2017b.eb b/a/ANSYS/ANSYS-19-intel-2017b.eb index 70b18bfb..c3162be0 100644 --- a/a/ANSYS/ANSYS-19-intel-2017b.eb +++ b/a/ANSYS/ANSYS-19-intel-2017b.eb @@ -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