https://github.com/cran/RandomFields
Raw File
Tip revision: fe22a81d919a54b5245a7b688434663a5674ceb5 authored by Martin Schlather on 24 October 2010, 00:00:00 UTC
version 1.3.44
Tip revision: fe22a81
Makevars
#PKG_CFLAGS = -O2 -Wall -pedantic -g
#
PKG_CXXFLAGS = -g
#PKG_FFLAGS = -O2 -Wall -pedantic -g
PKG_LIBS = $(LAPACK_LIBS)
#PKG_LIBS = -L /tmp/R-beta/lib -lRlapack
back to top