Skip to content

Commit

Permalink
Updated distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Mar 16, 2015
1 parent e430583 commit 49ab068
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
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).

Expand Down
4 changes: 2 additions & 2 deletions _oasis
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]>,
Expand All @@ -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]>
Expand Down
6 changes: 3 additions & 3 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: c02a8045300c527ba1ce02020aaf0f57)
version = "7.1.5"
# DO NOT EDIT (digest: 990b162c678f78c22c87e3c196141588)
version = "7.2.0"
description = "OCaml-bindings to BLAS and LAPACK."
requires = "bigarray bytes"
archive(byte) = "lacaml.cma"
Expand All @@ -9,7 +9,7 @@ archive(native) = "lacaml.cmxa"
archive(native, plugin) = "lacaml.cmxs"
exists_if = "lacaml.cma"
package "top" (
version = "7.1.5"
version = "7.2.0"
description = "Toplevel module for Lacaml."
requires = "lacaml"
archive(byte) = "lacaml_top.cma"
Expand Down
2 changes: 1 addition & 1 deletion lib/lacaml_version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*)

let version = "7.1.5"
let version = "7.2.0"
8 changes: 4 additions & 4 deletions setup.ml
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
Expand Down Expand Up @@ -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
Expand All @@ -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]>"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 49ab068

Please sign in to comment.