mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
932 B
Tcl
28 lines
932 B
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup muniversal 1.0
|
|
|
|
name mpfi
|
|
version 1.5.4
|
|
license GPL-2
|
|
categories math
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description A multiple precision interval arithmetic library based \
|
|
on MPFR
|
|
long_description ${description}
|
|
|
|
homepage http://perso.ens-lyon.fr/nathalie.revol/software.html
|
|
master_sites https://perso.ens-lyon.fr/nathalie.revol/softwares/
|
|
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 a2726dfea09b0814517b3eee736d6dc8b195317d \
|
|
sha256 d20ba56a8d57d0816f028be8b18a4aa909a068efcb9a260e69577939e4199752 \
|
|
size 456917
|
|
|
|
depends_lib-append port:gmp \
|
|
port:mpfr
|