pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/lapack
Module Name: pkgsrc
Committed By: maya
Date: Sun Aug 12 15:02:04 UTC 2018
Modified Files:
pkgsrc/math/lapack: Makefile.common
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/lapack/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/lapack/Makefile.common
diff -u pkgsrc/math/lapack/Makefile.common:1.8 pkgsrc/math/lapack/Makefile.common:1.9
--- pkgsrc/math/lapack/Makefile.common:1.8 Mon Sep 11 20:56:28 2017
+++ pkgsrc/math/lapack/Makefile.common Sun Aug 12 15:02:04 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index