Skip to content

Commit e6744fe

Browse files
tomgreen66charris
authored andcommitted
Update system_info.py
1 parent 34b8195 commit e6744fe

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

numpy/distutils/system_info.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def get_info(name, notfound_action=0):
504504
cl = {'armpl': armpl_info,
505505
'blas_armpl': blas_armpl_info,
506506
'lapack_armpl': lapack_armpl_info,
507-
'fftw3_armpl' : fftw3_armpl_info,
507+
'fftw3_armpl': fftw3_armpl_info,
508508
'atlas': atlas_info, # use lapack_opt or blas_opt instead
509509
'atlas_threads': atlas_threads_info, # ditto
510510
'atlas_blas': atlas_blas_info,
@@ -1161,11 +1161,10 @@ class fftw3_armpl_info(fftw_info):
11611161
section = 'fftw3'
11621162
dir_env_var = 'ARMPL_DIR'
11631163
notfounderror = FFTWNotFoundError
1164-
ver_info = [{'name':'fftw3',
1165-
'libs':['armpl_lp64_mp'],
1166-
'includes':['fftw3.h'],
1167-
'macros':[('SCIPY_FFTW3_H', None)]},
1168-
]
1164+
ver_info = [{'name': 'fftw3',
1165+
'libs': ['armpl_lp64_mp'],
1166+
'includes': ['fftw3.h'],
1167+
'macros': [('SCIPY_FFTW3_H', None)]}]
11691168

11701169

11711170
class dfftw_info(fftw_info):

0 commit comments

Comments
 (0)