[MacPorts] #42416: py*-numpy @1.8.0_2+universal: C libraries are not universal
MacPorts
noreply at macports.org
Sat Feb 8 14:18:20 PST 2014
#42416: py*-numpy @1.8.0_2+universal: C libraries are not universal
----------------------+-------------------------
Reporter: larryv@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: | Port: py-numpy
----------------------+-------------------------
{{{
% port installed py27-numpy
The following ports are currently installed:
py27-numpy @1.8.0_2+universal (active)
% port contents py27-numpy | grep '\.so$' | xargs file
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/_dotblas.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/_dummy.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/multiarray.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/multiarray_tests.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/operand_flag_tests.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/scalarmath.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/struct_ufunc_test.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/test_rational.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/umath.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/core/umath_tests.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/fft/fftpack_lite.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/lib/_compiled_base.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/linalg/_umath_linalg.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/linalg/lapack_lite.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/numarray/_capi.so: Mach-O 64-bit bundle
x86_64
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/numpy/random/mtrand.so: Mach-O 64-bit bundle
x86_64
%
}}}
The build environment doesn’t look correct for a universal build.
{{{
:notice:build ---> Building py27-numpy
:debug:build Executing proc-pre-org.macports.build-build-0
:debug:build Executing org.macports.build (py27-numpy)
:debug:build Environment:
ARCHFLAGS='-arch x86_64'
ATLAS='None'
BLAS='/usr/lib'
CC='/usr/bin/clang'
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build
/_Users_larryv_Projects_MacPorts_svn_trunk_dports_python_py-
numpy/py27-numpy/work/.CC_PRINT_OPTIONS'
CFLAGS='-arch x86_64 -arch i386'
CPATH='/opt/local/include'
CXX='/usr/bin/clang++'
CXXFLAGS='-arch x86_64 -arch i386'
LAPACK='/usr/lib'
LDFLAGS='-arch x86_64 -arch i386'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.9'
OBJC='/usr/bin/clang'
OBJCFLAGS='-arch x86_64 -arch i386'
}}}
Neither does destroot.
{{{
:debug:destroot Executing org.macports.destroot (py27-numpy)
:debug:destroot Environment:
ARCHFLAGS='-arch x86_64'
ATLAS='None'
BLAS='/usr/lib'
CC='/usr/bin/clang'
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build
/_Users_larryv_Projects_MacPorts_svn_trunk_dports_python_py-
numpy/py27-numpy/work/.CC_PRINT_OPTIONS'
CFLAGS='-Os -arch x86_64'
CPATH='/opt/local/include'
CXX='/usr/bin/clang++'
CXXFLAGS='-Os -arch x86_64'
LAPACK='/usr/lib'
LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.9'
OBJC='/usr/bin/clang'
OBJCFLAGS='-Os -arch x86_64'
}}}
--
Ticket URL: <https://trac.macports.org/ticket/42416>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list