We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0c1f2 commit 43f5e55Copy full SHA for 43f5e55
tools/build_steps.sh
@@ -192,6 +192,7 @@ function do_build_lib {
192
;;
193
*-s390x)
194
local bitness=64
195
+ local target="ZARCH_GENERIC"
196
197
*-ppc64le)
198
@@ -221,7 +222,10 @@ function do_build_lib {
221
222
git config --global --add safe.directory '*'
223
pushd OpenBLAS
224
patch_source
225
+ # force failure when fortran compiler is no detected
226
+ sed -i.bak -e 's/info OpenBLAS: Detecting fortran compiler failed/error OpenBLAS: Detecting fortran compiler failed/g' Makefile
227
echo start building
228
+
229
if [ "$plat" == "loongarch64" ]; then
230
# https://github.com/OpenMathLib/OpenBLAS/blob/develop/.github/workflows/loongarch64.yml#L65
231
echo -n > utest/test_dsdot.c
0 commit comments