diff --git a/env-builder-data/build/script/packet/openblas-master.files/getarch.c.patch b/env-builder-data/build/script/packet/openblas-master.files/getarch.c.patch new file mode 100644 index 0000000..8945f13 --- /dev/null +++ b/env-builder-data/build/script/packet/openblas-master.files/getarch.c.patch @@ -0,0 +1,4 @@ +140c140 +< /* #define FORCE_GENERIC */ +--- +> #define FORCE_GENERIC diff --git a/env-builder-data/build/script/packet/openblas-master.sh b/env-builder-data/build/script/packet/openblas-master.sh index 0710eb4..af771e2 100644 --- a/env-builder-data/build/script/packet/openblas-master.sh +++ b/env-builder-data/build/script/packet/openblas-master.sh @@ -9,7 +9,9 @@ source $INCLUDE_SCRIPT_DIR/inc-pkall-git.sh pkbuild() { cd "$BUILD_PACKET_DIR/$PK_DIRNAME" - + + pkhelper_patch . getarch.c + local LOCAL_BINARY_OPTION= if [ "$ARCH" = "32" ]; then LOCAL_BINARY_OPTION="BINARY=$ARCH"