Skip to content

Commit

Permalink
fix R warning in mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolos Chalkis committed Oct 16, 2023
1 parent 5e9fad6 commit 274c02f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cran_gen/genCRANpkg.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ dir_lp = paste0(path,"/lpSolveAPI/inst/include")
h_files = dir(dir_lp, "*.h", ignore.case = TRUE, all.files = TRUE)
lp_dist = paste0(path,"/external/LPsolve_src/include")
file.copy(file.path(dir_lp, h_files), lp_dist, recursive=TRUE, overwrite=TRUE)

file.copy(paste0(path,"/external/cmake-files/lp_rlp.h"), lp_dist, recursive=TRUE, overwrite=TRUE)

dir_lp = paste0(path,"/lpSolve/src")
h_files = dir(dir_lp, "*.h", ignore.case = TRUE, all.files = TRUE)
lp_dist = paste0(path,"/external/LPsolve_src/run_headers")
Expand Down

0 comments on commit 274c02f

Please sign in to comment.