- Strip library
This commit is contained in:
parent
2e4bd19ab0
commit
754ff8ec81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381462
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= numeric
|
||||
PORTVERSION= 24.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= http://numpy.scipy.org/:doc \
|
||||
SF/numpy/Old%20Numeric/${PORTVERSION}:source
|
||||
|
@ -43,6 +43,8 @@ post-extract:
|
|||
${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Numeric -name "*.so" -exec \
|
||||
${STRIP_CMD} {} \;
|
||||
@${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Demo/*.py ${STAGEDIR}${EXAMPLESDIR}
|
||||
@${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}/NumTut
|
||||
|
|
Loading…
Reference in a new issue