Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 12:20:28 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391233 - head/math/py-numpy
Message-ID:  <201507031220.t63CKSOY079687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Fri Jul  3 12:20:28 2015
New Revision: 391233
URL: https://svnweb.freebsd.org/changeset/ports/391233

Log:
  Depend on a particual file, not an executable so it picks up a correct
  python version.
  
  PR:		198989
  Submitted by:	John W. O'Brien <john@saltant.com>

Modified:
  head/math/py-numpy/Makefile

Modified: head/math/py-numpy/Makefile
==============================================================================
--- head/math/py-numpy/Makefile	Fri Jul  3 12:14:08 2015	(r391232)
+++ head/math/py-numpy/Makefile	Fri Jul  3 12:20:28 2015	(r391233)
@@ -40,7 +40,7 @@ ATLAS_USES=	blaslapack:atlas
 NETLIB_USES=	blaslapack:netlib
 OPENBLAS_USES=	blaslapack:openblas
 SUITESPARSE_LIB_DEPENDS=libumfpack.so:${PORTSDIR}/math/suitesparse
-TESTS_RUN_DEPENDS=	nosetests:${PORTSDIR}/devel/py-nose
+TESTS_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose
 
 .include <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507031220.t63CKSOY079687>