diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-06-18 12:10:16 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-06-18 12:10:16 +0200 |
commit | e0ae5790f81ab3f6eb99128dd0b0827639871020 (patch) | |
tree | 037743234320a1225a51f02f1b9dda88745e72c8 /community/opensubdiv/PKGBUILD | |
parent | a266a98286a744df37d816c5a1d3b0b29ccd22d6 (diff) | |
download | packages-e0ae5790f81ab3f6eb99128dd0b0827639871020.tar.xz |
community/opensubdiv: removed building with CUDA
Diffstat (limited to 'community/opensubdiv/PKGBUILD')
-rw-r--r-- | community/opensubdiv/PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/opensubdiv/PKGBUILD b/community/opensubdiv/PKGBUILD new file mode 100644 index 00000000..27a66260 --- /dev/null +++ b/community/opensubdiv/PKGBUILD @@ -0,0 +1,4 @@ +makedepends=( + ${makedepends[@]/cuda/} +) +pkgdesc+=", without CUDA support" |