search for: libgslcblas

Displaying 7 results from an estimated 7 matches for "libgslcblas".

2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
...ile builds and validations of R-1.6.2beta_2002-12-20 were successful on several systems, there were a few failures: ------------------------------------------------------------------------ Apple Darwin 6.2 (MacOS 10.2.2) with gcc-3.2.1: gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libgslcblas.0.0.0.dylib sasum.lo saxpy.lo ... isamax.lo izamax.lo xerbla.lo -lc -install_name /usr/local/lib/libgslcblas.0.dylib -compatibility_version 1 -current_version 1.0 gcc: suppress: No such file or directory gcc: /usr/local/lib/libgslcblas.0.dylib: No such file or directory gcc: 1: No such file or d...
2005 Oct 18
2
Installing Bioconductor on R
...s(pkgs = c("affy", "affydata", "affyPLM", "annaffy", I get these error messages after I type these commands on R : source("http://www.bioconductor.org/biocLite.R") biocLite() when I search for blas , I get this : $ locate blas | grep so /usr/lib/libgslcblas.so.0 /usr/lib/libgslcblas.so.0.0.0 /usr/lib64/libblas.so.3.0 /usr/lib64/libblas.so.3.0.3 /usr/lib64/libblas.so.3 do I need to install blas or make some changes in the configuration file in the bioconductor package. Thanks Arun
2015 Jan 31
0
Installation of qtiplot in Centos 7
...ctory `/home/rahman/Downloads/qtiplot-0.9.8.9/fitPlugins/explin' rm -f libexplin.so.1.0.0 libexplin.so libexplin.so.1 libexplin.so.1.0 g++ -Wl,-O1 -Wl,-z,relro -shared -Wl,-soname,libexplin.so.1 -o libexplin.so.1.0.0 explin.o -L/usr/lib64 ../../3rdparty/gsl/lib/libgsl.a ../../3rdparty/gsl/lib/libgslcblas.a -L/opt/local/lib -lpthread -lQtGui -lQtCore g++: error: ../../3rdparty/gsl/lib/libgsl.a: No such file or directory g++: error: ../../3rdparty/gsl/lib/libgslcblas.a: No such file or directory make[2]: *** [../libexplin.so.1.0.0] Error 1 make[2]: Leaving directory `/home/rahman/Downloads/qtiplot-0....
2002 Apr 16
1
Problem with dyn.load()
...n with the C header directives in extern{}. gsl is a library written in C, so I put the gsl's header directives also inside extern{}. I placed in my compiling directory a Makevars file with this content: PKG_LIBS = -lm -lgsl -lgslcblas and my R code looks like: dyn.load('/usr/local/lib/libgslcblas.so',F,) dyn.load('/usr/local/lib/libgsl.so',F,) dyn.load('/home/f/p/integral.so') Any hint? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "h...
2004 Sep 09
3
Dyn.load of sharing object with GSL library
Following the recommendation of Prof. Ripley, I have created the Makevars file with the line: PKG_LIBS="-L/usr/lib/libm -lm -L/usr/local/lib/libgsl -lgsl -L/usr/local/lib /libgslcblas -lgslcblas" in the working directory. Now I have the code file Example3.c which computes the Bessel function value (the example is taken from the GSL reference book). I am running: R CMD SHLIB Example3.c and all looks good. The dyn.load("Example3.so") fails with the following error m...
2014 Mar 27
2
mclapply Segmentation Fault for Ubuntu
Running the example in the documentation causes R to crash. dario at bioinfo:~$ R R version 3.0.3 (2014-03-06) -- "Warm Puppy" Copyright (C) 2014 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or
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