pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/lapack LAPACK: build deprecated functions. Allows...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2a6498cfa6b
branches:  trunk
changeset: 311493:b2a6498cfa6b
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Aug 12 15:02:04 2018 +0000

description:
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:

 math/lapack/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 69434be8769f -r b2a6498cfa6b math/lapack/Makefile.common
--- a/math/lapack/Makefile.common       Sun Aug 12 14:37:08 2018 +0000
+++ b/math/lapack/Makefile.common       Sun Aug 12 15:02:04 2018 +0000
@@ -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_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 
+MAKE_ENV+=     BUILD_DEPRECATED=yes
 DISTINFO_FILE= ${.CURDIR}/../../math/lapack/distinfo
 PATCHDIR=      ${.CURDIR}/../../math/lapack/patches
 



Home | Main Index | Thread Index | Old Index