Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
pemsley committed Jul 6, 2024
2 parents 3b52a71 + 6cdd57e commit f5024c8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-coot-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
run: >
brew install boost boost-python3 brewsci/bio/clipper4coot
brewsci/bio/raster3d brewsci/bio/ssm brewsci/bio/gemmi
dwarfutils gsl rdkit pygobject3 gtk4 glm automake gmp glfw
dwarfutils gsl rdkit pygobject3 gtk4 glm automake glfw
py3cairo pygobject3
- name: Get coot.rb file
# try this modified version for now:
# run: wget https://raw.githubusercontent.com/YoshitakaMo/homebrew-bio/coot/Formula/coot.rb
run: wget https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/files/coot.rb
# back to Yoshitaka Moriwaki version
# run: wget https://raw.githubusercontent.com/YoshitakaMo/homebrew-bio/coot/Formula/coot.rb

- name: Compile Homebrew coot HEAD
# don't stall waiting for user input to resolve the failed patch
Expand All @@ -56,6 +57,7 @@ jobs:
- name: ls the install bin
run: ls -lt /opt/homebrew/Cellar/coot/HEAD*/bin

- name: Does it run?
run: /opt/homebrew/bin/coot --no-graphics < /dev/null
# the homebrew build is still broken
# - name: Does it run?
# run: /opt/homebrew/bin/coot --no-graphics < /dev/null

0 comments on commit f5024c8

Please sign in to comment.