search for: all_fflag

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

Did you mean: all_fflags
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a problem while running "make check": running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1 make[3]: Leaving directory `/opt/R/R-2.9.1/tests' make[2]: *** [test-Specific] Error 2 make[2]: Leaving directory `/opt/R/R-2.9.1/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving
2014 Nov 30
1
Using FPP preprocessor for Fortran Code
...tension to .F, .fpp, .FPP (and a few others) which automatically invokes the preprocessor (hopefully on all platforms). I tried .fpp and added the following to Makevars: OBJECTS=arsa.o bburcg.o bbwrcg.o bea.o criterion.o dist.o fprintf.o greedy.o optimal.o stress.o %.o: %.fpp $(F77) $(ALL_FFLAGS) -c $< -o $@ It seems to work (I tried Linux and Windows) but R CMD check gives me: * checking if this is a source package ... WARNING Subdirectory ?src? contains: arsa.fpp bburcg.fpp Is there a different preferred method to do this? Is it possible to add support for Fortran with the fpp...
1999 Sep 02
1
unresolved symbols in growth and repeated libraries
...-linux/lib -lg2c -lm FPICFLAGS = -fPIC F2C = F2CFLAGS = SHLIBEXT = so SHLIBLD = gcc SHLIBLDFLAGS = -shared R_XTRA_CFLAGS = -mieee-fp R_XTRA_CPPFLAGS = -I$(R_HOME)/include R_XTRA_FFLAGS = ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS) ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CPICFLAGS) $(CFLAGS) ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FPICFLAGS) $(FFLAGS) .SUFFIXES: .SUFFIXES: .c .f .o .c.o: $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@ .f.c: .f.o: $(FC) $(ALL_FFLAGS) -c $< -o $@ $(SHLIB): $(OBJS) $(SHLIBLD) $(SHLIBLDFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(FLIBS) -----------------------------------...
2001 Jun 28
1
core dump running modreg-Ex.R (PR#1002)
....3.0/src/library/modreg/src/qsbart.f":15, 0x5fcee140] 3 bdrspline(0x10cdb9a8, 0x7ffd0df8, 0x10ce0a28, 0x7ffd5c18, 0x3, 0x10cd5ba0, 0x1, 0x2) ["/disk2/gwhite/src/R-1.3.0/src/library/modreg/src/ppr.f":1261, 0x5fcedae0] [...] Regenerating modreg.so using g77 (e.g., $ gmake FC=g77 ALL_FFLAGS='-O2 -g') did not fix the problem (so it may not be a compiler bug): $ dbx ../../bin/R.bin dbx version 7.3 MR 55458_Apr30_MR Apr 30 1999 13:44:41 Core from signal SIGBUS: Bus error (dbx) where > 0 sslvrg_() ["/usr/people/gwhite/src/R-1.3.0/src/lib...
2000 Feb 22
1
R-0.99 installation on UNIX
...o SHLIBLD = gcc SHLIBLDFLAGS = -G TAR = tar X_CFLAGS = -I/usr/openwin/include X_LIBS = -L/usr/openwin/lib -R/usr/openwin/lib -lX11 X_PRE_LIBS = -lSM -lICE X_EXTRA_LIBS = -lsocket -lnsl YACC = bison -y ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CFLAGS) ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS) ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FFLAGS) .SUFFIXES: .SUFFIXES: .c .f .d .o .c.d: @echo "making $@ from $<" @$(CC) -M $(ALL_CPPFLAGS) $< > $@ .c.o: $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@ .f.o: $(F2C) $(F2CFLAGS) < $< > $*.c $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c...
2000 Jun 19
1
Trying to compile R on Unix
...= /bin/sh SHLIBEXT = @SHLIBEXT@ SHLIBLD = @SHLIBLD@ SHLIBLDFLAGS = @SHLIBLDFLAGS@ TAR = @TAR@ X_CFLAGS = @X_CFLAGS@ X_LIBS = @X_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ YACC = @YACC@ ALL_CFLAGS = $(R_XTRA_CFLAGS) $(CFLAGS) ALL_CPPFLAGS = $(R_XTRA_CPPFLAGS) $(CPPFLAGS) $(DEFS) ALL_FFLAGS = $(R_XTRA_FFLAGS) $(FFLAGS) .SUFFIXES: .SUFFIXES: .c .f .d .o @depend_rules_frag@ .c.o: $(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@ @f77_rules_frag@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ datadir = @datadir@ libdir = @libdir@ mandir = @mandir@ rhome = @...