1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <?xml-stylesheet type = "text/xsl" href = "http://www.coin-or.org/projects/autoGen.xsl"?> |
---|
3 | <projectData xmlns="coin-or.org" |
---|
4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
5 | xsi:schemaLocation="coin-or.org http://www.coin-or.org/projects/autoGen.xsd"> |
---|
6 | |
---|
7 | <!-- This file is a template that will you fill in in order to provide --> |
---|
8 | <!-- specific information about your project. Once the template is --> |
---|
9 | <!-- filled in and checked into your projects repository in the conf/ --> |
---|
10 | <!-- directory, it will be automatically parsed and displayed in a --> |
---|
11 | <!-- standard HTML format when users call up the file from the main --> |
---|
12 | <!-- COIN Web site. The file is extensively commented to help you --> |
---|
13 | <!-- understand where to fill in the various pieces of required --> |
---|
14 | <!-- information. The comments are enclosed in blocks like this one. --> |
---|
15 | |
---|
16 | <projectBasics> |
---|
17 | |
---|
18 | <!-- Fill in your project's name in this block. --> |
---|
19 | <!-- For example, for SYMPHONY, you would put: --> |
---|
20 | <!-- --> |
---|
21 | <!-- <projectName> --> |
---|
22 | <!-- SYMPHONY --> |
---|
23 | <!-- </projectName> --> |
---|
24 | <!-- --> |
---|
25 | <!-- Fill in your text below (outside the comment block). --> |
---|
26 | |
---|
27 | <projectName> BuildTools </projectName> |
---|
28 | |
---|
29 | <!-- Fill in a brief description of your project here. --> |
---|
30 | <!-- For example, for SYMPHONY, you might put: --> |
---|
31 | <!-- --> |
---|
32 | <!-- <projectDescription> --> |
---|
33 | <!-- SYMPHONY is an open-source generic MILP solver, --> |
---|
34 | <!-- callable library, and extensible framework for --> |
---|
35 | <!-- implementing customized solvers for mixed-integer --> |
---|
36 | <!-- linear programs (MILPs). Blah, blah, blah. --> |
---|
37 | <!-- </projectDescription> --> |
---|
38 | <!-- --> |
---|
39 | <!-- Fill in your text below (outside the comment block) --> |
---|
40 | |
---|
41 | <projectDescription> |
---|
42 | COIN-OR developer tools and documentation, tools for managing configuration and compilation of various COIN-OR projects under Linux, Unix, and Cygwin. |
---|
43 | </projectDescription> |
---|
44 | |
---|
45 | <!-- Fill in the project manager's name and (obfuscated) --> |
---|
46 | <!-- e-mail address here (only one name allowed). --> |
---|
47 | <!-- For example, for the SYMPHONY project, you would put --> |
---|
48 | <!-- --> |
---|
49 | <!--<projectManager> --> |
---|
50 | <!-- Ted Ralphs, tkralphs at lehigh dot edu --> |
---|
51 | <!--</projectManager> --> |
---|
52 | <!-- --> |
---|
53 | <!--Fill in your text below (outside the comment block). --> |
---|
54 | |
---|
55 | <projectManager> andreasw at watson dot ibm dot com </projectManager> |
---|
56 | |
---|
57 | <!-- Fill in the URLS you would like use for your main --> |
---|
58 | <!-- home page. This could be either your Trac page or --> |
---|
59 | <!-- your static page (if you have one). --> |
---|
60 | <!-- For example, for SYMPHONY, you would put --> |
---|
61 | <!-- --> |
---|
62 | <!-- --> |
---|
63 | <!--<projectHomePage> --> |
---|
64 | <!-- https://projects.coin-or.org/SYMPHONY --> |
---|
65 | <!--</projectHomePage> --> |
---|
66 | <!-- --> |
---|
67 | <!--Fill in your text below (outside the comment block). --> |
---|
68 | |
---|
69 | <projectHomePage> https://projects.coin-or.org/BuildTools </projectHomePage> |
---|
70 | |
---|
71 | <!-- Fill in the name of the license your project uses --> |
---|
72 | <!-- and a link to its page on www.opensource.org --> |
---|
73 | <!-- For example, if you use the CPL, you would put --> |
---|
74 | <!-- --> |
---|
75 | <!--<projectLicense> --> |
---|
76 | <!-- Common Public License 1.0 --> |
---|
77 | <!--</projectLicense> --> |
---|
78 | <!--<projectLicenseURL> --> |
---|
79 | <!-- http://www.opensource.org/licenses/cpl1.0.php --> |
---|
80 | <!--</projectLicenseURL> --> |
---|
81 | <!-- --> |
---|
82 | <!--Fill in your text below (outside the comment block). --> |
---|
83 | |
---|
84 | <projectLicense> Common Public License 1.0</projectLicense> |
---|
85 | <projectLicenseURL>http://www.opensource.org/licenses/cpl1.0.php</projectLicenseURL> |
---|
86 | |
---|
87 | <!-- Below, you can list other COIN projects your project --> |
---|
88 | <!-- depends on. These are listed one by one, as in the --> |
---|
89 | <!-- following example for SYMPHONY: --> |
---|
90 | <!-- --> |
---|
91 | <!--<coinLinkedProjects> --> |
---|
92 | <!-- --> |
---|
93 | <!-- <coinProject> --> |
---|
94 | <!-- <projectName> --> |
---|
95 | <!-- CoinUtils --> |
---|
96 | <!-- </projectName> --> |
---|
97 | <!-- </coinProject> --> |
---|
98 | <!-- --> |
---|
99 | <!-- <coinProject> --> |
---|
100 | <!-- <projectName> --> |
---|
101 | <!-- Cgl --> |
---|
102 | <!-- </projectName> --> |
---|
103 | <!-- </coinProject> --> |
---|
104 | <!-- --> |
---|
105 | <!-- <coinProject> --> |
---|
106 | <!-- <projectName> --> |
---|
107 | <!-- Osi --> |
---|
108 | <!-- </projectName> --> |
---|
109 | <!-- </coinProject> --> |
---|
110 | <!-- --> |
---|
111 | <!-- <coinProject> --> |
---|
112 | <!-- <projectName> --> |
---|
113 | <!-- Clp --> |
---|
114 | <!-- </projectName> --> |
---|
115 | <!-- </coinProject> --> |
---|
116 | <!-- --> |
---|
117 | <!--</coinLinkedProjects> --> |
---|
118 | <!-- --> |
---|
119 | <!--Fill in your text below (outside the comment block). --> |
---|
120 | |
---|
121 | <coinLinkedProjects> |
---|
122 | <coinProject> |
---|
123 | <projectName></projectName> |
---|
124 | </coinProject> |
---|
125 | </coinLinkedProjects> |
---|
126 | |
---|
127 | <!-- Below, you can list other packages your project --> |
---|
128 | <!-- either requires or can optionally link to. These are --> |
---|
129 | <!-- one by one, as in the following example: --> |
---|
130 | <!-- --> |
---|
131 | <!--<otherLinkedPackages> --> |
---|
132 | <!-- --> |
---|
133 | <!-- <otherPackage> --> |
---|
134 | <!-- <packageName> --> |
---|
135 | <!-- GLPK --> |
---|
136 | <!-- </packageName> --> |
---|
137 | <!-- <packageURL> --> |
---|
138 | <!-- http://www.gnu.org/software/glpk/ --> |
---|
139 | <!-- </packageURL> --> |
---|
140 | <!-- <requiredOrOptional> --> |
---|
141 | <!-- Optional --> |
---|
142 | <!-- </requiredOrOptional> --> |
---|
143 | <!-- </otherPackage> --> |
---|
144 | <!-- --> |
---|
145 | <!-- <otherPackage> --> |
---|
146 | <!-- <packageName> --> |
---|
147 | <!-- GNU Readline --> |
---|
148 | <!-- </packageName> --> |
---|
149 | <!-- <packageURL> --> |
---|
150 | <!-- </packageURL> --> |
---|
151 | <!-- <requiredOrOptional> --> |
---|
152 | <!-- Optional --> |
---|
153 | <!-- </requiredOrOptional> --> |
---|
154 | <!-- </otherPackage> --> |
---|
155 | <!-- --> |
---|
156 | <!-- <otherPackage> --> |
---|
157 | <!-- <packageName> --> |
---|
158 | <!-- GNU History --> |
---|
159 | <!-- </packageName> --> |
---|
160 | <!-- <packageURL> --> |
---|
161 | <!-- </packageURL> --> |
---|
162 | <!-- <requiredOrOptional> --> |
---|
163 | <!-- Optional --> |
---|
164 | <!-- </requiredOrOptional> --> |
---|
165 | <!-- </otherPackage> --> |
---|
166 | <!-- --> |
---|
167 | <!--</otherLinkedPackages> --> |
---|
168 | <!-- --> |
---|
169 | <!--Fill in your text below (outside the comment block). --> |
---|
170 | |
---|
171 | |
---|
172 | <!-- Below, you can list the programming language(s) used in --> |
---|
173 | <!-- the project. For example: --> |
---|
174 | <!--<projectLanguage>C</projectLanguage> --> |
---|
175 | <!-- --> |
---|
176 | <!--Fill in your text below (outside the comment block). --> |
---|
177 | |
---|
178 | <projectLanguage>Shell script (/bin/sh); autoconf</projectLanguage> |
---|
179 | |
---|
180 | |
---|
181 | <!--The following fields describe the development status --> |
---|
182 | <!--of the project. --> |
---|
183 | <!-- --> |
---|
184 | <!--Fill in your text below (outside the comment block). --> |
---|
185 | |
---|
186 | <developmentStatus> |
---|
187 | |
---|
188 | <!--If you are actively managing your project, use --> |
---|
189 | |
---|
190 | <activityStatus>Active</activityStatus> |
---|
191 | |
---|
192 | <!--The maturity level is determined during project --> |
---|
193 | <!--review and should have been reported to you. --> |
---|
194 | <!--See http://www.coin-or.org/faqs.html#q18 for --> |
---|
195 | <!--more information on maturity level. --> |
---|
196 | <!--Fill it in like this: --> |
---|
197 | <!-- --> |
---|
198 | <!--<maturityLevel>5</maturityLevel> --> |
---|
199 | <!-- --> |
---|
200 | |
---|
201 | <maturityLevel>4</maturityLevel> |
---|
202 | |
---|
203 | <!--If you have versioning and releases, you should --> |
---|
204 | <!--fill in your latest stable version number here. --> |
---|
205 | <!--See http://www.coin-or.org/faqs.html#q19 for --> |
---|
206 | <!--more information on version numbers. --> |
---|
207 | <!--Fill it in like this: --> |
---|
208 | <!-- --> |
---|
209 | <!--<stableVersionNumber>0.5</stableVersionNumber> --> |
---|
210 | <!-- --> |
---|
211 | |
---|
212 | <stableVersionNumber>0.5</stableVersionNumber> |
---|
213 | |
---|
214 | <!--If you have versioning and releases, you should --> |
---|
215 | <!--fill in your latest stable release number here. --> |
---|
216 | <!--See http://www.coin-or.org/faqs.html#q19 for --> |
---|
217 | <!--more information on version numbers. --> |
---|
218 | <!--Fill it in like this: --> |
---|
219 | <!-- --> |
---|
220 | <!--<releaseVersionNumber>5.1.4</releaseeVersionNumber>--> |
---|
221 | <!-- --> |
---|
222 | |
---|
223 | <releaseNumber>0.5.16</releaseNumber> |
---|
224 | |
---|
225 | </developmentStatus> |
---|
226 | |
---|
227 | <!--Below, you can list the platforms on which your --> |
---|
228 | <!--project has been tested. Again, these are listed one --> |
---|
229 | <!--by one. There are fields for both operating system and --> |
---|
230 | <!--compiler. Here is an example for SYMPHONY --> |
---|
231 | <!-- --> |
---|
232 | <!--<testedPlatforms> --> |
---|
233 | <!-- --> |
---|
234 | <!-- <platform> --> |
---|
235 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
236 | <!-- <compiler>MSVC++/cl</compiler> --> |
---|
237 | <!-- </platform> --> |
---|
238 | <!-- --> |
---|
239 | <!-- <platform> --> |
---|
240 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
241 | <!-- <compiler>CYGWIN/cl</compiler> --> |
---|
242 | <!-- </platform> --> |
---|
243 | <!-- --> |
---|
244 | <!-- <platform> --> |
---|
245 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
246 | <!-- <compiler>CYGWIN/gcc</compiler> --> |
---|
247 | <!-- </platform> --> |
---|
248 | <!-- --> |
---|
249 | <!-- <platform> --> |
---|
250 | <!-- <operatingSystem>Microsoft Windows</operatingSystem> --> |
---|
251 | <!-- <compiler>MSys/gcc</compiler> --> |
---|
252 | <!-- </platform> --> |
---|
253 | <!-- --> |
---|
254 | <!-- <platform> --> |
---|
255 | <!-- <operatingSystem>Linux</operatingSystem> --> |
---|
256 | <!-- <compiler>gcc</compiler> --> |
---|
257 | <!-- </platform> --> |
---|
258 | <!-- --> |
---|
259 | <!-- <platform> --> |
---|
260 | <!-- <operatingSystem>Mac OSX</operatingSystem> --> |
---|
261 | <!-- <compiler>gcc</compiler> --> |
---|
262 | <!-- </platform> --> |
---|
263 | <!-- --> |
---|
264 | <!-- <platform> --> |
---|
265 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
266 | <!-- <compiler>gcc</compiler> --> |
---|
267 | <!-- </platform> --> |
---|
268 | <!-- --> |
---|
269 | <!-- <platform> --> |
---|
270 | <!-- <operatingSystem>Solaris x86</operatingSystem> --> |
---|
271 | <!-- <compiler>sunpro</compiler> --> |
---|
272 | <!-- </platform> --> |
---|
273 | <!-- --> |
---|
274 | <!--</testedPlatforms> --> |
---|
275 | <!-- --> |
---|
276 | <!--Fill in your text below (outside the comment block). --> |
---|
277 | |
---|
278 | <testedPlatforms> |
---|
279 | |
---|
280 | <platform> |
---|
281 | <operatingSystem>Microsoft Windows</operatingSystem> |
---|
282 | <compiler>MSVC++/cl</compiler> |
---|
283 | </platform> |
---|
284 | |
---|
285 | <platform> |
---|
286 | <operatingSystem>Microsoft Windows</operatingSystem> |
---|
287 | <compiler>CYGWIN/cl</compiler> |
---|
288 | </platform> |
---|
289 | |
---|
290 | <platform> |
---|
291 | <operatingSystem>Microsoft Windows</operatingSystem> |
---|
292 | <compiler>CYGWIN/g++</compiler> |
---|
293 | </platform> |
---|
294 | |
---|
295 | <platform> |
---|
296 | <operatingSystem>Microsoft Windows</operatingSystem> |
---|
297 | <compiler>MSys/g++</compiler> |
---|
298 | </platform> |
---|
299 | |
---|
300 | <platform> |
---|
301 | <operatingSystem>Linux</operatingSystem> |
---|
302 | <compiler>g++</compiler> |
---|
303 | </platform> |
---|
304 | |
---|
305 | <platform> |
---|
306 | <operatingSystem>Linux</operatingSystem> |
---|
307 | <compiler>Intel icpc</compiler> |
---|
308 | </platform> |
---|
309 | |
---|
310 | <platform> |
---|
311 | <operatingSystem>Mac OSX</operatingSystem> |
---|
312 | <compiler>g++</compiler> |
---|
313 | </platform> |
---|
314 | |
---|
315 | <platform> |
---|
316 | <operatingSystem>Solaris x86</operatingSystem> |
---|
317 | <compiler>gcc</compiler> |
---|
318 | </platform> |
---|
319 | |
---|
320 | <platform> |
---|
321 | <operatingSystem>Solaris x86</operatingSystem> |
---|
322 | <compiler>sunpro</compiler> |
---|
323 | </platform> |
---|
324 | |
---|
325 | <platform> |
---|
326 | <operatingSystem>AIX</operatingSystem> |
---|
327 | <compiler>xlC</compiler> |
---|
328 | </platform> |
---|
329 | |
---|
330 | <platform> |
---|
331 | <operatingSystem>Ipod Linux (no kidding!)</operatingSystem> |
---|
332 | <compiler>g++</compiler> |
---|
333 | </platform> |
---|
334 | |
---|
335 | </testedPlatforms> |
---|
336 | |
---|
337 | <projectCategories> |
---|
338 | <!-- Start of projectCategories block --> |
---|
339 | |
---|
340 | <!--Below is the list of COIN-OR project categores. --> |
---|
341 | <!--Simply "un-comment" any categories that apply to --> |
---|
342 | <!--your project. --> |
---|
343 | |
---|
344 | <category> |
---|
345 | Development tools |
---|
346 | </category> |
---|
347 | <!-- <category> --> |
---|
348 | <!-- Graphs --> |
---|
349 | <!-- </category> --> |
---|
350 | <!-- <category> --> |
---|
351 | <!-- Interfaces --> |
---|
352 | <!-- </category> --> |
---|
353 | <!-- <category> --> |
---|
354 | <!-- Metaheuristics --> |
---|
355 | <!-- </category> --> |
---|
356 | <!-- <category> --> |
---|
357 | <!-- Modeling systems --> |
---|
358 | <!-- </category> --> |
---|
359 | <!-- <category> --> |
---|
360 | <!-- Optimization convex non-differentiable --> |
---|
361 | <!-- </category> --> |
---|
362 | <!-- <category> --> |
---|
363 | <!-- Optimization deterministic linear continuous --> |
---|
364 | <!-- </category> --> |
---|
365 | <!-- <category> --> |
---|
366 | <!-- Optimization deterministic linear discrete --> |
---|
367 | <!-- </category> --> |
---|
368 | <!-- <category> --> |
---|
369 | <!-- Optimization deterministic nonlinear --> |
---|
370 | <!-- </category> --> |
---|
371 | <!-- <category> --> |
---|
372 | <!-- Optimization deterministic nonlinear discrete --> |
---|
373 | <!-- </category> --> |
---|
374 | <!-- <category> --> |
---|
375 | <!-- Optimization deterministic semidefinite continuous --> |
---|
376 | <!-- </category> --> |
---|
377 | <!-- <category> --> |
---|
378 | <!-- Optimization stochastic --> |
---|
379 | <!-- </category> --> |
---|
380 | <!-- <category> --> |
---|
381 | <!-- Optimization utility --> |
---|
382 | <!-- </category> --> |
---|
383 | |
---|
384 | <!-- End of projectCategories block --> |
---|
385 | </projectCategories> |
---|
386 | |
---|
387 | |
---|
388 | <!-- End of projectBasics block --> |
---|
389 | |
---|
390 | </projectBasics> |
---|
391 | |
---|
392 | <!--Below, you can specify the links for the left-hand side menu. --> |
---|
393 | <!--Note that these are optional, so if there is a blank, there will --> |
---|
394 | <!--be no corresponding menu item --> |
---|
395 | <!-- --> |
---|
396 | <!--For SYMPHONY, this block would look like this: --> |
---|
397 | <!-- --> |
---|
398 | <!--<leftMenuLinks> --> |
---|
399 | <!-- --> |
---|
400 | <!-- <documentation> --> |
---|
401 | <!-- http://www.coin-or.org/SYMPHONY/man-5.1 --> |
---|
402 | <!-- </documentation> --> |
---|
403 | <!-- --> |
---|
404 | <!-- <sourceCodeDownload> --> |
---|
405 | <!-- http://www.coin-or.org/download/source/SYMPHONY --> |
---|
406 | <!-- </sourceCodeDownload> --> |
---|
407 | <!-- --> |
---|
408 | <!-- <binaryDownload> --> |
---|
409 | <!-- http://www.coin-or.org/download/binary/SYMPHONY --> |
---|
410 | <!-- </binaryDownload> --> |
---|
411 | <!-- --> |
---|
412 | <!-- <mailingList> --> |
---|
413 | <!-- http://list.coin-or.org/mailman/listinfo/coin-symphony --> |
---|
414 | <!-- </mailingList> --> |
---|
415 | <!--</leftMenuLinks> --> |
---|
416 | <!-- --> |
---|
417 | <!--Fill in your text below (outside the comment block). --> |
---|
418 | |
---|
419 | <leftMenuLinks> |
---|
420 | |
---|
421 | <documentation>https://projects.coin-or.org/BuildTools/wiki/pm-main</documentation> |
---|
422 | |
---|
423 | <sourceCodeDownload>N/A</sourceCodeDownload> |
---|
424 | |
---|
425 | <binaryDownload>N/A</binaryDownload> |
---|
426 | |
---|
427 | <mailingList>N/A</mailingList> |
---|
428 | |
---|
429 | </leftMenuLinks> |
---|
430 | |
---|
431 | <!-- End of projectData block --> |
---|
432 | </projectData> |
---|