[R] remove warning in configure.ac (fixes #6151) (#6152)

* [R] remove warning in configure.ac (fixes #6151)

* update configure
This commit is contained in:
James Lamb 2020-09-23 06:47:38 +01:00 committed by GitHub
parent e033caa3ba
commit c686bc0461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
R-package/configure vendored
View File

@ -2732,7 +2732,7 @@ $as_echo "${ac_pkg_openmp}" >&6; }
OPENMP_CXXFLAGS='' OPENMP_CXXFLAGS=''
OPENMP_LIB='' OPENMP_LIB=''
echo '*****************************************************************************************' echo '*****************************************************************************************'
echo 'WARNING: OpenMP is unavailable on this Mac OSX system. Training speed may be suboptimal.' echo ' OpenMP is unavailable on this Mac OSX system. Training speed may be suboptimal.'
echo ' To use all CPU cores for training jobs, you should install OpenMP by running\n' echo ' To use all CPU cores for training jobs, you should install OpenMP by running\n'
echo ' brew install libomp' echo ' brew install libomp'
echo '*****************************************************************************************' echo '*****************************************************************************************'

View File

@ -39,7 +39,7 @@ then
OPENMP_CXXFLAGS='' OPENMP_CXXFLAGS=''
OPENMP_LIB='' OPENMP_LIB=''
echo '*****************************************************************************************' echo '*****************************************************************************************'
echo 'WARNING: OpenMP is unavailable on this Mac OSX system. Training speed may be suboptimal.' echo ' OpenMP is unavailable on this Mac OSX system. Training speed may be suboptimal.'
echo ' To use all CPU cores for training jobs, you should install OpenMP by running\n' echo ' To use all CPU cores for training jobs, you should install OpenMP by running\n'
echo ' brew install libomp' echo ' brew install libomp'
echo '*****************************************************************************************' echo '*****************************************************************************************'