diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-02-19 21:29:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-02-19 21:29:07 +0000 |
commit | fbb0c698e862288bfcd6ef01f0fba902afcb7d81 (patch) | |
tree | c3beac0b5943e0d250fcbc67d31d877083467edb /math/petsc | |
parent | 78d204b999f90aacb3b94c6dfc1feff3b690a725 (diff) |
* 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]
Notes
Notes:
svn path=/head/; revision=185538
Diffstat (limited to 'math/petsc')
-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 |