Skip to content

Commit

Permalink
Fixed Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Mar 1, 2024
1 parent 75f7ff2 commit 1714abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ INCHDF5 = `pkg-config --cflags hdf5`
# Shared libraries to link.
LIBCURL = `curl-config --libs`
LIBFASTCGI = -lfcgi
LIBHDF5 = `pkg-config --libs-only-l hdf5_fortran`
LIBHDF5 = -lhdf5_fortran -lhdf5
LIBLAPACK = `pkg-config --libs-only-l lapack blas`
LIBLUA54 = `pkg-config --libs-only-l lua-5.4`
LIBPCRE2 = `pkg-config --libs-only-l libpcre2-8`
Expand Down

0 comments on commit 1714abd

Please sign in to comment.