mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
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
This commit is contained in:
parent
0379ab350a
commit
4ce271099d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456834
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user