flimfit / FLIMfit

State of the art fluorescence lifetime imaging analysis software
http://flimfit.org
GNU General Public License v2.0
23 stars 14 forks source link

Please include LAPACK dependency #293

Closed lacan closed 7 years ago

lacan commented 7 years ago

LAPACK seems to be required but is not written down in your dependency list.

seanwarren commented 7 years ago

@lacan thanks for the feedback, however LAPACK is an optional dependency of one of the fitting routines. FLIMfit should compile (and run) fine without it. The CMake flag HAS_LAPACK should be set automatically if LAPACK is detected. Please let me know if this isn't working for you

imunro commented 7 years ago

@iacan Can I ask if you are building FLIMfit for Linux? If so it would be great to have a PR for any changes required.