File: use_system_lzf.patch

package info (click to toggle)
h5py 3.7.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,576 kB
  • sloc: python: 10,451; ansic: 579; makefile: 403; sh: 18
file content (12 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: h5py/setup_build.py
===================================================================
--- h5py.orig/setup_build.py	2021-07-08 15:04:03.611073039 +0200
+++ h5py/setup_build.py	2021-07-08 15:04:03.603073023 +0200
@@ -51,6 +51,7 @@
     EXTRA_LIBRARIES = {
        'h5z': [ 'lzf' ]
     }
+    COMPILER_SETTINGS['include_dirs'].append('/usr/include/liblzf')
 else:
     COMPILER_SETTINGS['include_dirs'] += [localpath('lzf/lzf')]