From f3b25d69e888cb66e6a2add491a4f6d5e18f30af Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 6 Feb 2024 16:02:10 +0100 Subject: Homebrew: Remove peakogram-stream test and Python dependency 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. --- crystfel.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'crystfel.rb') diff --git a/crystfel.rb b/crystfel.rb index dc4ef245..4a537ffa 100644 --- a/crystfel.rb +++ b/crystfel.rb @@ -31,8 +31,6 @@ class Crystfel < Formula depends_on 'libtiff' depends_on 'pango' depends_on 'eigen' - depends_on 'numpy' - depends_on 'python' def install args = std_meson_args @@ -63,7 +61,6 @@ class Crystfel < Formula system bin / 'list_events', '--help' system bin / 'make_pixelmap', '--help' system bin / 'partialator', '--help' - system bin / 'peakogram-stream', '--help' system bin / 'process_hkl', '--help' system bin / 'render_hkl', '--help' system bin / 'whirligig', '--help' -- cgit v1.2.3