Home | History | Annotate | Download | only in cmake

Lines Matching full:gsl

1 # Try to find gnu scientific library GSL
3 # http://www.gnu.org/software/gsl/ and
4 # http://gnuwin32.sourceforge.net/packages/gsl.htm
8 # GSL_FOUND = system has GSL lib
11 # on Unix/Linux with additional linker flags from "gsl-config --libs"
13 # CMAKE_GSL_CXX_FLAGS = Unix compiler flags for GSL, essentially "`gsl-config --cxxflags`"
27 # JW tested with gsl-1.8, Windows XP, MSVS 7.1
39 NAMES gsl/gsl_cdf.h gsl/gsl_randist.h
42 DOC "GSL header include dir"
46 NAMES libgsl.dll.a gsl libgsl
49 DOC "GSL library" )
56 DOC "GSL library")
63 DOC "GSL cblas library dir" )
70 DOC "GSL library")
89 CACHE STRING "preferred path to GSL (gsl-config)")
90 FIND_PROGRAM(GSL_CONFIG gsl-config
154 MESSAGE(STATUS "Using GSL from ${GSL_PREFIX}")
157 MESSAGE("FindGSL.cmake: gsl-config not found. Please set it manually. GSL_CONFIG=${GSL_CONFIG}")