FIX Specify C++11 compiler for sklearn/svm/_newrand (#17767)
This commit is contained in:
parent
2b503bdc08
commit
c4c0fe2ce4
|
|
@ -17,6 +17,8 @@ def configuration(parent_package='', top_path=None):
|
|||
join('src', 'newrand')],
|
||||
depends=[join('src', 'newrand', 'newrand.h')],
|
||||
language='c++',
|
||||
# Use C++11 random number generator fix
|
||||
extra_compile_args=['-std=c++11']
|
||||
)
|
||||
|
||||
# Section LibSVM
|
||||
|
|
|
|||
Loading…
Reference in New Issue