# -*- 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
maintainers gmail.com:brad.froehle
description C++/Fortran-90 double-double and quad-double package
This package supports both a double-double datatype (approx. 32 decimal \
digits) and a quad-double datatype (approx. 64 decimal digits). The \
computational library is written in C++. Both C++ and Fortran-90 \
high-level language interfaces are provided to permit one to use \
convert an existing C++ or Fortran-90 program to use the library with \
only minor changes to the source code. In most cases only a few type \
statements and (for Fortran-90 programs) read/write statements need to \
be changed. PSLQ and numerical quadrature programs are included.
homepage http://crd.lbl.gov/~dhbailey/mpdist/
compilers.setup -gfortran
md5 5e17dbeaff328ce312ccadccdb669592 \
sha1 e49295182c7424c644cc618cd205cb27b8909f53 \
rmd160 aff0765dd4323ff3c7096ac65b4d6197c8b3372d
if {[fortran_variant_isset]} {
configure.args-append --enable-fortran
configure.args-append --disable-fortran
reinplace -E {s|-arch [a-z0-9_]+||g} \
livecheck.url ${homepage}
livecheck.regex {qd-(\d+(?:\.\d+)*).tar.gz}