You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running "make install" does not complete successfully for fre-nctools 2024.05.01. There is an error about failing to access the ".../share/man/man1/split_ncvars.pl.1" file. The file does not get installed since the expected "share" directory does not get created. Besides the man pages, when the "share" directory does not get created then the "gigbp2_0ll.nc" and "river_network_mrg_0.5deg_ad3nov_fill_coast_auto1_0.125.nc" files also do not get installed. Those files are referenced by the "make_simple_hydrog.csh" script which may not function correctly when they are missing. See the related issue #345 .
To Reproduce
Run "make install" after compilation.
Expected behavior
No error messages and the "share" directory and its contents should exist in the installation location.
System Environment
This issue does not seem particular to the compiler version or the versions of the support packages. It seems to be an issue with this fre-nctools version not satisfying autotools expectations during installation.
The text was updated successfully, but these errors were encountered:
Describe the bug
Running "make install" does not complete successfully for fre-nctools 2024.05.01. There is an error about failing to access the ".../share/man/man1/split_ncvars.pl.1" file. The file does not get installed since the expected "share" directory does not get created. Besides the man pages, when the "share" directory does not get created then the "gigbp2_0ll.nc" and "river_network_mrg_0.5deg_ad3nov_fill_coast_auto1_0.125.nc" files also do not get installed. Those files are referenced by the "make_simple_hydrog.csh" script which may not function correctly when they are missing. See the related issue #345 .
To Reproduce
Run "make install" after compilation.
Expected behavior
No error messages and the "share" directory and its contents should exist in the installation location.
System Environment
This issue does not seem particular to the compiler version or the versions of the support packages. It seems to be an issue with this fre-nctools version not satisfying autotools expectations during installation.
The text was updated successfully, but these errors were encountered: