[MacPorts] #68225: OpenBLAS @0.3.24_0: hanging when building
MacPorts
noreply at macports.org
Tue Sep 26 10:41:48 UTC 2023
#68225: OpenBLAS @0.3.24_0: hanging when building
---------------------------+---------------------------
Reporter: kickingvegas | Owner: NicosPavlov
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords: ventura arm64
Port: OpenBLAS |
---------------------------+---------------------------
Comment (by michaellass):
Right now, it looks like the segfault issue affects macports-clang
versions 13, 14 and 15 and at least the Apple clang that comes with XCode
15.0. Additionally, compilation with mp-clang 17 fails due to missing
headers and building the macports port with mp-clang 16 fails with linking
errors.
So a crude workaround right now is the following change of the Portfile:
{{{
--- a/math/OpenBLAS/Portfile
+++ b/math/OpenBLAS/Portfile
@@ -70,6 +70,8 @@ if {[string first "-devel" $subport] > 0} {
}
}
+configure.compiler macports-clang-12
+
compilers.choose fc
compilers.setup default_fortran
}}}
--
Ticket URL: <https://trac.macports.org/ticket/68225#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list