Skip to content

Instantly share code, notes, and snippets.

@doug
Created January 5, 2017 21:01
Show Gist options
  • Save doug/6b2f0978067674c4417988aa0f14f91b to your computer and use it in GitHub Desktop.
Save doug/6b2f0978067674c4417988aa0f14f91b to your computer and use it in GitHub Desktop.
class Embree < Formula
homepage "http://embree.github.io/"
url "https://github.com/embree/embree/releases/download/v2.13.0/embree-2.13.0.x86_64.macosx.tar.gz"
sha256 "09107fa9cfb5f2a17f366d745e01e6bacaae20cd5e52dbb3aaf8579f4bbce302"
def install
lib.install Dir["lib/libembree.2.dylib"]
include.install Dir["include/*"]
system "ln", "-s", (lib/"libembree.2.dylib"), (lib/"libembree.dylib")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment