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

Switch to installing Doxygen via conda #636

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from

Conversation

PointKernel
Copy link
Member

@PointKernel PointKernel commented Nov 6, 2024

This PR moves the Doxygen installation from the default Ubuntu version via apt-get to Conda, preventing potential version conflicts during system updates.

@PointKernel PointKernel added topic: CI CI issue type: improvement Improvement / enhancement to an existing function labels Nov 13, 2024
@PointKernel PointKernel changed the title Fix Doxygen CI Switch to installing Doxygen via conda Nov 13, 2024
@PointKernel PointKernel marked this pull request as ready for review November 13, 2024 20:25
run: |
conda init bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let’s move all of this to a standalone bash script.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need conda after all? We could just wget one of the binary releases from the doxygen GH repo. I'm not saying I'm against conda, I'm just wondering if it comes with any additional overhead compared to downloading the raw binary and placing it in an executable path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: CI CI issue type: improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants