Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions elfutils/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,8 @@ ntl:
numpy:
# part of a zip_keys: python, python_impl, numpy
- 1.22
- 1.22
- 1.22
- 1.23
- 1.26
occt:
- 7.7.2
openblas:
Expand Down Expand Up @@ -669,16 +668,14 @@ pybind11_abi:
- 4
python:
# part of a zip_keys: python, python_impl, numpy
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
python_impl:
# part of a zip_keys: python, python_impl, numpy
- cpython
- cpython
- cpython
- cpython
pytorch:
- '2.0'
pyqt:
Expand Down Expand Up @@ -791,7 +788,7 @@ zeromq:
zfp:
- 1.0
zlib:
- 1.2
- 1.3
zlib_ng:
- 2.0
zstd:
Expand Down
2 changes: 1 addition & 1 deletion elfutils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package:
name: elfutils
version: {{ version }}.memfault1
version: {{ version }}.memfault2

source:
fn: elfutils-{{ version }}.tar.bz2
Expand Down