- Remove stale reference to expired math/petsc-mpich
- Convert NOPORTDOCS to PORT_OPTIONS:MDOCS PR: ports/179277 Submitted by: myself Approved by: maintainer timeout (bf, 16 days)
This commit is contained in:
parent
9ae289ac1a
commit
fa8b5883ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321241
1 changed files with 5 additions and 7 deletions
|
@ -14,8 +14,6 @@ COMMENT= Portable, Extensible Toolkit for Scientific computation
|
|||
RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh \
|
||||
qsub:${PORTSDIR}/sysutils/torque
|
||||
|
||||
SLAVEDIRS= math/petsc-mpich
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_PYTHON= yes
|
||||
CONFIGURE_SCRIPT= config/configure.py
|
||||
|
@ -54,7 +52,9 @@ CONFIGURE_ARGS+= --with-umfpack-include="${LOCALBASE}/include/suitesparse" \
|
|||
--with-umfpack-lib="[${UMFPACK_LIBS:C/^/${L}/:C/,/, ${L}/g}]"
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
PORTDOCS= *
|
||||
#USE_TEX= latex:build
|
||||
#BUILD_DEPENDS+= c2html:${PORTSDIR}/textproc/c2html \
|
||||
|
@ -65,8 +65,6 @@ LIBSCALAPACK= ${LOCALBASE}/lib/libscalapack.a
|
|||
LIBBLACS= ${LOCALBASE}/lib/libblacs.a
|
||||
MPIDIR= ${LOCALBASE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)
|
||||
WITH_OPENMPI= yes
|
||||
MPIDIR= ${LOCALBASE}/mpi/openmpi
|
||||
|
@ -270,7 +268,7 @@ post-install:
|
|||
${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${PFX}/bin
|
||||
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${PFX}/bmake
|
||||
${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${PFX}/bmake
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
|
||||
${MAKEFILE} ${MAKE_ARGS} install_docs)
|
||||
.endif
|
||||
|
@ -295,4 +293,4 @@ regression-test:
|
|||
. endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue