ParBLiSS / FastANI

Fast Whole-Genome Similarity (ANI) Estimation
Apache License 2.0
368 stars 66 forks source link

Fix GSL path in configure.ac #68

Closed apcamargo closed 1 year ago

apcamargo commented 4 years ago

This bug was preventing from specifying /usr/lib/x86_64-linux-gnu/ as GSL's path for statically link GSL during compilation.

davidbrownell commented 1 year ago

Are there existing tests that cover this scenario? If so, I'm wondering if the proposed change is system dependent. If not, is this a regression of something that worked in the past?

srirampc commented 1 year ago

We are using CMake FindGSL to find the GSL libraries. The specific paths can be provided as environment variables as described in the FindGSL documentation : https://cmake.org/cmake/help/latest/module/FindGSL.html.