Skip to content

Commit

Permalink
restrict cmake version used
Browse files Browse the repository at this point in the history
Install fails with certain cmake versions:
conda-forge/cmake-feedstock#106
  • Loading branch information
leej3 committed Jul 16, 2020
1 parent ed8a5ac commit ba4af23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/nifti_clib/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requirements:
build:
# If changing cmake version see:
# https://github.com/conda-forge/cmake-feedstock/issues/106
- cmake=3.11.1
- cmake<3.13.4
- {{ compiler('c') }}
host:
- zlib
Expand Down

0 comments on commit ba4af23

Please sign in to comment.