#51250: py-numpy: Build failure with +atlas and version 1.11.0_0 -----------------------+------------------------- Reporter: mf2k@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: py-numpy | -----------------------+------------------------- Comment (by michaelld@…): This issue is related to #1419. I just attached a patch for NumPy that should fix this build error. It should work on at least 10.9 and newer (libc++). I don't have a 10.[6-8] box around for testing (libstdc++ via GCC 4.2.1). I did verify that the rpath setting works on a modern Linux box running GCC 4.9 ("-Wl,-rpath -Wl,"/R/P/A/T/H", where "/R/P/A/T/H" is the actual desired rpath, in ""s to allow for spaces in directory names). Could others please test & verify? You'll need to do roughly the following (assuming the patch is in ~/Downloads/patch-numpy_rpath.diff): {{{ pushd $(port dir py27-numpy) sudo patch -p0 < ~/Downloads/patch-numpy_rpath.diff sudo port upgrade py27-numpy }}} assuming that works, then do: {{{ sudo patch -R -p0 < ~/Downloads/patch-numpy_rpath.diff }}} -- Ticket URL: <https://trac.macports.org/ticket/51250#comment:27> MacPorts <https://www.macports.org/> Ports system for the Mac operating system