|
@@ -1,4 +1,4 @@
|
|
-From 46eea664cf89d0602e7ff16d587c37c045b125b7 Mon Sep 17 00:00:00 2001
|
|
|
|
|
|
+From 16a973c118989674afeeda2c2ccc24c9c366210e Mon Sep 17 00:00:00 2001
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Date: Thu, 10 Dec 2015 13:20:30 +0200
|
|
Date: Thu, 10 Dec 2015 13:20:30 +0200
|
|
Subject: [PATCH] Don't search /usr and so on for libraries by default to
|
|
Subject: [PATCH] Don't search /usr and so on for libraries by default to
|
|
@@ -8,16 +8,15 @@ Subject: [PATCH] Don't search /usr and so on for libraries by default to
|
|
Upstream-Status: Inappropriate (As the code stands, this is a hack)
|
|
Upstream-Status: Inappropriate (As the code stands, this is a hack)
|
|
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
|
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
-
|
|
|
|
---
|
|
---
|
|
numpy/distutils/system_info.py | 42 +++++-----------------------------
|
|
numpy/distutils/system_info.py | 42 +++++-----------------------------
|
|
1 file changed, 6 insertions(+), 36 deletions(-)
|
|
1 file changed, 6 insertions(+), 36 deletions(-)
|
|
|
|
|
|
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
|
|
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
|
|
-index feb28f6..a48d6d1 100644
|
|
|
|
|
|
+index 6478548..c0620e7 100644
|
|
--- a/numpy/distutils/system_info.py
|
|
--- a/numpy/distutils/system_info.py
|
|
+++ b/numpy/distutils/system_info.py
|
|
+++ b/numpy/distutils/system_info.py
|
|
-@@ -327,44 +327,14 @@ def add_system_root(library_root):
|
|
|
|
|
|
+@@ -326,44 +326,14 @@ def add_system_root(library_root):
|
|
add_system_root(os.path.join(conda_dir, 'Library'))
|
|
add_system_root(os.path.join(conda_dir, 'Library'))
|
|
|
|
|
|
else:
|
|
else:
|