> Index: math/py-numpy/Makefile > =================================================================== > RCS file: /cvs/ports/math/py-numpy/Makefile,v > retrieving revision 1.46 > diff -u -p -u -r1.46 Makefile > --- math/py-numpy/Makefile 3 Jan 2017 19:23:48 -0000 1.46 > +++ math/py-numpy/Makefile 4 Nov 2017 21:54:46 -0000 > @@ -7,7 +7,7 @@ COMMENT= fast array and numeric program > MODPY_EGG_VERSION= 1.9.2 > DISTNAME= numpy-${MODPY_EGG_VERSION} > PKGNAME= py-${DISTNAME} > -REVISION= 0 > +REVISION= 1 > > CATEGORIES= math devel > > @@ -33,7 +33,7 @@ MODPY_SETUP= setupegg.py > > TEST_DEPENDS= devel/py-nose${MODPY_FLAVOR} > > -MODFORTRAN_COMPILER = g77 > +MODFORTRAN_COMPILER = gfortran > > BUILD_DEPENDS = ${MODFORTRAN_BUILD_DEPENDS} > LIB_DEPENDS= math/lapack \
This builds and installs fine for me, but the regression tests fault after a while. ................Segmentation fault (core dumped) *** Error 139 in . (Makefile:47 'do-test') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2757 '/usr/ports/pobj/py-numpy-1.9.2/.test_done') *** Error 1 in /home/bulibuta/wrk/obsd/src/ports/math/py-numpy (/usr/ports/infrastructure/mk/bsd.port.mk:2426 'test' If that was the case before the gfortran switch then OK.