Displaying 9 results from an estimated 9 matches for "blas2".
Did you mean:
blas
2001 Sep 08
1
Debian Woody r-base depends on blas2 (PR#1089)
...dy distribution.
I added "deb http://cran.r-project.org/bin/linux/debian woody main" to
my /etc/apt/sources.list, and ran dselect with the apt-get method.
I selected all of the R packages that I could find. The installation
appeared to fail, because r-base and r-recommended both depend on blas2.
I cannot find a Debian package for blas2 in the Debian archives, nor in
the CRAN archives. blas1 is in the Debian archives for both Potato and Woody.
I also checked the package list for your Debian Potato distribution, and
I found no dependence on blas2 nor on blas1 there.
Mike O'Donnell
-....
2002 Apr 18
1
Problem compiling on HP-UX 10.20
...gets to the lapack
module and I get the following error:
gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -D_HPUX_SOURCE -fPIC -O2 -c Lapack.c -o Lapack.lo
g77 -fPIC -O2 -c double.f -o double.lo
g77 -fPIC -O2 -c cmplx.f -o cmplx.lo
g77 -fPIC -O2 -c blas2.f -o blas2.lo
g77 -fPIC -O2 -c cmplxblas.f -o cmplxblas.lo
gcc -shared -fPIC -o lapack.sl Lapack.lo double.lo cmplx.lo blas2.lo
cmplxblas.lo -lg2c -lm -L/lib/pa1.1 -L/usr/lib/pa1.1 -u main
-L/opt/gnu/lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4 -L/usr/ccs/bin
-L/usr/ccs/lib -L/opt/langtools/lib
-L...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable with Mozilla 6 (OK with netscape 4.7x) (PR#1202)
...pect that the SearchEngine.class code is somewhat java-1.1x
specific.
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux yod 2.4.13 #2 Wed Oct 31 15:09:05 CET 2001 i686
Locale: LANG=C, LC_CTYPE=
Versions of packages r-base depends on:
ii atlas2-athlon [blas2] 3.2.1-12 Automatically Tuned Linear Algebra
ii atlas2-base [blas2] 3.2.1l-2 Automatically Tuned Linear Algebra
ii blas1 [blas2] 1.0-9 A set of building blocks for perfo
ii libc6 2.2.4-7 GNU C Library: Shared libraries a...
2001 Dec 09
0
Bug#123084: r-base: R documentatio search engine unusable (PR#1203)
...ewhat java-1.1x
> specific.
>
> -- System Information
> Debian Release: 3.0
> Architecture: i386
> Kernel: Linux yod 2.4.13 #2 Wed Oct 31 15:09:05 CET 2001 i686
> Locale: LANG=C, LC_CTYPE=
>
> Versions of packages r-base depends on:
> ii atlas2-athlon [blas2] 3.2.1-12 Automatically Tuned Linear Algebra
> ii atlas2-base [blas2] 3.2.1l-2 Automatically Tuned Linear Algebra
> ii blas1 [blas2] 1.0-9 A set of building blocks for perfo
> ii libc6 2.2.4-7 GNU C Library: Sha...
2001 Dec 08
2
Building under IRIX 6.5 (report)
.../sbin/perl: arg list too long), but I assume this is
"cosmetic".
Manfred
----------- The patch:
msm4:/usr/local/src/R-1.3.1/src/modules/lapack% diff -u Makefile.o Makefile
--- Makefile.o Sat Dec 8 19:23:32 2001
+++ Makefile Sat Dec 8 19:27:26 2001
@@ -19,7 +19,7 @@
SOURCES_BLAS = blas2.f cmplxblas.f
DEPENDS = $(SOURCES_C:.c=.d)
-OBJECTS = $(SOURCES_C:.c=.lo) $(SOURCES_F:.f=.lo) \
+OBJECTS = $(SOURCES_C:.c=.lo) $(SOURCES_F:.f=.lo)
# $(SOURCES_BLAS:.f=.lo)
HEADERS = Lapack.h
------------ make stops with the following error:
"cmplx.f", line 19283: warning(2290):...
2001 Nov 11
4
png output requires X connection (PR#1165)
...4.1.0-7 X Window System client libraries
ii zlib-bin 1.1.3-16 compression library - sample programs
ii zlib1g 1.1.3-16 compression library - runtime
ii atlas2-base 3.2.1-12 Automatically Tuned Linear Algebra Software
^^^ (Provides virtual package blas2)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@s...
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
...@$(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
../../../$(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...
2001 Sep 24
1
R-devel Digest V1 #314
...e)
From: Thomas Lumley <tlumley@u.washington.edu>
Date: Sun, 19 Aug 2001 16:01:57 -0700 (PDT)
* PR# 1084 *
Subject: Install problems R 1.3.1 on HP-UX
From: Peter Kleiweg <kleiweg@let.rug.nl>
Date: Sun, 2 Sep 2001 15:07:41 +0200 (CEST)
* PR# 1089 *
Subject: Debian Woody r-base depends on blas2
From: michael_odonnell@acm.org
Date: Sat, 8 Sep 2001 20:25:32 +0200 (MET DST)
Directory: TooMuchAtOnce
none
Directory: Windows
none
Directory: incoming
* PR# 1094 *
Subject: lab does not work
From: puetsch@bigfoot.de
Date: Mon, 17 Sep 2001 12:53:25 +0200 (MET DST)
* PR# 1095 *
Subject: Bi...
2003 Nov 18
5
mixed model for Splus and R
Hi there,
I try to compare the mixed model package "lme" by Splus and R. I used the
dataset "Ovary" and the following code assuming AR(1) model for the error term:
lme(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), data=Ovary, random =
pdDiag(~sin(2*pi*Time) ) , correlation=corAR1() )
But I got different results! And then I used a simpler model:
lme(follicles ~