Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
38045be0
Commit
38045be0
authored
Feb 13, 2019
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-salomon'
parents
62b1533b
3d9a43d5
Pipeline
#5913
passed with stage
in 17 seconds
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
89 additions
and
3 deletions
+89
-3
ANSYS-19.3-intel-2017c.eb
a/ANSYS/ANSYS-19.3-intel-2017c.eb
+21
-0
Cargo-0.18.0.eb
c/Cargo/Cargo-0.18.0.eb
+35
-0
Molpro-mpp-2018.2.0.linux_x86_64_openmp.eb
m/Molpro/Molpro-mpp-2018.2.0.linux_x86_64_openmp.eb
+5
-3
Rust-1.32.0.eb
r/Rust/Rust-1.32.0.eb
+28
-0
No files found.
a/ANSYS/ANSYS-19.3-intel-2017c.eb
0 → 100644
View file @
38045be0
# IT4Innovations 2019
name = 'ANSYS'
version = '19.3'
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
a promise of something greater. """
toolchain = {'name': 'intel', 'version': '2017c'}
# create a zip file from the 3 install iso files.
# make sure all files of the iso's are in the same directory.
sources = ['ANSYS-19.3.tar.gz']
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')
moduleclass = 'tools'
c/Cargo/Cargo-0.18.0.eb
0 → 100644
View file @
38045be0
# iT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'Cargo'
version = '0.18.0'
homepage = 'https://crates.io/'
description = "The Rust package manager"
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://github.com/rust-lang/cargo/archive/']
sources = ['%(version)s.tar.gz']
dependencies = [
('Rust', '1.32.0'),
]
builddependencies = [
('CMake', '3.13.1'),
('Py', '2.7'),
('cURL', '7.56.1'),
]
buildopts = 'VERBOSE=1'
# rust-installer is a git submodule, but not included in the sources pulled from GitHub
# see also https://github.com/rust-lang/cargo/issues/2130
preinstallopts = "cp -a %(builddir)s/rust-installer*/* %(builddir)s/cargo-%(version)s/src/rust-installer && "
sanity_check_paths = {
'files': ['bin/cargo'],
'dirs': ['etc', 'lib/rustlib', 'share'],
}
moduleclass = 'tools'
m/Molpro/Molpro-mpp-201
5.1.1
0.linux_x86_64_openmp.eb
→
m/Molpro/Molpro-mpp-201
8.2.
0.linux_x86_64_openmp.eb
View file @
38045be0
# IT4Innovations 2019
name = 'Molpro'
version = '2018.2.0'
versionprefix = 'mpp-'
version = '2015.1.10'
versionsuffix = '.linux_x86_64_openmp'
homepage = 'https://www.molpro.net'
description = """Molpro is a complete system of ab initio programs for molecular electronic structure calculations."""
toolchain = {'name': 'dummy', 'version': '
dummy
'}
toolchain = {'name': 'dummy', 'version': ''}
# no source URL available, requires registration to download
sources = ['%(namelower)s-%(versionprefix)s%(version)s%(versionsuffix)s.sh']
...
...
@@ -15,6 +17,6 @@ precompiled_binaries = True
# license file - uncomment if a licence file is supplied by your site and
# is valid for all users - the value of license_file may have to be changed
#license_file = HOME + '/licenses/%(name)s/license.lic'
#
license_file = HOME + '/licenses/%(name)s/license.lic'
moduleclass = 'chem'
r/Rust/Rust-1.32.0.eb
0 → 100644
View file @
38045be0
# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'Rust'
version = '1.32.0'
homepage = 'https://www.rust-lang.org'
description = """Rust is a systems programming language that runs blazingly fast, prevents segfaults,
and guarantees thread safety."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['https://static.rust-lang.org/dist/']
sources = ['rustc-%(version)s-src.tar.gz']
builddependencies = [
('Py', '2.7'),
('CMake', '3.13.1'),
('binutils', '2.27'),
]
sanity_check_paths = {
'files': ['bin/rustc', 'bin/rustdoc'],
'dirs': ['share/doc', 'share/man', 'lib/rustlib'],
}
moduleclass = 'lang'
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