From owner-cvs-ports@FreeBSD.ORG Tue Jan 3 04:37:25 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8259716A41F; Tue, 3 Jan 2006 04:37:25 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C92243D55; Tue, 3 Jan 2006 04:37:25 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k034bPUk035487; Tue, 3 Jan 2006 04:37:25 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k034bPMc035486; Tue, 3 Jan 2006 04:37:25 GMT (envelope-from edwin) Message-Id: <200601030437.k034bPMc035486@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 3 Jan 2006 04:37:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/arpack Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2006 04:37:25 -0000 edwin 2006-01-03 04:37:24 UTC FreeBSD ports repository Modified files: math/arpack Makefile Log: Make math/arpack depend less on math/atlas Atlas is great in the platforms where it's available, however it is not being packaged (for good reasons) anymore. arpack originally used blas for testing and since we are not really linking any version of blas in the package it doesn't make any difference what we use. It seems better idea to use blas for testing since it's faster to build and because this also means we can package arpack without building ATLAS, The resulting package will work with BLAs or ATLAS just the same and in any case the BLAS_LIBS variable can now be overridden to test with atlas if it's so desired. This change doesn't change the package so I think we should leave the PORTVERSION untouched. PR: ports/91251 Submitted by: Pedro F. Giffuni Revision Changes Path 1.6 +2 -2 ports/math/arpack/Makefile