Skip to content

Commit

Permalink
Prep for v11.0.3 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 22, 2024
1 parent df1a1f0 commit 3c2a393
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
[[Gurobi]]
git-tree-sha1 = "1cf3993225db760f620b7a50047dda0abc07e2a1"
git-tree-sha1 = "0edbadd2721b9fc45e48158015af672c7fe8698a"
arch = "x86_64"
os = "linux"

[[Gurobi.download]]
sha256 = "ad5509a74e6eb75a34c43d5cd1017722430881113dcaf335fa0e057359bdbe50"
url = "https://anaconda.org/Gurobi/gurobi/11.0.2/download/linux-64/gurobi-11.0.2-py311_0.tar.bz2"
sha256 = "ac41673f45fa177a0f2e10da6843b4c6c453ab924d7ae908669ddbf60a90e1cf"
url = "https://anaconda.org/Gurobi/gurobi/11.0.3/download/linux-64/gurobi-11.0.3-py311_0.tar.bz2"
[[Gurobi]]
git-tree-sha1 = "85c79ce364ac145db080d4db6e5108a0c4bd8f72"
git-tree-sha1 = "6f77c3577547830a6750396c26f466fe422b2dcf"
arch = "aarch64"
os = "linux"

[[Gurobi.download]]
sha256 = "ba305286f2d641f7e3e8d1938e5f6e7ac339c8729861959abc5c9de6cf7a0694"
url = "https://anaconda.org/Gurobi/gurobi/11.0.2/download/linux-aarch64/gurobi-11.0.2-py311_0.tar.bz2"
sha256 = "7c2bdd94a79cec28a222f0e558c3ea5ee44439e8b75c5fd9d748c9410457b213"
url = "https://anaconda.org/Gurobi/gurobi/11.0.3/download/linux-aarch64/gurobi-11.0.3-py311_0.tar.bz2"
[[Gurobi]]
git-tree-sha1 = "c6002a5d5f15ef98c2821ea90c04c1ce087df37f"
git-tree-sha1 = "c8b5dda8d738ea893863c21a2a211689376e6081"
arch = "x86_64"
os = "macos"

[[Gurobi.download]]
sha256 = "c740302ee24d035b314188ba6b24a4c47c2bc5d594f0f1d2d34ed5ec36b1ea76"
url = "https://anaconda.org/Gurobi/gurobi/11.0.2/download/osx-64/gurobi-11.0.2-py311_0.tar.bz2"
sha256 = "d93292c26293490d3d843d679c69c4b4b03afe2297791412b71e33f691627e6e"
url = "https://anaconda.org/Gurobi/gurobi/11.0.3/download/osx-64/gurobi-11.0.3-py311_0.tar.bz2"
[[Gurobi]]
git-tree-sha1 = "4f276549146c3ac663c68db6fc5496497cdbd50a"
git-tree-sha1 = "4e272e7a93e64f059eb513cca7024d4d733579f0"
arch = "aarch64"
os = "macos"

[[Gurobi.download]]
sha256 = "2fb9b0a79f9e9ab623c950d1cbbec91a0d403fa4d37741a640ab0e2dc0c1ae58"
url = "https://anaconda.org/Gurobi/gurobi/11.0.2/download/osx-arm64/gurobi-11.0.2-py311_0.tar.bz2"
sha256 = "4bcecbcc3e3326594304a0adaa55a95d5e654686782f7a37250457cf5c0c74d2"
url = "https://anaconda.org/Gurobi/gurobi/11.0.3/download/osx-arm64/gurobi-11.0.3-py311_0.tar.bz2"
[[Gurobi]]
git-tree-sha1 = "3ac0916a338e11669ea3a0ec6074115e5dae5eb0"
git-tree-sha1 = "76c77f6de91d7cca8311906d79cddf42b2ce6e65"
arch = "x86_64"
os = "windows"

[[Gurobi.download]]
sha256 = "f17e1ba56d1ce26cbf6ee40835a21203c133fdb3045ffc0dd94939542542597d"
url = "https://anaconda.org/Gurobi/gurobi/11.0.2/download/win-64/gurobi-11.0.2-py311_0.tar.bz2"
sha256 = "4e2cae98498198ea33757cb3a5a803fc4239374a7b2391ae0bea582f98332c7c"
url = "https://anaconda.org/Gurobi/gurobi/11.0.3/download/win-64/gurobi-11.0.3-py311_0.tar.bz2"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Gurobi_jll"
uuid = "c018c7e6-a5b0-4aea-8f80-9c1ef9991411"
authors = ["odow <[email protected]>"]
version = "11.0.2+2"
version = "11.0.3+0"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_artifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function get_artifact(data; version::String, pyversion::String)
return ret
end

function main(; version = "11.0.2", pyversion = "py311_0")
function main(; version, pyversion = "py311_0")
platforms = [
(os = "linux", arch = "x86_64", conda = "linux-64"),
(os = "linux", arch = "aarch64", conda = "linux-aarch64"),
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end
# Update these values when you update Artifacts.toml
@test majorP[] == 11
@test minorP[] == 0
@test technicalP[] == 2
@test technicalP[] == 3
end

@testset "gurobi_cl" begin
Expand Down

2 comments on commit 3c2a393

@odow
Copy link
Member Author

@odow odow commented on 3c2a393 Sep 22, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/115722

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v11.0.3+0 -m "<description of version>" 3c2a39317a678425199b358f381be89aebf6e836
git push origin v11.0.3+0

Also, note the warning: Version 11.0.3+0 skips over 11.0.3
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.