[MacPorts] #59571: py37-numpy @1.17.3 does not build on PPC Tiger, Mac OS X 10.4.11, because of many errors
MacPorts
noreply at macports.org
Sat Nov 30 23:37:57 UTC 2019
#59571: py37-numpy @1.17.3 does not build on PPC Tiger, Mac OS X 10.4.11, because
of many errors
------------------------+-----------------------
Reporter: ballapete | Owner: michaelld
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: tiger
Port: py-numpy |
------------------------+-----------------------
Comment (by ballapete):
Since `py37-numpy @1.17.4` is set up to use
{{{
F77='/opt/local/bin/gfortran-mp-6'
F90='/opt/local/bin/gfortran-mp-6'
FC='/opt/local/bin/gfortran-mp-6'
}}}
it should stop using
{{{
CC='/opt/local/bin/gcc-apple-4.2'
CXX='/opt/local/bin/g++-apple-4.2'
}}}
and maybe also
{{{
CXXFLAGS='-arch ppc -isysroot/'
}}}
and use instead GCC6 for compilation of everything. Anyway, with
{{{
ARCHFLAGS='-arch ppc'
ATLAS='None'
CC='/opt/local/bin/gcc-mp-6'
CFLAGS='-arch ppc -isysroot/'
CPATH='/opt/local/include'
CXX='/opt/local/bin/g++-mp-6'
CXXFLAGS='-arch ppc -isysroot/'
DEVELOPER_DIR='/Developer'
F77='/opt/local/bin/gfortran-mp-6'
F90='/opt/local/bin/gfortran-mp-6'
F90FLAGS='-m32'
FC='/opt/local/bin/gfortran-mp-6'
FCFLAGS='-m32'
FFLAGS='-m32'
LDFLAGS='-arch ppc'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.4'
OBJC='/opt/local/bin/gcc-mp-6'
OBJCFLAGS='-arch ppc -isysroot/'
OPENBLAS='/opt/local/lib'
}}}
the port builds.
--
Ticket URL: <https://trac.macports.org/ticket/59571#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list