From a80f36eac405fd2a5c009cf5781dd419673cc713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Thu, 17 May 2018 09:34:39 +0200 Subject: [PATCH] modified: a/ANSYS/ANSYS-18.2-intel-2017a.eb modified: a/ANSYS/ANSYS-19-intel-2017b.eb Former-commit-id: 9164925d2fd5a60c37be9af2574a2dc2445cb477 --- a/ANSYS/ANSYS-18.2-intel-2017a.eb | 7 ++++--- a/ANSYS/ANSYS-19-intel-2017b.eb | 7 +++++-- 2 files changed, 9 insertions(+), 5 deletions(-) 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