[Numpy-svn] r5819 - branches/clean_math_config/numpy/core

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Sep 13 04:08:20 EDT 2008


Author: cdavid
Date: 2008-09-13 03:08:16 -0500 (Sat, 13 Sep 2008)
New Revision: 5819

Modified:
   branches/clean_math_config/numpy/core/setup.py
Log:
Do not depend on _isnan.c.

Modified: branches/clean_math_config/numpy/core/setup.py
===================================================================
--- branches/clean_math_config/numpy/core/setup.py	2008-09-13 07:48:29 UTC (rev 5818)
+++ branches/clean_math_config/numpy/core/setup.py	2008-09-13 08:08:16 UTC (rev 5819)
@@ -319,7 +319,6 @@
             join('src','scalartypes.inc.src'),
             join('src','arraytypes.inc.src'),
             join('src','_signbit.c'),
-            join('src','_isnan.c'),
             join('src','ucsnarrow.c'),
             join('include','numpy','*object.h'),
             'include/numpy/fenv/fenv.c',




More information about the Numpy-svn mailing list