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

Bump minimal version of ocplib-simplex to 0.5.1 #1088

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

Halbaroth
Copy link
Collaborator

No description provided.

@Halbaroth Halbaroth added the build label Apr 2, 2024
@Halbaroth Halbaroth linked an issue Apr 2, 2024 that may be closed by this pull request
@bclement-ocp
Copy link
Collaborator

bclement-ocp commented Apr 2, 2024

Can you update nix/sources.json:

diff --git a/nix/sources.json b/nix/sources.json
index 2272b7bd..eb51c5aa 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -25,17 +25,17 @@
         "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
     },
     "ocplib-simplex": {
-        "branch": "v0.5",
+        "branch": "v0.5.1",
         "description": "A library implementing a simplex algorithm, in a functional style, for solving systems of linear inequalities",
         "homepage": "",
         "owner": "OCamlPro",
         "repo": "ocplib-simplex",
-        "rev": "9b0944c81088b9039775e48cdbc3499128ca3692",
-        "sha256": "1dxx68k2smnxrp9b8snpvi74d41yfxn2j6swbqnny6r1d1950bmk",
+        "rev": "12e7c1fd994d4c40cf7159008a67579f470df616",
+        "sha256": "0jkyqvcia4950cr1ip4n4xnjgaqlliljw48b40n95j75wjvy3d3w",
         "type": "tarball",
-        "url": "https://github.com/OCamlPro/ocplib-simplex/archive/9b0944c81088b9039775e48cdbc3499128ca3692.tar.gz",
+        "url": "https://github.com/OCamlPro/ocplib-simplex/archive/12e7c1fd994d4c40cf7159008a67579f470df616.tar.gz",
         "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
-        "version": "0.5"
+        "version": "0.5.1"
     },
     "pp_loc": {
         "branch": "v2.1.0",

@bclement-ocp
Copy link
Collaborator

It looks like version 0.5.1 did not make it to the ocamlpro docker container yet; we can ignore the build failure for statically linked binaries. Pinging someone internally to rebuild them.

@Halbaroth Halbaroth enabled auto-merge (squash) April 3, 2024 09:51
@Halbaroth Halbaroth merged commit bc0e045 into OCamlPro:next Apr 3, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the pin on Ocplib-simplex
2 participants