Displaying 1 result from an estimated 1 matches for "blasdllversion".
2007 Jul 09
1
BLAS / LAPACK version information from within R-session?
...las.dll being used --- which, for the time
being, however, does not yet contain information on
the BLAS version. But a (mid term) solution could be:
(1) For building Rblas.dll from source, extend
src/gnuwin/dllversion.rc
from the standard R tar-ball to a new ressource file, say,
src/gnuwin/blasdllversion.rc
including version information on BLAS/LAPACK which is then
used for building Rblas.dll.
(2) Successively replace files from
http://cran.at.r-project.org/bin/windows/contrib/ATLAS/
by ones built against blasdllversion.rc
Unfortunately, I have no idea whether/how you could use information...