Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37850136
en ru br
Репозитории ALT
5.1: 24.2-alt1.1
4.1: 24.2-alt1.1
4.0: 24.2-alt1
3.0: 23.7-alt1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-Numeric

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: python-numeric-23.7-turn-off-dotblas.patch
Скачать


diff -urN Numeric-23.7.old/setup.py Numeric-23.7/setup.py
--- Numeric-23.7.old/setup.py	2005-01-07 01:16:13 +0300
+++ Numeric-23.7/setup.py	2005-01-14 21:28:59 +0300
@@ -41,11 +41,11 @@
 # set these to use your own BLAS;
 
 library_dirs_list = ['/usr/lib/atlas']
-libraries_list = ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] 
+libraries_list = ['g2c'] # 'lapack', 'cblas', 'f77blas', 'atlas', 
 
 # set to true (1), if you also want BLAS optimized matrixmultiply/dot/innerproduct
-use_dotblas = 1 
-include_dirs = ['/usr/include/atlas']  
+use_dotblas = 0
+include_dirs = [] #'/usr/include/atlas']  
                    # You may need to set this to find cblas.h
                    #  e.g. on UNIX using ATLAS this should be ['/usr/include/atlas']
 extra_link_args = []
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin