-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2015-03-16: Added support for the general Schur factorization for both real | ||
and complex numbers: | ||
|
||
* gees | ||
|
||
Thanks to Florent Hoareau <[email protected]> for this | ||
contribution! | ||
|
||
2014-10-22: Fixed string handling for new OCaml version 4.02 (String/Bytes | ||
modules). Requires new findlib version (>= 1.5). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
OASISFormat: 0.4 | ||
Name: lacaml | ||
Version: 7.1.5 | ||
Version: 7.2.0 | ||
Synopsis: OCaml-bindings to BLAS and LAPACK. | ||
Description: This library interfaces the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library (Linear Algebra routines), which are written in FORTRAN. | ||
Authors: Egbert Ammicht <[email protected]>, | ||
|
@@ -17,7 +17,7 @@ Maintainers: Markus Mottl <[email protected]>, | |
Copyrights: (C) 2000-2012 Egbert Ammicht <[email protected]>, | ||
(C) 2000-2012 Patrick Cousot <[email protected]>, | ||
(C) 2000-2012 Jane Street Capital LLC <[email protected]>, | ||
(C) 2000-2014 Markus Mottl <[email protected]>, | ||
(C) 2000-2015 Markus Mottl <[email protected]>, | ||
(C) 2000-2012 Liam Stewart <[email protected]>, | ||
(C) 2000-2014 Christophe Troestler <[email protected]>, | ||
(C) 2000-2012 Oleg Trott <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
(* setup.ml generated for the first time by OASIS v0.2.0 *) | ||
|
||
(* OASIS_START *) | ||
(* DO NOT EDIT (digest: 9e811d9813fbfaedaaea2b08590ae447) *) | ||
(* DO NOT EDIT (digest: 7767072133ac6dbc936ad563d1235b10) *) | ||
(* | ||
Regenerated by OASIS v0.4.5 | ||
Visit http://oasis.forge.ocamlcore.org for more information and | ||
|
@@ -6683,7 +6683,7 @@ let setup_t = | |
alpha_features = []; | ||
beta_features = []; | ||
name = "lacaml"; | ||
version = "7.1.5"; | ||
version = "7.2.0"; | ||
license = | ||
OASISLicense.DEP5License | ||
(OASISLicense.DEP5Unit | ||
|
@@ -6698,7 +6698,7 @@ let setup_t = | |
"(C) 2000-2012 Egbert Ammicht <[email protected]>"; | ||
"(C) 2000-2012 Patrick Cousot <[email protected]>"; | ||
"(C) 2000-2012 Jane Street Capital LLC <[email protected]>"; | ||
"(C) 2000-2014 Markus Mottl <[email protected]>"; | ||
"(C) 2000-2015 Markus Mottl <[email protected]>"; | ||
"(C) 2000-2012 Liam Stewart <[email protected]>"; | ||
"(C) 2000-2014 Christophe Troestler <[email protected]>"; | ||
"(C) 2000-2012 Oleg Trott <[email protected]>" | ||
|
@@ -7886,7 +7886,7 @@ let setup_t = | |
}; | ||
oasis_fn = Some "_oasis"; | ||
oasis_version = "0.4.5"; | ||
oasis_digest = Some "\209od[o\003$ \014\142P>\219\007\021B"; | ||
oasis_digest = Some "éSÏ\156T\017Z¿,Æ\021U)f \007"; | ||
oasis_exec = None; | ||
oasis_setup_args = []; | ||
setup_update = false | ||
|