File: use_system_lzf.patch

package info (click to toggle)
h5py 3.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,824 kB
  • sloc: python: 11,425; ansic: 578; makefile: 429; sh: 33
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	2025-08-27 15:09:25.602401486 +0200
+++ h5py/setup_build.py	2025-08-27 15:09:25.602401486 +0200
@@ -56,6 +56,7 @@
     EXTRA_LIBRARIES = {
        'h5z': [ 'lzf' ]
     }
+    COMPILER_SETTINGS['include_dirs'].append('/usr/include/liblzf')
 else:
     COMPILER_SETTINGS['include_dirs'] += [localpath('lzf/lzf')]