Skip to content

Commit 807ed4d

Browse files
committed
Prepare the MeVisLab thirdparty libraries for the 4.1.1 release
1 parent 8352d0f commit 807ed4d

60 files changed

Lines changed: 1273 additions & 2448 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

recipes/7zip/conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class ConanRecipe(ConanFile):
1212
name = "7zip"
13-
version = "24.08"
13+
version = "24.09"
1414
license = "LGPL-2.1-or-later AND BSD-3-Clause"
1515
homepage = "https://www.7-zip.org"
1616
description = "7-Zip is a file archiver with a high compression ratio"
@@ -40,7 +40,7 @@ def source(self):
4040
version = "".join(self.version.split("."))
4141
get(
4242
self,
43-
sha256="aa04aac906a04df59e7301f4c69e9f48808e6c8ecae4eb697703a47bfb0ac042",
43+
sha256="49c05169f49572c1128453579af1632a952409ced028259381dac30726b6133a",
4444
url=f"https://sourceforge.net/projects/sevenzip/files/7-Zip/{self.version}/7z{version}-src.tar.xz",
4545
)
4646

recipes/abseil/conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class ConanRecipe(ConanFile):
1212
name = "abseil"
13-
version = "20240722.0"
13+
version = "20250127.0"
1414
homepage = "https://abseil.io"
1515
description = "Collection of C++ libraries from Google"
1616
license = "Apache-2.0"
@@ -26,7 +26,7 @@ def layout(self):
2626
def source(self):
2727
get(
2828
self,
29-
sha256="f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3",
29+
sha256="16242f394245627e508ec6bb296b433c90f8d914f73b9c026fddb905e27276e8",
3030
url=f"https://github.com/abseil/abseil-cpp/archive/refs/tags/{self.version}.tar.gz",
3131
strip_root=True,
3232
)

recipes/conan_generator/conanfile.py

Lines changed: 135 additions & 107 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)