On Sat, Apr 27, 2019 at 11:00:10AM +0200, Landry Breuil wrote: > On Wed, Apr 24, 2019 at 09:30:31AM -0600, Steven Mestdagh wrote: > > CVSROOT: /cvs > > Module name: ports > > Changes by: [email protected] 2019/04/24 09:30:31 > > > > Modified files: > > math/lapack : Makefile distinfo > > math/lapack/files: Makefile > > math/lapack/pkg: PLIST > > > > Log message: > > update to 3.8.0 > > It seems this has side-effects on py-numpy, which complains on a missing > symbol now: > > python2 -c 'import numpy' > python2:/usr/local/lib/liblapack.so.7.0: undefined symbol > 'ilaenv2stage_' > > same with python3, and this breaks geo/pdal configure via cmake (seen by > naddy@ and ajacoutot@) > > steven, can you investigate ?
it also shows with rio from geo/rasterio: $rio python2.7:/usr/local/lib/liblapack.so.7.0: undefined symbol 'ilaenv2stage_' i had a quick look but my fortran fu is lacking.
