https://github.com/cran/RandomFields
Revision bd298816a60ec4ca975f1289dc6ad3475d6247bf authored by Martin Schlather on 09 January 2016, 13:56:44 UTC, committed by cran-robot on 09 January 2016, 13:56:44 UTC
1 parent f97a3a6
Raw File
Tip revision: bd298816a60ec4ca975f1289dc6ad3475d6247bf authored by Martin Schlather on 09 January 2016, 13:56:44 UTC
version 3.1.8
Tip revision: bd29881
configure.ac
# autoconf configure.ac > configure && chmod +x configure

# Urversion vo 2.0.66
# ab 2.0.67 geaendert.

AC_INIT([RandomFields], 1.3) dnl package name, version

        
: ${R_HOME=`R RHOME`}
if test -z "${R_HOME}"; then
   echo "could not determine R_HOME"
   exit 1
fi
#CC=`"${R_HOME}/bin/R" CMD config CC`
CC = gcc-4.9 -std=gnu99 -fsanitize=address -fno-omit-frame-pointer
CFLAGS=`"${R_HOME}/bin/R" CMD config CFLAGS`


AC_CONFIG_FILES([src/Makevars])
AC_OUTPUT
back to top