File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Build gfortran binary against OpenBLAS
2
+
3
+ set -e
4
+
2
5
cd $( cygpath " $START_DIR " )
3
6
OBP=$( cygpath $OPENBLAS_ROOT \\ $BUILD_BITS )
4
7
Original file line number Diff line number Diff line change 6
6
# BUILD_BITS
7
7
# VC9_ROOT
8
8
9
+ set -e
10
+
9
11
# Paths in Unix format
10
12
OPENBLAS_ROOT=$( cygpath " $OPENBLAS_ROOT " )
11
13
VC9_ROOT=$( cygpath " $VC9_ROOT " )
@@ -88,11 +90,7 @@ cd $BUILD_BITS/lib
88
90
# At least for the mingwpy wheel, we have to use the VC tools to build the
89
91
# export library. Maybe fixed in later binutils by patch referred to in
90
92
# https://sourceware.org/ml/binutils/2016-02/msg00002.html
91
- if [ " $INTERFACE64 " == " 1" ]; then
92
- cp ${our_wd} /OpenBLAS/exports/${DLL_BASENAME} .def ${DLL_BASENAME} .def
93
- else
94
- cp ${our_wd} /OpenBLAS/exports/libopenblas.def ${DLL_BASENAME} .def
95
- fi
93
+ cp ${our_wd} /OpenBLAS/exports/${DLL_BASENAME} .def ${DLL_BASENAME} .def
96
94
" $VC9_ROOT /bin/lib.exe" /machine:${vc_arch} /def:${DLL_BASENAME} .def
97
95
cd ../..
98
96
# Build template site.cfg for using this build
You can’t perform that action at this time.
0 commit comments