File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1313 # Without this, invoking bash will cd to the home directory
1414 CHERE_INVOKING : " yes"
1515 BASH_PATH : " C:\\ Program Files\\ Git\\ bin\\ bash.exe"
16- FORTRAN_BIN : flang
1716 PLAT : arm64
1817 INTERFACE64 : 0
1918
6362 7z a ../builds/scipy_openblas32.zip -tzip scipy_openblas32
6463
6564 - name : Test
66- # Disable test while we work out bash / testing.
67- if : false
6865 run : |
6966 & $env:BASH_PATH -lc tools/build_gfortran.sh
7067 echo "Static test"
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ nm $static_libname | grep dpotrf
1919cp $dll_name .
2020
2121if [ " $INTERFACE64 " == " 1" ]; then
22- $FORTRAN_BIN -I $OBP /include -fdefault-integer-8 -o test.exe ${repo_path} /test64_.f90 $static_libname
23- $FORTRAN_BIN -I $OBP /include -fdefault-integer-8 -o test_dyn.exe ${repo_path} /test64_.f90 $dynamic_libname
22+ gfortran -I $OBP /include -fdefault-integer-8 -o test.exe ${repo_path} /test64_.f90 $static_libname
23+ gfortran -I $OBP /include -fdefault-integer-8 -o test_dyn.exe ${repo_path} /test64_.f90 $dynamic_libname
2424else
25- $FORTRAN_BIN -I $OBP /include -o test.exe ${repo_path} /test.f90 $static_libname
26- $FORTRAN_BIN -I $OBP /include -o test_dyn.exe ${repo_path} /test.f90 $dynamic_libname
25+ gfortran -I $OBP /include -o test.exe ${repo_path} /test.f90 $static_libname
26+ gfortran -I $OBP /include -o test_dyn.exe ${repo_path} /test.f90 $dynamic_libname
2727fi
You can’t perform that action at this time.
0 commit comments