summaryrefslogtreecommitdiff
path: root/homebrew/opensubdiv/.make.sh-auto
blob: 35fcf59c248df1a0633698ad7a076d4e4d8d33af (plain)
1
2
3
4
5
6
7
8
9
pkg:setup
glfw = Formula["glfw"]
args = std_cmake_args + %W[-DNO_CLEW=1 -DNO_CUDA=1 -DNO_DOC=1 -DNO_EXAMPLES=1 -DNO_OMP=1 -DNO_OPENCL=1 -DNO_PTEX=1 -DNO_TBB=1 -DGLFW_LOCATION=#{glfw.opt_prefix} ]
mkdir "build" && cd build
cmake .. *args
make
make DESTDIR=${PKG_DEST} install
pkgshare.install bin/"tutorials/hbr_tutorial_0"
rm_rf "#{bin}/tutorials"