Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] owl-zoo, owl-top, owl-base, owl and owl-plplot (1.0.1) #17929

Merged
merged 13 commits into from
Jan 7, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/conf-openblas/conf-openblas.0.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ depexts: [
["openblas"] {os = "macos" & os-distribution = "homebrew"}
["openblas"] {os = "freebsd"}
]
x-ci-accept-failures: [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I just merged this feature yesterday (ocurrent/opam-repo-ci#62), sorry I forgot to tell you about it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing to be sorry about, don't worry. This is a fantastic news, I am glad we have it finally 🎉

"oraclelinux-7"
"oraclelinux-8"
]
synopsis: "Virtual package to install OpenBLAS and LAPACKE"
description:
"The package prepares OpenBLAS (CBLAS) and LAPACKE backend for Owl (OCaml numerical library). It can only be installed if OpenBLAS and LAPACKE are installed on the system."
Expand Down
29 changes: 29 additions & 0 deletions packages/conf-plplot/conf-plplot.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I had meant to do this for a while and always procrastinated

maintainer: "/~https://github.com/ocaml/opam-repository/issues"
homepage: "http://www.plplot.org/"
bug-reports: "/~https://github.com/ocaml/opam-repository/issues"
authors: "Plplot dev team"
license: "LGPL-2.1-or-later"
build: ["pkg-config" "--exists" "plplot"]
depends: [
"conf-pkg-config" {build}
]
depexts: [
["libplplot-dev" "libshp-dev"] {os-family = "debian"}
["plplot"] {os = "macos" & os-distribution = "homebrew"}
["plplot-devel"] {os-family = "rhel"}
["plplot-devel"] {os-distribution = "fedora"}
["plplot-devel"] {os-family = "suse"}
["plplot-devel" "epel-release"] {os-distribution = "centos"}
["plplot"] {os-distribution = "nixos"}
]
x-ci-accept-failures: [
"alpine-3.12"
"archlinux"
"oraclelinux-7"
"oraclelinux-8"
]
synopsis: "Virtual package relying on plplot"
description:
"This package can only install if the plplot library is installed on the system."
flags: conf
28 changes: 28 additions & 0 deletions packages/owl-base/owl-base.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
authors: [ "Liang Wang" ]
license: "MIT"
homepage: "/~https://github.com/owlbarn/owl"
dev-repo: "git+/~https://github.com/owlbarn/owl.git"
bug-reports: "/~https://github.com/owlbarn/owl/issues"
doc: "https://owlbarn.github.io/"
synopsis: "OCaml Scientific and Engineering Computing - Base"
description: "Owl is an OCaml scientific library."
build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"ocaml" {>= "4.10.0"}
"base-bigarray"
"dune" {>= "2.0.0"}
]
x-commit-hash: "7e489e58aff3dea09ecd0153c237c2170a42c964"
url {
src: "/~https://github.com/owlbarn/owl/releases/download/1.0.1/owl-1.0.1.tbz"
checksum: [
"sha256=72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef"
"sha512=72a60fb5b0ee4eea6cd8012aab9a492a32483feb218c1b6b4b913e0af985fba288113164e5af1129c0b5fffdb49d7b9aded6647238626b6561dc7125fdeb4eb5"
]
}
36 changes: 36 additions & 0 deletions packages/owl-plplot/owl-plplot.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "2.0"
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
authors: [ "Liang Wang" ]
license: "MIT"
homepage: "/~https://github.com/owlbarn/owl"
dev-repo: "git+/~https://github.com/owlbarn/owl.git"
bug-reports: "/~https://github.com/owlbarn/owl/issues"
doc: "https://owlbarn.github.io/owl/"
synopsis: "OCaml Scientific and Engineering Computing"
description: """
Owl: OCaml Scientific and Engineering Computing

Owl is an OCaml numerical library.
It supports N-dimensional arrays, both dense and sparse matrix operations, linear algebra, regressions, fast Fourier transforms, and many advanced mathematical and statistical functions (such as Markov chain Monte Carlo methods).
Recently, Owl has implemented algorithmic differentiation which essentially makes developing machine learning and neural network algorithms trivial.
"""

build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.0.0"}
"owl" {= version}
"plplot"
]
x-commit-hash: "7e489e58aff3dea09ecd0153c237c2170a42c964"
url {
src: "/~https://github.com/owlbarn/owl/releases/download/1.0.1/owl-1.0.1.tbz"
checksum: [
"sha256=72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef"
"sha512=72a60fb5b0ee4eea6cd8012aab9a492a32483feb218c1b6b4b913e0af985fba288113164e5af1129c0b5fffdb49d7b9aded6647238626b6561dc7125fdeb4eb5"
]
}
31 changes: 31 additions & 0 deletions packages/owl-top/owl-top.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
authors: [ "Liang Wang" ]
license: "MIT"
homepage: "/~https://github.com/owlbarn/owl"
dev-repo: "git+/~https://github.com/owlbarn/owl.git"
bug-reports: "/~https://github.com/owlbarn/owl/issues"
doc: "https://owlbarn.github.io/"
synopsis: "OCaml Scientific and Engineering Computing - Top"
description: "Owl is an OCaml scientific library."

