We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0ca35 commit dce0152Copy full SHA for dce0152
recipe/meta.yaml
@@ -34,29 +34,32 @@ build:
34
requirements:
35
36
build:
37
- - {{ compiler('cxx') }}
38
- - libgcc-ng # [linux]
39
- - libstdcxx-ng # [linux]
40
- - cmake >=3.14
+ - {{ compiler('cxx') }} =18 # [osx]
+ - {{ compiler('cxx') }} # [linux]
41
- make
42
- swig
43
- - fmt >9,<10
44
- - spdlog =1.12
+ - cmake-no-system >=3.14
45
46
host:
47
- - python
48
- setuptools
49
- cpp-filesystem
50
- pip
51
- cereal
52
- highfive
53
- cspice
+ - hdf5
+ - fmt >9,<10
+ - spdlog =1.12
+ - openssl
54
+ - python
55
+ - libcurl
56
+
57
run:
58
59
60
- hdf5
61
- libcurl
- - uvicorn
62
63
64
test:
65
imports:
0 commit comments