-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Changes from 8 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7d4c7c4
[new release] owl-zoo, owl-top, owl-base, owl and owl-plplot (1.0.1)
jzstark 1c69599
owl.1.0.1: Make this package available only on x86_64
kit-ty-kate 0ff8715
Add conf-plplot
kit-ty-kate d8f6270
conf-openblas: Accept failures on oraclelinux (package not available)
kit-ty-kate 71b8bba
nlopt-ocaml: Fix archive url (no difference besides merculial specifi…
kit-ty-kate 4d00a51
owl/owl-zoo: Accept failures on ubuntu 18.04
kit-ty-kate aec0ef8
Fix conf-plplot on older platforms
kit-ty-kate e86991f
Add conf-nlopt
kit-ty-kate 9ad9cc2
conf-nlopt: Centos-8 does have nlopt
kit-ty-kate 172a531
nlopt-ocaml.0.5.1: Accept failures on centos-7 (too old)
kit-ty-kate f4ddc5e
nlopt-ocaml.0.4: Fix archive (github archive is wildly different from…
kit-ty-kate 998fc7e
owl.0.3.{7,8} & owl.0.4.0: Disable tests
kit-ty-kate 63c4d18
Make owl 0.3.{7,8} & owl.0.4.0 available only on x86_64
kit-ty-kate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,32 @@ | ||
opam-version: "2.0" | ||
maintainer: "/~https://github.com/ocaml/opam-repository/issues" | ||
homepage: "/~https://github.com/stevengj/nlopt" | ||
bug-reports: "/~https://github.com/ocaml/opam-repository/issues" | ||
authors: "NLopt dev team" | ||
license: "LGPL-2.1-or-later" | ||
build: ["pkg-config" "--exists" "nlopt"] | ||
depends: [ | ||
"conf-pkg-config" {build} | ||
] | ||
depexts: [ | ||
["libnlopt-dev"] {os-family = "debian"} | ||
["libnlopt-dev"] {os-family = "ubuntu"} | ||
["NLopt-devel"] {os-distribution = "fedora"} | ||
["NLopt-devel"] {os-distribution = "rhel"} | ||
["NLopt-devel" "epel-release"] {os-distribution = "centos"} | ||
["nlopt-devel"] {os-family = "suse"} | ||
["nlopt"] {os-family = "arch"} | ||
["nlopt"] {os = "freebsd"} | ||
["nlopt"] {os = "openbsd"} | ||
["nlopt"] {os = "netbsd"} | ||
["nlopt"] {os = "macos" & os-distribution = "homebrew"} | ||
] | ||
x-ci-accept-failures: [ | ||
"alpine-3.12" | ||
"oraclelinux-7" | ||
"oraclelinux-8" | ||
] | ||
synopsis: "Virtual package relying on nlopt" | ||
description: | ||
"This package can only install if the nlopt library is installed on the system." | ||
flags: conf |
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
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,30 @@ | ||
opam-version: "2.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: ["sh" "-exc" "pkg-config --exists plplot || pkg-config --exists plplotd"] | ||
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: [ | ||
# plplot is not available on these platforms | ||
"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 |
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
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
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
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,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" | ||
] | ||
} |
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,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" | ||
] | ||
} |
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,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" | ||
] | ||
} |
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,42 @@ | ||
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-ci-accept-failures: [ | ||
"ubuntu-18.04" # /~https://github.com/owlbarn/owl/issues/450 | ||
] | ||
|
||
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" | ||
] | ||
} |
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,52 @@ | ||
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" | ||
] | ||
|
||
x-ci-accept-failures: [ | ||
"ubuntu-18.04" # /~https://github.com/owlbarn/owl/issues/450 | ||
] | ||
|
||
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" | ||
] | ||
} |
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat!
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 🎉