pkgsrc/math/lapack/Makefile.common
maya d7e33ee843 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.
2018-08-12 15:02:04 +00:00

29 lines
758 B
Text

# $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
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.netlib.org/lapack/
LICENSE= modified-bsd
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
INSTALLATION_DIRS= lib
# blas fails using the gold linker with:
# fatal error: --sysroot=: must take a non-empty argument
# Work around it on DragonFly by specifying the classic gnu linker
MAKE_ENV.DragonFly+= LDVER=ld.bfd