From 0bc7603cfcdde8dfb419dedfe364a2495b31881e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Mon, 19 Jun 2017 17:19:05 +0200 Subject: [PATCH] deleted: "\\" --- "\\" | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 "\\" diff --git "a/\\" "b/\\" deleted file mode 100644 index c9d4c2e5..00000000 --- "a/\\" +++ /dev/null @@ -1,37 +0,0 @@ -easyblock = 'CMakeMake' - -name = 'OSPRay' -version = '1.3.0' - -homepage = 'http://www.ospray.org' -description = """ - A Ray Tracing Based Rendering Engine for High-Fidelity Visualization""" -toolchain = {'name': 'intel', 'version': '2017a'} - -source_urls = ['https://github.com/ospray/OSPRay/archive/'] -sources = ['v%(version)s.tar.gz'] - -builddependencies = [ - ('CMake', '3.8.1', '', True), -] - -dependencies = [ - ('tbb', '2017.6.196', '', True), - ('Embree', '2.16.2'), -] - -separate_build_dir = True - -#skipsteps= ['configure', 'build'] - -sanity_check_paths = { - 'files': ['lib64/libospray.so'], - 'dirs': ['bin', 'lib64'], -} - -# add the top dir to PATH -modextrapaths = { - 'PATH': '' -} - -moduleclass = 'vis'