Skip to content

Commit

Permalink
Debugging Rcpp build 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Jul 8, 2024
1 parent 9164a7d commit ca1ebcd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ jobs:
renv::install("dereckmezquita/kucoin")
shell: Rscript {0}

- name: Process Makevars.in
run: |
Rscript -e '
pkg_cppflags <- paste0(Rcpp:::CxxFlags(), " -I", system.file("include", package = "Rcpp"))
pkg_libs <- Rcpp:::LdFlags()
makevars_content <- readLines("src/Makevars.in")
makevars_content <- gsub("@PKG_CPPFLAGS@", pkg_cppflags, makevars_content, fixed = TRUE)
makevars_content <- gsub("@PKG_LIBS@", pkg_libs, makevars_content, fixed = TRUE)
writeLines(makevars_content, "src/Makevars")
cat("Contents of src/Makevars:\n")
cat(readLines("src/Makevars"), sep = "\n")
'
- name: Configure git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit ca1ebcd

Please sign in to comment.