File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -104,13 +104,15 @@ DLL_BASENAME=libscipy_openblas${SYMBOLSUFFIX}_${LIBNAMESUFFIX}
104
104
105
105
# OpenBLAS does not build a symbol-suffixed static library on Windows:
106
106
# do it ourselves
107
- set -x # echo commands
108
107
static_libname=$( find . -maxdepth 1 -type f -name ' *.a' \! -name ' *.dll.a' | tail -1)
109
108
make -C exports $interface_flags objcopy.def
109
+ echo exports/objcopy.def
110
+ echo ------------------------
111
+ cat exports/objcopy.def
112
+ echo ------------------------
110
113
objcopy --redefine-syms exports/objcopy.def " ${static_libname} " " ${static_libname} .renamed"
111
114
cp -f " ${static_libname} .renamed" " $openblas_root /$build_bits /lib/${static_libname} "
112
115
cp -f " ${static_libname} .renamed" " $openblas_root /$build_bits /lib/${DLL_BASENAME} .a"
113
- set +x
114
116
115
117
cd $openblas_root
116
118
# Copy library link file for custom name
You can’t perform that action at this time.
0 commit comments