NCAR / tuv-x

Photolysis rate constant calculator
https://ncar.github.io/tuv-x/
Apache License 2.0
4 stars 2 forks source link

Catch a link error on Ubuntu 23.04 #71

Closed WardF closed 6 months ago

WardF commented 6 months ago

I encountered an issue when compiling tuv-x on Ubuntu linux. This issue manifested as a link failure, -lFALSE not found. The issue were missing libblas and liblapack libraries. Adding a stopgap measure to indicate when this is the issue.

Also added position-independent code flag if building statically.