Blis: enable for x86

This commit is contained in:
miqlas
2019-03-24 10:06:42 +01:00
committed by GitHub
parent 39383100ba
commit ae26d29a14

View File

@@ -16,8 +16,8 @@ SOURCE_URI="https://github.com/flame/blis/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="7816a1f6085b1d779f074bca2435c195c524582edbb04d9cd399dade9187a72d"
PATCHES="blis-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="?x86"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
TARGET="generic"
if [ "$effectiveTargetArchitecture" = x86_64 ]; then