From f3ec2bea3d2d2a8dee55222854422f7dd2eaedb5 Mon Sep 17 00:00:00 2001 From: Ian Lancaster Date: Thu, 18 Dec 2014 14:33:03 -0500 Subject: clhep 2.2.0.4 Closes #35099. Signed-off-by: Jack Nagel --- Library/Formula/clhep.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Library/Formula/clhep.rb b/Library/Formula/clhep.rb index 880b445c7..6da24ba83 100644 --- a/Library/Formula/clhep.rb +++ b/Library/Formula/clhep.rb @@ -1,9 +1,7 @@ -require "formula" - class Clhep < Formula homepage "http://proj-clhep.web.cern.ch/proj-clhep/" - url "http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.2.0.3.tgz" - sha1 "6e56f80c2db3c4f8828dec27815beae6655c8d9e" + url "http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.2.0.4.tgz" + sha1 "60a291b940fdc78bea4aaeaffc147cc25a42cfef" bottle do cellar :any @@ -17,7 +15,7 @@ class Clhep < Formula def install mkdir "clhep-build" do system "cmake", "../CLHEP", *std_cmake_args - system "make install" + system "make", "install" end end end -- cgit v1.2.3