[MacPorts] #58528: openblas @0.3.6: error: 32-bit absolute addressing is not supported in 64-bit mode
MacPorts
noreply at macports.org
Wed May 29 13:22:49 UTC 2019
#58528: openblas @0.3.6: error: 32-bit absolute addressing is not supported in
64-bit mode
-----------------------+-------------------------
Reporter: kencu | Owner: NicosPavlov
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: openblas |
-----------------------+-------------------------
Comment (by NicosPavlov):
Oh, I was just answering saying that your description was making quite
some sense, which would have meant that we should make a condition
depending on the architecture, such as:
{{{
if {${os.major} == 10} {
if {${os.arch} eq "i386"]} {
set blas_arch "YONAH"
} else { #YONAH does not support 64-bit, see #58528
set blas_arch "CORE2"
}
}
}}}
It the error identical if you set to CORE2? I did not check with the
buildbot yet, but as both i386 and x86_64 packages are available on the
servers, it would mean that there is a difference that might be
informative.
--
Ticket URL: <https://trac.macports.org/ticket/58528#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list