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'