From 3cd673de3a96b501c12f2f278d58153e6591172c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Wed, 10 May 2017 06:55:54 +0200 Subject: [PATCH] new file: o/OpenCL-runtime/.OpenCL-runtime-16.1.1.eb.swp new file: o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb --- .../.OpenCL-runtime-16.1.1.eb.swp | Bin 0 -> 12288 bytes o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb | 38 ++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 o/OpenCL-runtime/.OpenCL-runtime-16.1.1.eb.swp create mode 100644 o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb diff --git a/o/OpenCL-runtime/.OpenCL-runtime-16.1.1.eb.swp b/o/OpenCL-runtime/.OpenCL-runtime-16.1.1.eb.swp new file mode 100644 index 0000000000000000000000000000000000000000..9b75981533ef35d6b5a5a8b00d6e86f12dcd2825 GIT binary patch literal 12288 zcmeI2O^X~w7{@Cf)o5OhB9ybl-o=^j-MFr1K`%j2$hxN$BrHu$_cJ}^)Js!Uz3V7J z(12&pDuPEpfS{rt1i`EM0=^x5!SCR|dU_LB!rl|AhClV%Pd(4Co*o#crkiiRzQ#&$lr^w!7zr>FnC$QTK~oOV*xaqf(wY$Hu?;EY9>Dn#4*;;z-cRarBWji1P{ zEel)hw`8v0n7Gaasp(XAvbB?M;X~82_eryfKq7F8Ko@3{m(CwNe|2j!&a91|;g>HR zoLZE+i9jNd2qXfDKq8O`Bm#**BJeO12<*9f9Dzd8~O|S7WxMI61ojthAu)EpgWJl4)i1RH8g_=+K1kNcA=-BKj6b}(67+X z&{xps&}Y!6Q1tNwD3wGY5l93QfkYq?NCXmrMBo7?pkuLhr>IiGd;T)dlrT-k*e%9U zvRXQy?ed$MlGB~->~Opqo=HWk@i^p#kzrX@bE+0)E5bY)dXKTgxHzL~Zuw|y#9!f8 z)}`@5CFj%T|9e2CQm|w`&2WtCn z)?XgZ4jEIjBIBuyE@PqfdGs)U+e)*JPD6pr(R%jU{@$zE#+Z+W^?ro5G=WrX41+o9 z(FT*cwJyLETjRqFkLKZn?Oa7G4=nBzSE?ND6PH)kkH~pMx8ciocD745FL(0od^5lL zLLQoTqpLkHzLw2HXm^XkQ6qhDJrcwa$W3Z{Y?Kvs-g}l;Ru^JXD_uxel}7mD+UC}^ z;?&NotIPM@v_H)?e&C5~VLF`5lAr8BH6Owm!YVtb2G+q^Rn3Jo@t`v!G$Bc{y3=}@ zjd?ai8ppC*jEzPkhNY&{WC&6pxtmci-(llI{n)lHL*w<+BV7ad( zT5=|8n?p?!P_1dm#Q6=Wh+X#<9UY^v2wii?Dh(=I~`ssxC-RsjlH%O-IOHpR<~L=Rk*+3{(?)-!<>+R&Lbre{g^wu6e=tyGe-y^z^rg}A6Dh8_mftMfFSjl&8?;u zcwn^8I*+uw%k*B3k(qS9==+nnMWyf!F&uJybd_Nli-{2XEALLO(qnCZ@m|?#ac?$b F{{v#A%^3gy literal 0 HcmV?d00001 diff --git a/o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb b/o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb new file mode 100644 index 00000000..816a242c --- /dev/null +++ b/o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb @@ -0,0 +1,38 @@ +easyblock = 'OpenCL' + +name = 'OpenCL-runtime' +version = '16.1.1' + +homepage = 'https://software.intel.com/en-us/intel-opencl' +description = """OpenCLâ„¢ is the first open, royalty-free standard for cross-platform, +parallel programming of modern processors found in personal computers, servers and handheld/embedded devices. +OpenCL (Open Computing Language) greatly improves speed and responsiveness for a wide spectrum of applications +in numerous market categories from gaming and entertainment to scientific and medical software. +""" + +toolchain = {'name': 'dummy', 'version': ''} + +source_urls = [ + # Use manually downloaded sources + #'http://registrationcenter-download.intel.com/akdlm/irc_nas/9019/opencl_runtime_16.1.1_x64_rh_6.4.0.25.tgz' +] + +sources = ['opencl_runtime_%(version)s_x64_rh_6.4.0.25.tgz'] + +# license file +import os +license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic") + +skipsteps = ['build'] + +postinstallcmds = [ + 'mkdir %(installdir)s/bin', + 'echo "1" > %(installdir)s/bin/hack_for_instalation' +] + +#sanity_check_paths = { +# 'files': [''], +# 'dirs': ['lib64'], +#} + +moduleclass = 'lang'