PATCH build numpy-1.0rc2

Neal Becker ndbecker2 at gmail.com
Thu Oct 12 12:03:45 EDT 2006


I have not been able to build any of the numpy-1.0 series.  Finally I bit
the bullet and fixed it.  Here is the patch:
diff -u numpy-1.0rc2/numpy/numarray/setup.py{~,}
--- numpy-1.0rc2/numpy/numarray/setup.py~       2006-07-26
16:04:32.000000000 -0400
+++ numpy-1.0rc2/numpy/numarray/setup.py        2006-10-12 11:58:23.000000000 -0400
@@ -5,7 +5,8 @@
     from numpy.distutils.misc_util import Configuration
     config = Configuration('numarray',parent_package,top_path)
 
-    config.add_data_files('numpy/')
+#    config.add_data_files('numpy/')
+    config.add_data_dir('numpy/')
     
     # Configure fftpack_lite
     config.add_extension('_capi',


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642




More information about the NumPy-Discussion mailing list