Skip to content

Commit

Permalink
Merge pull request #1191 from mmottl/master
Browse files Browse the repository at this point in the history
Updated Lacaml
  • Loading branch information
samoht committed Oct 9, 2013
2 parents b129bfe + b9f081e commit 594b797
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/lacaml.7.0.11/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
OCaml-bindings to BLAS and LAPACK.
This library interfaces the BLAS-library (Basic Linear Algebra
Subroutines) and LAPACK-library (Linear Algebra routines), which are
written in FORTRAN.
22 changes: 22 additions & 0 deletions packages/lacaml.7.0.11/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "1"
maintainer: "markus.mottl@gmail.com"
authors: [ "Egbert Ammicht <eammicht@lucent.com>"
"Patrick Cousot <Patrick.Cousot@ens.fr>"
"Sam Ehrlichman <sehrlichman@janestreet.com>"
"Markus Mottl <markus.mottl@gmail.com>"
"Liam Stewart <liam@cs.toronto.edu>"
"Christophe Troestler <Christophe.Troestler@umons.ac.be>"
"Oleg Trott <ot14@columbia.edu>"
"Martin Willensdorfer <ma.wi@gmx.at>" ]
license: "LGPL-2.1+ with OCaml linking exception"
homepage: "https://bitbucket.org/mmottl/lacaml"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" "%{prefix}%"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-install"]
]
remove: [
["ocamlfind" "remove" "lacaml"]
]
depends: [ "ocamlfind" ]
ocaml-version: [ >= "3.12" ]
2 changes: 2 additions & 0 deletions packages/lacaml.7.0.11/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://bitbucket.org/mmottl/lacaml/downloads/lacaml-7.0.11.tar.gz"
checksum: "d39522517c9b56320d0c6a1d92ff49a8"

0 comments on commit 594b797

Please sign in to comment.