[MacPorts] #58832: OpenBLAS @0.3.7: ../kernel/x86/amax.S:64:2: error: ../kernel/x86/amax.S:instruction requires: Not 64-bit mode
MacPorts
noreply at macports.org
Sun Sep 8 00:25:12 UTC 2019
#58832: OpenBLAS @0.3.7: ../kernel/x86/amax.S:64:2: error:
../kernel/x86/amax.S:instruction requires: Not 64-bit mode
-----------------------+------------------------------
Reporter: kencu | Owner: NicosPavlov
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: lion snowleopard
Port: openblas |
-----------------------+------------------------------
Comment (by kencu):
maybe we need to look at this area in the Portfile:
{{{
if {${build_arch} eq "x86_64" || ${build_arch} eq "ppc64"} {
puts $makeINC "BINARY = 64"
} else {
puts $makeINC "BINARY = 32"
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/58832#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list