summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-16 23:48:05 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-16 23:48:39 +0200
commit01efefbfe2fdd43591ee336fb46c02a25a714254 (patch)
tree047c900f521a03c7aee8fb67a22673e311183bba /sci-physics/herwig++/files
parentdev-libs/xmlsec: cleanup ebuild (diff)
downloadgentoo-01efefbfe2fdd43591ee336fb46c02a25a714254.tar.gz
gentoo-01efefbfe2fdd43591ee336fb46c02a25a714254.tar.bz2
gentoo-01efefbfe2fdd43591ee336fb46c02a25a714254.zip
sci-physics/herwig++: Fix building against boost 1.70
Closes: https://bugs.gentoo.org/672250 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics/herwig++/files')
-rw-r--r--sci-physics/herwig++/files/herwig++-2.7.1-fix-boost-1.67.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/sci-physics/herwig++/files/herwig++-2.7.1-fix-boost-1.67.patch b/sci-physics/herwig++/files/herwig++-2.7.1-fix-boost-1.67.patch
new file mode 100644
index 000000000000..bd4579b575a0
--- /dev/null
+++ b/sci-physics/herwig++/files/herwig++-2.7.1-fix-boost-1.67.patch
@@ -0,0 +1,42 @@
+https://bugs.gentoo.org/672250
+
+--- a/DipoleShower/Base/DipoleChain.cc
++++ b/DipoleShower/Base/DipoleChain.cc
+@@ -15,6 +15,7 @@
+ #include "Herwig++/DipoleShower/Utility/DipolePartonSplitter.h"
+
+ #include <boost/utility.hpp>
++#include <boost/next_prior.hpp>
+
+ using namespace Herwig;
+
+--- a/DipoleShower/Base/DipoleEventRecord.cc
++++ b/DipoleShower/Base/DipoleEventRecord.cc
+@@ -19,6 +19,7 @@
+ #include "ThePEG/PDF/PartonExtractor.h"
+
+ #include <boost/utility.hpp>
++#include <boost/next_prior.hpp>
+
+ #include <algorithm>
+
+--- a/Exsample2/BinnedStatistics.h
++++ b/Exsample2/BinnedStatistics.h
+@@ -16,6 +16,7 @@
+ #include "ThePEG/Repository/UseRandom.h"
+
+ #include <boost/utility.hpp>
++#include <boost/next_prior.hpp>
+
+ namespace Herwig {
+
+--- a/Exsample2/exsample/config.h
++++ b/Exsample2/exsample/config.h
+@@ -25,6 +25,7 @@
+ #include <limits>
+
+ #include <boost/utility.hpp>
++#include <boost/next_prior.hpp>
+ #include <boost/scoped_array.hpp>
+ #include <boost/scoped_ptr.hpp>
+