Skip to content

Commit

Permalink
Per #1581, update the Makefile.am for lidar2nc to fix a linker error.…
Browse files Browse the repository at this point in the history
… 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
John Halley Gotway committed Apr 15, 2021
1 parent f31bab6 commit 56b52e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met/src/tools/other/lidar2nc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ lidar2nc_LDADD = -lvx_shapedata \
-lvx_grid \
-lvx_util \
-lvx_config \
-lvx_gsl_prob \
-lvx_math \
-lvx_cal \
-lvx_log \
Expand Down

0 comments on commit 56b52e3

Please sign in to comment.