vectorscan: broken on arm*, i686* for now
This commit is contained in:
parent
dfb5a32010
commit
2ca6729c67
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue