This repository was archived by the owner on Aug 23, 2022. It is now read-only.
forked from Zaryob/SulinRepository
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpspec.xml
More file actions
87 lines (87 loc) · 3.45 KB
/
Copy pathpspec.xml
File metadata and controls
87 lines (87 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>boost</Name>
<Homepage>http://boost.org</Homepage>
<Packager>
<Name>Suleyman Poyraz</Name>
</Packager>
<License>GPLv2</License>
<PartOf>programming.language</PartOf>
<IsA>library</IsA>
<PartOf>programming.misc</PartOf>
<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="9bd3d7c6e9e142d0ae4d73d0d7654bd09ad7d7c0" type="zip">https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.zip</Archive>
<BuildDependencies>
<Dependency>icu4c-devel</Dependency>
<Dependency>python-devel</Dependency>
<!-- libsxlt is needed for xsltproc -->
<!--Dependency>openmpi-devel</Dependency-->
</BuildDependencies>
</Source>
<Package>
<Name>boost</Name>
<RuntimeDependencies>
<Dependency>icu4c</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>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libboost_python27.so*</Path>
</Files>
</Package>
<Package>
<Name>boost-python3</Name>
<BuildType>rebuild_python</BuildType>
<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>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libboost_python37.so*</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2019-09-25</Date>
<Version>1.71.0</Version>
<Comment>Upgraded version to 1.71.0 </Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="1">
<Date>2019-04-12</Date>
<Version>1.63.0</Version>
<Comment>First release</Comment>
<Name>Suleyman Poyraz</Name>
</Update>
</History>
</INARY>