summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r19509] Improve CMake support for CYGWIN.Allen Byrne2010-10-041-4/+4
| | | | | | Correct script comment in testh5diff.sh Tested: Windows Cygwin
* [svn-r19434] Correct use of lib, include, bin in INSTALL commands to use ↵Allen Byrne2010-09-201-3/+16
| | | | | | proper variables. Tested: local linux
* [svn-r19325] Added parallel build commands.Allen Byrne2010-08-311-2/+2
| | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Tested: local linux with mpich
* [svn-r19222] Move hl fortran ADD_SUBDIRECTORY to right after fortran ↵Allen Byrne2010-08-101-4/+2
| | | | | | | | ADD_SUBDIRECTORY. This fixes a problem with compiler generated files not including target module directory on some linux machines. Corrected minor format/location of commands. Tested: local linux
* [svn-r18914] Added fortran library to list of library links.Allen Byrne2010-05-271-9/+9
| | | | Tested: Windows, local linux
* [svn-r18890] Update CMake fortran configure/build with changes from community.Allen Byrne2010-05-251-3/+0
| | | | | | | | - Add an install rule to copy compiled fortran module files - Only build the xlatefile utility if testing and tools are enabled - Don't do MPI HAVE_XXX checks until MPI_FOUND is true - Install needs H5version.h & H5overflow.h to be copied - Add debug information flags to debug compile and link lines for win32 Intel compiler
* [svn-r18856] Added CPack commands for installtion programAllen Byrne2010-05-191-3/+3
| | | | Tested: local linux and Windows
* [svn-r18793] Add files to support building library with CMakeAllen Byrne2010-05-131-0/+103
Tested: Local linux