forked from CESM-Development/cime
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added cmake directory to autotools build
- Loading branch information
1 parent
ed1d239
commit 8db71e7
Showing
3 changed files
with
15 additions
and
1 deletion.
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
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,13 @@ | ||
## This is the automake file for the cmake directory of the PIO | ||
## libraries. This directory holds files needed for the CMake build, | ||
## but not the autotools build. | ||
|
||
# Ed Hartnett 8/19/19 | ||
|
||
# Cmake needs all these extra files to build. | ||
EXTRA_DIST = FindGPTL.cmake FindHDF5.cmake FindLIBRT.cmake \ | ||
FindLIBZ.cmake FindMPE.cmake FindMPISERIAL.cmake FindNetCDF.cmake \ | ||
FindPAPI.cmake FindPnetCDF.cmake FindSZIP.cmake LibCheck.cmake \ | ||
LibFind.cmake LibMPI.cmake Makefile.am mpiexec.alcf mpiexec.ncsa \ | ||
mpiexec.nersc mpiexec.nwscla mpiexec.olcf TryHDF5_HAS_SZIP.c \ | ||
TryNetCDF_DAP.c TryNetCDF_PARALLEL.c TryNetCDF_PNETCDF.c |
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