Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

New formula: ROOT 5.32.00 #10426

Closed
wants to merge 1 commit into from
Closed

New formula: ROOT 5.32.00 #10426

wants to merge 1 commit into from

Conversation

xenoscopic
Copy link
Contributor

This commit adds a formula to install the ROOT data analysis
framework developed by CERN. ROOT is widely used in the
particle physics community, both inside and outside of CERN.
This formula downloads and installs the official pre-compiled
ROOT binary for Mac OS X 10.6+.

This commit adds a formula to install the ROOT data analysis
framework developed by CERN.  ROOT is widely used in the
particle physics community, both inside and outside of CERN.
This formula downloads and installs the official pre-compiled
ROOT binary for Mac OS X 10.6+.

class Root < Formula
homepage 'http://root.cern.ch/'
url 'ftp://root.cern.ch/root/root_v5.32.00.macosx106-x86_64-gcc-4.2.tar.gz'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still support 32-bit when possible, if we can get 32-bit binaries also then something like

if MacOS.prefer_64_bit?
  url ...
  md5 ...
else
  url ...
  md5 ...
end

should suffice.

@xenoscopic xenoscopic closed this Feb 24, 2012
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants