Skip to content
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

4.6.3 prep, upstream propegation #1332

Merged
merged 42 commits into from
Mar 5, 2019
Merged

4.6.3 prep, upstream propegation #1332

merged 42 commits into from
Mar 5, 2019

Conversation

WardF
Copy link
Member

@WardF WardF commented Feb 21, 2019

Development branch to handle those changes in 4.6.3 that need to be merged back upstream.

@@ -7,6 +7,8 @@
/* Older versions of the hdf library may define H5PL_type_t here */
#include <H5PLextern.h>

#include "config.h"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to put config.h before any other includes. Some of the settings in config.h may well impact other includes, so config.h has to come first.

Copy link
Contributor

@Dave-Allured Dave-Allured left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a ABI compatibility report on the prep or release branch, that I can take a quick look at?

@WardF
Copy link
Member Author

WardF commented Feb 28, 2019

Not immediately available. I could create and attach one in a bit, but working on updating my internal windows package creating tool at the moment.

@WardF
Copy link
Member Author

WardF commented Feb 28, 2019

If you have access to docker, you can run the following command in the meantime:

$ docker run -e OLDVER=[version] -e NEWVER=[version] -v [local output directory]:/output unidata/ncabi

I invoke it as follows:

$ mkdir tmp && cd tmp $$ docker run -e OLDVER=v4.6.2 -e NEWVER=v4.6.3-prep.wif -v $(pwd):/output unidata/ncabi

@WardF
Copy link
Member Author

WardF commented Feb 28, 2019

@Dave-Allured
Copy link
Contributor

Thanks Ward for the compat report. Now I see a good bunch of ABI backward compatibility issues. Therefore I concur with your SO version bump from 14.2.1 to 15.0.0. "Case closed."

@WardF WardF merged commit 44cefb1 into master Mar 5, 2019
@WardF WardF deleted the v4.6.3-dev-branch.wif branch March 5, 2019 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants