[Python-modules-commits] r18072 - in packages/numpy/trunk/debian (rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Aug 7 20:38:36 UTC 2011


    Date: Sunday, August 7, 2011 @ 20:38:34
  Author: morph
Revision: 18072

add a note to #634012

Modified:
  packages/numpy/trunk/debian/rules

Modified: packages/numpy/trunk/debian/rules
===================================================================
--- packages/numpy/trunk/debian/rules	2011-08-07 18:07:18 UTC (rev 18071)
+++ packages/numpy/trunk/debian/rules	2011-08-07 20:38:34 UTC (rev 18072)
@@ -4,6 +4,8 @@
 PYDEF=$(shell pyversions -dv)
 PYLIBPATH := $(shell python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print b.build_platlib")
 
+# Look at #634012 to understand why is needed and what will happen if we set
+# compat to 9
 unexport LDFLAGS
 export ATLAS=None
 




More information about the Python-modules-commits mailing list