File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11package :
22 name : fmt
3- version : " 11.2 .0"
4- epoch : 1
3+ version : " 12.0 .0"
4+ epoch : 0
55 description : Modern formatting library
66 copyright :
77 - license : MIT
@@ -17,7 +17,7 @@ environment:
1717pipeline :
1818 - uses : git-checkout
1919 with :
20- expected-commit : 40626af88bd7df9a5fb80be7b25ac85b122d6c21
20+ expected-commit : e424e3f2e607da02742f73db84873b8084fc714c
2121 repository : https://github.com/fmtlib/fmt
2222 tag : ${{package.version}}
2323
Original file line number Diff line number Diff line change 11package :
22 name : libmamba
33 version : " 2.3.2"
4- epoch : 0
4+ epoch : 1
55 description : Cross-Platform Package Manager
66 copyright :
77 - license : BSD-3-Clause
@@ -48,7 +48,8 @@ environment:
4848 - reproc++
4949 - samurai
5050 - simdjson-dev
51- - spdlog-dev
51+ - spdlog-dev<1.15.3-r2
52+ - spdlog<1.15.3-r2
5253 - tl-expected
5354 - yaml-cpp-dev
5455 - zstd-dev
@@ -68,6 +69,12 @@ pipeline:
6869 patches : |
6970 support-shared-libs.patch
7071
72+ - runs : |
73+ # Our `cmake --version` includes a git SHA suffix which skbuild trips
74+ # over: as we're well above the required minimum version, remove it to
75+ # avoid the failing code path
76+ sed -i '/cmake_minimum_required_version=/d' libmambapy/setup.py
77+
7178 - uses : cmake/configure
7279 with :
7380 opts : |
Original file line number Diff line number Diff line change 11package :
22 name : spdlog
33 version : " 1.15.3"
4- epoch : 1
4+ epoch : 2
55 description : Fast C++ logging library.
66 copyright :
77 - license : MIT
You can’t perform that action at this time.
0 commit comments