ports/100728: math/spooles-mpich: change dependence to net/mpich2.

Thierry Thomas thierry at pompo.net
Sat Jul 22 20:40:16 UTC 2006


>Number:         100728
>Category:       ports
>Synopsis:       math/spooles-mpich: change dependence to net/mpich2.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 22 20:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 27 06:04:37 CEST 2006 thierry at graf.pompo.net:/usr/obj/usr/src/sys/GRAF060511 i386


	
>Description:
	I am changing the dependence of math/petsc-mpich from net/mpich
        to net/mpich2. In the same time, I'd like apply the same update
	to the other dependences (math/spooles-mpich, math/parmetis and
	math/blocksolve95).

	We could add a knob to let the user choose between MPICH-1 and
	MPICH-2, but since MPICH-2 is "the way to go", it seems unuseful.

>How-To-Repeat:
	N/A.

>Fix:
	Please apply the following patch:

--- spooles.diff begins here ---
diff -urN math/spooles.orig/Makefile math/spooles/Makefile
--- math/spooles.orig/Makefile	Thu May 11 00:37:13 2006
+++ math/spooles/Makefile	Sat Jul 22 14:47:06 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	spooles
 PORTVERSION=	2.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	http://www.netlib.org/linalg/spooles/
 .ifdef WITH_MPI
@@ -27,7 +27,7 @@
 COMMENT=	SParse Object Oriented Linear Equations Solver
 
 .if defined(WITH_MPI)
-BUILD_DEPENDS=	${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
+BUILD_DEPENDS=	${LOCALBASE}/mpich2/lib/libmpich.a:${PORTSDIR}/net/mpich2
 .endif
 
 USE_GMAKE=	yes	#BSD make gives problems here
diff -urN math/spooles.orig/files/patch-Make.inc math/spooles/files/patch-Make.inc
--- math/spooles.orig/files/patch-Make.inc	Tue Jun 10 12:58:20 2003
+++ math/spooles/files/patch-Make.inc	Sat Jul 22 14:47:34 2006
@@ -62,7 +62,7 @@
  #
  # MPI_INSTALL_DIR = 
 -  MPI_INSTALL_DIR = /usr/local/mpich-1.0.13
-+MPI_INSTALL_DIR = %%LOCALBASE%%/mpich
++MPI_INSTALL_DIR = %%LOCALBASE%%/mpich2
  #
  #---------------------------------------------------------------------
  #
--- spooles.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list