We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc5154 commit 5380b05Copy full SHA for 5380b05
1 file changed
buildscripts/conda-recipes/pyomp/meta.yaml
@@ -24,13 +24,17 @@ requirements:
24
build:
25
- {{ compiler('c') }}
26
- {{ compiler('cxx') }}
27
+ # Add sysroot to ensure compatibility on linux builds.
28
+ - sysroot_linux-64 # [linux64]
29
+ - sysroot_linux-aarch64 # [aarch64]
30
- cmake
31
- setuptools_scm
32
- elfutils # [linux]
33
- libffi # [linux]
34
host:
35
- python
36
- pip
37
38
- sysroot_linux-64 # [linux64]
39
- sysroot_linux-aarch64 # [aarch64]
40
- setuptools
0 commit comments