forked from ESMCI/cime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more fortran flags, plus fix warning
- Loading branch information
1 parent
b1cbbba
commit 8dd4fdc
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# This is part of the PIO package. | ||
# | ||
# Assemble the CPPFLAGS and for PIO Fortran tests. | ||
# | ||
|
||
# Set the CPPFLAGS. | ||
AM_CPPFLAGS = -I$(top_srcdir)/src/flib | ||
AM_CPPFLAGS += "-D_NETCDF -D_NETCDF4 -D_PETCDF" | ||
|
||
# Link to our assembled libraries, C and Fortran. | ||
AM_LDFLAGS = ${top_builddir}/src/clib/libpio.la | ||
LDADD = ${top_builddir}/src/clib/libpiof.la |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters