diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 16:51:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-14 16:51:44 +0000 |
commit | 2df13bcdc31ece0def5dd7430be17fb4fd9d4f4f (patch) | |
tree | 9ed3a4f99ab47dfed3dbbbd05e18246ef336cc33 /math | |
parent | devel/py-jaraco.timing: Routines pertinent to the fourth dimension (diff) |
- Convert net/openmpi to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64
Approved by: portmgr (implicit, bump unstaged port)
Diffstat (limited to 'math')
-rw-r--r-- | math/blacs/Makefile | 2 | ||||
-rw-r--r-- | math/parmetis/Makefile | 2 | ||||
-rw-r--r-- | math/parmgridgen/Makefile | 2 | ||||
-rw-r--r-- | math/petsc/Makefile | 2 | ||||
-rw-r--r-- | math/scalapack/Makefile | 2 | ||||
-rw-r--r-- | math/vtk6/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/math/blacs/Makefile b/math/blacs/Makefile index 9fef4329a80b..9d106ca98c52 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= blacs PORTVERSION= 1.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/blacs/ DISTNAME= BLACS diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index 7acc7085a20b..97225afdc217 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -3,7 +3,7 @@ PORTNAME= ParMetis PORTVERSION= 4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math parallel MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/%SUBDIR%/ MASTER_SITE_SUBDIR= . OLD diff --git a/math/parmgridgen/Makefile b/math/parmgridgen/Makefile index 10be4688f878..713e3da3c769 100644 --- a/math/parmgridgen/Makefile +++ b/math/parmgridgen/Makefile @@ -3,7 +3,7 @@ PORTNAME= parmgridgen PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math science MASTER_SITES= http://www.mgnet.org/mgnet/Codes/parmgridgen/ \ http://www-users.cs.umn.edu/~moulitsa/download/ \ diff --git a/math/petsc/Makefile b/math/petsc/Makefile index aa982c8634af..3b20a79680ea 100644 --- a/math/petsc/Makefile +++ b/math/petsc/Makefile @@ -3,7 +3,7 @@ PORTNAME= petsc DISTVERSION= 2.3.3-p0 -PORTREVISION= 10 +PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile index 88fedd033385..34f0b92b30ad 100644 --- a/math/scalapack/Makefile +++ b/math/scalapack/Makefile @@ -3,7 +3,7 @@ PORTNAME= scalapack PORTVERSION= 1.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/scalapack/ DISTFILES= scalapack-${PORTVERSION}.tgz manpages.tgz diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index 23a4c4393ac5..6c75de01cbf0 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -3,7 +3,7 @@ PORTNAME= vtk PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 6 |