GSL -> GSL2 in patch

This commit is contained in:
Dmitrij S. Kryzhevich 2015-11-24 13:26:32 +06:00
parent 55894b45d2
commit 152a496cfe

View File

@ -10,7 +10,7 @@ diff -urp mathgl-2.3.3/CMakeLists.txt mathgl-2.3.3-gsl2/CMakeLists.txt
+ if ( GSL2_FOUND )
+ if ( NOT ${GSL2_VERSION} LESS 2.0 )
+ SET(ISGSL2 1)
+ endif ( NOT ${GSL_VERSION} LESS 2.0 )
+ endif ( NOT ${GSL2_VERSION} LESS 2.0 )
+ endif ( GSL2_FOUND )
find_library(GSL_LIB gsl)
find_library(GSL_CBLAS_LIB gslcblas)