Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/embree2/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-03 16:26:17 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-03 16:26:17 +0000
commit28cb1b2a1433935ddd9071fbd743d92bf3ba3cf9 (patch)
tree648594b4f5e5e1c84cde2f6043dc81ca0236a9c0 /community/embree2/PKGBUILD
parent0056ae3e53f0ebc43d2ddff06047627115295101 (diff)
parente832281fc806cde356864067db9b966caa71d3d1 (diff)
Merge branch 'master' into i486
Diffstat (limited to 'community/embree2/PKGBUILD')
-rw-r--r--community/embree2/PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/community/embree2/PKGBUILD b/community/embree2/PKGBUILD
deleted file mode 100644
index 632a2d91..00000000
--- a/community/embree2/PKGBUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-# avoid breakage in newer CPU ISAs, supporting SSE2 should be enough for
-# 32-bit platforms
-eval "$(
- declare -f build | \
- sed '
- /cmake/s/-DEMBREE_MAX_ISA="AVX512SKX"/-DEMBREE_MAX_ISA="SSE2"/
- '
-)"