OSDN Git Service

Update GCC-9.2 to remove obsolete dependencies.
[mingw/mingw-dist.git] / mingw32 / mingw32-isl.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: mingw32-isl.xml ~~ mingw-get package description for ISL -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://osdn.net/dl/mingw/%F" />
8
9     <!-- Provides the package descriptions for the ISL library, which -->
10     <!-- is a runtime prerequisite for modern versions of GCC.        -->
11
12     <package name="mingw32-isl" alias="isl">
13       <affiliate group="MinGW Standard Libraries" />
14       <description lang="en" title="Integer Set Library">
15         <paragraph>
16           ISL is a C library for manipulating sets of, and the relationships
17           between, integer points bounded by linear constraints.
18         </paragraph>
19         <paragraph>
20           This mingw32-isl package set provides the documentation for the ISL
21           library, as well as the related development files.  The associated
22           mingw32-libisl package provides the C runtime library.
23         </paragraph>
24       </description>
25
26       <source tarname="isl-%-mingw32-src.tar.%" />
27       <licence tarname="isl-%-mingw32-lic.tar.%" />
28
29       <component class="dev">
30         <release tarname="isl-0.21-2-mingw32-dev.tar.xz">
31           <requires eq="libisl-%-mingw32-dll-21.tar" />
32         </release>
33         <release tarname="isl-0.18-2-mingw32-dev.tar.xz">
34           <requires eq="libisl-%-mingw32-dll-15.tar" />
35         </release>
36         <requires ge="gmp-*-mingw32-dev.tar" />
37       </component>
38
39       <component class="doc">
40         <release tarname="isl-0.21-2-mingw32-doc.tar.xz" />
41         <release tarname="isl-0.18-2-mingw32-doc.tar.xz" />
42       </component>
43
44       <component class="lic">
45         <release tarname="isl-0.21-2-mingw32-lic.tar.xz" />
46         <release tarname="isl-0.18-2-mingw32-lic.tar.xz" />
47       </component>
48     </package>
49
50     <package name="mingw32-libisl" alias="libisl">
51       <affiliate group="MinGW Standard Libraries" />
52       <description lang="en" title="Integer Set Library">
53         <paragraph>
54           ISL is a C library for manipulating sets of, and the relationships
55           between, integer points bounded by linear constraints.  This package
56           provides the runtime library; the associated development files, and
57           documentation, may be found in the mingw32-isl package set.
58         </paragraph>
59         <paragraph>
60           From the release of GCC-6.3.0 onwards, this package is a required
61           component of the MinGW Compiler Suite.
62         </paragraph>
63       </description>
64
65       <source tarname="isl-%-mingw32-src.tar.%" />
66       <licence tarname="isl-%-mingw32-lic.tar.%" />
67
68       <component class="dll">
69         <release tarname="libisl-0.21-2-mingw32-dll-21.tar.xz" />
70         <release tarname="libisl-0.18-2-mingw32-dll-15.tar.xz" />
71         <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" />
72         <requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
73       </component>
74     </package>
75
76   </package-collection>
77 </software-distribution>
78
79 <!-- vim: set nocompatible showcmd expandtab tabstop=2 shiftwidth=2: -->
80 <!-- vim: set fileformat=unix textwidth=80: -->