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

Add full support for Homebrew dependencies #86

Merged
merged 14 commits into from
Jun 10, 2024
Merged

Conversation

csparker247
Copy link
Member

@csparker247 csparker247 commented Jun 10, 2024

The Homebrew-provided vtk now links against Qt6, which means we can now use Homebrew to provide all external dependencies:

# get source
git clone https://github.com/educelab/volume-cartographer.git
cd volume-cartographer

# install dependencies
brew bundle

# configure and build the project
cmake -S . -B build
cmake --build build

Changes

  • Add Brewfile with project dependencies
  • Add Homebrew-based macOS test builds on GitHub hosted runners
  • By default build ACVD in source

@csparker247 csparker247 marked this pull request as ready for review June 10, 2024 19:41
@csparker247 csparker247 merged commit edb6564 into develop Jun 10, 2024
4 checks passed
@csparker247 csparker247 deleted the brew-bundle branch June 10, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant