File: link_fortran.patch

package info (click to toggle)
getdp 3.5.0%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,796 kB
  • sloc: cpp: 71,740; fortran: 13,955; yacc: 9,666; f90: 1,640; lex: 813; makefile: 54; ansic: 34; awk: 33; sh: 6
file content (10 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -950,6 +950,7 @@
     unix2dos(EXAMPLE_FILES)
     unix2dos(TEMPLATE_FILES)
   endif()
+  list(APPEND EXTERNAL_LIBRARIES gfortran)
 else()
   include(GNUInstallDirs)
   set(GETDP_BIN ${CMAKE_INSTALL_BINDIR})