mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
new file: a/Advisor/Advisor-2017_update3.eb
new file: s/Singularity/Singularity-2.3-develop.eb
This commit is contained in:
parent
2cdd6b7184
commit
87ba8e321e
22
a/Advisor/Advisor-2017_update3.eb
Normal file
22
a/Advisor/Advisor-2017_update3.eb
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name = 'Advisor'
|
||||||
|
version = '2017_update3'
|
||||||
|
|
||||||
|
homepage = 'https://software.intel.com/intel-advisor-xe'
|
||||||
|
description = """Vectorization Optimization and Thread Prototyping
|
||||||
|
- Vectorize & thread code or performance “dies”
|
||||||
|
- Easy workflow + data + tips = faster code faster
|
||||||
|
- Prioritize, Prototype & Predict performance gain
|
||||||
|
"""
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
|
sources = ['advisor_%(version)s.tar.gz']
|
||||||
|
|
||||||
|
checksums = ['9e8759ad81cc2f2dad73cb2a95877ff0']
|
||||||
|
|
||||||
|
dontcreateinstalldir = 'True'
|
||||||
|
|
||||||
|
# license file
|
||||||
|
license_file = '/apps/licenses/intel/license.lic'
|
||||||
|
|
||||||
|
moduleclass = 'perf'
|
23
s/Singularity/Singularity-2.3-develop.eb
Normal file
23
s/Singularity/Singularity-2.3-develop.eb
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
|
name = 'Singularity'
|
||||||
|
version = '2.3'
|
||||||
|
versionsuffix = '-develop'
|
||||||
|
|
||||||
|
homepage = 'http://gmkurtzer.github.io/singularity'
|
||||||
|
description = """Singularity is a portable application stack packaging and runtime utility."""
|
||||||
|
|
||||||
|
toolchain = {'name': 'dummy', 'version': ''}
|
||||||
|
|
||||||
|
source_urls = ['http://github.com/singularityware/singularity/archive']
|
||||||
|
sources = ['development.zip']
|
||||||
|
|
||||||
|
builddependencies = [('Autotools', '20150215')]
|
||||||
|
|
||||||
|
preconfigopts = './autogen.sh && '
|
||||||
|
|
||||||
|
modextravars = {'SINGULARITY_OVERLAYFS_ENABLED': '1'}
|
||||||
|
|
||||||
|
modluafooter = 'add_property("state","experimental")'
|
||||||
|
|
||||||
|
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user