File: exclude_cmake.patch

package info (click to toggle)
adios 1.13.1-31
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,692 kB
  • sloc: ansic: 133,236; f90: 8,791; sh: 7,779; python: 7,648; xml: 3,793; makefile: 2,996; cpp: 2,340; java: 626; sed: 16; perl: 8
file content (19 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Don't ship FindAdios.cmake; recommend pkg_config instead.
Bug-Debian: http://bugs.debian.org/784766
Forwarded: no
Last-Update: 2015-05-11

Index: adios-1.13.0/Makefile.am
===================================================================
--- adios-1.13.0.orig/Makefile.am
+++ adios-1.13.0/Makefile.am
@@ -35,7 +35,7 @@ if HAVE_NSSI
                    scripts/start.nssi.staging.sh
 endif
 
-sysconf_DATA = scripts/FindADIOS.cmake
+sysconf_DATA =
 
 #install-data-hook:
 #	echo -n "VERSIONSTRING=\"$(PACKAGE) version $(VERSION) svn revision " >> adios_config.flags