Minor upgrade to 5.0.1.
Notified by: François Pellegrini <francois.pellegrini (at) labri.fr> (author)
This commit is contained in:
parent
0c326daae9
commit
93e7f89ef3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199888
2 changed files with 6 additions and 6 deletions
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= scotch
|
||||
PORTVERSION= 5.0.0
|
||||
PORTVERSION= 5.0.1
|
||||
CATEGORIES= cad science
|
||||
MASTER_SITES= http://gforge.inria.fr/frs/download.php/2607/
|
||||
MASTER_SITES= http://gforge.inria.fr/frs/download.php/2827/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
|
@ -39,7 +39,7 @@ PKGMESSAGE= ${WRKSRC}/LICENSE_en.txt
|
|||
|
||||
.if !defined(WITHOUT_MPI)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/mpich2/bin/mpicc:${PORTSDIR}/net/mpich2
|
||||
RUN_DEPENDS+= ${LOCALBASE}/mpich2/lib/libmpich.so.0:${PORTSDIR}/net/mpich2
|
||||
RUN_DEPENDS+= ${LOCALBASE}/mpich2/lib/libmpich.so:${PORTSDIR}/net/mpich2
|
||||
|
||||
ALL_TARGET+= ptscotch
|
||||
MAKE_ENV+= PATH=${PATH}:${LOCALBASE}/mpich2/bin
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (scotch_5.0.0.tar.gz) = 7bbfea439eb88d388b937b213d95d958
|
||||
SHA256 (scotch_5.0.0.tar.gz) = fc1fbe9797614a90a6da429f15ccd867f4e62e1c20b9f5e6907699163aab7702
|
||||
SIZE (scotch_5.0.0.tar.gz) = 3403319
|
||||
MD5 (scotch_5.0.1.tar.gz) = 8a67dc98e7f3365fa2e34e02eacbfe97
|
||||
SHA256 (scotch_5.0.1.tar.gz) = 9748fb63dc0bccc914d9a6ee206a4dfb189dfe1ef4ebc27d32f63deb9ff83432
|
||||
SIZE (scotch_5.0.1.tar.gz) = 3404432
|
||||
|
|
Loading…
Reference in a new issue