File: fix-gsl-header-install.patch

package info (click to toggle)
mia 2.4.7-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,332 kB
  • sloc: cpp: 162,690; python: 1,317; sh: 321; xml: 127; makefile: 41; csh: 24; ansic: 9
file content (18 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Install the gsl_iterator.hh header file
Author: Zixing Liu <zixing.liu@canonical.com>
Forwarded: no
Last-Update: 2023-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
diff --git a/mia/core/CMakeLists.txt b/mia/core/CMakeLists.txt
index 8aceacc..6523291 100644
--- a/mia/core/CMakeLists.txt
+++ b/mia/core/CMakeLists.txt
@@ -33,6 +33,7 @@ SET(GSLPP_HEADERS
   gsl_vector.hh
   gsl_wavelet.hh
   gsl_defines.hh
+  gsl_iterator.hh
   )
 
 SET(MIACORE_SRC_BASE