Date: Mon, 26 Jan 2004 19:49:51 +0000 From: AMAKAWA Shuhei <sa264@cam.ac.uk> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sa264@cam.ac.uk Subject: ports/61963: math/atlas should not LIB_DEPENDS on math/lapack Message-ID: <E1AlCk3-000MFG-EL@m218-3.phy.cam.ac.uk> Resent-Message-ID: <200401262000.i0QK0KC2049435@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61963 >Category: ports >Synopsis: math/atlas should not LIB_DEPENDS on math/lapack >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: Mon Jan 26 12:00:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD m218-3.phy.cam.ac.uk 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Jan 7 14:08:14 GMT 2004 sa264@m218-3.phy.cam.ac.uk:/usr/obj/usr/src/sys/KERNCONF i386 >Description: math/atlas should not LIB_DEPENDS on math/lapack. lapack is required only for building. >How-To-Repeat: >Fix: diff -uNr /usr/ports/math/atlas/Makefile atlas/Makefile --- /usr/ports/math/atlas/Makefile Tue Aug 12 00:13:09 2003 +++ atlas/Makefile Sun Jan 25 19:14:36 2004 @@ -10,6 +10,7 @@ PORTNAME= atlas PORTVERSION= 3.5.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,9 +18,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= maho@FreeBSD.org -COMMENT= Automatically Tuned Linear Algebra Software (ATLAS) +COMMENT= Automatically Tuned Linear Algebra Software (ATLAS) -LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack +BUILD_DEPENDS= ${LOCALBASE}/lib/liblapack.a:${PORTSDIR}/math/lapack USE_BZIP2= yes WRKSRC= ${WRKDIR}/ATLAS >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AlCk3-000MFG-EL>