mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
17 lines
322 B
Makefile
17 lines
322 B
Makefile
# Created by: Nakata Maho <maho@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qd
|
|
PORTVERSION= 2.3.7
|
|
PORTREVISION= 9
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.cs.berkeley.edu/~yozo/software/
|
|
|
|
MAINTAINER= fortran@FreeBSD.org
|
|
COMMENT= Double-Double and Quad-Double Arithmetic
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= fortran
|
|
|
|
.include <bsd.port.mk>
|