Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/opensubdiv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/opensubdiv/PKGBUILD')
-rw-r--r--community/opensubdiv/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/opensubdiv/PKGBUILD b/community/opensubdiv/PKGBUILD
deleted file mode 100644
index 7ee1e57b..00000000
--- a/community/opensubdiv/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# no CUDA
-makedepends=(
- ${makedepends[@]/cuda/}
-)
-pkgdesc+=", without CUDA support"
-
-eval "$(
- declare -f build | \
- sed '
- s/cmake /cmake -DNO_CUDA=ON /
- '
-)"
-
-eval "$(
- declare -f prepare | \
- sed '
- /cuda.*patch/d
- '
-)"