Skip to content

Commit

Permalink
R-forecast, R-mev: revbump for libc++ systems
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 23, 2024
1 parent d2e74e1 commit f457d7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/R-forecast/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ checksums rmd160 5f67452bc3e462c0a1e7cbd1bf2d93ee586b0800 \
sha256 ffc3d41138f498fb286f0ebfeb72d15f9f7a8e953abf3c351ebf95fc188a1880 \
size 590865

# 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-colorspace \
port:R-fracdiff \
port:R-generics \
Expand Down
5 changes: 5 additions & 0 deletions R/R-mev/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ checksums rmd160 6a81bcde33b1757b4272de52a68708b6c06aa3c1 \
sha256 acef17fa3f504d48bd45d64d591f5eac946c8e9b83d489c44d0b9acb2722f13f \
size 1364837

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

0 comments on commit f457d7e

Please sign in to comment.