Skip to content

Commit e01414b

Browse files
authored
Merge pull request #23798 from mmottl/release-lacaml-11.0.10
[new release] lacaml (11.0.10)
2 parents 1b480c7 + 0a3c808 commit e01414b

File tree

1 file changed

+63
-0
lines changed
  • packages/lacaml/lacaml.11.0.10

1 file changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
opam-version: "2.0"
2+
synopsis: "Lacaml - OCaml-bindings to BLAS and LAPACK"
3+
description: """
4+
Lacaml interfaces the BLAS-library (Basic Linear Algebra Subroutines) and
5+
LAPACK-library (Linear Algebra routines). It also contains many additional
6+
convenience functions for vectors and matrices."""
7+
maintainer: [
8+
"Markus Mottl <[email protected]>"
9+
"Christophe Troestler <[email protected]>"
10+
]
11+
authors: [
12+
"Egbert Ammicht <[email protected]>"
13+
"Patrick Cousot <[email protected]>"
14+
"Sam Ehrlichman <[email protected]>"
15+
"Florent Hoareau <[email protected]>"
16+
"Markus Mottl <[email protected]>"
17+
"Liam Stewart <[email protected]>"
18+
"Christophe Troestler <[email protected]>"
19+
"Oleg Trott <[email protected]>"
20+
"Martin Willensdorfer <[email protected]>"
21+
]
22+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
23+
tags: ["clib:lapack" "clib:blas"]
24+
homepage: "https://mmottl.github.io/lacaml"
25+
doc: "https://mmottl.github.io/lacaml/api"
26+
bug-reports: "https://github.com/mmottl/lacaml/issues"
27+
depends: [
28+
"dune" {>= "2.7"}
29+
"ocaml" {>= "4.08"}
30+
"dune-configurator"
31+
"conf-blas" {build}
32+
"conf-lapack" {build}
33+
"base-bytes"
34+
"base-bigarray"
35+
"odoc" {with-doc}
36+
]
37+
build: [
38+
["dune" "subst"] {dev}
39+
[
40+
"dune"
41+
"build"
42+
"-p"
43+
name
44+
"-j"
45+
jobs
46+
"@install"
47+
"@runtest" {with-test}
48+
"@doc" {with-doc}
49+
]
50+
]
51+
conflicts: [
52+
"ocaml-option-bytecode-only"
53+
]
54+
dev-repo: "git+https://github.com/mmottl/lacaml.git"
55+
url {
56+
src:
57+
"https://github.com/mmottl/lacaml/releases/download/11.0.10/lacaml-11.0.10.tbz"
58+
checksum: [
59+
"sha256=560e87977d6ed5bbe1d217d653d7aaa08f29199b78621a4645fdee97787e4899"
60+
"sha512=bda36434ca85590921761ce230fb5fcde2ee2dc5ffa0fe1e5fa26e1457fee98fbc905d008dc759e4182c9d3fffef5a28e27239074ba1f36b6e18edf997e45db2"
61+
]
62+
}
63+
x-commit-hash: "8cfabf76de647c3e1004dd8c924be1bce5a132a3"

0 commit comments

Comments
 (0)