From 3c3112339322a40dbd6ad092a20e4c24c804f39f Mon Sep 17 00:00:00 2001 From: Nicholas Knoblauch Date: Wed, 4 Mar 2020 18:55:14 -0600 Subject: [PATCH] bump version (and fix some clang stuff) --- tools/config.R | 2 +- tools/config/configure.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/config.R b/tools/config.R index f1c0446..b61625d 100644 --- a/tools/config.R +++ b/tools/config.R @@ -613,7 +613,7 @@ if (!interactive()) { if (file.exists(path)) source_file(path) # perform automatic configuration - configure_auto(type = type) + #configure_auto(type = type) # report end of execution fmt <- "** finished %s for package '%s'" diff --git a/tools/config/configure.R b/tools/config/configure.R index e2f3d43..047316a 100644 --- a/tools/config/configure.R +++ b/tools/config/configure.R @@ -59,4 +59,4 @@ define( HDF5R_LIBS = HDF5R_LIBS, HDF5R_CFLAGS = " " ) -#configure_file("src/Makevars.in") +configure_file("src/Makevars.in")