From 87ba8e321e6e3b6d9bf3609468c0f87da4bf2fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 13 Jun 2017 07:51:19 +0200 Subject: [PATCH] new file: a/Advisor/Advisor-2017_update3.eb new file: s/Singularity/Singularity-2.3-develop.eb --- a/Advisor/Advisor-2017_update3.eb | 22 ++++++++++++++++++++++ s/Singularity/Singularity-2.3-develop.eb | 23 +++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 a/Advisor/Advisor-2017_update3.eb create mode 100644 s/Singularity/Singularity-2.3-develop.eb diff --git a/a/Advisor/Advisor-2017_update3.eb b/a/Advisor/Advisor-2017_update3.eb new file mode 100644 index 00000000..d293ad6a --- /dev/null +++ b/a/Advisor/Advisor-2017_update3.eb @@ -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' diff --git a/s/Singularity/Singularity-2.3-develop.eb b/s/Singularity/Singularity-2.3-develop.eb new file mode 100644 index 00000000..f248ddc8 --- /dev/null +++ b/s/Singularity/Singularity-2.3-develop.eb @@ -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'