conda-forge / conda-forge/linux-sysroot-feedstock
elf.h
- 主要语言
- Python
- 星标
- 5
- 派生
- 18
- PR 合并指标
- 30 天内没有已合并 PR
描述
### Comment:
I believe this feedstock provides elf.h to conda recipes out in the wild.
On my host ubuntu 20.04 machine.
My compiler uses elf.h from /usr/include/elf.h
Apparently this comes from the ubuntu package libc6-dev
When I run the build inside of an anaconda environment, a different version of elf.h is used.
. /home/blozano/anaconda3/conda-bld/tt-metalium_1737501347205/_build_env/x86_64-conda-linux-gnu/sysroot/usr/include/elf.h
The file in the Anaconda environment is not as modern as the one that ships with ubuntu 20.04 which is sad.
It does not have RISCV details.
As I understand it, this file is a part of glibc.
How can I bring a newer version of elf.h into my conda build environment?
贡献指南
评估
这个 Issue 还没有评估数据。