File: pkgconfig-flags.patch

package info (click to toggle)
tiledarray 0.6.0-5.2
  • links: PTS, VCS
  • area: main
  • in suites: buster, sid
  • size: 5,844 kB
  • sloc: cpp: 31,688; sh: 237; ansic: 227; makefile: 57; python: 12
file content (13 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Remove flags from the pkg-config file that don't belong there
Author: Adrian Bunk <bunk@debian.org>

--- tiledarray-0.6.0.orig/tiledarray.pc.in
+++ tiledarray-0.6.0/tiledarray.pc.in
@@ -2,5 +2,5 @@ Name: tiledarray
 Description: A modern C++ library for block-sparse tensor computation
 Version: @TILEDARRAY_VERSION@
 URL: https://github.com/ValeevGroup/tiledarray
-Cflags: -I@CMAKE_INSTALL_PREFIX@/include @CMAKE_CXX_FLAGS@ @TiledArray_PC_CFLAGS@
-Libs: -L@CMAKE_INSTALL_PREFIX@/lib @CMAKE_EXE_LINKER_FLAGS@  @TiledArray_PC_LIBS@
+Cflags: -I@CMAKE_INSTALL_PREFIX@/include @TiledArray_PC_CFLAGS@
+Libs: -L@CMAKE_INSTALL_PREFIX@/lib @TiledArray_PC_LIBS@