Skip to content

Commit

Permalink
Fix Makevars issue
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeleehickey committed Feb 4, 2025
1 parent 06ddf4c commit 5c68c4f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 0.4.7
Date: 2025-02-04 15:50:07 UTC
SHA: 06ddf4c329c71fd33a8e625473bac3b38bd1ea8b
2 changes: 0 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

- Imported `RcppArmadillo` functions `armadillo_throttle_cores` and `armadillo_reset_cores` to try and prevent CRAN R CMD checks using multiple threads.

- Updated Makevars (now Makevars.in) and Makevars.win as part of previous update.

# joineRML 0.4.6

## Housekeeping
Expand Down
2 changes: 2 additions & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
3 changes: 0 additions & 3 deletions src/Makevars.in

This file was deleted.

4 changes: 2 additions & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PKG_CXXFLAGS = -I../inst/include -I. $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

0 comments on commit 5c68c4f

Please sign in to comment.