Parallel-NetCDF / PnetCDF

Source code repository of PnetCDF library and utilities
https://parallel-netcdf.github.io
Other
80 stars 22 forks source link

update to use libtool 2.4.7 #127

Closed wkliao closed 5 months ago

wkliao commented 5 months ago

Hi, @skosukhin

Your PR #59 fixed the libtool problem. I think the latest libtool version 2.4.7 may have also addressed this problem. Thus, instead of using a customized libtool.m4 and ltmain.sh, PnetCDF can simply uses the ones generated by libtool. I have tested this fine with NAG Fortran Compiler Release 7.0(Yurakucho) Build 7048.

I wonder if you could please test the master branch to see if it also works for your case?

skosukhin commented 5 months ago

Hi @wkliao,

As far as I can tell none of the issues addressed by #59 is fixed in libtool 2.4.7.

wkliao commented 5 months ago

Thanks for checking! I also found a case that failed when using lib 2.4.7. I will keep your patches.