-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
93 lines (66 loc) · 2.76 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
2022-02-04 Martin Koehler <[email protected]>
* Fix Tests on CYGWIN (GH #2)
* Enable MingW cross compiling
2020-12-10 Martin Koehler <[email protected]>
* Fix failed tchinc test on aarch64
2020-05-11 Martin Koehler <[email protected]>, Christian Himpe <[email protected]>
* Switch fron custom makefile to CMAKE
* Fix warnings in the source and the tests
* Support for IBM XLF compiler and IBM ESSL as BLAS and LAPACK.
* drop support for F77 compilers
* Update documentation
2012-02-06 Jaroslav Hajek <[email protected]>
* src/sqrder.f, src/dqrder.f, src/cqrder.f, src/zqrder.f: Fix fast
return conditions for out-of-bounds row.
2010-02-11 Jaroslav Hajek <[email protected]>
* test/utils.f: Test CHERK and ZHERK results for validity. Warn about
possibly buggy BLAS routines.
* test/report_results: Dump out the warnings at the end.
2010-02-11 Jaroslav Hajek <[email protected]>
* test/utils.f: Correct invalid calls to xLANGE. Make dummy workspace
decls consistent.
2010-02-11 Jaroslav Hajek <[email protected]>
* test/Makefile: Ensure the test output file is created to prevent
errors from report_results.
2010-01-19 Fabian Groffen <[email protected]>
* Makeconf: Define DESTDIR.
* src/Makefile: Prefix DESTDIR to install targets, to comply with GNU
Makefile standard.
2010-01-19 Fabian Groffen <[email protected]>
* src/Makefile: Define SOEXT and set it correctly for Darwin.
Use it in build and install rules.
2010-01-11 Jaroslav Hajek <[email protected]>
* Makeconf: Mark version 1.1.
* README: Document LU updating routines.
2009-10-08 Jaroslav Hajek <[email protected]>
* src/slup1up.f: New source.
* src/dlup1up.f: New source.
* src/clup1up.f: New source.
* src/zlup1up.f: New source.
* src/Makefile: Include them.
* src/slu1up.f: Mention algorithm source.
* src/dlu1up.f: Ditto.
* src/clu1up.f: Ditto.
* src/zlu1up.f: Ditto.
* src/EXPORTS: Update.
* test/utils.f (P2IPIV, SLUPGEN, DLUPGEN, CLUPGEN, ZLUPGEN,
SLUPCHK, DLUPCHK, CLUPCHK, ZLUPCHK): New subroutines.
* test/tlup1up.f: New source.
* test/Makefile: Include it.
2009-10-05 Jaroslav Hajek <[email protected]>
* src/slu1up.f: New source.
* src/dlu1up.f: New source.
* src/clu1up.f: New source.
* src/zlu1up.f: New source.
* src/Makefile: Include them in build.
* test/utils.f (SLUGEN, DLUGEN, CLUGEN, ZLUGEN,
SLUCHK, DLUCHK, CLUCHK, ZLUCHK): New subroutines.
* test/tlu1up.f: New source.
* test/Makefile: Include it.
2009-02-06 Jordi Gutiérrez Hermoso <[email protected]>
* Makeconf: Set default PREFIX.
* Makefile: Add install targets.
* src/Makefile: Likewise.
2009-02-04 Jaroslav Hajek <[email protected]>
* ChangeLog: Create.
* src/Makefile: Specify BLAS and LAPACK when creating dynamic library.