summaryrefslogtreecommitdiff
path: root/homebrew/ospray/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ospray/.beer')
-rw-r--r--homebrew/ospray/.beer47
1 files changed, 47 insertions, 0 deletions
diff --git a/homebrew/ospray/.beer b/homebrew/ospray/.beer
new file mode 100644
index 000000000..225c762b1
--- /dev/null
+++ b/homebrew/ospray/.beer
@@ -0,0 +1,47 @@
+{
+ "name": "Ospray",
+ "description": "Ray-tracing-based rendering engine for high-fidelity visualization",
+ "url": "https://github.com/ospray/ospray/archive/v1.8.4.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.ospray.org/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "ispc",
+ "build-depend": true
+ },
+ {
+ "depend": "embree",
+ "build-depend": false
+ },
+ {
+ "depend": "macos",
+ "build-depend": false
+ },
+ {
+ "depend": "tbb",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "args = std_cmake_args + %w[",
+ "-DCMAKE_INSTALL_NAME_DIR=#{opt_lib}",
+ "-DCMAKE_INSTALL_RPATH=#{opt_lib}",
+ "-DOSPRAY_ENABLE_APPS=OFF",
+ "-DOSPRAY_ENABLE_TESTING=OFF",
+ "-DOSPRAY_ENABLE_TUTORIALS=OFF",
+ "]",
+ "mkdir \"build\" do",
+ "system \"cmake\", *args, \"..\"",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.8.4",
+ "file": "ospray.rb"
+} \ No newline at end of file