forked from ecmwf/ecbuild
-
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.
* release/2.9.1: ECBUILD-391: fix permissions for script version bump MPIEXEC_EXECUTABLE is what find_package uses for searches for Only find MPIEXEC if not already defined ECBUILD-392: output cleanup ECBUILD-392: Allow user override fftw libs ECBUILD-390 Add SUFFIX option to ecbuild_generate_fortran_interfaces Set LINK_LIBRARIES for try_run to CMAKE_EXE_LINKER_FLAGS so that the resulting executable can find any runtimes shared libraries. ECBUILD-387: (quick-)Fix get_test_data with Ninja ECBUILD-388 Don't link ECBUILD_IMPLICIT_LINK_LIBRARIES to object library targets Fix detection of the NAG library on Cray
- Loading branch information
Showing
10 changed files
with
120 additions
and
102 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
set( ECBUILD_MAJOR_VERSION "2" ) | ||
set( ECBUILD_MINOR_VERSION "9" ) | ||
set( ECBUILD_PATCH_VERSION "0" ) | ||
set( ECBUILD_PATCH_VERSION "1" ) | ||
|
||
set( ECBUILD_VERSION_STR "2.9.0" ) | ||
set( ECBUILD_VERSION_STR "2.9.1" ) | ||
|
||
set( ECBUILD_MACRO_VERSION "${ECBUILD_VERSION_STR}" ) |
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
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
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
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