File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,17 @@ include ../../gnuwin32/MkRules
33
44all : ../../../$(BINDIR ) /Rblas.dll
55
6- # # suppress lots of warnings: this is a dummy
7- blas00.o : blas00.c
8- $(CC ) -O3 -I../../include -c $< -o $@
9-
106# # Rblas.dll imports xerbla_ from R.dll
117# # OpenBLAS 0.3.29 includes [dz]gemmtr but ATLAS does not.
128# # So to use latter, copy [dz]gemmtr.f from ../../modules/lapack
139# # and add dgemmtr.o zgemmtr.o to the dependencies.
1410ifeq "$(USE_ATLAS ) " "YES"
15- ../../../$(BINDIR ) /Rblas.dll : blas00.o ../../gnuwin32/dllversion.o
11+ ../../../$(BINDIR ) /Rblas.dll : ../../gnuwin32/dllversion.o
1612 @$(ECHO ) -------- Building $@ --------
1713 $(DLL ) -s -shared $(DLLFLAGS ) -o $@ $^ Rblas.def \
1814 -L../../../$(IMPDIR ) -lR -L" $( ATLAS_PATH) " -lf77blas -latlas
1915else ifeq "$(USE_OPENBLAS)" "YES"
20- ../../../$(BINDIR ) /Rblas.dll : blas00.o ../../gnuwin32/dllversion.o
16+ ../../../$(BINDIR ) /Rblas.dll : ../../gnuwin32/dllversion.o
2117 @$(ECHO ) -------- Building $@ --------
2218 $(DLL ) -s -shared $(DLLFLAGS ) -o $@ $^ Rblas.def \
2319 -L../../../$(IMPDIR ) -lR $(shell $(PKG_CONFIG ) --libs openblas)
2824endif
2925
3026distclean clean :
31- @$(RM ) ../../../$(BINDIR ) /Rblas.dll * ~ blas00.o blas00.d blas.o cmplxblas.o
27+ @$(RM ) ../../../$(BINDIR ) /Rblas.dll * ~ blas.o cmplxblas.o
3228
You can’t perform that action at this time.
0 commit comments