Merge pull request #163 from miroi/patch-8

provide threaded essl library only
This commit is contained in:
Radovan Bast 2015-12-24 11:14:14 +01:00
commit 6c336623ad

View File

@ -88,8 +88,8 @@ if(ENABLE_64BIT_INTEGERS)
set(ESSL_BLAS_LIBS esslsmp6464) set(ESSL_BLAS_LIBS esslsmp6464)
set(ESSL_LAPACK_LIBS esslsmp6464) set(ESSL_LAPACK_LIBS esslsmp6464)
else() else()
set(ESSL_BLAS_LIBS essl) set(ESSL_BLAS_LIBS esslsmp)
set(ESSL_LAPACK_LIBS essl) set(ESSL_LAPACK_LIBS esslsmp)
endif() endif()
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------