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

Fix wrong linker env for HDF5 #11937

Closed
wants to merge 1 commit into from
Closed

Fix wrong linker env for HDF5 #11937

wants to merge 1 commit into from

Conversation

radistmorse
Copy link
Contributor

h5cc expects the variable HDF5_CLINKER instead of HDF5_CCLINKER (see https://github.com/HDFGroup/hdf5/blob/develop/bin/h5cc.in#L97). The same way h5fc expects HDF5_FLINKER (see https://github.com/HDFGroup/hdf5/blob/develop/fortran/src/h5fc.in#L93). The h5c++ does expect HDF5_CXXLINKER, although it was only fixed in august 2021 (see HDFGroup/hdf5#924), before that it was also HDF5_CLINKER.

h5cc expects the variable ```HDF5_CLINKER``` instead of ```HDF5_CCLINKER``` (see https://github.com/HDFGroup/hdf5/blob/develop/bin/h5cc.in#L97). The same way h5fc expects ```HDF5_FLINKER``` (see https://github.com/HDFGroup/hdf5/blob/develop/fortran/src/h5fc.in#L93). The h5c++ does expect ```HDF5_CXXLINKER```, although it was only fixed in august 2021 (see HDFGroup/hdf5#924), before that it was also ```HDF5_CLINKER```.
@radistmorse radistmorse requested a review from jpakkane as a code owner July 3, 2023 11:43
@radistmorse radistmorse closed this by deleting the head repository Jul 7, 2023
@tristan957
Copy link
Contributor

Why close this?

@radistmorse
Copy link
Contributor Author

Sorry, I didn't know the PR will be deleted when I removed the repo. But I'll redo it at some point, I want to do something about #11925 anyway

@tristan957
Copy link
Contributor

Thanks. Definitely would like to get this fix in!

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.

2 participants