Skip to content

Commit

Permalink
Updated distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Jul 12, 2016
1 parent 7b44fec commit b9b4131
Show file tree
Hide file tree
Showing 6 changed files with 1,267 additions and 144 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2016-07-12: Minor release version 9.1.1:

Fixed FreeBSD linking problem.

Thanks to Mykola Stryebkov <[email protected]> for the patch!

2016-07-06: Minor release version 9.1.0:

More functions from the C standard library (math.h):
Expand Down
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: lacaml
Version: 9.1.0
Version: 9.1.1
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 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: 8ab9f43c1ad2d042c3bc38cc2676e701)
version = "9.1.0"
# DO NOT EDIT (digest: 0b6a3796bb723380772fb0add2d51485)
version = "9.1.1"
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 = "9.1.0"
version = "9.1.1"
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 = "9.1.0"
let version = "9.1.1"
Loading

0 comments on commit b9b4131

Please sign in to comment.