From c77d26e33c8e2bb370a7c6e2c7b215467cb6efba Mon Sep 17 00:00:00 2001 From: Kamel Ibn Aziz Derouiche Date: Thu, 6 May 2010 09:54:46 +0000 Subject: [PATCH] CONFLITS with atlas and lapack --- atlas/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/atlas/Makefile b/atlas/Makefile index 1665ec6a2d..6e755e9563 100644 --- a/atlas/Makefile +++ b/atlas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/10/14 20:17:34 asau Exp $ +# $NetBSD: Makefile,v 1.7 2010/05/06 09:54:46 jihbed Exp $ ATLAS_VERSION= 3.9.15 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=math-atlas/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= asau@inbox.ru -HOMEPAGE= http://math-atlas.sourceforge.net/ +HOMEPAGE= http://math-atlas.sourceforge.net/ COMMENT= Automatically Tuned Linear Algebra Software PKG_DESTDIR_SUPPORT= user-destdir @@ -27,6 +27,8 @@ CONFIGURE_ARGS+= --incdir=${DESTDIR}${PREFIX}/include CONFIGURE_ARGS+= --libdir=${DESTDIR}${PREFIX}/lib CONFIGURE_ARGS+= -b 32 +CONFLITS= lapack-[0-9]* + TEST_TARGET= check pre-configure: