blob: c95c72b364131a630a8853e32cb25998763b347d (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
A free IDL (Interactive Data Language) compatible incremental compiler
(ie. runs IDL programs). IDL is a registered trademark of ITT Visual
Information Solutions.
</longdescription>
<use>
<flag name="eigen">Build matrix manipulation with <pkg>dev-cpp/eigen</pkg>
</flag>
<flag name="hdf">Add support for the Hierarchical Data Format v.4</flag>
<flag name="glpk">Use GNU Linear Programming Kit <pkg>sci-mathematics/glpk</pkg>
</flag>
<flag name="gshhs">Add support for projection adn continent maps with <pkg>sci-geosciences/gshhs-data</pkg>
</flag>
<flag name="proj">Add support for <pkg>sci-libs/proj</pkg> (geographic projections)</flag>
<flag name="shapelib">Add support for manipulating ESRI Shapefiles with <pkg>sci-libs/shapelib</pkg>
</flag>
<flag name="udunits">Add support for manipulating units of physical quantities</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|