aboutsummaryrefslogtreecommitdiffstats
path: root/math/atlas
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-02-01 10:04:48 +0800
committermaho <maho@FreeBSD.org>2004-02-01 10:04:48 +0800
commitd3b3620b9e8313e29361018248fd84563f52320a (patch)
tree60b7cbaaadc00b8472e35eabac8f4dbd4c0580d0 /math/atlas
parentb9d6242bdbb0e72b2eb18d345df4220001ddfd31 (diff)
downloadfreebsd-ports-gnome-d3b3620b9e8313e29361018248fd84563f52320a.tar.gz
freebsd-ports-gnome-d3b3620b9e8313e29361018248fd84563f52320a.tar.zst
freebsd-ports-gnome-d3b3620b9e8313e29361018248fd84563f52320a.zip
math/atlas should not LIB_DEPENDS on math/lapack.
lapack is required only for building. PR: 61963 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'math/atlas')
-rw-r--r--math/atlas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile
index fecc685f2fbf..3d35f739ee52 100644
--- a/math/atlas/Makefile
+++ b/math/atlas/Makefile
@@ -19,7 +19,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= maho@FreeBSD.org
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