Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2003 21:43:03 +0100
From:      AMAKAWA Shuhei <sa264@cam.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sa264@cam.ac.uk
Subject:   ports/58142: science/mpb shouldn't libdepend on math/blas
Message-ID:  <E1AAExb-000J2K-2C@m218-3.phy.cam.ac.uk>
Resent-Message-ID: <200310162050.h9GKoCGR009834@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58142
>Category:       ports
>Synopsis:       science/mpb shouldn't libdepend on math/blas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 16 13:50:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     AMAKAWA Shuhei
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD m218-3.phy.cam.ac.uk 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Tue Aug 26 20:30:36 BST 2003 sa264@m218-3.phy.cam.ac.uk:/usr/obj/usr/src/sys/KERNCONF i386


	
>Description:
	
science/mpb shouldn't libdepend on math/blas.
blas is installed by math/lapack, on which mpb libdepends.

>How-To-Repeat:
	
>Fix:

	


diff -u /usr/ports/science/mpb/Makefile mpb/Makefile
--- /usr/ports/science/mpb/Makefile	Wed May  7 22:00:42 2003
+++ mpb/Makefile	Thu Oct 16 18:52:23 2003
@@ -16,8 +16,7 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libctl.a:${PORTSDIR}/science/libctl \
 		bash:${PORTSDIR}/shells/bash2
-LIB_DEPENDS=	blas.1:${PORTSDIR}/math/blas \
-		lapack.3:${PORTSDIR}/math/lapack \
+LIB_DEPENDS=	lapack.3:${PORTSDIR}/math/lapack \
 		atlas.1:${PORTSDIR}/math/atlas \
 		fftw.2:${PORTSDIR}/math/fftw \
 		hdf5.0:${PORTSDIR}/graphics/hdf5 \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AAExb-000J2K-2C>