From owner-svn-ports-all@freebsd.org Wed Oct 2 05:03:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 068BD12246D; Wed, 2 Oct 2019 05:03:23 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46jkYQ6Fxxz3Jl4; Wed, 2 Oct 2019 05:03:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA4D4268BD; Wed, 2 Oct 2019 05:03:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9253M2b049998; Wed, 2 Oct 2019 05:03:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9253Mv8049997; Wed, 2 Oct 2019 05:03:22 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201910020503.x9253Mv8049997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 2 Oct 2019 05:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513544 - head/math/superlu X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/math/superlu X-SVN-Commit-Revision: 513544 X-SVN-Commit-Repository: ports 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.29 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: Wed, 02 Oct 2019 05:03:23 -0000 Author: tobik Date: Wed Oct 2 05:03:22 2019 New Revision: 513544 URL: https://svnweb.freebsd.org/changeset/ports/513544 Log: math/superlu: Spell opt_CMAKE_ON correctly Unbreak ATLAS, GOTOBLAS, OPENBLAS, REFERENCE options. Modified: head/math/superlu/Makefile Modified: head/math/superlu/Makefile ============================================================================== --- head/math/superlu/Makefile Wed Oct 2 04:46:04 2019 (r513543) +++ head/math/superlu/Makefile Wed Oct 2 05:03:22 2019 (r513544) @@ -3,7 +3,7 @@ PORTNAME= superlu PORTVERSION= 5.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= http://crd-legacy.lbl.gov/~xiaoye/SuperLU/ \ http://crd-legacy.lbl.gov/~xiaoye/:doc @@ -33,19 +33,19 @@ OPTIONS_SINGLE_BLAS= ATLAS GOTOBLAS OPENBLAS REFERENCE OPTIONS_DEFAULT= REFERENCE ATLAS_USES= blaslapack:atlas -ATLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="ATLAS" +ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" DOCS_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${SLU_DOCS:S/$/:doc/} DOCS_EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GOTOBLAS_DESC= GotoBLAS blas implementation GOTOBLAS_USES= blaslapack:gotoblas -GOTOBLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="Goto" +GOTOBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Goto" OPENBLAS_DESC= OpenBLAS blas implementation OPENBLAS_USES= blaslapack:openblas -OPENBLAS_CMAKE_ARGS= -DBLA_VENDOR:STRING="OpenBLAS" +OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="OpenBLAS" REFERENCE_DESC= Reference blas implementation REFERENCE_USES= blaslapack -REFERENCE_CMAKE_ARGS= -DBLA_VENDOR:STRING="Generic" +REFERENCE_CMAKE_ON= -DBLA_VENDOR:STRING="Generic" SLU_DOCS= SLU_general.ps.gz simax-29176.pdf