We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In our CI we have:
sudo apt-get update &> /dev/null sudo apt-get install libmpich-dev sudo apt-get install libnetcdf-dev libnetcdff-dev netcdf-bin pkg-config sudo apt-get install libpng-dev sudo apt-get install libjpeg-dev doxygen python3 -m pip install gcovr
We don't need netCDF or MPICH so these can be removed.
The text was updated successfully, but these errors were encountered:
edwardhartnett
Successfully merging a pull request may close this issue.
In our CI we have:
We don't need netCDF or MPICH so these can be removed.
The text was updated successfully, but these errors were encountered: