aboutsummaryrefslogtreecommitdiff
blob: ef72c6a0f78f397d009f880591e5ce60b8df2665 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci-mathematics@gentoo.org</email>
		<name>Gentoo Mathematics Project</name>
	</maintainer>
	<longdescription lang="en">
Scilab is a matrix-based scientific software package. Scilab contains
hundreds of built-in mathematical functions, rich data structures
(including polynomials, rationals,linear systems, lists, etc...) and
comes with a number of specific toolboxes for control, signal
processing, ...
</longdescription>
	<use>
		<flag name="gui">Build the Java base graphical interface</flag>
		<flag name="umfpack">Adds support for sparse solving
with <pkg>sci-libs/umfpack</pkg></flag>
		<flag name="matio">Enable support for MATLAB file through <pkg>sci-libs/matio</pkg></flag>
		<flag name="xcos">Enable building hybrid dynamic systems modeler and
simulator Xcos</flag>
		<flag name="emf">Add suport for exporting to emf files</flag>
	</use>
</pkgmetadata>