File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,10 @@ lapack-netlib/TESTING/testing_results.txt
2121lib.grd
2222nohup.out
2323config.h
24+ config_kernel.h
2425Makefile.conf
2526Makefile.conf_last
27+ Makefile_kernel.conf
2628config_last.h
2729getarch
2830getarch_2nd
@@ -41,6 +43,8 @@ ctest/xzcblat2
4143ctest /xzcblat3
4244exports /linktest.c
4345exports /linux.def
46+ kernel /setparam_ * .c
47+ kernel /kernel_ * .h
4448test /CBLAT2.SUMM
4549test /CBLAT3.SUMM
4650test /DBLAT2.SUMM
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ ifeq ($(OSNAME), Darwin)
8383endif
8484ifeq ($(OSNAME), WINNT)
8585 @-cp $(LIBDLLNAME) $(OPENBLAS_BINARY_DIR)
86- @-cp $(LIBPREFIX).lib $(OPENBLAS_LIBRARY_DIR)
86+ @-cp $(LIBDLLNAME).a $(OPENBLAS_LIBRARY_DIR)
8787endif
8888ifeq ($(OSNAME), CYGWIN_NT)
8989 @-cp $(LIBDLLNAME) $(OPENBLAS_BINARY_DIR)
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dll : ../$(LIBDLLNAME)
8484../$(LIBDLLNAME ) : ../$(LIBNAME ) libopenblas.def dllinit.$(SUFFIX )
8585 $(RANLIB ) ../$(LIBNAME )
8686 $(CC ) $(CFLAGS ) $(LDFLAGS ) libopenblas.def dllinit.$(SUFFIX ) \
87- -shared -o ../$(LIBDLLNAME ) -Wl,--out-implib,../$(LIBPREFIX ) .lib \
87+ -shared -o ../$(LIBDLLNAME ) -Wl,--out-implib,../$(LIBDLLNAME ) .a \
8888 -Wl,--whole-archive ../$(LIBNAME ) -Wl,--no-whole-archive $(FEXTRALIB ) $(EXTRALIB )
8989
9090libopenblas.def : gensymbol
You can’t perform that action at this time.
0 commit comments