diff options
Diffstat (limited to 'community/embree2')
-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"/ - ' -)" |