Displaying 4 results from an estimated 4 matches for "blas00".
Did you mean:
blas
2006 Sep 27
1
Building R-2.3.1 for Windows with ATLAS
...ATHLONSSE2" I got the
> > following error message (I'm posting only the final part, there was a
> > lot of compilation before this):
> >
> > cp R.dll ../../bin/
> > -------- Building ../../bin/Rblas.dll --------
> > gcc -shared -s -o ../../bin/Rblas.dll blas00.o dllversion.o Rblas.def \
> > -L../../bin -lR -L"C:/WinNT_ATHLONSSE2" -lf77blas -latlas
>
> What version of R is this? I get
>
> -------- Building ../../../bin/Rblas.dll --------
> gcc -shared -o ../../../bin/Rblas.dll blas00.o
> ../../gnuwin32/dllversion.o...
2006 Sep 26
1
Building R for Windows with ATLAS
...path to
"C:/cygwin/home/Administrador/ATLAS/lib/WinNT_ATHLONSSE2" I got the
following error message (I'm posting only the final part, there was a
lot of compilation before this):
cp R.dll ../../bin/
-------- Building ../../bin/Rblas.dll --------
gcc -shared -s -o ../../bin/Rblas.dll blas00.o dllversion.o Rblas.def \
-L../../bin -lR -L"C:/WinNT_ATHLONSSE2" -lf77blas -latlas
C:/WinNT_ATHLONSSE2/libf77blas.a(xerbla.o):xerbla.f:(.text+0xb): undefined refer
ence to `s_wsfe'
C:/WinNT_ATHLONSSE2/libf77blas.a(xerbla.o):xerbla.f:(.text+0x27): undefined refe
rence to `do_fio&...
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
...ding R with OpenBLAS for Windows 64 for over a decade
by patching /src/extra/blas/Makevars.win as follows:
--- /c/r/trunk/src/extra/blas/Makefile.win 2024-01-24
18:34:42.755255900 +0000
+++ /c/r/Makefile.win 2024-01-24 18:39:39.716458000 +0000
@@ -12,7 +12,7 @@
../../../$(BINDIR)/Rblas.dll: blas00.o ../../gnuwin32/dllversion.o
@$(ECHO) -------- Building $@ --------
$(DLL) -s -shared $(DLLFLAGS) -o $@ $^ Rblas.def \
- -L../../../$(IMPDIR) -lR -L"$(ATLAS_PATH)" -lf77blas -latlas
+ -L../../../$(IMPDIR) -lR -L"$(ATLAS_PATH)" -fopenmp -lopenblas
else
....
2007 Dec 05
4
os x crash using rpanel and tcltk (PR#10495)
Hello,
I've recently discovered a persistent issue with rpanel when running
R.app (2.6.1) on Mac OS X 10.4.11. tcltk and rpanel load without any
apparent error, and the interactive panels appear to work as expected,
however upon closing the panels rpanel has created I get catastrophic
errors and R crashes completely. For the most part R manages to crash
with dignity and work can be saved, but