File: pkgconfig-cflags-leak.patch

package info (click to toggle)
magma-rocm 2.9.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 83,208 kB
  • sloc: cpp: 709,115; fortran: 121,916; ansic: 32,343; python: 25,603; f90: 15,208; makefile: 942; xml: 253; csh: 232; sh: 203; perl: 104
file content (13 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: magma/lib/pkgconfig/magma.pc.in
===================================================================
--- magma.orig/lib/pkgconfig/magma.pc.in
+++ magma/lib/pkgconfig/magma.pc.in
@@ -6,7 +6,7 @@ includedir=${prefix}/include
 Name: magma
 Description: Matrix Algebra on GPU and Multicore Architectures
 Version: 2.9.0
-Cflags: -I${includedir} @CXXFLAGS@ @MAGMA_INCLUDE@
+Cflags: -I${includedir}
 Libs: -L${libdir} -lmagma_sparse -lmagma @LIBS@
 Libs.private:
 Requires: @MAGMA_REQUIRED@