-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge v3.2.4 release candidate for final release #966
base: develop
Are you sure you want to change the base?
Changes from 6 commits
7a85d43
43811cb
a6c4cba
cc00907
d6791fc
787b842
1d315f9
91c7f59
0acb3b9
eaaab09
c1d6ebf
f78744a
603d67a
430bd62
8a139e7
c753c43
7300316
2afdf70
5976d18
b905a5d
c86f777
609852b
11a79d7
67f7ad8
87bc756
08174ab
8636589
ea38ef7
4ac8d72
9d1377a
bb085df
8aa22a4
e0404cc
1db2d07
08b56c5
f4ae921
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,8 +49,7 @@ jobs: | |
shell: bash -l {0} | ||
run: | | ||
conda install curl eigen | ||
conda install -c conda-forge hdf5=1.10.6 | ||
conda remove -y yaml-cpp | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we still consider this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this change makes sense - it fixes one problem, but there is now a new linking problem on Windows because we don't find the HDF5 library at link time. I haven't had time to figure out why. |
||
conda install -c conda-forge hdf5 | ||
|
||
- name: Environment Variables | ||
shell: bash -l {0} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the new HDF5 comes with a new pkgconf, which is causing the linking issue.
We could consider running:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know enough about brew to know in which order this would come relative to the lines we already have?