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.1 |
---|
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 | |
---|
19 | checksums rmd160 c85134221981c48a3984556f18c76a0a2bcbdf9c \ |
---|
20 | sha256 24fdd39a44cbf725adc6671d980f682bf85a6e6012892b3f50803f323d6a3b7d |
---|
21 | extract.suffix .tgz |
---|