summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-14 16:51:44 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-14 16:51:44 +0000
commit2df13bcdc31ece0def5dd7430be17fb4fd9d4f4f (patch)
tree9ed3a4f99ab47dfed3dbbbd05e18246ef336cc33
parentdevel/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)
-rw-r--r--benchmarks/imb/Makefile2
-rw-r--r--benchmarks/mdtest/Makefile2
-rw-r--r--math/blacs/Makefile2
-rw-r--r--math/parmetis/Makefile2
-rw-r--r--math/parmgridgen/Makefile2
-rw-r--r--math/petsc/Makefile2
-rw-r--r--math/scalapack/Makefile2
-rw-r--r--math/vtk6/Makefile2
-rw-r--r--net/openmpi/Makefile13
-rw-r--r--net/openmpi/pkg-plist25
-rw-r--r--science/dlpoly-classic/Makefile2
-rw-r--r--science/fvcom-mpi/Makefile2
-rw-r--r--science/fvm/Makefile2
-rw-r--r--science/gromacs/Makefile2
-rw-r--r--science/meep/Makefile2
-rw-r--r--science/ncs/Makefile2
-rw-r--r--science/pnetcdf/Makefile2
17 files changed, 41 insertions, 27 deletions
diff --git a/benchmarks/imb/Makefile b/benchmarks/imb/Makefile
index fbed46e33f73..02b40222a2a2 100644
--- a/benchmarks/imb/Makefile
+++ b/benchmarks/imb/Makefile
@@ -3,7 +3,7 @@
PORTNAME= imb
PORTVERSION= 3.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= benchmarks parallel
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://cache-www.intel.com/cd/00/00/32/71/
diff --git a/benchmarks/mdtest/Makefile b/benchmarks/mdtest/Makefile
index 327657421ac4..4bfc2e6e7de4 100644
--- a/benchmarks/mdtest/Makefile
+++ b/benchmarks/mdtest/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mdtest
PORTVERSION= 1.9.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
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
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index 447f57aa93a9..8287cb447ba0 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -5,6 +5,7 @@
PORTNAME= openmpi
DISTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= net parallel
MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.8/downloads/
@@ -18,7 +19,9 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
CONFLICTS= openmpi-devel-1.7.*
HAS_CONFIGURE= yes
-USES= fortran gmake pkgconfig tar:bzip2
+INSTALL_TARGET= install-strip
+# :keepla because port uses lt_dlopen
+USES= fortran gmake libtool:keepla pkgconfig tar:bzip2
MPIBASE?= mpi
MPIDIR?= ${MPIBASE}/${UNIQUENAME}
@@ -72,10 +75,6 @@ SLURM_PLIST_FILES= ${MPIDIR}/lib/openmpi/mca_ess_slurm.la \
VT_CONFIGURE_OFF= --enable-contrib-no-build=vt --disable-vt
VT_USE= JAVA=yes
-.include <bsd.port.pre.mk>
+BROKEN_sparc64= Does not compile on sparc64
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist
index acc5c1df0bec..2a93a0c5f655 100644
--- a/net/openmpi/pkg-plist
+++ b/net/openmpi/pkg-plist
@@ -103,30 +103,37 @@
%%VT%%%%MPIDIR%%/lib/libopen-trace-format.la
%%VT%%%%MPIDIR%%/lib/libopen-trace-format.so
%%VT%%%%MPIDIR%%/lib/libopen-trace-format.so.1
+%%VT%%%%MPIDIR%%/lib/libopen-trace-format.so.1.0.0
%%VT%%%%MPIDIR%%/lib/libotfaux.a
%%VT%%%%MPIDIR%%/lib/libotfaux.la
%%VT%%%%MPIDIR%%/lib/libotfaux.so
%%VT%%%%MPIDIR%%/lib/libotfaux.so.0
+%%VT%%%%MPIDIR%%/lib/libotfaux.so.0.0.0
%%VT%%%%MPIDIR%%/lib/libvt-hyb.a
%%VT%%%%MPIDIR%%/lib/libvt-hyb.la
%%VT%%%%MPIDIR%%/lib/libvt-hyb.so
%%VT%%%%MPIDIR%%/lib/libvt-hyb.so.0
+%%VT%%%%MPIDIR%%/lib/libvt-hyb.so.0.0.0
%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.a
%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.la
%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.so
%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.so.0
+%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.so.0.0.0
%%VT%%%%MPIDIR%%/lib/libvt-mpi.a
%%VT%%%%MPIDIR%%/lib/libvt-mpi.la
%%VT%%%%MPIDIR%%/lib/libvt-mpi.so
%%VT%%%%MPIDIR%%/lib/libvt-mpi.so.0
+%%VT%%%%MPIDIR%%/lib/libvt-mpi.so.0.0.0
%%VT%%%%MPIDIR%%/lib/libvt-mt.a
%%VT%%%%MPIDIR%%/lib/libvt-mt.la
%%VT%%%%MPIDIR%%/lib/libvt-mt.so
%%VT%%%%MPIDIR%%/lib/libvt-mt.so.0
+%%VT%%%%MPIDIR%%/lib/libvt-mt.so.0.0.0
%%VT%%%%MPIDIR%%/lib/libvt.a
%%VT%%%%MPIDIR%%/lib/libvt.la
%%VT%%%%MPIDIR%%/lib/libvt.so
%%VT%%%%MPIDIR%%/lib/libvt.so.0
+%%VT%%%%MPIDIR%%/lib/libvt.so.0.0.0
%%VT%%%%MPIDIR%%/%%DATADIR%%/mpiCC-vt-wrapper-data.txt
%%VT%%%%MPIDIR%%/%%DATADIR%%/mpic++-vt-wrapper-data.txt
%%VT%%%%MPIDIR%%/%%DATADIR%%/mpicc-vt-wrapper-data.txt
@@ -214,27 +221,35 @@
%%MPIDIR%%/lib/libmca_common_sm.la
%%MPIDIR%%/lib/libmca_common_sm.so
%%MPIDIR%%/lib/libmca_common_sm.so.4
+%%MPIDIR%%/lib/libmca_common_sm.so.4.0.3
%%MPIDIR%%/lib/libmpi.la
%%MPIDIR%%/lib/libmpi.so
-%%MPIDIR%%/lib/libmpi.so.6
+%%MPIDIR%%/lib/libmpi.so.1
+%%MPIDIR%%/lib/libmpi.so.1.5.0
%%MPIDIR%%/lib/libmpi_cxx.la
%%MPIDIR%%/lib/libmpi_cxx.so
-%%MPIDIR%%/lib/libmpi_cxx.so.2
+%%MPIDIR%%/lib/libmpi_cxx.so.1
+%%MPIDIR%%/lib/libmpi_cxx.so.1.1.3
%%MPIDIR%%/lib/libmpi_mpifh.la
%%MPIDIR%%/lib/libmpi_mpifh.so
-%%MPIDIR%%/lib/libmpi_mpifh.so.5
+%%MPIDIR%%/lib/libmpi_mpifh.so.2
+%%MPIDIR%%/lib/libmpi_mpifh.so.2.3.0
%%MPIDIR%%/lib/libmpi_usempi.la
%%MPIDIR%%/lib/libmpi_usempi.so
-%%MPIDIR%%/lib/libmpi_usempi.so.4
+%%MPIDIR%%/lib/libmpi_usempi.so.1
+%%MPIDIR%%/lib/libmpi_usempi.so.1.3.0
%%MPIDIR%%/lib/libompitrace.la
%%MPIDIR%%/lib/libompitrace.so
%%MPIDIR%%/lib/libompitrace.so.0
+%%MPIDIR%%/lib/libompitrace.so.0.0.0
%%MPIDIR%%/lib/libopen-pal.la
%%MPIDIR%%/lib/libopen-pal.so
-%%MPIDIR%%/lib/libopen-pal.so.7
+%%MPIDIR%%/lib/libopen-pal.so.6
+%%MPIDIR%%/lib/libopen-pal.so.6.1.1
%%MPIDIR%%/lib/libopen-rte.la
%%MPIDIR%%/lib/libopen-rte.so
%%MPIDIR%%/lib/libopen-rte.so.7
+%%MPIDIR%%/lib/libopen-rte.so.7.0.3
%%MPIDIR%%/lib/mpi.mod
%%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.la
%%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.so
diff --git a/science/dlpoly-classic/Makefile b/science/dlpoly-classic/Makefile
index 722ee1734ab5..1e5250d846f4 100644
--- a/science/dlpoly-classic/Makefile
+++ b/science/dlpoly-classic/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dlpoly
PORTVERSION= 1.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science java
MASTER_SITES= http://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/238/2028/
PKGNAMESUFFIX= classic
diff --git a/science/fvcom-mpi/Makefile b/science/fvcom-mpi/Makefile
index 2930cd4b7d19..d82be7275e35 100644
--- a/science/fvcom-mpi/Makefile
+++ b/science/fvcom-mpi/Makefile
@@ -1,7 +1,7 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$
-PORTREVISION= 2
+PORTREVISION= 3
PKGNAMESUFFIX= -mpi
MAINTAINER= ports@FreeBSD.org
diff --git a/science/fvm/Makefile b/science/fvm/Makefile
index 8e86fb47b86c..3cf59a361db4 100644
--- a/science/fvm/Makefile
+++ b/science/fvm/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fvm
PORTVERSION= 0.15.3
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= science parallel
MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index 95c05c991704..edf4a3e53dec 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gromacs
PORTVERSION= 4.6.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
diff --git a/science/meep/Makefile b/science/meep/Makefile
index f87ab96a8409..5a42125980d6 100644
--- a/science/meep/Makefile
+++ b/science/meep/Makefile
@@ -3,7 +3,7 @@
PORTNAME= meep
PORTVERSION= 1.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/meep/
diff --git a/science/ncs/Makefile b/science/ncs/Makefile
index 80725162c8c9..a640b5d161a0 100644
--- a/science/ncs/Makefile
+++ b/science/ncs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ncs
PORTVERSION= 2.0.4
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= science parallel
MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile
index 3831ac6b5d35..e34fde578dbc 100644
--- a/science/pnetcdf/Makefile
+++ b/science/pnetcdf/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pnetcdf
PORTVERSION= 1.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science parallel
MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \
LOCAL/sunpoet