Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2017 15:25:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456834 - head/science/py-scipy
Message-ID:  <201712201525.vBKFPGKC091298@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Dec 20 15:25:16 2017
New Revision: 456834
URL: https://svnweb.freebsd.org/changeset/ports/456834

Log:
  Remove dependency on swig
  
  I can't find any direct call to the swig binary in the code meaning
  having swig as a run time dependency should not be a requirement

Modified:
  head/science/py-scipy/Makefile

Modified: head/science/py-scipy/Makefile
==============================================================================
--- head/science/py-scipy/Makefile	Wed Dec 20 15:18:26 2017	(r456833)
+++ head/science/py-scipy/Makefile	Wed Dec 20 15:25:16 2017	(r456834)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scipy
 PORTVERSION=	0.19.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science python
 MASTER_SITES=	http://docs.scipy.org/doc/${DISTNAME}/:doc \
 		CHEESESHOP:source \
@@ -20,8 +20,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYNUMPY}
-RUN_DEPENDS=	${PYNUMPY} \
-		swig:devel/swig13
+RUN_DEPENDS=	${PYNUMPY}
 
 USES=		fortran python zip
 USE_PYTHON=	autoplist concurrent distutils



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