search for: ufconfig

Displaying 6 results from an estimated 6 matches for "ufconfig".

Did you mean: ifconfig
2009 Feb 11
1
Compiling Matrix on Solaris 10 x86-64 Sun Studio 12
...contrib/Matrix_0.999375-20.tar.gz' Content type 'application/x-gzip' length 1954872 bytes (1.9 Mb) opened URL ================================================== downloaded 1.9 Mb * Installing *source* package 'Matrix' ... ** libs cc -m64 -I/home/choid/bin/R281/lib/R/include -I./UFconfig -I/usr/local/include -I/opt/SUNWspro/prod/include -I/usr/include -I/usr/sfw/include -KPIC -O -I/opt/SUNWspro/prod/include -c CHMfactor.c -o CHMfactor.o cc -m64 -I/home/choid/bin/R281/lib/R/include -I./UFconfig -I/usr/local/include -I/opt/SUNWspro/prod/include -I/usr/include -I/usr/sfw/include...
2009 Jan 11
3
Package Matrix does not compile in R-devel_2009-01-10
...iling the now recommended (integrated) Matrix package. At this point the following break occured: ------------------------------------------------ begin installing recommended package Matrix * Installing *source* package 'Matrix' ... ** libs gcc -std=gnu99 -I/usr/local/R-devel/include -I./UFconfig -I/usr/local/include -fpic -g -O2 -c CHMfactor.c -o CHMfactor.o [..snip..] gcc -std=gnu99 -I/usr/local/R-devel/include -I../Include -I../../UFconfig -I/usr/local/include -fpic -g -O2 -c colamd_global.c -o colamd_global.o gcc -std=gnu99 -I/usr/local/R-devel/include -I../Include -I../../U...
2009 Nov 02
3
Problem building R 2.10.0 - Matrix package
All: Attached is the output file from building R 2.10.0 on RedHat Linux. I have never previously experienced any problems when building R from source with new releases. But, now I get a compile error with the Matrix package: CHOLMOD/Include/cholmod.h:87:22: error: UFconfig.h: No such file or directory make[3]: *** [CHMfactor.o] Error 1 make[3]: Leaving directory `/tmp/RtmppKsKKl/R.INSTALL327b23c6/Matrix/src' ERROR: compilation failed for package 'Matrix' Any help or suggestions would be appreciated. I am simply doing this, as I always have: ./configur...
2008 Jul 02
1
Can't install package Matrix on solaris.
...* Removing '/home/sdb231/R/Matrix' SECOND KIND OF ERROR, USING 'GMAKE': ces-409034-sdb231: R CMD INSTALL -l ~/R Matrix_0.999375-4.tar.gz * Installing *source* package 'Matrix' ... ** libs ** arch - cc -I/usr/local/R-2.7.1/lib/R/include -I/usr/local/include -I./UFconfig -g -c CHMfactor.c -o CHMfactor.o /usr/ucb/cc: language optional software package not installed gmake: *** [CHMfactor.o] Error 1 ERROR: compilation failed for package 'Matrix' ** Removing '/home/sdb231/R/Matrix'
2008 Jul 10
2
Help on Installing Matrix Package in Linux (Fedora)
...ng error message (at the bottom). I am logged in as the root user. Any help would be appreciated! Thanks! -Hyunseung Kang * Installing *source* package 'Matrix' ... Using GNU make for building the package ** libs ** arch - gcc -m32 -std=gnu99 -I/usr/include/R -I/usr/local/include -I./UFconfig -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c CHMfactor.c -o CHMfactor.o In file included from CHMfactor.h:4, from CHMfactor.c:2: Mutils.h:9:41: error: R.h:...
2009 Oct 29
2
Makevars, cc files in multiple directories
Hello, In the src folder of my R package I have a.cc b.cc f/g/x.cc my Makevars.in has all: $(SHLIB) upon installing only, a.o and b.o is build and the final dll is comprised of a.o and b.o How can I instruct $(SHLIB) to pick up its source files from all subdirectories (or maybe a subset, though here it will be all) in src ? Much thanks Saptarshi