From 7bb1f11753b5ccb23c1f75949bc2e5d0c4679d166bd937811c0b2bc943474ee8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 17 Aug 2020 17:56:05 +0000 Subject: [PATCH] - update to 1.13.2: * Prevented miscompilation with gcc 10 at -O3 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94994). * Avoided some compiler warnings with gcc 9 and later. * The 'mkwinpeimg' script now also looks for syslinux modules in /usr/share/syslinux, to handle where openSUSE installs them. * Removed obsolete packaging files from the source tree. - remove mkwinpeimg-syslinux-modules-may-be-in-usr-share-sysl.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=254 --- 3ecbf83f.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 3ecbf83f.patch diff --git a/3ecbf83f.patch b/3ecbf83f.patch deleted file mode 100644 index 3d3c7b6..0000000 --- a/3ecbf83f.patch +++ /dev/null @@ -1,20 +0,0 @@ -commit 3ecbf83ff33750ceffda199de97283d200357633 -Author: Andrey Semashev -Date: Sat Apr 13 21:54:45 2019 +0300 - - Added MPI Python libs to install target. - - This fixes mpi plugins for Python not being built and installed. - -Index: boost_1_74_0/libs/mpi/build/Jamfile.v2 -=================================================================== ---- boost_1_74_0.orig/libs/mpi/build/Jamfile.v2 -+++ boost_1_74_0/libs/mpi/build/Jamfile.v2 -@@ -21,6 +21,7 @@ import regex ; - # as a prerequisite. (See https://github.com/boostorg/build/pull/290) - # - -+mpi_python_libs = ; - - mpi_python_libs = ; -