libantioch / antioch

C++ Chemical Kinetics, Thermodynaimics, and Transport Library
https://libantioch.github.io/
Other
22 stars 17 forks source link

finding GSL when in non-standard path #216

Open hovr2pi opened 8 years ago

hovr2pi commented 8 years ago

If you are using GSL installed in a non-standard path but DO NOT have the gsl-config binary in your path (that is you do not have $GSL_DIR/bin in your path), configure will find the headers but can not find gsl-config and will therefore not add GSL to the build.

I presume the configure continues and completes because GSL is optional.

pbauman commented 8 years ago

Thanks. We need to add the GSL_DIR bits in the AC_CHECK_PROG for gsl-config.