Skip to content
New issue

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

CI is currently installing netCDF and MPICH, but neither are used #89

Closed
edwardhartnett opened this issue Dec 15, 2021 · 0 comments · Fixed by #117
Closed

CI is currently installing netCDF and MPICH, but neither are used #89

edwardhartnett opened this issue Dec 15, 2021 · 0 comments · Fixed by #117
Assignees
Labels
test Testing is important!

Comments

@edwardhartnett
Copy link
Contributor

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.

@edwardhartnett edwardhartnett added the test Testing is important! label Dec 15, 2021
@edwardhartnett edwardhartnett self-assigned this Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Testing is important!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant