comparison src/qrupdate-1-fixes.patch @ 4734:80461a9e516c

override default xerbla with version from Octave * mingw-blas-1-xerbla.patch, blas.mk: Build default libxerbla lib. * mingw-lapack-1-xerbla.patch, lapack.mk: Use external libxerbla. * mingw-openblas-1-xerbla.patch, openblas.mk: Likewise. * src/qrupdate-1-fixes.patch: Likewise. * default-octave.mk: Also install libxerbla.dll as libxerbla-octave.dll.
author John W. Eaton <jwe@octave.org>
date Thu, 21 Jun 2018 01:32:10 -0400
parents e94cce61e308
children 35464f52609a
comparison
equal deleted inserted replaced
4733:1ecb1e67eaa1 4734:80461a9e516c
44475 + -version-info $(libqrupdate_version_info) \ 44475 + -version-info $(libqrupdate_version_info) \
44476 + -no-undefined 44476 + -no-undefined
44477 + 44477 +
44478 +libqrupdate_la_LIBADD = \ 44478 +libqrupdate_la_LIBADD = \
44479 + $(LAPACK_LIBS) \ 44479 + $(LAPACK_LIBS) \
44480 + $(BLAS_LIBS) 44480 + $(BLAS_LIBS) -lxerbla
44481 + 44481 +
44482 +libqrupdate_la_SOURCES = \ 44482 +libqrupdate_la_SOURCES = \
44483 +caxcpy.f cch1dn.f cch1up.f cchdex.f cchinx.f cchshx.f cgqvec.f \ 44483 +caxcpy.f cch1dn.f cch1up.f cchdex.f cchinx.f cchshx.f cgqvec.f \
44484 +cqhqr.f cqr1up.f cqrdec.f cqrder.f cqrinc.f cqrinr.f cqrot.f cqrqh.f \ 44484 +cqhqr.f cqr1up.f cqrdec.f cqrder.f cqrinc.f cqrinr.f cqrot.f cqrqh.f \
44485 +cqrshc.f cqrtv1.f dch1dn.f dch1up.f dchdex.f dchinx.f dchshx.f \ 44485 +cqrshc.f cqrtv1.f dch1dn.f dch1up.f dchdex.f dchinx.f dchshx.f \