mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32: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'
|
||||
|
||||
name = 'OpenCL-runtime'
|
||||
@ -20,8 +21,9 @@ source_urls = [
|
||||
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")
|
||||
#import os
|
||||
#license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")
|
||||
license_file = "/apps/licenses/intel/license.lic"
|
||||
|
||||
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"]
|
||||
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
||||
|
||||
patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
|
||||
|
||||
dependencies = [
|
||||
('Tcl', '8.6.5'),
|
||||
('zlib', '1.2.11'),
|
||||
|
@ -12,6 +12,8 @@ toolchain = {'name': 'dummy', 'version': ''}
|
||||
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
|
||||
sources = ['%(namelower)s%(version)s-src.tar.gz']
|
||||
|
||||
patches = ['Tk-8.6.4_different-prefix-with-tcl.patch']
|
||||
|
||||
dependencies = [
|
||||
('Tcl', '8.6.6'),
|
||||
('zlib', '1.2.11'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user