Skip to content

Commit

Permalink
Remove copy of date, fix libcurl directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Jan 24, 2024
1 parent 537e8de commit c1a5cfb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 249 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
conan export 3rd_party/jemalloc
conan export 3rd_party/prerelease_dummy
conan export 3rd_party/pistache pistache/cci.20201127@
conan export 3rd_party/date date/3.0.1@
cached_pkgs=$(ls -1d ~/.conan/data/*/*/*/*/export 2>/dev/null | sed 's,.*data/,,' | cut -d'/' -f1,2 | paste -sd',' - -)
echo "::info:: Pre-cached: ${cached_pkgs}"
if: ${{ inputs.testing == 'True' || steps.restore-cache.outputs.cache-hit != 'true' }}
Expand Down
29 changes: 0 additions & 29 deletions 3rd_party/date/conandata.yml

This file was deleted.

140 changes: 0 additions & 140 deletions 3rd_party/date/conanfile.py

This file was deleted.

17 changes: 0 additions & 17 deletions 3rd_party/date/patches/0001-fix-uwp.patch

This file was deleted.

14 changes: 0 additions & 14 deletions 3rd_party/date/patches/cmake-3.0.0.patch

This file was deleted.

14 changes: 0 additions & 14 deletions 3rd_party/date/patches/cmake-3.0.1.patch

This file was deleted.

19 changes: 0 additions & 19 deletions 3rd_party/date/patches/cmake.patch

This file was deleted.

13 changes: 0 additions & 13 deletions 3rd_party/date/patches/string_view.patch

This file was deleted.

4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class SISLConan(ConanFile):
name = "sisl"
version = "8.6.6"
version = "8.6.7"
homepage = "https://github.com/eBay/sisl"
description = "Library for fast data structures, utilities"
topics = ("ebay", "components", "core", "efficiency")
Expand Down Expand Up @@ -68,7 +68,7 @@ def requirements(self):
self.requires("fmt/8.1.1", override=True)
self.requires("libevent/2.1.12", override=True)
self.requires("openssl/1.1.1s", override=True)
self.requires("libcurl/7.86.0")
self.requires("libcurl/8.4.0", override=True)
self.requires("xz_utils/5.2.5", override=True)
self.requires("zlib/1.2.12", override=True)
if self.options.malloc_impl == "jemalloc":
Expand Down

0 comments on commit c1a5cfb

Please sign in to comment.