Skip to content

Commit

Permalink
(#21730) [ogdf] bump version to 2023.09
Browse files Browse the repository at this point in the history
* Bump OGDF version to 2023.09

* Bump dependency pugixml to 1.14
  • Loading branch information
hedtke authored Dec 13, 2023
1 parent 4d34d33 commit 8c5f891
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/ogdf/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"2023.09":
url: "https://github.com/ogdf/ogdf/archive/refs/tags/elderberry-202309.tar.gz"
sha256: "3438205d3a6ff69d24c3a6db748d2a5a78688605baf3092456073901a2b623f3"
"2022.02":
url: "https://github.com/ogdf/ogdf/archive/refs/tags/dogwood-202202.tar.gz"
sha256: "308cc2749c6a63520f7979bac86a04066dfea2fb9d3a5e89831318db404bfbf5"
2 changes: 1 addition & 1 deletion recipes/ogdf/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def configure(self):

def requirements(self):
self.requires("coin-clp/1.17.7")
self.requires("pugixml/1.13")
self.requires("pugixml/1.14")

def layout(self):
cmake_layout(self, src_folder="src")
Expand Down
2 changes: 2 additions & 0 deletions recipes/ogdf/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
versions:
"2023.09":
folder: all
"2022.02":
folder: all

0 comments on commit 8c5f891

Please sign in to comment.