From 20d592642663d4d43d88713839ede44561570379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 18 Sep 2017 08:12:32 +0200 Subject: [PATCH] new file: m/make/make-4.2.1.eb new file: r/Ruby/Ruby-2.3.4-test.eb new file: r/Ruby/Ruby-2.4.1.eb modified: v/VTune/VTune-2016_update1.eb new file: v/VTune/VTune-2017_update2.eb deleted: r/Ruby/Ruby-2.3.4.eb --- m/make/make-4.2.1.eb | 33 ++++++++++++ r/Ruby/{Ruby-2.3.4.eb => Ruby-2.3.4-test.eb} | 1 + r/Ruby/Ruby-2.4.1.eb | 56 ++++++++++++++++++++ v/VTune/VTune-2016_update1.eb | 5 +- v/VTune/VTune-2017_update2.eb | 31 +++++++++++ 5 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 m/make/make-4.2.1.eb rename r/Ruby/{Ruby-2.3.4.eb => Ruby-2.3.4-test.eb} (98%) create mode 100644 r/Ruby/Ruby-2.4.1.eb create mode 100644 v/VTune/VTune-2017_update2.eb diff --git a/m/make/make-4.2.1.eb b/m/make/make-4.2.1.eb new file mode 100644 index 00000000..4034babe --- /dev/null +++ b/m/make/make-4.2.1.eb @@ -0,0 +1,33 @@ +# Built with EasyBuild version 2.1.1 on 2015-06-30_09-13-57 +## +# This file is an EasyBuild recipy as per https://github.com/hpcugent/easybuild +# +# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA +# Authors:: Fotis Georgatos +# License:: MIT/GPL +# $Id$ +# +# This work implements a part of the HPCBIOS project and is a component of the policy: +# http://hpcbios.readthedocs.org/en/latest/ +## + +easyblock = 'ConfigureMake' + +name = 'make' +version = '4.2.1' + +homepage = 'http://www.gnu.org/software/make/make.html' +description = "make-4.2.1: GNU version of make utility" + +# fi. http://ftp.gnu.org/gnu/make/make-3.82.tar.gz +sources = ['make-%(version)s.tar.bz2'] +source_urls = [GNU_SOURCE] + +toolchain = {'name': 'dummy', 'version': ''} + +sanity_check_paths = { + 'files': ['bin/make'], + 'dirs': [] +} + +moduleclass = 'devel' diff --git a/r/Ruby/Ruby-2.3.4.eb b/r/Ruby/Ruby-2.3.4-test.eb similarity index 98% rename from r/Ruby/Ruby-2.3.4.eb rename to r/Ruby/Ruby-2.3.4-test.eb index 0f616b35..d2d4b21e 100644 --- a/r/Ruby/Ruby-2.3.4.eb +++ b/r/Ruby/Ruby-2.3.4-test.eb @@ -1,5 +1,6 @@ name = 'Ruby' version = '2.3.4' +versionsuffix = '-test' homepage = 'https://www.ruby-lang.org' description = """Ruby is a dynamic, open source programming language with diff --git a/r/Ruby/Ruby-2.4.1.eb b/r/Ruby/Ruby-2.4.1.eb new file mode 100644 index 00000000..2c6dd0f8 --- /dev/null +++ b/r/Ruby/Ruby-2.4.1.eb @@ -0,0 +1,56 @@ +name = 'Ruby' +version = '2.4.1' + +homepage = 'https://www.ruby-lang.org' +description = """Ruby is a dynamic, open source programming language with + a focus on simplicity and productivity. It has an elegant syntax that is + natural to read and easy to write.""" + +toolchain = {'name': 'dummy', 'version': ''} + +sources = [SOURCELOWER_TAR_GZ] +source_urls = ['http://cache.ruby-lang.org/pub/ruby/'] + +ext_options = { + 'source_urls': ['http://rubygems.org/downloads/'], + 'source_tmpl': '%(name)s-%(version)s.gem', +} + +exts_list = [ + ('ffi', '1.9.14', ext_options), + ('childprocess', '0.5.9', ext_options), + ('json', '2.0.2', ext_options), + ('cabin', '0.9.0', ext_options), + ('backports', '3.6.8', ext_options), + ('arr-pm', '0.0.10', ext_options), + ('clamp', '1.1.1', ext_options), + ('multipart-post', '2.0.0', ext_options), + ('faraday', '0.10.0', ext_options), + ('faraday_middleware', '0.10.1', ext_options), + ('highline', '1.7.8', ext_options), + ('net-http-pipeline', '1.0.1', ext_options), + ('net-http-persistent', '2.9.4', ext_options), + ('multi_json', '1.12.1', ext_options), + ('public_suffix', '2.0.4', ext_options), + ('addressable', '2.4.0', ext_options), + ('gh', '0.15.0', ext_options), + ('launchy', '2.4.3', ext_options), + ('ethon', '0.10.1', ext_options), + ('typhoeus', '0.6.9', ext_options), + ('websocket', '1.2.3', ext_options), + ('pusher-client', '0.6.2', ext_options), + ('diff-lcs', '1.2.5', ext_options), + ('rspec-support', '3.5.0', ext_options), + ('rspec-mocks', '3.5.0', ext_options), + ('rspec-expectations', '3.5.0', ext_options), + ('rspec-core', '3.5.4', ext_options), + ('rspec', '3.5.0', ext_options), + ('rack', '1.6.5', ext_options), + ('rack-protection', '1.5.3', ext_options), + ('tilt', '2.0.5', ext_options), + ('sinatra', '1.4.7', ext_options), + ('rack-test', '0.6.3', ext_options), + ('faraday', '0.12.0.1', ext_options), +] + +moduleclass = 'lang' diff --git a/v/VTune/VTune-2016_update1.eb b/v/VTune/VTune-2016_update1.eb index 112489b9..722826d2 100644 --- a/v/VTune/VTune-2016_update1.eb +++ b/v/VTune/VTune-2016_update1.eb @@ -4,15 +4,14 @@ version = '2016_update1' homepage = 'http://software.intel.com/en-us/intel-vtune-amplifier-xe' description = "Intel VTune Amplifier XE 2016 is the premier performance profiler for C, C++, C#, Fortran, Assembly and Java." -toolchain = {'name': 'dummy', 'version': 'dummy'} +toolchain = {'name': 'dummy', 'version': ''} sources = ['vtune_amplifier_xe_%(version)s.tar.gz'] dontcreateinstalldir = 'True' # license file -import os -license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic") +license_file = '/apps/licenses/intel/license.lic' sanity_check_paths = { 'files': [], diff --git a/v/VTune/VTune-2017_update2.eb b/v/VTune/VTune-2017_update2.eb new file mode 100644 index 00000000..5fa30f35 --- /dev/null +++ b/v/VTune/VTune-2017_update2.eb @@ -0,0 +1,31 @@ +name = 'VTune' +version = '2017_update2' + +homepage = 'http://software.intel.com/en-us/intel-vtune-amplifier-xe' +description = """Intel VTune Amplifier XE is the premier performance profiler for C, C++, C#, Fortran, + Assembly and Java.""" + +checksums = ['1ef91898e107a1da015305def80091e4'] + +toolchain = {'name': 'dummy', 'version': ''} + +sources = ['vtune_amplifier_xe_%(version)s.tar.gz'] + +dontcreateinstalldir = 'True' + +# license file +license_file = '/apps/licenses/intel/license.lic' + +sanity_check_paths = { + 'files': [], + 'dirs': ['modules'], +} + +# Do necessary post-install steps to build VTune kernel modules +postinstallcmds = [ + 'mkdir %(installdir)s/modules', + 'cd %(installdir)s/vtune_amplifier_xe/sepdk/src/ && ' + './build-driver --install-dir=%(installdir)s/modules --non-interactive', +] + +moduleclass = 'tools'