mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r6624] Purpose:
Bug Fix Description: The way to detect modules wasn't in there. Solution: Added the 'F9XMODFLAG' variable and have it pointing to the appropriate place. Platforms tested: Arabica. Will test on other platforms one at a time. This won't affect other parts of the system... Misc. update:
This commit is contained in:
parent
16af7806e7
commit
e783f65f9f
@ -53,6 +53,7 @@ SHOW="eval"
|
||||
FCBASE="@F9X@"
|
||||
FLINKERBASE="@F9X@"
|
||||
FFLAGS="@FFLAGS@"
|
||||
F9XMODFLAG="@F9XMODFLAG@"
|
||||
LDFLAGS="@LDFLAGS@"
|
||||
LIBS="@LIBS@"
|
||||
|
||||
@ -197,7 +198,7 @@ if test "x$do_link" = "xyes"; then
|
||||
link_args="$link_args ${libdir}/libhdf5_fortran.a ${libdir}/libhdf5.a"
|
||||
|
||||
link_args="$link_args $LIBS"
|
||||
$SHOW $FLINKER $FFLAGS $LDFLAGS $link_objs $link_args
|
||||
$SHOW $FLINKER ${F9XMODFLAG}${libdir} $link_objs $link_args
|
||||
status=$?
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user