aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-02-01 12:29:55 +0100
committerThomas White <taw@physics.org>2024-02-01 12:29:55 +0100
commit889487627657889dd4f66fd1ff9507976ff39dd6 (patch)
tree6ca61f6c7ca482a41cab50c5a2aff49663a207e0 /INSTALL.md
parent9cb19d72dffdb5c1b802ba14c971a21e8ca2982d (diff)
Update INSTALL.md
This paragraph isn't true. Our formula explicitly removes the --wrap-mode=nofallback option, to allow the wrapped dependencies to be installed. What is true, however, is that this makes the formula unacceptable upstream. We would need to create individual packages for all the dependencies.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md
index fb8784a8..c1ea5da2 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -73,11 +73,6 @@ $ git clone https://gitlab.desy.de/thomas.white/crystfel.git
$ cd crystfel
$ brew install -v -s ./crystfel.rb --HEAD
```
-Normally, CrystFEL's build system would automatically download and install
-certain dependencies, notably (among others) XGandalf, MTZ output, PinkIndexer
-and PeakFinder9. However, Homebrew prefers that packages do not do this.
-Therefore, unless you've installed them separately, the CrystFEL installation
-made this way will lack some features.
We hope to contribute the Homebrew formula to the main repository soon, so that
you can install CrystFEL with a simple `brew install crystfel`.