Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
954a5ab0
Commit
954a5ab0
authored
May 17, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-anselm'
parents
f8deee52
9164925d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
a/ANSYS/ANSYS-18.2-intel-2017a.eb
a/ANSYS/ANSYS-18.2-intel-2017a.eb
+4
-3
a/ANSYS/ANSYS-19-intel-2017b.eb
a/ANSYS/ANSYS-19-intel-2017b.eb
+5
-2
No files found.
a/ANSYS/ANSYS-18.2-intel-2017a.eb
View file @
954a5ab0
...
...
@@ -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
...
...
a/ANSYS/ANSYS-19-intel-2017b.eb
View file @
954a5ab0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment