aboutsummaryrefslogtreecommitdiff
path: root/crystfel.rb
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-02-06 16:02:10 +0100
committerThomas White <taw@physics.org>2024-02-06 16:02:10 +0100
commitf3b25d69e888cb66e6a2add491a4f6d5e18f30af (patch)
tree58888411adfddbed79a18f8f1363379585d4b58e /crystfel.rb
parent69df52f3b30fefd15075689cd4eccd59c662a242 (diff)
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.
Diffstat (limited to 'crystfel.rb')
-rw-r--r--crystfel.rb3
1 files changed, 0 insertions, 3 deletions
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'