1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name qd |
---|
7 | version 2.3.7 |
---|
8 | categories devel math |
---|
9 | platforms darwin |
---|
10 | maintainers gmail.com:brad.froehle |
---|
11 | |
---|
12 | description C++/Fortran-90 double-double and quad-double package |
---|
13 | long_description \ |
---|
14 | This package supports both a double-double datatype (approx. 32 decimal \ |
---|
15 | digits) and a quad-double datatype (approx. 64 decimal digits). The \ |
---|
16 | computational library is written in C++. Both C++ and Fortran-90 \ |
---|
17 | high-level language interfaces are provided to permit one to use \ |
---|
18 | convert an existing C++ or Fortran-90 program to use the library with \ |
---|
19 | only minor changes to the source code. In most cases only a few type \ |
---|
20 | statements and (for Fortran-90 programs) read/write statements need to \ |
---|
21 | be changed. PSLQ and numerical quadrature programs are included. |
---|
22 | |
---|
23 | homepage http://crd.lbl.gov/~dhbailey/mpdist/ |
---|
24 | master_sites ${homepage} |
---|
25 | |
---|
26 | checksums \ |
---|
27 | md5 8a66004a0eead55cf3cca87ddf3b69d8 \ |
---|
28 | sha1 5b54c2ab176c1a0ca9602231c6c8b87f538fabb7 \ |
---|
29 | rmd160 76ee63ef60ccd491b052ba4a5f310a05786a8040 |
---|
30 | |
---|
31 | livecheck.check regex |
---|
32 | livecheck.url ${homepage} |
---|
33 | livecheck.regex {qd-(\d+(?:\.\d+)*).tar.gz} |
---|
34 | |
---|