mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Add missing files to plist;
Fix plist (hopefully) so it fits both python33 and python2.
This commit is contained in:
parent
edde8a4c72
commit
90f44e9da0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318649
2 changed files with 509 additions and 516 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= numpy
|
||||
PORTVERSION= 1.7.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME:C/\..$/.0/}/:doc \
|
||||
|
@ -69,6 +70,10 @@ LIB_DEPENDS+= umfpack.1:${PORTSDIR}/math/suitesparse
|
|||
PYDISTUTILS_CONFIGUREARGS+= --fcompiler=gnu95
|
||||
PYDISTUTILS_BUILDARGS+= --fcompiler=gnu95
|
||||
|
||||
.if ${PYTHON_REL} >= 320
|
||||
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${CP} ${DISTDIR}/numpy-ref-${PORTVERSION}.pdf ${WRKDIR}
|
||||
@${CP} ${DISTDIR}/numpy-user-${PORTVERSION}.pdf ${WRKDIR}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue