File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ doxygen:
36
36
eigen :
37
37
- 3.4.*
38
38
39
+ # This is not a primary dependency, but we need to pin to this build variant to avoid failures.
40
+ freeimage :
41
+ - ' =3.18.0=*_21'
42
+
39
43
hdf5 : # this is to move to libcurl>=8.4
40
44
- ' >1.14.0,<1.15'
41
45
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ requirements:
12
12
- doxygen {{ doxygen }}
13
13
- eigen {{ eigen }}
14
14
- euphonic {{ euphonic }}
15
+ - freeimage {{ freeimage }} # This is not a primary dependency, but we need to pin it to avoid failures.
15
16
- graphviz {{ graphviz }}
16
17
- gsl {{ gsl }}
17
18
- h5py
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ requirements:
33
33
34
34
host :
35
35
- eigen {{ eigen }}
36
+ - freeimage {{ freeimage }} # This is not a primary dependency, but we need to pin it to avoid failures.
36
37
- gsl {{ gsl }}
37
38
- h5py
38
39
- hdf5 {{ hdf5 }}
@@ -55,6 +56,7 @@ requirements:
55
56
- versioningit {{ versioningit }}
56
57
- libglu {{ libglu }} # [linux]
57
58
run :
59
+ - freeimage {{ freeimage }} # This is not a primary dependency, but we need to pin it to avoid failures.
58
60
- {{ pin_compatible("gsl", max_pin="x.x") }}
59
61
- h5py
60
62
- {{ pin_compatible("hdf5", max_pin="x.x") }}
You can’t perform that action at this time.
0 commit comments