Skip to content

Commit

Permalink
Update h5fc.in missed line for libhdf5hl_fortran filename change to l…
Browse files Browse the repository at this point in the history
…ibhdf5_hl_fortran. (#4831)

* Change name of libhdf5hl_fortran installed by autotools to libhdf5_hl_fortran to be
consistent with CMake install and with other hl lib files.  Switched
corresponding symlink to libhdf5hl_fortran.
Fixes issue #4684.

* Update h5fc.in to use renamed libhdf5_hl_fortran.
Fix typo in code to create link to libhdf5_hl_fortran.a.

* Removed code to create symlink for previous name of renamed lib
libhdf5hl_fortran.
Add RELEASE.txt entry about changeing name libhdf5hl_fortran to
libhdf5_hl_fortran.

* Update missed line in h5fc.in for libhdf5hl_fortran name change to
libhdf5_hl_fortran.  Fixes check-install failure.
  • Loading branch information
lrknox authored Sep 16, 2024
1 parent e2154c9 commit 405d1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fortran/src/h5fc.in
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ if test "x$do_link" = "xyes"; then
-lhdf5_fortran)
new_libraries="$new_libraries ${libdir}/libhdf5_fortran.a"
;;
-lhdf5hl_fortran)
new_libraries="$new_libraries ${libdir}/libhdf5hl_fortran.a"
-lhdf5_hl_fortran)
new_libraries="$new_libraries ${libdir}/libhdf5_hl_fortran.a"
;;
*)
new_libraries="$new_libraries $lib"
Expand Down

0 comments on commit 405d1b9

Please sign in to comment.