search for: no_lapack

Displaying 1 result from an estimated 1 matches for "no_lapack".

2024 May 13
0
Change between 86152 and 86534 - probably 86265 - that looks for zspmv in BLAS and not LAPACK causes R with OpenBLAS to fail
...s else ../../../$(BINDIR)/Rblas.dll: blas.o blas2.o cmplxblas.o cmplxblas2.o ../../gnuwin32/dllversion.o @$(ECHO) -------- Building $@ -------- and then passing USE_ATLAS = YES and ATLAS_PATH = C:/R/OPB/whatever in Mkrules.local When I compile OpenBLAS, I have always done so with NO_CBLAS, NO_LAPACK, and NO_SHARED, as the Windows toolchain does not need CBLAS, a shared library, or allow for a separate LAPACK and this has worked, for the most part, since roughly 2013. When building the recent R-devel (a revision slightly before 86534), the compilation stopped when building Rblas with the follow...