git: 9cde26a7bc65 - main - math/openturns: Unbreak build broken by update of science/dlib-cpp to 19.22
Yuri Victorovich
yuri at FreeBSD.org
Wed Apr 14 18:10:26 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9cde26a7bc65dd03faa7368c34703d9f59d7212a
commit 9cde26a7bc65dd03faa7368c34703d9f59d7212a
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-14 17:03:03 +0000
Commit: Yuri Victorovich <yuri at 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 at 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
More information about the dev-commits-ports-all
mailing list