1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libcerf |
---|
7 | version 1.2 |
---|
8 | categories math |
---|
9 | platforms darwin |
---|
10 | license MIT |
---|
11 | maintainers mojca openmaintainer |
---|
12 | description Library for complex error functions |
---|
13 | long_description The libcerf library is a self-contained numeric library that provides \ |
---|
14 | an efficient and accurate implementation of complex error functions, \ |
---|
15 | along with Dawson, Faddeeva, and Voigt functions. |
---|
16 | homepage http://apps.jcns.fz-juelich.de/doku/sc/libcerf |
---|
17 | master_sites http://apps.jcns.fz-juelich.de/src/libcerf \ |
---|
18 | http://apps.jcns.fz-juelich.de/src/libcerf/old |
---|
19 | |
---|
20 | checksums rmd160 fb754b89353a338ca6f511be4f1ad9219edd37f0 \ |
---|
21 | sha256 f72fe89a77fdef32d7e8377ee8ae1372c513a097fe87527965204614c5f7881e |
---|
22 | extract.suffix .tgz |
---|