Install header files, too.
This commit is contained in:
parent
69dc0df901
commit
fce6308d16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10521
6 changed files with 12 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 20 April 1997
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1998/01/21 13:07:44 tg Exp $
|
||||
# $Id: Makefile,v 1.6 1998/04/08 11:13:37 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= NumPy-11
|
||||
|
@ -32,6 +32,7 @@ do-configure:
|
|||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/* ${NUMPYDIR}
|
||||
@${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${NUMPYDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Include/*object.h ${PREFIX}/include/python1.5
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCDIR}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include/python1.5/arrayobject.h
|
||||
include/python1.5/ufuncobject.h
|
||||
lib/python1.5/site-packages/_numpymodule.so
|
||||
lib/python1.5/site-packages/fast_umathmodule.so
|
||||
lib/python1.5/site-packages/fftpack.so
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: 20 April 1997
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1998/01/21 13:07:44 tg Exp $
|
||||
# $Id: Makefile,v 1.6 1998/04/08 11:13:37 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= NumPy-11
|
||||
|
@ -32,6 +32,7 @@ do-configure:
|
|||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/* ${NUMPYDIR}
|
||||
@${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${NUMPYDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Include/*object.h ${PREFIX}/include/python1.5
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCDIR}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include/python1.5/arrayobject.h
|
||||
include/python1.5/ufuncobject.h
|
||||
lib/python1.5/site-packages/_numpymodule.so
|
||||
lib/python1.5/site-packages/fast_umathmodule.so
|
||||
lib/python1.5/site-packages/fftpack.so
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: 20 April 1997
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1998/01/21 13:07:44 tg Exp $
|
||||
# $Id: Makefile,v 1.6 1998/04/08 11:13:37 tg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= NumPy-11
|
||||
|
@ -32,6 +32,7 @@ do-configure:
|
|||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/* ${NUMPYDIR}
|
||||
@${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${NUMPYDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Include/*object.h ${PREFIX}/include/python1.5
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCDIR}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
include/python1.5/arrayobject.h
|
||||
include/python1.5/ufuncobject.h
|
||||
lib/python1.5/site-packages/_numpymodule.so
|
||||
lib/python1.5/site-packages/fast_umathmodule.so
|
||||
lib/python1.5/site-packages/fftpack.so
|
||||
|
|
Loading…
Reference in a new issue