Skip to content

Commit

Permalink
R-GpGp, R-RcppSimdJson: revbump for libc++ systems
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and herbygillot committed Aug 20, 2024
1 parent ca18848 commit ace5547
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/R-GpGp/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ checksums rmd160 059411e80df66d7a292e668d936db43e66e84e58 \
sha256 a3c0bf3df5fb7d766906e7f29c09aa50f77a75e5ffe9abf0e44287909816a267 \
size 1378259

# Remove this with the next update. It is a one-time fix.
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
incr revision
}

depends_lib-append port:R-BH \
port:R-FNN \
port:R-Rcpp \
Expand Down
5 changes: 5 additions & 0 deletions R/R-RcppSimdJson/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ checksums rmd160 a48d613836e592fbb082f5529e6bc10312a01b37 \
sha256 ffb9cc8fdc869a4d2a2d1fb90bf0ecd57d7134a287a7ae86e3e0a2668a65753b \
size 2066347

# Remove this with the next update. It is a one-time fix.
if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} eq "libc++"} {
incr revision
}

depends_lib-append port:R-Rcpp

compiler.cxx_standard 2017
Expand Down

0 comments on commit ace5547

Please sign in to comment.