aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Lancaster2014-12-18 14:33:03 -0500
committerJack Nagel2014-12-18 22:52:35 -0500
commitf3ec2bea3d2d2a8dee55222854422f7dd2eaedb5 (patch)
tree828d155baec4b176cae1ae542b9cae8ca3f57614
parentcfebb8db4415cf1b46fea34d2a860267d2b4c7ed (diff)
downloadhomebrew-f3ec2bea3d2d2a8dee55222854422f7dd2eaedb5.tar.bz2
clhep 2.2.0.4
Closes #35099. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/clhep.rb8
1 files 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