You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# derived from https://github.com/conda-forge/python-feedstock/blob/main/recipe/meta.yaml
25
+
requirements:
26
+
build:
27
+
- ${{ compiler('c') }}
28
+
- ${{ compiler('cxx') }}
29
+
- make
30
+
- libtool
31
+
- pkg-config
32
+
# configure script looks for llvm-ar for lto
33
+
- clang-18
34
+
- llvm-tools-18
35
+
36
+
host:
37
+
- bzip2
38
+
- sqlite
39
+
- liblzma-devel
40
+
- zlib
41
+
- openssl
42
+
- readline
43
+
- tk
44
+
# These two are just to get the headers needed for tk.h, but is unused
# derived from https://github.com/conda-forge/python-feedstock/blob/main/recipe/meta.yaml
24
+
requirements:
25
+
build:
26
+
- ${{ compiler('c') }}
27
+
- ${{ compiler('cxx') }}
28
+
- make
29
+
- libtool
30
+
- pkg-config
31
+
# configure script looks for llvm-ar for lto
32
+
- clang-18
33
+
- llvm-tools-18
34
+
35
+
host:
36
+
- bzip2
37
+
- sqlite
38
+
- liblzma-devel
39
+
- zlib
40
+
- openssl
41
+
- readline
42
+
- tk
43
+
# These two are just to get the headers needed for tk.h, but is unused
0 commit comments