File: link_libapbs_routines.patch

package info (click to toggle)
apbs 3.0.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 148,276 kB
  • sloc: ansic: 81,685; cpp: 23,853; xml: 14,090; javascript: 9,118; python: 2,059; fortran: 1,031; f90: 989; sh: 701; makefile: 483; objc: 448; awk: 266; sed: 205; csh: 79
file content (13 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: apbs/apbs/src/CMakeLists.txt
===================================================================
--- apbs.orig/apbs/src/CMakeLists.txt	2020-06-18 13:19:20.948669947 +0800
+++ apbs/apbs/src/CMakeLists.txt	2020-06-18 13:19:20.944669968 +0800
@@ -53,6 +53,8 @@
 
 add_items(SOURCES routines.c)
 add_sublibrary(routines)
+# provide link path to internal symbols used in routines
+target_link_libraries(apbs_routines apbs_generic apbs_mg)
 
 message(STATUS "External Headers: ${EXTERNAL_HEADERS}")