We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7133d2 commit ed4f875Copy full SHA for ed4f875
conda-recipe/plugify-module-cpp/meta.yaml.example
@@ -11,8 +11,6 @@ source:
11
build:
12
number: 0
13
string: "{{ target_platform | replace('-', '_') }}"
14
- skip: true # [not (linux64 or win64)]
15
- binary_relocation: false
16
detect_binary_files_with_prefix: false
17
missing_dso_whitelist:
18
- "*/ld-linux*.so.*" # [linux]
@@ -25,10 +23,6 @@ build:
25
23
- "*/plugify.dll" # [win]
26
24
27
requirements:
28
- build:
29
- - {{ compiler('cxx') }} # [build_platform != target_platform]
30
- host:
31
- - sysroot_linux-64 2.17 # [linux64]
32
run:
33
- __glibc >=2.17 # [linux64]
34
0 commit comments