File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7- {% set build_number = 1 %}
7+ {% set build_number = 2 %}
88
99# this makes the linter happy
1010{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -160,7 +160,7 @@ outputs:
160160 - clang 18.* # [win]
161161 - llvm-tools 18.* # [win]
162162 - bzip2 # [build_platform != target_platform]
163- - sqlite # [build_platform != target_platform]
163+ - libsqlite # [build_platform != target_platform]
164164 - liblzma-devel # [build_platform != target_platform]
165165 - zlib # [build_platform != target_platform]
166166 - openssl # [build_platform != target_platform]
@@ -173,7 +173,7 @@ outputs:
173173 - expat # [build_platform != target_platform]
174174 host :
175175 - bzip2
176- - sqlite
176+ - libsqlite
177177 - liblzma-devel
178178 - zlib
179179 - openssl
You can’t perform that action at this time.
0 commit comments