Displaying 7 results from an estimated 7 matches for "s_copi".
Did you mean:
s_copy
1999 Aug 23
1
s_copy
I'm trying to port some routines from S to R. The code includes some
fortran stuff that calls lapack. In the past in similar situations, but
without any lapack calls, I've had success using simply, as in the
V&R R-complements,
R SHLIB -o rq.so *.f
then in R
dyn.load("rq.so")
But now when the code is called from R, R crashes and I get a message
2008 Nov 26
2
Rtools28 - undefined references with gfortran
I recently upgraded to Rtools28 to build a package under
Windows. I see that g77 is no longer in Rtools, but it
does have gfortran, and it uses version:
GNU Fortran (GCC) 4.2.1-sjlj (mingw32-2)
I am compiling some old fortran code as part of a larger
project. When I do that, I get undefined references:
gcc.exe: s_cmp.o: No such file or directory
gcc.exe: s_copy.o: No such file or directory
2007 Feb 07
2
problems installing R on Linux
Hi everyone,
I am having installation problems, but this is how it all started:
I had some errors running the bioconductor package affyPLM that uses
LAPACK/Blas
> Pset <- fitPLM(Data)
Background correcting PM
Normalizing PM
Fitting models
/usr/local/lib/R/bin/exec/R: relocation error:
/usr/local/lib/R/lib/libRlapack.so: undefined symbol: s_copy
# thrown out of R ....
I was using R
2012 Mar 28
1
[PATCH] Split gobject sources into 1 file per class
This patch replaces patches 14 and 15 from my previous series. The gtk-doc
output is now reasonable, and we can rely on an automatically generated
guestfs-sections.txt.
Matt
2012 Jan 17
3
GObject bindings
This is the first iteration of the GObject bindings. I have 'kicked the tyres'
on these, meaning I have ensured that a bunch of basic manual tests work as
expected. I'm in the process of adding more comprehensive tests.
Here's an example simple javascript program which uses these bindings:
===
const Guestfs = imports.gi.Guestfs;
print('Starting');
var g = new
2012 Jan 20
11
[PATCH 01/10] Revert "Revert "generator: Add CamelName flag""
This reverts commit 3f6ca541c7b24d4c86688a509582cb41a7e0078c.
The original commit was reverted prematurely.
---
generator/generator_actions.ml | 10 +++++-----
generator/generator_checks.ml | 5 +++++
generator/generator_types.ml | 3 +++
3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index
2016 Feb 23
7
[PATCH 0/4] Various tweaks to the generator.
Use interfaces files (*.mli files) instead of exporting all symbols
randomly.
Change the 'file is generated' warnings at the top of generated files
so they accurately describe which source file generates each output
file.
Rich.