aboutsummaryrefslogtreecommitdiff
path: root/crystfel.rb
AgeCommit message (Collapse)Author
2024-04-17Update Homebrew formula to 0.11.0Thomas White
2024-02-06Homebrew: Remove peakogram-stream test and Python dependencyThomas White
I don't understand the correct way to do this dependency, and I've run out of time to figure it out. Contributions welcome! But in the meantime, users probably have Python+Numpy installed on their systems some other way.
2024-02-06Homebrew: Fix Python dependencyThomas White
Ok, I interpreted the documentation a little too literatlly.
2024-02-06Homebrew: Add Python dependency (for peakogram-stream)Thomas White
2024-02-06Homebrew: Add missing Numpy dependencyThomas White
Needed for peakogram-stream.
2024-02-06Sort-of-workaround for argp '--help' crash on MacOSThomas White
Indexamajig --help causes a segfault on MacOS due to a bug in argp-standalone. That package is unlikely to be updated any time soon. Eventually, Homebrew might switch to one of the non-crashy forks, but probably not soon. We aren't the only ones affected - see https://www.openwall.com/lists/musl/2021/02/10/1 This commit adds a warning message to state that we already know about it, and it's not "our" fault. It also removes the corresponding test, since we know it fails.
2024-02-01Homebrew: Remove detector-shift from testsThomas White
Not used any more.
2023-06-15Homebrew: Add Eigen dependencyThomas White
2023-06-14Enable meson wrap system and build dependent libraries.Parthasarathy Tirumalai
2023-05-12Add support for MacOS homebrew install test.Parthasarathy Tirumalai