mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r4206]
Purpose: Bug Fix Description: Ported fix from 1.4 branch to have compiler look in the fortran/src directory for modules.
This commit is contained in:
parent
8fd191342f
commit
0d515853c9
@ -33,7 +33,7 @@ if test "X-" = "X-$F9X"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "X-" = "X-$f9x_flags_set"; then
|
if test "X-" = "X-$f9x_flags_set"; then
|
||||||
FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=./ -I./ -k"
|
FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=./ -I./ -I../src -k"
|
||||||
DEBUG_FFLAGS="-O"
|
DEBUG_FFLAGS="-O"
|
||||||
PROD_FFLAGS="-O"
|
PROD_FFLAGS="-O"
|
||||||
PROFILE_FFLAGS="-O"
|
PROFILE_FFLAGS="-O"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user