blob: a780c95f031845bb57a64c7f84588ea5b531a979 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Nakata Maho <maho@FreeBSD.org>
# $FreeBSD$
PORTNAME= qd
PORTVERSION= 2.3.7
PORTREVISION= 1
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
NO_STAGE= yes
.include <bsd.port.pre.mk>
USE_FORTRAN= yes
CONFIGURE_ARGS+= --enable-shared=yes
.include <bsd.port.post.mk>
|