-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update to version 1.12 #122
Conversation
…da-forge-pinning 2020.07.18.20.56.00
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe:
Documentation on acceptable licenses can be found here. |
Learn how to download the right source tarball.
I should also point out this note from the release announcements:
|
Yeah we need to check the abi compat and our pinnings for sure. |
hdf5 is pinned, so having this won't mean it is used. I am pretty sure that h5py isn't compatible with 1.12 yet |
Also, looks like there is a Travis Error |
And it's a weird one. At least in this one it looks like it was in the middle of printing some output when travis says it was timing out. In the other job I see:
I wonder if the conda-forge package has been using options that don't exist anymore or haven't existed for a while. |
hmm you just rerendered. It might be worth bringing up on conda-smithy. I haven't seen this in other feedstocks though |
…da-forge-pinning 2020.07.19.19.30.49
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Looks like
Looks like Looks like I'll update the build scripts to hopefully remove the warnings. Still doesn't explain the travis timeouts. @scopatz you think this is something I should file with conda-smithy? |
I think the timeouts are definitely related to this package in some way. You can feel free to open an issue on conda-smithy, though |
Not entirely sure but I think the |
Ok so I'm not sure where to go from here. The last build in master had all the same warnings and errors that I'm seeing on travis (granted it was run 7 months ago). I've gotten rid of all deprecated or unrecognized warnings. There is one error during configure where it wants to use I don't seem to be able to run the travis images on my laptop ( Any other ideas? Edit: Or if we want to enable debug mode on the travis jobs so I can SSH in to the machine but even then I'm not sure I'd find anything useful. Edit 2: My other thought was maybe I botched updating the patches, but all of them seem to deal with the tests which I don't think the travis builds are even close to touching. |
I am trying to restart the failed jobs |
Wait, @scopatz, what did you do? Now one of the 3 environments on travis is passing and the other two have actual errors. Every commit I've done in this PR has resulted in travis hanging and saying no output for 10 minutes. Did you change something else besides just restarting the tests? |
No - all I did was restart the tests on travis. Maybe we should try build power in emulated mode on Azure, instead of travis, just to see if that works? |
How do I do that? I know these words individually but no idea what you mean when you put them all together like that. 😉 |
So where things are run is based on the So basically, you need to go to https://github.com/conda-forge/hdf5-feedstock/blob/master/conda-forge.yml#L6, change linux_ppc64le to have a value of |
Looks like the same error: https://cloud.drone.io/conda-forge/hdf5-feedstock/16/1/2 |
This seems like a bug upstream then |
…da-forge-pinning 2020.08.01.17.49.49
…da-forge-pinning 2020.08.01.17.49.49
I merged master and rerender, put the ppc builds back on travis, and now I'm back to two of the travis jobs timing out. Looks like @beckermr merged #123 with some timed out travis jobs. Doesn't this mean that some builds/packages are missing? So summary of this PR so far:
🤷 I suppose I could contact the HDF5 group and ask if they have any advice on this. |
#123 was a rerender which would have happened no matter what. If jobs are timing out then we need to move to the build servers. |
…da-forge-pinning 2020.08.02.15.39.57
I know this probably isn't what you meant but I've moved the ppc jobs to azure again because this was @scopatz's original guess at making the tests have more power. Last time I did it though is when I was getting the "cross compiling" error. Let's see what happens this time. I assume from context that Azure has more power so should generally perform better. |
It worked! It worked? It worked 😨 |
Azure is emulated but has a longer time limit. Idk how that eventually shakes out but building in an emulated env is generally slower. |
Seems like it worked! |
Cool thanks so much @djhoese! |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Version 1.12 wasn't picked up for some reason so this is my manual update. I've never even built HDF5 myself, but want to play with this version so let's see how this goes. I'd like to try adding
--enable-ros3-vfd
if it isn't auto-added, but I'm not sure where it needs to go.Closes #121