ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
27 lines
774 B
Makefile
27 lines
774 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lidia
|
|
DISTVERSION= 2.3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://www.math.ucdavis.edu/~latte/software/packages/lidia/current/
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}+latte-patches-2014-10-04
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library for computational number theory
|
|
|
|
LICENSE= LiDIA
|
|
LICENSE_NAME= LiDIA License
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
USES= gmake localbase:ldflags tar:bz2 libtool
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static --enable-shared --with-extra-libs=${LOCALBASE}/lib
|
|
USE_GCC= any # doesn't build with clang, no active developers to fix this: https://github.com/mkoeppe/LiDIA/issues/6
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|