mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
modified: o/OpenCL-runtime/OpenCL-runtime-16.1.1.eb
new file: p/ParaView/.ParaView-5.4.0-intel-2017a-OSPRay-test.eb.swp new file: p/ParaView/ParaView-5.4.0-intel-2017a-mpi-OSPRay.eb modified: t/Tk/Tk-8.6.5.eb modified: t/Tk/Tk-8.6.6.eb deleted: p/ParaView/ParaView-5.4.0-intel-2017a-OSPRay.eb
This commit is contained in:
parent
830bdf8d2e
commit
7220217813
@ -1,3 +1,4 @@
|
|||||||
|
#IT4Innovations 2017
|
||||||
easyblock = 'OpenCL'
|
easyblock = 'OpenCL'
|
||||||
|
|
||||||
name = 'OpenCL-runtime'
|
name = 'OpenCL-runtime'
|
||||||
@ -20,8 +21,9 @@ source_urls = [
|
|||||||
sources = ['opencl_runtime_%(version)s_x64_rh_6.4.0.25.tgz']
|
sources = ['opencl_runtime_%(version)s_x64_rh_6.4.0.25.tgz']
|
||||||
|
|
||||||
# license file
|
# license file
|
||||||
import os
|
#import os
|
||||||
license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
|
#license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
|
||||||
|
license_file = "/apps/licenses/intel/license.lic"
|
||||||
|
|
||||||
skipsteps = ['build']
|
skipsteps = ['build']
|
||||||
|
|
||||||
|
BIN
p/ParaView/.ParaView-5.4.0-intel-2017a-OSPRay-test.eb.swp
Normal file
BIN
p/ParaView/.ParaView-5.4.0-intel-2017a-OSPRay-test.eb.swp
Normal file
Binary file not shown.
@ -12,6 +12,8 @@ toolchain = {'name': 'dummy', 'version': ''}
|
|||||||
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
||||||
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
||||||
|
|
||||||
|
patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('Tcl', '8.6.5'),
|
('Tcl', '8.6.5'),
|
||||||
('zlib', '1.2.11'),
|
('zlib', '1.2.11'),
|
||||||
|
@ -12,6 +12,8 @@ toolchain = {'name': 'dummy', 'version': ''}
|
|||||||
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
||||||
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
||||||
|
|
||||||
|
patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('Tcl', '8.6.6'),
|
('Tcl', '8.6.6'),
|
||||||
('zlib', '1.2.11'),
|
('zlib', '1.2.11'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user