Files
main/programming/misc/boost/pspec.xml
T
2016-03-27 18:56:57 +03:00

152 lines
5.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>boost</Name>
<Homepage>http://boost.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>programming.language</PartOf>
<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="7f56ab507d3258610391b47fef6b11635861175a" type="tarbz2">mirrors://sourceforge/boost/boost_1_60_0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<!-- libsxlt is needed for xsltproc -->
<Dependency>libxslt</Dependency>
<!--Dependency>openmpi-devel</Dependency-->
</BuildDependencies>
<Patches>
<Patch>cuda_float128.patch</Patch>
</Patches>
</Source>
<Package>
<Name>boost</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>libgcc</Dependency>
<!--Dependency>openmpi</Dependency-->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/boostbook</Path>
</Files>
</Package>
<Package>
<Name>boost-devel</Name>
<IsA>data:doc</IsA>
<Summary>Headers and library documentation for boost</Summary>
<RuntimeDependencies>
<Dependency release="current">boost</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc/*/html</Path>
</Files>
</Package>
<Package>
<Name>boost-python</Name>
<Summary>a C++ library which enables seamless interoperability between C++ and the Python</Summary>
<RuntimeDependencies>
<Dependency release="current">boost</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libboost_python.so*</Path>
</Files>
</Package>
<Package>
<Name>boost-python3</Name>
<Summary>Headers and library documentation for boosta C++ library which enables seamless interoperability between C++ and the Python3</Summary>
<RuntimeDependencies>
<Dependency release="current">boost</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libboost_python3.so*</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2016-03-27</Date>
<Version>1.60.0</Version>
<Comment>Version bump, rebuilt with docker</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="8">
<Date>2015-11-12</Date>
<Version>1.59.0</Version>
<Comment>Version bump, build with python3, separe boost-python*</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="7">
<Date>2015-07-20</Date>
<Version>1.58.0</Version>
<Comment>Version bump, openmpi disabled. </Comment>
<Name>Ali Algul</Name>
<Email>alialgul@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-12-19</Date>
<Version>1.57.0</Version>
<Comment>Version bump.</Comment>
<Name>Ergün Salman Aydemir</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-19</Date>
<Version>1.55.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-11-07</Date>
<Version>1.54.0</Version>
<Comment>Version bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-10-14</Date>
<Version>1.53.0</Version>
<Comment>Rebuild for icu4c</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-03-04</Date>
<Version>1.53.0</Version>
<Comment>Version bump</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-14</Date>
<Version>1.52.0</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>