Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

madness: update to 2024.06.27 #24793

Merged
merged 2 commits into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions science/madness/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PortGroup legacysupport 1.1

boost.version 1.81

github.setup m-a-d-n-e-s-s madness a112c57fc5b9fc2a222c81ed531c2c11d429348a
version 2024.04.10
github.setup m-a-d-n-e-s-s madness ede1667fefffc2e1d6e76a15895820c247531198
version 2024.06.27
revision 0
categories science math
license GPL-2
Expand All @@ -20,12 +20,12 @@ long_description MADNESS provides a high-level environment for the solution \
of integral and differential equations in many dimensions \
using adaptive, fast methods with guaranteed precision \
based on multi-resolution analysis and novel separated representations.
checksums rmd160 d9241d1bc207e12ea857938cf1ac111ce2acba83 \
sha256 bbef0cacd92c5bbf546212914d11c269a2e6224078a2f67e43e2a58b5e2803df \
size 36799675
checksums rmd160 1689838da6e097d2bd4df1d1e8f7f10382b0868b \
sha256 3b7bea52d12efb74311a3744a23431a836378d1f0762ef79337418530307c5b0 \
size 36804651
github.tarball_from archive

set py_ver 3.11
set py_ver 3.12
set py_ver_nodot [string map {. {}} ${py_ver}]
depends_build-append \
port:python${py_ver_nodot}
Expand Down