From owner-dev-commits-ports-all@freebsd.org Wed Apr 14 18:10:25 2021 Return-Path: Delivered-To: dev-commits-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 C3A975E3680; Wed, 14 Apr 2021 18:10:25 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FL9W55480z3pWq; Wed, 14 Apr 2021 18:10:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A023C221E1; Wed, 14 Apr 2021 18:10:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13EIAPlT028718; Wed, 14 Apr 2021 18:10:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13EIAPU3028717; Wed, 14 Apr 2021 18:10:25 GMT (envelope-from git) Date: Wed, 14 Apr 2021 18:10:25 GMT Message-Id: <202104141810.13EIAPU3028717@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 9cde26a7bc65 - main - math/openturns: Unbreak build broken by update of science/dlib-cpp to 19.22 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9cde26a7bc65dd03faa7368c34703d9f59d7212a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 18:10:26 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9cde26a7bc65dd03faa7368c34703d9f59d7212a commit 9cde26a7bc65dd03faa7368c34703d9f59d7212a Author: Yuri Victorovich AuthorDate: 2021-04-14 17:03:03 +0000 Commit: Yuri Victorovich CommitDate: 2021-04-14 18:10:20 +0000 math/openturns: Unbreak build broken by update of science/dlib-cpp to 19.22 Reported by: fallout --- math/openturns/Makefile | 5 ++++- math/openturns/distinfo | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/math/openturns/Makefile b/math/openturns/Makefile index bc4e60d0888e..80d351caf7f9 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -4,6 +4,9 @@ DISTVERSION= 1.16 PORTREVISION= 3 CATEGORIES= math +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= aff0d223b2bf21b1dbab72a50b591e0028385f5d.patch:-p1 # unbreak with the latest dlib-cpp-19.22 + MAINTAINER= yuri@FreeBSD.org COMMENT= Uncertainty treatment library @@ -27,7 +30,7 @@ LIB_DEPENDS= libbonmin.so:math/bonmin \ libsz.so:science/szip \ libtbb.so:devel/onetbb -USES= bison blaslapack:openblas cmake compiler:c++11-lang eigen:3 gnome localbase:ldflags pkgconfig +USES= bison blaslapack:openblas cmake compiler:c++14-lang eigen:3 gnome localbase:ldflags pkgconfig USE_GITHUB= yes USE_GNOME= libxml2 USE_LDCONFIG= yes diff --git a/math/openturns/distinfo b/math/openturns/distinfo index c89bd6456c6f..dc498d74afad 100644 --- a/math/openturns/distinfo +++ b/math/openturns/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1606698955 +TIMESTAMP = 1618417585 SHA256 (openturns-openturns-v1.16_GH0.tar.gz) = 9ab4c0d8f68d54a87df1cc19975f78cf0a16d6401afa83459eed9613695995dc SIZE (openturns-openturns-v1.16_GH0.tar.gz) = 11231480 +SHA256 (aff0d223b2bf21b1dbab72a50b591e0028385f5d.patch) = 269a96da67d7dfd72e294e038039f3c1da2b4a6dd82db72162dde7b94a4de4c3 +SIZE (aff0d223b2bf21b1dbab72a50b591e0028385f5d.patch) = 4005