boost rebuild

This commit is contained in:
Rmys
2025-10-22 23:34:44 +03:00
parent feed2b546b
commit f8e4bae60f
4 changed files with 33 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ def install():
shelltools.cd("..") shelltools.cd("..")
# some packages need this library as : libboost_python3.so # some packages need this library as : libboost_python3.so
pisitools.dosym("/usr/lib/libboost_python311.so.1.83.0", "/usr/lib/libboost_python3.so") pisitools.dosym("/usr/lib/libboost_python311.so.1.87.0", "/usr/lib/libboost_python3.so")
shelltools.touch("__init__.py") shelltools.touch("__init__.py")
pisitools.insinto("/usr/lib/python3.11/site-packages/openmpi/boost", "__init__.py") pisitools.insinto("/usr/lib/python3.11/site-packages/openmpi/boost", "__init__.py")
@@ -0,0 +1,23 @@
diff -Nuar a/boost/move/detail/std_ns_begin.hpp b/boost/move/detail/std_ns_begin.hpp
--- a/boost/move/detail/std_ns_begin.hpp 2024-12-05 03:53:34.000000000 +0300
+++ b/boost/move/detail/std_ns_begin.hpp 2025-10-22 22:59:42.571774083 +0300
@@ -9,6 +9,9 @@
#//
#//////////////////////////////////////////////////////////////////////////////
#
+#ifndef BOOST_CONFIG_HPP
+# include <boost/config.hpp>
+#endif
#if defined(_LIBCPP_VERSION)
#if defined(__clang__)
#define BOOST_MOVE_STD_NS_GCC_DIAGNOSTIC_PUSH
@@ -26,6 +29,9 @@
#elif defined(BOOST_DINKUMWARE_STDLIB)
#define BOOST_MOVE_STD_NS_BEG _STD_BEGIN
#define BOOST_MOVE_STD_NS_END _STD_END
+#else
+ #define BOOST_MOVE_STD_NS_BEG namespace std {
+ #define BOOST_MOVE_STD_NS_END }
#endif
#if defined(_MSC_VER) && (_MSC_VER >= 1915)
+8 -1
View File
@@ -31,7 +31,7 @@
<Patches> <Patches>
<Patch>boost-1.81.0-phoenix-multiple-definitions.patch</Patch> <Patch>boost-1.81.0-phoenix-multiple-definitions.patch</Patch>
<Patch>e7433ba54596da97cb7859455cd37ca140305a9c.patch</Patch> <Patch>e7433ba54596da97cb7859455cd37ca140305a9c.patch</Patch>
<!-- <Patch>5bd5bfb9.patch</Patch> --> <Patch>boost-move-std-ns-begin-fix-for-gcc15.patch</Patch>
<!-- <Patch>b29603fa.patch</Patch> --> <!-- <Patch>b29603fa.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -103,6 +103,13 @@
</Package> </Package>
<History> <History>
<Update release="21">
<Date>2025-10-22</Date>
<Version>1.87.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20"> <Update release="20">
<Date>2025-02-23</Date> <Date>2025-02-23</Date>
<Version>1.87.0</Version> <Version>1.87.0</Version>