Skip to content

Commit

Permalink
Improve conda recipe
Browse files Browse the repository at this point in the history
Use new packages available on conda-forge.
Disable pip build isolation.
Cf. pypa/pip#5735 about
the fact that PIP_NO_BUILD_ISOLATION is set to false.
  • Loading branch information
fsmaibrgm authored and Laurence Beaude, Simon Lopez committed Jun 1, 2022
1 parent 9df639c commit bbdd525
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions conda/compass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ dependencies:
- openmpi
- mpi4py
- petsc4py
- inept<0.2
- verstr
- vtkwriters
- sortedcontainers
- pyyaml
- pip:
- click
- inept<0.2
- pyyaml
- sortedcontainers
- verstr
- vtkwriters
- git+https://github.com/BRGM/MeshTools.git
variables:
PIP_NO_BUILD_ISOLATION: false

0 comments on commit bbdd525

Please sign in to comment.