OBS-URL: https://build.opensuse.org/request/show/541760 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-h5py?expand=0&rev=6
21 lines
547 B
Diff
21 lines
547 B
Diff
From: toddrme2178@gmail.com
|
|
Date: 2017-05-11
|
|
Subject: Don't include /opt directories
|
|
|
|
Including /opt/ directories is not allowed in openSUSE.
|
|
|
|
---
|
|
|
|
diff -U 3 -H -d -r -N -- a/setup_build.py b/setup_build.py
|
|
--- a/setup_build.py
|
|
+++ b/setup_build.py
|
|
@@ -49,8 +49,5 @@
|
|
('H5_BUILT_AS_DYNAMIC_LIB', None)
|
|
])
|
|
-else:
|
|
- COMPILER_SETTINGS['include_dirs'].extend(['/opt/local/include', '/usr/local/include'])
|
|
- COMPILER_SETTINGS['library_dirs'].extend(['/opt/local/include', '/usr/local/include'])
|
|
|
|
|
|
class h5py_build_ext(build_ext):
|