Skip to content

Commit

Permalink
R-*: revbump a few packages for libc++ systems
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 23, 2024
1 parent 4393e38 commit 335ce00
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/R-KernelKnn/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ checksums rmd160 735eca52e1d148d174e0c3d19717bf70e810e7c0 \
sha256 92b1a7e647fcae8e8be790c0fabc70ca1789b1cb48ba032be36db138310e66ac \
size 126177

# 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 \
port:R-RcppArmadillo

Expand Down
5 changes: 5 additions & 0 deletions R/R-Rfast2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ checksums rmd160 11cdc13e2587f14f2df1e536c243189f7d3297d2 \
sha256 e1bae78e45409a590771e3a589978f48dba56a331d60cfaee42216402636b288 \
size 177103

# 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 \
port:R-RcppArmadillo \
port:R-RcppParallel \
Expand Down
5 changes: 5 additions & 0 deletions R/R-Rnanoflann/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ checksums rmd160 58dd36db1aeca1898b1753679c8a352013a89f70 \
sha256 46fcf84c640f8fb71d8fa397b6c441af95b6a0dadc168ecac214074b8ef57211 \
size 33722

# 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 \
port:R-RcppArmadillo

Expand Down
5 changes: 5 additions & 0 deletions R/R-elmNNRcpp/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ checksums rmd160 be771dce01205f99eee3199010427c3df0846157 \
sha256 f28f114beb8c3cc0e6d64612d5dcc5ac7905caa0137aed885ea74d728f61c3ee \
size 414622

# 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-KernelKnn \
port:R-Rcpp \
port:R-RcppArmadillo
Expand Down
5 changes: 5 additions & 0 deletions R/R-mixture/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ checksums rmd160 6a96c605335f6104e44972cbd4b9b155614c3f36 \
sha256 5089271d9980fbaa3f58646ce5d2687c0b9e1474e6065e9cd344435aaef1ed28 \
size 213964

# 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:gsl \
port:R-BH \
port:R-Rcpp \
Expand Down

0 comments on commit 335ce00

Please sign in to comment.