Skip to content

Commit

Permalink
bump version (and fix some clang stuff)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreRecombinase committed Mar 5, 2020
1 parent c5596cc commit 3c31123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down
2 changes: 1 addition & 1 deletion tools/config/configure.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ define(
HDF5R_LIBS = HDF5R_LIBS,
HDF5R_CFLAGS = " "
)
#configure_file("src/Makevars.in")
configure_file("src/Makevars.in")

0 comments on commit 3c31123

Please sign in to comment.