From owner-svn-ports-branches@freebsd.org Sun Apr 15 23:58:29 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F32F98ED5; Sun, 15 Apr 2018 23:58:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAF4576080; Sun, 15 Apr 2018 23:58:28 +0000 (UTC) (envelope-from jbeich@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 E5FC415C8F; Sun, 15 Apr 2018 23:58:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3FNwSp5099362; Sun, 15 Apr 2018 23:58:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3FNwS8i099361; Sun, 15 Apr 2018 23:58:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804152358.w3FNwS8i099361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 15 Apr 2018 23:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r467444 - branches/2018Q2/math/ceres-solver X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2018Q2/math/ceres-solver X-SVN-Commit-Revision: 467444 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2018 23:58:29 -0000 Author: jbeich Date: Sun Apr 15 23:58:28 2018 New Revision: 467444 URL: https://svnweb.freebsd.org/changeset/ports/467444 Log: MFH: r467441 math/ceres-solver: unbreak OPENMP=off after r465555 $ make config │ │──────────────────────────── Threading support ───────────────────────────│ │ │ │+( ) OPENMP Parallel processing support via OpenMP │ │ │ │+(*) TBB Intel threading building blocks │ │ ====> You cannot select multiple options from the THREADS radio =====> Only one of these must be defined: OPENMP TBB Config is invalid. Re-edit? [Y/n] y Approved by: ports-secteam blanket Modified: branches/2018Q2/math/ceres-solver/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/math/ceres-solver/Makefile ============================================================================== --- branches/2018Q2/math/ceres-solver/Makefile Sun Apr 15 23:57:59 2018 (r467443) +++ branches/2018Q2/math/ceres-solver/Makefile Sun Apr 15 23:58:28 2018 (r467444) @@ -27,7 +27,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/-solver//} PORTDOCS= * PORTEXAMPLES= * -OPTIONS_DEFINE= CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK OPENMP SCHUR TEST +OPTIONS_DEFINE= CUSTOM_BLAS EXAMPLES DOCS GFLAGS LAPACK SCHUR TEST OPTIONS_DEFAULT=CUSTOM_BLAS CXSPARSE OPENBLAS OPENMP SCHUR SUITESPARSE OPTIONS_RADIO= LAPACK THREADS OPTIONS_RADIO_LAPACK= ATLAS GOTOBLAS NETLIB OPENBLAS