-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin cfitsio for EveryBeam. Zip pins rather than creating a matrix.
- Loading branch information
Showing
3 changed files
with
45 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
python: | ||
- 3.9 | ||
|
||
# For reasons that are not entirely clear to me, conda build | ||
# constrains the cfitsio and hdf5 run dependencies to a specific patch. | ||
# Here, we make sure the boost / cfitsio / hdf5 combination that fits | ||
# the Karabo environment, 1.82 / 4.3.1 / 1.14.2, is built. | ||
# And we build more boost / cfitsio / hdf5 combinations, one for each | ||
# boost version that is compatible with this library and its dependencies. | ||
boost: | ||
- 1.74 | ||
- 1.78 | ||
- 1.82 | ||
- 1.84 | ||
|
||
cfitsio: | ||
- 4.1.0 | ||
- 4.3.0 | ||
- 4.3.1 | ||
- 4.4.0 | ||
hdf5: | ||
- 1.12.1 | ||
- 1.14.1 | ||
- 1.14.2 | ||
- 1.14.3 | ||
zip_keys: | ||
- boost | ||
- cfitsio | ||
- hdf5 | ||
|
||
pin_run_as_build: | ||
boost: x.x | ||
cfitsio: x.x.x | ||
hdf5: x.x.x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
python: | ||
- 3.9 | ||
|
||
# For reasons that are not entirely clear to me, conda build | ||
# constrains the cfitsio and hdf5 run dependencies to a specific patch. | ||
# Here, we make sure the boost / cfitsio / hdf5 combination that fits | ||
# the Karabo environment, 1.82 / 4.3.1 / 1.14.2, is built. | ||
# And we build more boost / cfitsio / hdf5 combinations, one for each | ||
# boost version that is compatible with this library and its dependencies. | ||
boost: | ||
- 1.74 | ||
- 1.78 | ||
- 1.82 | ||
- 1.84 | ||
|
||
cfitsio: | ||
- 4.1.0 | ||
- 4.3.0 | ||
- 4.3.1 | ||
- 4.4.0 | ||
hdf5: | ||
- 1.12.1 | ||
- 1.14.1 | ||
- 1.14.2 | ||
- 1.14.3 | ||
zip_keys: | ||
- boost | ||
- cfitsio | ||
- hdf5 | ||
|
||
pin_run_as_build: | ||
boost: x.x | ||
cfitsio: x.x.x | ||
hdf5: x.x.x |