summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-07 15:29:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-07 15:29:52 +0200
commit76b0bfc01332c86f2dfd5c1166d223ed1d4ce364 (patch)
tree1863d9e30f5311edc7a567fbc778ac188ba8be00
parent1a65514b6f2a5d1088dde36d927180bcef33000e (diff)
downloadpackages-76b0bfc01332c86f2dfd5c1166d223ed1d4ce364.tar.xz
community/vtk: no gnuplot (cycle) and python-matplotlib on i486 (we still need Java)
-rw-r--r--community/vtk/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/vtk/PKGBUILD b/community/vtk/PKGBUILD
new file mode 100644
index 00000000..e301368f
--- /dev/null
+++ b/community/vtk/PKGBUILD
@@ -0,0 +1,9 @@
+# break cycle with gnuplot on i486
+if [ "$CARCH" = 'i486' ]; then
+ makedepends=(${makedepends[@]//gnuplot/})
+fi
+
+# no python-matplotlib on i486
+if [ "$CARCH" = 'i486' ]; then
+ makedepends=(${makedepends[@]//python-matplotlib/})
+fi