Skip to content

Commit

Permalink
Bump version of libarchive
Browse files Browse the repository at this point in the history
If I try to set up a clean environment on linux I get essentially this
error:

conda/conda#8838

when trying to import NNPDF, which as said on the issue gets solved if
one installs libiconv manually. Indeed checking libarchive with ldd
I see that it is asking for libiconv and not finding it.

It seems there is some amount of dancing around of dancing around in the
conda forge channel with it being added

conda-forge/libarchive-feedstock#36

and then removed

conda-forge/libarchive-feedstock#59

and seems that that somehow can result in an incompatible environment.

Pull to the latest version (and be stricter with
pinning in hopes that resolves the problem.
  • Loading branch information
Zaharid committed Mar 5, 2021
1 parent ef475a4 commit 9eb8d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda-recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pin_run_as_build:
apfel: x.x.x.x
gsl: x.x.x
yaml-cpp: x.x
libarchive: x.x
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requirements:
- lhapdf # with python wrapper
- sqlite
- gsl # Gsl doesn't link openblas on old debian 7
- libarchive
- libarchive >=3.5.1
- yaml-cpp
- apfel >=3 # see https://github.com/scarrazza/apfel
- python
Expand Down

0 comments on commit 9eb8d89

Please sign in to comment.