Skip to content

Commit 11a8f00

Browse files
authored
Merge pull request #26941 from mmottl/release-gpr-1.5.1
[new release] gpr (1.5.1)
2 parents 87f8953 + be1d397 commit 11a8f00

File tree

1 file changed

+44
-0
lines changed
  • packages/gpr/gpr.1.5.1

1 file changed

+44
-0
lines changed

packages/gpr/gpr.1.5.1/opam

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "GPR - Library and Application for Gaussian Process Regression"
3+
description: """
4+
Gaussian process regression is a modern Bayesian approach to machine learning,
5+
and GPR implements some of the latest advances in this field."""
6+
maintainer: ["Markus Mottl <[email protected]>"]
7+
authors: ["Markus Mottl <[email protected]>"]
8+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
9+
homepage: "https://mmottl.github.io/gpr"
10+
doc: "https://mmottl.github.io/gpr/api"
11+
bug-reports: "https://github.com/mmottl/gpr/issues"
12+
depends: [
13+
"dune" {>= "2.7"}
14+
"ocaml" {>= "4.08"}
15+
"base-threads"
16+
"core" {>= "v0.13"}
17+
"core_unix" {>= "v0.13"}
18+
"lacaml" {>= "11.0.0"}
19+
"gsl" {>= "1.24.0"}
20+
"odoc" {with-doc}
21+
]
22+
build: [
23+
["dune" "subst"] {dev}
24+
[
25+
"dune"
26+
"build"
27+
"-p"
28+
name
29+
"-j"
30+
jobs
31+
"@install"
32+
"@runtest" {with-test}
33+
"@doc" {with-doc}
34+
]
35+
]
36+
dev-repo: "git+https://github.com/mmottl/gpr.git"
37+
url {
38+
src: "https://github.com/mmottl/gpr/releases/download/1.5.1/gpr-1.5.1.tbz"
39+
checksum: [
40+
"sha256=9527297e5774378384e283e209d9b78ff1eab5c75ab54f14ad8cec8ff0634b03"
41+
"sha512=1a8df8bc48edb8607c7222370642912b15debbb6ee4020056e440c80bf3e5d63bfa561fc83286fc8838bac8dbc958d0e26735a5f34b415821ae66c4a8e90f74d"
42+
]
43+
}
44+
x-commit-hash: "ebb1d1e604050d5ac8400ccf45c6b1b8c6869992"

0 commit comments

Comments
 (0)