Date: Sat, 28 Dec 2013 11:21:46 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337854 - head/math/py-symeig Message-ID: <201312281121.rBSBLksV061339@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sat Dec 28 11:21:46 2013 New Revision: 337854 URL: http://svnweb.freebsd.org/changeset/ports/337854 Log: math/py-symeig: support staging and minor changes Deleted: head/math/py-symeig/pkg-plist Modified: head/math/py-symeig/Makefile Modified: head/math/py-symeig/Makefile ============================================================================== --- head/math/py-symeig/Makefile Sat Dec 28 11:15:35 2013 (r337853) +++ head/math/py-symeig/Makefile Sat Dec 28 11:21:46 2013 (r337854) @@ -18,23 +18,23 @@ LATEST_LINK= py-${PORTNAME} OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options USE_FORTRAN= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= ATLAS ATLAS_DESC= Use optimized blas library -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas .if !exists(${LOCALBASE}/lib/libalapack.a) IGNORE= atlas needs to be built with WITH_STATIC for symeig to function properly .endif .else -LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \ - blas.2:${PORTSDIR}/math/blas +LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack \ + libblas.so:${PORTSDIR}/math/blas .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312281121.rBSBLksV061339>