From owner-svn-ports-all@FreeBSD.ORG Tue May 12 04:39:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A041EF0E; Tue, 12 May 2015 04:39:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EE861223; Tue, 12 May 2015 04:39:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4C4dkUN006114; Tue, 12 May 2015 04:39:46 GMT (envelope-from maho@FreeBSD.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4C4dkdR006113; Tue, 12 May 2015 04:39:46 GMT (envelope-from maho@FreeBSD.org) Message-Id: <201505120439.t4C4dkdR006113@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: maho set sender to maho@FreeBSD.org using -f From: Maho Nakata Date: Tue, 12 May 2015 04:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386118 - head/math/suitesparse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 04:39:46 -0000 Author: maho Date: Tue May 12 04:39:45 2015 New Revision: 386118 URL: https://svnweb.freebsd.org/changeset/ports/386118 Log: Fix for the default. Modified: head/math/suitesparse/Makefile Modified: head/math/suitesparse/Makefile ============================================================================== --- head/math/suitesparse/Makefile Tue May 12 03:35:31 2015 (r386117) +++ head/math/suitesparse/Makefile Tue May 12 04:39:45 2015 (r386118) @@ -16,7 +16,7 @@ LICENSE_COMB= multi USES= fortran gmake -OPTIONS_RADIO= BLAS +OPTIONS_RADIO= OPENBLAS OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS OPTIONS_DEFAULT= OPENBLAS