[Numpy-svn] r3919 - trunk/numpy/core

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Jul 28 07:01:29 EDT 2007


Author: pearu
Date: 2007-07-28 06:01:24 -0500 (Sat, 28 Jul 2007)
New Revision: 3919

Modified:
   trunk/numpy/core/setup.py
Log:
Trying to fix inconsisted dll linkage warning, 7.

Modified: trunk/numpy/core/setup.py
===================================================================
--- trunk/numpy/core/setup.py	2007-07-28 10:33:44 UTC (rev 3918)
+++ trunk/numpy/core/setup.py	2007-07-28 11:01:24 UTC (rev 3919)
@@ -137,6 +137,12 @@
                         mathlibs.extend(value.split(','))
             target_f.close()
 
+        print 'File:',target
+        target_f = open(target)
+        print target.read()
+        target_f.close()
+        print 'EOF'
+
         ext.libraries.extend(mathlibs)
 
         incl_dir = os.path.dirname(target)




More information about the Numpy-svn mailing list