[Lunar-commits] <moonbase> numpy: Adding a couple of optional_depends. Also if you have gcc compiled with

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Sep 20 12:09:08 CEST 2011


commit 5dae88c6a7016675b13bf111cfde2091e2abb1b0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Sep 20 06:09:08 2011 -0400

    numpy: Adding a couple of optional_depends. Also if you have gcc compiled with
    
    gfortran it will automatically detect and use; could not find a big red button
    to disable its use;
    
    language customize Gnu95FCompiler
    Found executable /usr/bin/gfortran
---
 python/numpy/DEPENDS |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/python/numpy/DEPENDS b/python/numpy/DEPENDS
index 7d03d17..3636726 100644
--- a/python/numpy/DEPENDS
+++ b/python/numpy/DEPENDS
@@ -1 +1,6 @@
 depends Python
+
+# Numpy automatically detects these and has no bih red button to ignore their presense.
+optional_depends "lapack" "" "" "for lapack fortrab subroutine support"
+optional_depends "atlas"  "" "" "for atlas support"
+


More information about the Lunar-commits mailing list