@@ -106,10 +106,6 @@ DLL_BASENAME=libscipy_openblas${SYMBOLSUFFIX}_${LIBNAMESUFFIX}
106
106
# do it ourselves
107
107
static_libname=$( find . -maxdepth 1 -type f -name ' *.a' \! -name ' *.dll.a' | tail -1)
108
108
make -C exports $interface_flags objcopy.def
109
- echo exports/objcopy.def
110
- echo ------------------------
111
- cat exports/objcopy.def
112
- echo ------------------------
113
109
objcopy --redefine-syms exports/objcopy.def " ${static_libname} " " ${static_libname} .renamed"
114
110
cp -f " ${static_libname} .renamed" " $openblas_root /$build_bits /lib/${static_libname} "
115
111
cp -f " ${static_libname} .renamed" " $openblas_root /$build_bits /lib/${DLL_BASENAME} .a"
@@ -129,10 +125,6 @@ dlltool --input-def ${DLL_BASENAME}.def \
129
125
--output-lib ${DLL_BASENAME} .lib
130
126
# Replace the DLL name with the generated name.
131
127
sed -i " s/ -lopenblas.*$/ -l${DLL_BASENAME: 3} /g" pkgconfig/openblas* .pc
132
- echo After sed -i, pkgconfig/openblas* .pc is
133
- echo ------------
134
- cat pkgconfig/openblas* .pc
135
- echo ------------
136
128
cd ../..
137
129
# Build template site.cfg for using this build
138
130
cat > ${build_bits} /site.cfg.template << EOF
@@ -141,6 +133,9 @@ libraries = $DLL_BASENAME
141
133
library_dirs = {openblas_root}\\ ${build_bits} \\ lib
142
134
include_dirs = {openblas_root}\\ ${build_bits} \\ include
143
135
EOF
136
+
137
+ ls $openblas_root /$build_bits /lib
138
+
144
139
zip_name=" openblas${SYMBOLSUFFIX} -${OPENBLAS_VERSION} -${plat_tag} -${GCC_TAG} .zip"
145
140
zip -r $zip_name $build_bits
146
141
cp $zip_name ${builds_dir}
0 commit comments