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
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
Hi there -
I have been building this package in a corporate environment - based on this conda-forge recipe but using a custom Intel compiler on our supercomputer.
When running the tests in the conda-forge recipe, I also ran them manually myself to double-check.
I noticed that after installing the package, the test command per these lines in the current meta.yaml:
# Check that libnetcdf's nc-config finds this package's nf-config
- test -f $(nc-config --fc) # [not win]
... that running nc-config --fc did run without error - but produced no output.
When I looked into this on the main NetCDF-C repo which includes nc-config tool, I see this issue Unidata/netcdf-c#2274 and related PR Unidata/netcdf-c#2619 in Feb 2023, where the NetCDF maintainers decided to remove ability from the nc-config tool to check Fortran info using nf-config.
So: I think you should remove that particular test from this repo. You will still have a test of running nf-config directly and checking it's output - which appears to be preferred way for NetCDF source maintainers now to check for successful Fortran install.
I'll try to remember to do this the next time we update the package for other reasons, but it seems like it's probably overkill to create new packages (and bump the build number) just for this fix on its own.
Solution to issue cannot be found in the documentation.
Issue
Hi there -
I have been building this package in a corporate environment - based on this conda-forge recipe but using a custom Intel compiler on our supercomputer.
When running the tests in the conda-forge recipe, I also ran them manually myself to double-check.
I noticed that after installing the package, the test command per these lines in the current meta.yaml:
... that running
nc-config --fc
did run without error - but produced no output.When I looked into this on the main NetCDF-C repo which includes nc-config tool, I see this issue Unidata/netcdf-c#2274 and related PR Unidata/netcdf-c#2619 in Feb 2023, where the NetCDF maintainers decided to remove ability from the nc-config tool to check Fortran info using nf-config.
So: I think you should remove that particular test from this repo. You will still have a test of running nf-config directly and checking it's output - which appears to be preferred way for NetCDF source maintainers now to check for successful Fortran install.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: