Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.2'
Browse files Browse the repository at this point in the history
* hotfix/1.3.2:
  Version 1.3.2
  STATIC LINKING: set linker language for ectrans-benchmark executable
  • Loading branch information
wdeconinck committed Apr 22, 2024
2 parents 6bfd4ef + f9cb176 commit 023f5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2
1 change: 1 addition & 0 deletions src/programs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ foreach( prec sp dp )
if( HAVE_${prec} )
ecbuild_add_executable(TARGET ectrans-benchmark-${prec}
SOURCES ectrans-benchmark.F90
LINKER_LANGUAGE Fortran
LIBS
fiat
parkind_${prec}
Expand Down

0 comments on commit 023f5e3

Please sign in to comment.