aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJacob Howard2013-09-09 14:52:44 +0200
committerAdam Vandenberg2013-09-10 07:30:16 -0700
commit4bea58f98b95b1a279ddcafb6c5d1c06866053c7 (patch)
tree3a02df613c60b4d3da64ec58927fff0fb4409d2d /Library/Formula
parent23cd707d4a5020fbc939f5203cd23424e5cbcabd (diff)
downloadhomebrew-4bea58f98b95b1a279ddcafb6c5d1c06866053c7.tar.bz2
ROOT: Add xrootd as a recommended dependency
xrootd is one of the primary transport protocols that ROOT supports, and is widely used at CERN and on the LHC Computing Grid. Currently, for ROOT to compile support for xrootd, the user must have it installed already. This commit adds a recommended xrootd dependency so that users will automatically have support for this important data-access component of ROOT with minimal overhead (xrootd itself not an enormous dependency and has compile time much less than that of ROOT itself). Closes #22412. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/root.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/root.rb b/Library/Formula/root.rb
index 91753893b..802abe6cb 100644
--- a/Library/Formula/root.rb
+++ b/Library/Formula/root.rb
@@ -6,6 +6,7 @@ class Root < Formula
version '5.34.09'
sha1 '2c8a0bb4363bd6b0f9767d6b6bf5a6ea8785b74b'
+ depends_on 'xrootd' => :recommended
depends_on 'fftw' => :optional
depends_on :x11
depends_on :python