[Lunar-commits] <moonbase> numpy: allow it to build without a fortran compiler

Zachary McGrew zmcgrew at lunar-linux.org
Tue Sep 20 05:17:55 CEST 2011


commit 23e263a26b25fd69c4659226d10ed53dfc434adf
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Mon Sep 19 20:17:55 2011 -0700

    numpy: allow it to build without a fortran compiler
---
 python/numpy/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/python/numpy/BUILD b/python/numpy/BUILD
index 463b036..76ef098 100644
--- a/python/numpy/BUILD
+++ b/python/numpy/BUILD
@@ -2,7 +2,7 @@
 
   unset LDFLAGS &&
 
-  python setup.py build --fcompiler=gnu95 &&
+  python setup.py build  &&
 
   prepare_install  &&
 


More information about the Lunar-commits mailing list