Skip to content

Commit

Permalink
Ignore incompatible-pointer-types when building OpenBLAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Dec 20, 2023
1 parent f39899d commit 5f65c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-openblas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source `dirname $0`/config.sh

echo "::group::Build OpenBLAS"
cd $SOURCE_PATH/$OPENBLAS_VERSION
make BINARY=64 CC=aarch64-w64-mingw32-gcc HOSTCC=gcc NOFORTRAN=1 TARGET=ARMV8 $BUILD_MAKE_OPTIONS
make BINARY=64 CC=aarch64-w64-mingw32-gcc CFLAGS=-Wno-incompatible-pointer-types HOSTCC=gcc NOFORTRAN=1 TARGET=ARMV8 $BUILD_MAKE_OPTIONS
for i in ctest/x*; do
mv $i $i.exe
done
Expand Down

0 comments on commit 5f65c24

Please sign in to comment.