diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-03 16:26:17 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-03 16:26:17 +0000 |
commit | 28cb1b2a1433935ddd9071fbd743d92bf3ba3cf9 (patch) | |
tree | 648594b4f5e5e1c84cde2f6043dc81ca0236a9c0 /community/embree2/PKGBUILD | |
parent | 0056ae3e53f0ebc43d2ddff06047627115295101 (diff) | |
parent | e832281fc806cde356864067db9b966caa71d3d1 (diff) | |
download | packages-28cb1b2a1433935ddd9071fbd743d92bf3ba3cf9.tar.xz |
Merge branch 'master' into i486
Diffstat (limited to 'community/embree2/PKGBUILD')
-rw-r--r-- | community/embree2/PKGBUILD | 8 |
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"/ - ' -)" |