build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.0.0"}
"ocaml-compiler-libs"
"owl" {= version}
"owl-zoo" {= version}
]
x-commit-hash: "7e489e58aff3dea09ecd0153c237c2170a42c964"
url {
src: "/~https://github.com/owlbarn/owl/releases/download/1.0.1/owl-1.0.1.tbz"
checksum: [
"sha256=72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef"
"sha512=72a60fb5b0ee4eea6cd8012aab9a492a32483feb218c1b6b4b913e0af985fba288113164e5af1129c0b5fffdb49d7b9aded6647238626b6561dc7125fdeb4eb5"
]
}
37 changes: 37 additions & 0 deletions packages/owl-zoo/owl-zoo.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
authors: [ "Liang Wang" ]
license: "MIT"
homepage: "/~https://github.com/owlbarn/owl"
dev-repo: "git+/~https://github.com/owlbarn/owl.git"
bug-reports: "/~https://github.com/owlbarn/owl/issues"
doc: "https://owlbarn.github.io/"
synopsis: "OCaml Scientific and Engineering Computing - Zoo"
description: """
Owl's Zoo System

The Zoo System is Owl's customised toplevel.
It is used for scripting numerical applications and sharing small code snippets via gist among users.
The Zoo system introduces a zoo directive into toplevel, the referred gist id will be automatically downloaded and imported as a module in the script.
The nested zoo reference is also supported.
"""

build: [
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.0.0"}
"ocaml-compiler-libs"
"owl" {= version}
]
x-commit-hash: "7e489e58aff3dea09ecd0153c237c2170a42c964"
url {
src: "/~https://github.com/owlbarn/owl/releases/download/1.0.1/owl-1.0.1.tbz"
checksum: [
"sha256=72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef"
"sha512=72a60fb5b0ee4eea6cd8012aab9a492a32483feb218c1b6b4b913e0af985fba288113164e5af1129c0b5fffdb49d7b9aded6647238626b6561dc7125fdeb4eb5"
]
}
48 changes: 48 additions & 0 deletions packages/owl/owl.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
opam-version: "2.0"
maintainer: "Liang Wang <ryanrhymes@gmail.com>"
authors: [ "Liang Wang" ]
license: "MIT"
homepage: "/~https://github.com/owlbarn/owl"
dev-repo: "git+/~https://github.com/owlbarn/owl.git"
bug-reports: "/~https://github.com/owlbarn/owl/issues"
doc: "https://owlbarn.github.io/owl/"
synopsis: "OCaml Scientific and Engineering Computing"
description: """
Owl: OCaml Scientific and Engineering Computing

Owl is an OCaml numerical library.
It supports N-dimensional arrays, both dense and sparse matrix operations, linear algebra, regressions, fast Fourier transforms, and many advanced mathematical and statistical functions (such as Markov chain Monte Carlo methods).
Recently, Owl has implemented algorithmic differentiation which essentially makes developing machine learning and neural network algorithms trivial.
"""

build: [
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
]

depends: [
"ocaml" {>= "4.10.0"}
"alcotest" {with-test}
"base" {build}
"base-bigarray"
"conf-openblas" {>= "0.2.1"}
"ctypes" {>= "0.16.0"}
"dune" {>= "2.0.0"}
"dune-configurator"
"eigen" {>= "0.3.0"}
"owl-base" {= version}
"stdio" {build}
"npy"
]

available: [arch = "x86_64"]

x-commit-hash: "7e489e58aff3dea09ecd0153c237c2170a42c964"
url {
src: "/~https://github.com/owlbarn/owl/releases/download/1.0.1/owl-1.0.1.tbz"
checksum: [
"sha256=72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef"
"sha512=72a60fb5b0ee4eea6cd8012aab9a492a32483feb218c1b6b4b913e0af985fba288113164e5af1129c0b5fffdb49d7b9aded6647238626b6561dc7125fdeb4eb5"
]
}
11 changes: 1 addition & 10 deletions packages/plplot/plplot.5.11.0-1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,7 @@ depends: [
"ocaml" {>= "4.02.0"}
"dune" {>= "2.0.0"}
"dune-configurator"
]
depexts: [
["libplplot-dev" "libshp-dev"] {os-family = "debian"}
["plplot"] {os = "macos" & os-distribution = "homebrew"}
["plpot"] {os-family = "arch"}
["plplot-devel"] {os-family = "rhel"}
["plplot-devel"] {os-family = "fedora"}
["plplot-devel"] {os-family = "suse"}
["plplot-devel" "epel-release"] {os-distribution = "centos"}
["plplot"] {os-distribution = "nixos"}
"conf-plplot"
]
synopsis: "Bindings for the PLplot library"
description: "PLplot is a library for creating scientific plots http://plplot.sf.net/"
Expand Down
11 changes: 1 addition & 10 deletions packages/plplot/plplot.5.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,7 @@ depends: [
"ocaml" {>= "4.02.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
]
depexts: [
["libplplot-dev" "libshp-dev"] {os-family = "debian"}
["plplot"] {os = "macos" & os-distribution = "homebrew"}
["plpot"] {os-family = "arch"}
["plplot-devel"] {os-family = "rhel"}
["plplot-devel"] {os-family = "fedora"}
["plplot-devel"] {os-family = "suse"}
["plplot-devel" "epel-release"] {os-distribution = "centos"}
["plplot"] {os-distribution = "nixos"}
"conf-plplot"
]
synopsis: "Bindings for the PLplot library"
description: """
Expand Down