Displaying 20 results from an estimated 243 matches for "liblapacke".
Did you mean:
liblapack
2005 Sep 17
1
looks in liblapack.a not liblapack.so
I can't compile R-alpha on AMD 64. Rather than include a 1400 line script
I have put it on the web
http://www.stat.umn.edu/~charlie/typescript.txt
way down near the bottom it fails building lapack.so
gcc -shared -L/usr/local/lib64 -o lapack.so Lapack.lo -llapack -lblas -lg2c -lm -lgcc_s
/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.5/../../../../x86_64-suse-linux/bin/ld:
2020 Oct 08
3
Installing package fails at "testing if installed package can be loaded from temporary location"
Hi,
I can not install packages from source which links to RcppArmadillo on
Ubuntu 20.04 (after upgrading from 18.04). The following problem occurs:
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for 'myPackage' in
dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object
2008 Nov 15
2
Update to 2.8 and problem with liblapack
Hello
To update from R 2.6 to 2.8 (on Ubuntu 8.04 both) I had to install new
tcl and liblapack packages (excuse me it is in french):
> sudo apt-get install r-base-dev
> Lecture des listes de paquets... Fait
> Construction de l'arbre des d?pendances
> Lecture des informations d'?tat... Fait
> Les paquets suppl?mentaires suivants seront install?s :
>
2004 Oct 12
3
problem with lapack.so under Debian Sid
Dear list,
I am sorry to bother you with this.
I just upgraded yesterday to R 2.0.0 (using apt-get under Debian Sid), and
now have problems running e.g., summary(lm(...))
the lm is calculated, but the summary statement gives me the following
error:
Error in La.chol2inv(x, size) : lapack routines cannot be loaded
In addition: Warning message:
unable to load shared library
2023 Dec 30
2
custom built R will not change BLAS/LAPACK with update-alternatives
Dear All,
I am building R from source[1], following what is done in "rules" for building Debian's R. But the R I generate, in contrast to the standard Debian's R, will not change the BLAS and LAPACK libraries it uses when I change them via "update-alternatives". I have no idea what I am doing wrong (but, somehow, I've been quite capable of making the same
2007 May 13
1
Help understanding LAPACK symbol resolution
R developers,
I am trying to understand how symbols are resolved, so that I can
configure a package that I contributed to, and so that I can provide
guidance to (linux / OSX) users of the package. To be concrete, my
package uses the LAPACK Fortran symbol zsysv. This is not in
libRlapack, but is defined on my system in the library
/usr/lib64/liblapack.so.
* I suspect that the reason the symbol is
2013 Jun 23
1
stock ubuntu raring binary R 3.0.1 and accelerated blas libraries?
dear debian-R group:
I am using the stock ubuntu binary R 3.0.1 for ubuntu raring but on
cinnamon mint olivia 15.
I read dirk's gcbd paper from a couple of years ago. it suggests that
stock blas is pretty bad compared to the four main alternatives. of
course, dirk also maintains the binaries for debian/ubuntu R, so he
probably knows the answer off hand.
I installed libatlas3-base
2011 Feb 26
2
GotoBLAS2 breaks lapack
Hi,
I'm relatively new to R on Ubuntu (moving from Windows), and I'm trying to
get GotoBLAS2 working. I installed (from a CRAN mirror) the pre-built
binaries of R (which, as far as I know, is compiled as a shared library) on
Ubuntu 10.10 using
apt-get install r-base r-base-dev
I successfully built GotoBLAS2 from source, copied the library to /usr/lib
and created s symbolic link from
2013 Jul 28
1
Problem with ldpaths in Ubuntu 13.04
Hello!
I'm trying to install R-3.0.1 on an Ubuntu machine (64 bit, version 13.04). I have uninstalled and installed several times, but to no avail.
I keep getting errors about missing ldpaths, and installing packages does not work at all.
Here is the information:
erin@erin-Lenovo-IdeaPad-Y480:~$ sudo apt-get install r-base
Reading package lists... Done
Building dependency tree
Reading
2008 Aug 12
1
Conflict between octave3.0-headers and r-base-dev
Hi,
I'm using Ubuntu Hardy i386, and the R 2.7.1 Ubuntu packages from CRAN.
The CRAN r-base-dev package depends on refblas3-dev or atlas3-base-dev,
but octave3.0-headers depends on libblas-dev. The two blas packages seem
to conflict, so r-base-dev and octave3.0-headers can't be installed
together.
Is this a known issue?
Thanks,
Gad
$ sudo apt-get install octave3.0-headers
Reading
2005 Apr 29
3
Error in La.chol2inv(x, size) : lapack routines cannot be loaded
Dear all,
OS: x86_64-suse-linux 9.2
CPU: Intel(R) Xeon(TM) CPU 3.20GHz
R-version: R-2.1.0
I've started using a new Linux server, upgraded at the same time to
R-2.1.0 (see above) and have problems with some elementary analysis that
ran without a problem on my previous configuration.
anova.glm gives the following error:
Error in La.chol2inv(x, size) : lapack routines cannot be loaded
This
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
Il 30/04/20 03:39, Dirk Eddelbuettel ha scritto:
>
> On 30 April 2020 at 03:26, Samuele Carcagno wrote:
> | I'm not familiar with the internals of `viridisLite`, so I'm not sure
> | I'd be able to help there. I could open a bug report on the
> | `viridisLite` repo and see if the author has suggestions on how to
> | narrow down the issue.
>
> It would help if
2010 Apr 09
2
problems loading blas with R 2.11.0~20100402-1
Hi,
Since upgrading to version 2.11.0~20100402-1, starting R fails with:
/usr/lib64/R/bin/exec/R: error while loading shared libraries: libblas.so.3gf: cannot open shared object file: No such file or directory
Is this occurring to others on sid?
--
Seb
2004 May 11
1
installing mgcv (Knoppix/Debian unstable)
Just in case anyone cares or is hitting the same problem:
to install current mgcv (1.0-5) on 1.9.0 on Knoppix/Debian unstable I had
to:
# cd /usr/lib
# ln -s /usr/lib/atlas/libblas.so.3 libblas-3.so
# ln -s /usr/lib/atlas/liblapack.so.3 liblapack-3.so
Otherwise compilation couldn't find -lblas-3 or -llapack-3
(I could have gotten away with the links in /usr/lib/atlas instead of
/usr/lib,
2019 Dec 31
2
lapack
Has anyone gotten lapack to work on centos 7?
If so, how?
Most recently, I installed lapace-devel and let yum bring in what it wanted.
Whenever I try to link, I get a long list of undefined references ending with
/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/liblapacke.so:
undefined reference to `dgeevx_'
[hennebry at localhost test]$ nm -D /usr/lib64/libblas.so | grep dge
0000000000018850 T dgemm_
0000000000011080 T dgemv_
00000000000170c0 T dger_
[hennebry at localhost test]$
confirmes that the reference is not there.
Installing blas or atlas first does...
2008 Aug 27
1
R 2.7.2 kernlab issues
Hello,
After upgrading to 2.7.2 this morning via the cran repository, I get the
following error when calling R via the command line:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/home/jstumpf/R/i486-pc-linux-gnu-library/2.7/kernlab/libs/kernlab.so':
libRlapack.so: cannot open shared object file: No such file or directory
Fatal error: unable to
2012 Oct 13
0
[R-sig-hpc] Debian/Ubuntu + threaded BLAS/ATLAS (solved)
On 15 March 2012 14:09, Simon Urbanek <simon.urbanek@r-project.org> wrote:
> I thought I'll post this here since I could not find an answer anywhere I
> searched: how to setup R with threaded BLAS on Debian/Ubuntu.
>
> First, neither Debian nor Ubuntu come with optimized ATLAS binaries,
> simply because by definition they need to be optimized for a particular
>
2007 Mar 31
2
Matrix package: compilation error
Trying to compile the package Matrix_0.9975-11.tar.gz with newest
R-2.5.0 alpha (2007-03-31 r40986) on FreeBSD 7.0-CURRENT (i386) I get
the following error:
-----
R CMD INSTALL Matrix_0.9975-11.tar.gz
* Installing to library '/usr/local/lib/R/library'
* Installing *source* package 'Matrix' ...
** libs
** arch -
"Makefile", line 10: Missing dependency operator
2018 Aug 24
4
plotmath degree symbol
In plotmath expressions, R's degree symbol, e.g. shown by
plot(1, main = parse(text = "1*degree*C"))
has sunk to halfway the text line, instead of touching its top. In older
R versions this looked much better.
--
Edzer Pebesma
Institute for Geoinformatics
Heisenbergstrasse 2, 48151 Muenster, Germany
Phone: +49 251 8333081
2019 Jun 21
4
Calculation of e^{z^2/2} for a normal deviate z
Hello,
Well, try it:
p <- .Machine$double.eps^seq(0.5, 1, by = 0.05)
z <- qnorm(p/2)
pnorm(z)
# [1] 7.450581e-09 1.228888e-09 2.026908e-10 3.343152e-11 5.514145e-12
# [6] 9.094947e-13 1.500107e-13 2.474254e-14 4.080996e-15 6.731134e-16
#[11] 1.110223e-16
p/2
# [1] 7.450581e-09 1.228888e-09 2.026908e-10 3.343152e-11 5.514145e-12
# [6] 9.094947e-13 1.500107e-13 2.474254e-14 4.080996e-15