Displaying 7 results from an estimated 7 matches for "drotg".
2009 Jan 13
2
Using fortran code which call LAPACK subroutines
...ons or include it directly
into a package and cretae a makevars or PACKAGE_LIBS...? I'm lost...
The subroutine I try to use is delcols.f
(http://www.maths.manchester.ac.uk/~clucas/updating/addcols.f) which calls
* .. External Subroutines ..
EXTERNAL DGEQRF, DLASR, DROT, DROTG, XERBLA
Thank you very much!!
2000 Jul 12
1
Compiling R on RS6000 AIX 4.3
...p of running R 1.0.1 on AIX 4.3.
Firstly, the R distribution was missing some FORTRAN routines, which I found
on the net and added, by modifying src/appl/Makefile.in and
src/appl/ROUTINES (otherwise ld complains about missing symbols). The ten
routines were: dasum, daxpy, dcopy, ddot, dnrm2, drot, drotg, dscal, dswap
and idamax. (I found this strange. I would have thought that all necessary
core files should have been included??)
It then compiled with gcc 2.95.2 and g77, but the 'make test' dumps core,
when running R.
I've just tried compiling R 1.1.0, and it's throwing out a lot...
2000 Jul 12
1
Compiling R on RS6000 AIX 4.3
...p of running R 1.0.1 on AIX 4.3.
Firstly, the R distribution was missing some FORTRAN routines, which I found
on the net and added, by modifying src/appl/Makefile.in and
src/appl/ROUTINES (otherwise ld complains about missing symbols). The ten
routines were: dasum, daxpy, dcopy, ddot, dnrm2, drot, drotg, dscal, dswap
and idamax. (I found this strange. I would have thought that all necessary
core files should have been included??)
It then compiled with gcc 2.95.2 and g77, but the 'make test' dumps core,
when running R.
I've just tried compiling R 1.1.0, and it's throwing out a lot...
1999 Oct 12
1
Compilation problem with R
...no
R is now configured for sparc-sun-solaris2.5
Source directory: .
Installation directory: /usr/local
C compiler: gcc -g -O2
FORTRAN compiler: f2c
Gnome support: no
and when I run the make command I have the following (after all the
lines)
drotg.o(.text+0x170): undefined reference to `__d_sign'
*** Error code 1
make: Fatal error: Command failed for target `../../bin/R.X11'
Current working directory /udd/szimeras/rhome/R-0.65.1/src/main
*** Error code 1
make: Fatal error: Command failed for target `R'
Current working directory /...
1999 Oct 20
0
[szimeras@irisa.fr: R installation problem]
...no
R is now configured for sparc-sun-solaris2.5
Source directory: .
Installation directory: /usr/local
C compiler: gcc -g -O2
FORTRAN compiler: f2c
Gnome support: no
and when I run the make command I have the following (after all the
lines)
drotg.o(.text+0x170): undefined reference to `__d_sign'
*** Error code 1
make: Fatal error: Command failed for target `../../bin/R.X11'
Current working directory /udd/szimeras/rhome/R-0.65.1/src/main
*** Error code 1
make: Fatal error: Command failed for target `R'
Current working directory /...
1998 Sep 11
1
R-beta: cannot make R
...wilcox.o
ranlib ../lib/libmath.a
cd appl; make
gcc -g -O2 -I../include -c approx.c
gcc -g -O2 -I../include -c bakslv.c
gcc -g -O2 -I../include -c binning.c
f77 -c blas.f -o blas.o
blas.f:
dasum:
daxpy:
dcopy:
ddot:
dmach:
dnrm2:
drot:
drotg:
dscal:
dswap:
idamax:
f77 -c ch2inv.f -o ch2inv.o
ch2inv.f:
ch2inv:
f77 -c chol.f -o chol.o
chol.f:
chol:
gcc -g -O2 -I../include -c cpoly.c
gcc -g -O2 -I../include -c cumsum.c
gcc -g -O2 -I../include -c distance.c
f77 -c dpoco.f -o dpoco.o
dpoco.f:...
2001 Jul 25
2
Installation help
...qr2:
corth:
csroot:
elmhes:
eltran:
epslon:
hqr:
hqr2:
htribk:
htridi:
pythag:
tql1:
tql2:
tqlrat:
tred1:
tred2:
rg:
rs:
cg:
ch:
f77 -g -O2 -c lminfl.f -o lminfl.o
lminfl.f:
lminfl:
f77 -g -O2 -c blas.f -o blas.o
blas.f:
dasum:
daxpy:
dcopy:
ddot:
dmach:
dnrm2:
drot:
drotg:
dscal:
dswap:
idamax:
dgemm:
dtrsm:
lsame:
ar cr libappl.a approx.o bakslv.o binning.o chull.o cpoly.o cumsum.o fft.o fmin.o integrate.o lbfgsb.o loglin.o lowess.o machar.o maxcol.o massdist.o pretty.o rowsum.o splines.o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.o dpbfa.o...