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

OpenBLAS: update to 0.3.29 #27851

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
18 changes: 9 additions & 9 deletions math/OpenBLAS/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ if {${os.major} < 9} {
subport OpenBLAS-devel {}
if {[string first "-devel" $subport] > 0} {

github.setup OpenMathLib OpenBLAS e1eef56e0510fecd5a05df9a8fddaf63a3d91ef0
github.setup OpenMathLib OpenBLAS 39eb43d4410d0745ca2c78d1162d973abf3aa35b
github.tarball_from archive
version 20240704-[string range ${github.version} 0 7]
checksums rmd160 0612839aa8727b4cc76a4ac35b93bac8ea3920a9 \
sha256 6f501ad13a94eef28c55b301018b85ec4b7eb4c38f4ac4b021ef953d7de581e4 \
size 24634029
version 20250308-[string range ${github.version} 0 7]
checksums rmd160 9389ee804bda28105b48481fed91f12763fecf49 \
sha256 55d71bd8a8e2776d724c9789fd7a309eda3a455d915a3c8cf4b3a0014b564089 \
size 24724793
revision 0

conflicts OpenBLAS
Expand All @@ -46,11 +46,11 @@ if {[string first "-devel" $subport] > 0} {

} else {

github.setup OpenMathLib OpenBLAS 0.3.28 v
github.setup OpenMathLib OpenBLAS 0.3.29 v
github.tarball_from releases
checksums rmd160 b465333b29f48fb3b80bc1b7d07b2b06a378969b \
sha256 f1003466ad074e9b0c8d421a204121100b0751c96fc6fcf3d1456bd12f8a00a1 \
size 24616640
checksums rmd160 ccc3202293a399a6d75feb8827d076ec5aa7aac0 \
sha256 38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb \
size 24671913
revision 0

conflicts OpenBLAS-devel
Expand Down