new file: a/Advisor/Advisor-2017_update3.eb

new file:   s/Singularity/Singularity-2.3-develop.eb
This commit is contained in:
Lukáš Krupčík 2017-06-13 07:51:19 +02:00
parent 2cdd6b7184
commit 87ba8e321e
2 changed files with 45 additions and 0 deletions

View 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'

View 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'