File: installing_StOptCDF.patch

package info (click to toggle)
stopt 5.16%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,904 kB
  • sloc: cpp: 70,529; python: 5,950; makefile: 72; sh: 57
file content (15 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: StOptCDF does not get installed in CMakeLists.txt
Author: Pierre Gruet <pgt@debian.org>
Forwarded: xavier.warin@gmail.com
Last-Update: 2021-10-29

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -266,6 +266,7 @@
   INSTALL(TARGETS StOptTree   COMPONENT libraries DESTINATION "lib/python3/dist-packages")
   INSTALL(TARGETS StOptGlobal  COMPONENT libraries DESTINATION "lib/python3/dist-packages")
   INSTALL(TARGETS StOptGeners  COMPONENT libraries DESTINATION "lib/python3/dist-packages")
+  INSTALL(TARGETS StOptCDF  COMPONENT libraries DESTINATION "lib/python3/dist-packages")
 
 
     ADD_LIBRARY(StOptSDDP  SHARED  ${SOURCE_PYTHON}/Pybind11StOptSDDP.cpp)