File tree Expand file tree Collapse file tree 3 files changed +70
-67
lines changed Expand file tree Collapse file tree 3 files changed +70
-67
lines changed Original file line number Diff line number Diff line change @@ -9,27 +9,35 @@ spdlog:
9
9
pugixml :
10
10
- ' 1.14'
11
11
12
- cdt_name :
13
- - ${{ "cos7" if linux }}
12
+ cdt_name : # [linux]
13
+ - conda # [ linux]
14
14
15
15
python :
16
16
- 3.11.* *_cpython
17
17
python_impl :
18
18
- cpython
19
19
20
- c_stdlib :
21
- - ${{ "sysroot" if linux }}
22
- - ${{ "macosx_deployment_target" if osx }}
23
- - ${{ "vs" if win }}
24
- c_stdlib_version :
25
- - ${{ "2.17" if linux }}
26
- - ${{ "10.14" if osx and x86_64 }}
27
- - ${{ "11.0" if osx and arm64 }}
28
20
c_compiler :
29
- - ${{ "gcc" if linux }}
30
- - ${{ "clang" if osx }}
31
- - ${{ "vs2019" if win }}
21
+ - gcc # [linux]
22
+ - clang # [osx]
23
+ - vs2019 # [win and x86_64]
24
+ - vs2022 # [win and arm64]
25
+ c_compiler_version : # [unix]
26
+ - 13 # [linux]
27
+ - 18 # [osx]
28
+ c_stdlib :
29
+ - sysroot # [linux]
30
+ - macosx_deployment_target # [osx]
31
+ - vs # [win]
32
+ c_stdlib_version : # [unix]
33
+ - 2.17 # [linux]
34
+ - 10.13 # [osx and x86_64]
35
+ - 11.0 # [osx and arm64]
32
36
cxx_compiler :
33
- - ${{ "gxx" if linux }}
34
- - ${{ "clangxx" if osx }}
35
- - ${{ "vs2019" if win }}
37
+ - gxx # [linux]
38
+ - clangxx # [osx]
39
+ - vs2019 # [win and x86_64]
40
+ - vs2022 # [win and arm64]
41
+ cxx_compiler_version : # [unix]
42
+ - 13 # [linux]
43
+ - 18 # [osx]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ upload = "anaconda -t $ANACONDA_API_TOKEN upload"
16
16
17
17
[dependencies ]
18
18
python = " >=3.11.0,<3.12"
19
- rattler-build = " >=0.33.2 "
19
+ rattler-build = " >=0.35.5 "
20
20
anaconda-client = " >=1.12"
21
21
22
22
[target .win-64 .dependencies ]
@@ -27,7 +27,7 @@ git = "*"
27
27
28
28
[feature .beta .pypi-dependencies ]
29
29
# This is tipically the latest commit on main branch
30
- vinca = { git =" https://github.com/RoboStack/vinca.git" , rev = " a081fad2b1d72cfa4c3cc30010dae024ade79d0c " }
30
+ vinca = { git =" https://github.com/RoboStack/vinca.git" , rev = " cbb8eba834ce3834df552977d6b08c325a30768e " }
31
31
# Uncomment this line to work with a local vinca for faster iteration, but remember to comment it back
32
32
# (and regenerate the pixi.lock) once you push the modified commit to the repo
33
33
# vinca = { path = "../vinca", editable = true }
You can’t perform that action at this time.
0 commit comments