boost rebuild boost-build

This commit is contained in:
Rmys
2021-07-07 22:18:19 +03:00
parent 3d2b3fbaee
commit 885a0a743d
10 changed files with 342 additions and 608 deletions
+24 -11
View File
@@ -13,22 +13,25 @@
<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="6109efd3bdd8b9220d7d85b5e125f7f28721b9a9" type="tarbz2">https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2</Archive>
<Archive sha1sum="6109efd3bdd8b9220d7d85b5e125f7f28721b9a9" type="tarbz2">https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>zstd-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<!-- <Dependency>python-devel</Dependency> -->
<Dependency>python3-devel</Dependency> -->
<!-- libsxlt is needed for xsltproc -->
<Dependency>libxslt</Dependency>
<!--Dependency>openmpi-devel</Dependency-->
<Dependency>python-numpy</Dependency>
<Dependency>python3-numpy</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>openmpi-devel</Dependency>
<!-- <Dependency>python-numpy</Dependency> --> -->
<Dependency>python3-numpy</Dependency> -->
</BuildDependencies>
<Patches>
<!--<Patch>pythonfix.patch</Patch> -->
<Patch>a31e5cffa85f.patch</Patch>
<Patch>5bd5bfb9.patch</Patch>
<Patch>b29603fa.patch</Patch>
</Patches>
</Source>
@@ -36,15 +39,17 @@
<Name>boost</Name>
<Summary>Peer-reviewed portable C++ source libraries</Summary>
<RuntimeDependencies>
<Dependency>xz</Dependency>
<Dependency>zlib</Dependency>
<Dependency>zstd</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>libgcc</Dependency>
<!--Dependency>openmpi</Dependency-->
<Dependency>openmpi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/boostbook</Path>
<Path fileType="data">/usr/share/boost-build</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
@@ -65,7 +70,7 @@
</Files>
</Package>
<Package>
<!--Package>
<Name>boost-python</Name>
<Summary>A C++ library which enables seamless interoperability between C++ and the Python</Summary>
<RuntimeDependencies>
@@ -76,7 +81,7 @@
<Path fileType="library">/usr/lib/libboost_numpy27.so*</Path>
<Path fileType="library">/usr/lib/libboost_python27.so*</Path>
</Files>
</Package>
</Package-->
<Package>
<Name>boost-python3</Name>
@@ -86,12 +91,20 @@
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.8</Path>
<Path fileType="library">/usr/lib/libboost_numpy38.so*</Path>
<Path fileType="library">/usr/lib/libboost_python38.so*</Path>
</Files>
</Package>
<History>
<Update release="15">
<Date>2021-07-07</Date>
<Version>1.75.0</Version>
<Comment>Rebuild boost-build</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2021-03-10</Date>
<Version>1.75.0</Version>