Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2021 18:10:25 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9cde26a7bc65 - main - math/openturns: Unbreak build broken by update of science/dlib-cpp to 19.22
Message-ID:  <202104141810.13EIAPU3028717@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9cde26a7bc65dd03faa7368c34703d9f59d7212a

commit 9cde26a7bc65dd03faa7368c34703d9f59d7212a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-14 17:03:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104141810.13EIAPU3028717>