diff options
author | maho <maho@FreeBSD.org> | 2007-02-20 05:29:07 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-02-20 05:29:07 +0800 |
commit | b216b85a5ba587b4e6dc0b7a773909ce10f0e74e (patch) | |
tree | 49b1ddb3ef8a6e093c1ce32b3f609982e30787bd /math | |
parent | 7ad550931cebf3ae2e1a069c201e431255b89e50 (diff) | |
download | freebsd-ports-gnome-b216b85a5ba587b4e6dc0b7a773909ce10f0e74e.tar.gz freebsd-ports-gnome-b216b85a5ba587b4e6dc0b7a773909ce10f0e74e.tar.zst freebsd-ports-gnome-b216b85a5ba587b4e6dc0b7a773909ce10f0e74e.zip |
* Update to 2.3.2-p8.
* Now we use pdksh so that package build cluster will build PETSc.[1]
Discussed with: kris and thierry[1]
Diffstat (limited to 'math')
-rw-r--r-- | math/petsc/Makefile | 7 | ||||
-rw-r--r-- | math/petsc/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/petsc/Makefile b/math/petsc/Makefile index 2307b355f21d..d970c7fdd3c4 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= petsc -DISTVERSION= 2.3.2-p6 -PORTREVISION= 2 +DISTVERSION= 2.3.2-p8 PORTEPOCH= 1 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ @@ -15,7 +14,7 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ MAINTAINER= ports@FreeBSD.org COMMENT= Portable, Extensible Toolkit for Scientific computation -RUN_DEPENDS= ksh93:${PORTSDIR}/shells/ksh93 +RUN_DEPENDS= ksh:${PORTSDIR}/shells/pdksh HAS_CONFIGURE= yes USE_PYTHON= yes @@ -253,7 +252,7 @@ pre-configure: @${REINPLACE_CMD} -e "s|AMD/Include|include/AMD|" \ -e "s|AMD/Lib|${LOCALBASE}/lib|" \ ${WRKSRC}/python/PETSc/packages/UMFPACK.py - @${REINPLACE_CMD} -e "s|/bin/ksh|${LOCALBASE}/bin/ksh93|" \ + @${REINPLACE_CMD} -e "s|/bin/ksh|${LOCALBASE}/bin/ksh|" \ ${WRKSRC}/bin/popup @${RM} ${WRKSRC}/bin/popup.bak .if defined(PACKAGE_BUILDING) diff --git a/math/petsc/distinfo b/math/petsc/distinfo index 4ce672a8a035..0ff7253001cb 100644 --- a/math/petsc/distinfo +++ b/math/petsc/distinfo @@ -1,3 +1,3 @@ -MD5 (petsc-2.3.2-p6.tar.gz) = 708e45215501278a5c5ad1dd7711a16c -SHA256 (petsc-2.3.2-p6.tar.gz) = 4c9aa232499efae58633d1f753c4f361726fe46c6eb1e3840d78b38ce8248563 -SIZE (petsc-2.3.2-p6.tar.gz) = 10837543 +MD5 (petsc-2.3.2-p8.tar.gz) = 6eb51facb8ef2a3dc1cceb5d1b60162e +SHA256 (petsc-2.3.2-p8.tar.gz) = 9a5bf4b9d77ca200fdecce9fd093bc2b37410e974a85b7cb13102e9b94bbc103 +SIZE (petsc-2.3.2-p8.tar.gz) = 10836578 |