diff options
author | maya <maya@pkgsrc.org> | 2018-08-12 15:02:04 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-08-12 15:02:04 +0000 |
commit | 9a12afba8fd9b9ffab02d10ecd74139aff21ad94 (patch) | |
tree | 6cad3dcc521eb32ecb1e4cf044c9928dd4f085ef /math | |
parent | cb3518501e7fb57140084f3101e2444a002382f5 (diff) | |
download | pkgsrc-9a12afba8fd9b9ffab02d10ecd74139aff21ad94.tar.gz |
LAPACK: build deprecated functions. Allows me to build unmodified
octave forge control, sparing the need to understand how to patch
fortran 77 code.
Fixes PR pkg/52449.
bump PKGREVISION.
Diffstat (limited to 'math')
-rw-r--r-- | math/lapack/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/lapack/Makefile.common b/math/lapack/Makefile.common index 7391c3e65e3..d4490e13d65 100644 --- a/math/lapack/Makefile.common +++ b/math/lapack/Makefile.common @@ -1,8 +1,9 @@ -# $NetBSD: Makefile.common,v 1.8 2017/09/11 20:56:28 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2018/08/12 15:02:04 maya Exp $ # used by math/blas/Makefile # used by math/lapack/Makefile DISTNAME= lapack-3.7.1 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_NETLIB:=lapack/} EXTRACT_SUFX= .tgz @@ -15,6 +16,7 @@ USE_LANGUAGES= c fortran USE_LIBTOOL= yes USE_TOOLS+= gmake +MAKE_ENV+= BUILD_DEPRECATED=yes DISTINFO_FILE= ${.CURDIR}/../../math/lapack/distinfo PATCHDIR= ${.CURDIR}/../../math/lapack/patches |