freebsd-ports/math/qd/Makefile
Maho Nakata 0d68246229 math/qd, a new port:
A Double-Double and Quad-Double Arithmetic library.
Double-double and quad-double numbers are unevaluated sum of
two and four IEEE doubles capable of representing 106 and 212 bits
of significand, respectively. The library is written in C++, taking full
advantage of operator overloading. C, Fortran 77, and Fortran 90 interfaces
are also provided.

This work was done at Lawrence Berkeley National Laboratory,
NERSC Division, Yozo Hida with Xiaoye S. Li and David H. Bailey.

WWW: http://www.cs.berkeley.edu/~yozo/
2007-03-27 02:36:33 +00:00

27 lines
652 B
Makefile

# New ports collection makefile for: qd
# Date created: 2007/03/28
# Whom: Nakata Maho <maho@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= qd
PORTVERSION= 2.2.4
CATEGORIES= math
MASTER_SITES= http://www.cs.berkeley.edu/~yozo/software/
MAINTAINER= maho@FreeBSD.org
COMMENT= Double-Double and Quad-Double Arithmetic
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
WANT_FORTRAN= yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
FC= gfortran42
F77= gfortran42
CONFIGURE_ENV+= FC="${FC}" FFLAGS="${FFLAGS}"
CONFIGURE_ARGS+= --enable-shared=yes
.include <bsd.port.post.mk>