boost ver. bump
This commit is contained in:
@@ -55,7 +55,7 @@ def install():
|
||||
shelltools.cd("..")
|
||||
|
||||
# some packages need this library as : libboost_python3.so
|
||||
pisitools.dosym("/usr/lib/libboost_python311.so.1.87.0", "/usr/lib/libboost_python3.so")
|
||||
pisitools.dosym("/usr/lib/libboost_python311.so.1.90.0", "/usr/lib/libboost_python3.so")
|
||||
|
||||
shelltools.touch("__init__.py")
|
||||
pisitools.insinto("/usr/lib/python3.11/site-packages/openmpi/boost", "__init__.py")
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Peer-reviewed portable C++ source libraries</Summary>
|
||||
<Description>Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.</Description>
|
||||
<Archive sha1sum="acf19e9d53f0b6db8e85452978eb9c731ef8b865" type="tarbz2">https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2</Archive>
|
||||
<Archive sha1sum="a1d6405b423de1f0e88920337ab3334dcef9e1ec" type="tarbz2">https://archives.boost.io/release/1.90.0/source/boost_1_90_0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency versionFrom="76.1">icu4c-devel</Dependency>
|
||||
<Dependency versionFrom="78.2">icu4c-devel</Dependency>
|
||||
<!-- <Dependency>python-devel</Dependency> -->
|
||||
<Dependency>python3-devel</Dependency> -->
|
||||
<!-- libsxlt is needed for xsltproc -->
|
||||
@@ -29,9 +29,9 @@
|
||||
<Dependency>python3-numpy</Dependency> -->
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>boost-1.81.0-phoenix-multiple-definitions.patch</Patch>
|
||||
<Patch>e7433ba54596da97cb7859455cd37ca140305a9c.patch</Patch>
|
||||
<Patch>boost-move-std-ns-begin-fix-for-gcc15.patch</Patch>
|
||||
<!-- <Patch>boost-1.81.0-phoenix-multiple-definitions.patch</Patch> -->
|
||||
<!-- <Patch>e7433ba54596da97cb7859455cd37ca140305a9c.patch</Patch> -->
|
||||
<!-- <Patch>boost-move-std-ns-begin-fix-for-gcc15.patch</Patch> -->
|
||||
<!-- <Patch>b29603fa.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
@@ -103,6 +103,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="22">
|
||||
<Date>2026-02-14</Date>
|
||||
<Version>1.90.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="21">
|
||||
<Date>2025-10-22</Date>
|
||||
<Version>1.87.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user