[h5py] 345/455: Add setup debug line

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 33f3dfbbedcb83b8585d7851c9f6b9911495ab6c
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Tue Jan 5 05:34:07 2010 +0000

    Add setup debug line
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index ebd40f5..0df4015 100644
--- a/setup.py
+++ b/setup.py
@@ -313,7 +313,7 @@ int main(){
                 fatal("Can't link against HDF5.")
             status, output = commands.getstatusoutput(localpath('detect', 'h5vers.exe'))
             if status:
-                fatal("Error running HDF5 version detection script")
+                fatal("Error running HDF5 version detection script:\n%s" % output)
             vmaj, vmin, vrel = (int(v) for v in output.split('.'))
             self._vers_cache = (vmaj, vmin, vrel)
             return (vmaj, vmin, vrel)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list