Skip to content

Commit

Permalink
add boost dep, use https
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Oct 26, 2021
1 parent 968644f commit 3961447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/dd4hep.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Dd4hep < Formula
desc "Detector Description Toolkit for High Energy Physics"
homepage "http://dd4hep.cern.ch"
homepage "https://dd4hep.web.cern.ch"
url "https://github.com/AIDASoft/DD4hep/archive/refs/tags/v01-17.tar.gz"
version "01-17"
sha256 "036a9908aaf1e13eaf5f2f43b6f5f4a8bdda8183ddc5befa77a4448dbb485826"
Expand All @@ -10,6 +10,7 @@ class Dd4hep < Formula
depends_on "geant4"
depends_on "python"
depends_on "root"
depends_on "boost"
depends_on "xerces-c"
uses_from_macos "expat"
uses_from_macos "zlib"
Expand Down

0 comments on commit 3961447

Please sign in to comment.