-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1191 from mmottl/master
Updated Lacaml
- Loading branch information
Showing
3 changed files
with
28 additions
and
0 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 |
---|---|---|
@@ -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. |
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 |
---|---|---|
@@ -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" ] |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
archive: "https://bitbucket.org/mmottl/lacaml/downloads/lacaml-7.0.11.tar.gz" | ||
checksum: "d39522517c9b56320d0c6a1d92ff49a8" |