Add missing ilaenv2stage function to our Makefile

Missed in the update to lapack-3.8.0.  Fixes loading of py-numpy and
friends as reported by landry@.  ok landry@ steven@ (maintainer)
This commit is contained in:
jca 2019-04-30 20:44:32 +00:00
parent 3bb7e06a19
commit 331675f840
2 changed files with 7 additions and 6 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.29 2019/04/28 21:08:27 naddy Exp $
# $OpenBSD: Makefile,v 1.30 2019/04/30 20:44:32 jca Exp $
COMMENT= library of Fortran linear algebra subroutines
VERSION= 3.8.0
DISTNAME= lapack-${VERSION}
REVISION= 0
REVISION= 1
SHARED_LIBS= lapack 7.0
SHARED_LIBS= lapack 7.1
CATEGORIES= math
DISTFILES= ${DISTNAME}.tar.gz manpages.tgz:0

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.8 2019/04/24 15:30:31 steven Exp $
# $OpenBSD: Makefile,v 1.9 2019/04/30 20:44:32 jca Exp $
LIB = lapack
TIMER = INT_ETIME
ALLAUX = ilaenv.f ieeeck.f lsamen.f xerbla.f xerbla_array.f iparmq.f \
iparam2stage.f ilaprec.f ilatrans.f ilauplo.f iladiag.f chla_transtype.f \
ALLAUX = ilaenv.f ilaenv2stage.f ieeeck.f lsamen.f xerbla.f xerbla_array.f \
iparmq.f iparam2stage.f \
ilaprec.f ilatrans.f ilauplo.f iladiag.f chla_transtype.f \
../INSTALL/ilaver.f ../INSTALL/lsame.f ../INSTALL/slamch.f
SCLAUX = \