Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per #1581, update the Makefile.am for lidar2nc to fix a linker error.…
… Unfortunatley, the vx_config library now depends on the vx_gsl_prob library. threshold.cc in vx_config includes a call to normal_cdf_inv(double, double, double) which is defined in vx_gsl_prob. This adds to the complexity of dependencies for MET's libraries. Just linking to -lvx_gsl_prob one more time does fix the linker problem but doesn't solve the messy dependencies.
- Loading branch information