vectorscan: broken on arm*, i686* for now

This commit is contained in:
classabbyamp 2024-06-14 02:46:36 -04:00
parent dfb5a32010
commit 2ca6729c67
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ changelog="https://github.com/VectorCamp/vectorscan/blob/develop/CHANGELOG-vecto
distfiles="https://github.com/VectorCamp/vectorscan/archive/refs/tags/vectorscan/${version}.tar.gz" distfiles="https://github.com/VectorCamp/vectorscan/archive/refs/tags/vectorscan/${version}.tar.gz"
checksum=905f76ad1fa9e4ae0eb28232cac98afdb96c479666202c5a4c27871fb30a2711 checksum=905f76ad1fa9e4ae0eb28232cac98afdb96c479666202c5a4c27871fb30a2711
case "$XBPS_TARGET_MACHINE" in
armv*|i686*) broken="needs simd, simde support in next version" ;;
esac
post_install() { post_install() {
vlicense COPYING vlicense COPYING
} }