diff options
| author | Andreas Enge <andreas@enge.fr> | 2016-04-05 19:22:36 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2016-04-05 19:22:36 +0200 |
| commit | 53696f10c1cbcf2eace9bfb1837aa9b0860032db (patch) | |
| tree | 2d3bfcc639611945da44c8cf16012c7e63f120d5 /gnu | |
| parent | b146763a86812edc3de654403f70b8e699f2d090 (diff) | |
gnu: Add cddlib.
* gnu/packages/maths.scm (cddlib): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1d879713acf..adebf09a321 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -227,6 +227,31 @@ of linear equations, computes extreme rays of polyhedral cones, solves | |||
| 227 | integer programming problems and computes Markov bases for statistics.") | 227 | integer programming problems and computes Markov bases for statistics.") |
| 228 | (license license:gpl2+))) | 228 | (license license:gpl2+))) |
| 229 | 229 | ||
| 230 | (define-public cddlib | ||
| 231 | (package | ||
| 232 | (name "cddlib") | ||
| 233 | (version "0.94h") | ||
| 234 | (source | ||
| 235 | (origin | ||
| 236 | (method url-fetch) | ||
| 237 | (uri (string-append "ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cddlib-" | ||
| 238 | (string-delete #\. version) ".tar.gz")) | ||
| 239 | (sha256 | ||
| 240 | (base32 | ||
| 241 | "1dasasscwfg793q8fwzgwf64xwj7w62yfvszpr8x8g38jka08vgy")))) | ||
| 242 | (build-system gnu-build-system) | ||
| 243 | (inputs | ||
| 244 | `(("gmp" ,gmp))) | ||
| 245 | (home-page "https://www.inf.ethz.ch/personal/fukudak/cdd_home/index.html") | ||
| 246 | (synopsis "Library for convex hulls and extreme rays of polyhedra") | ||
| 247 | (description | ||
| 248 | "The C-library cddlib implements the Double Description Method of | ||
| 249 | Motzkin et al. for generating all vertices (i.e. extreme points) and extreme | ||
| 250 | rays of a general convex polyhedron given by a system of linear inequalities | ||
| 251 | in arbitrary dimension. It can also be used for the converse operation of | ||
| 252 | computing convex hulls.") | ||
| 253 | (license license:gpl2+))) | ||
| 254 | |||
| 230 | (define-public arpack-ng | 255 | (define-public arpack-ng |
| 231 | (package | 256 | (package |
| 232 | (name "arpack-ng") | 257 | (name "arpack-ng") |
