- 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
This commit is contained in:
parent
62336d0b67
commit
7bb1f11753
@ -1,20 +0,0 @@
|
||||
commit 3ecbf83ff33750ceffda199de97283d200357633
|
||||
Author: Andrey Semashev <andrey.semashev@gmail.com>
|
||||
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 = ;
|
||||
|
Loading…
Reference in New Issue
Block a user