Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump DDS to 3.5.13 #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Formula/dds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ class Dds < Formula
homepage "http://dds.gsi.de"
url "https://github.com/FairRootGroup/DDS",
:using => :git,
:revision => "2868c2340f688b3045f2d6a73655b71b435bf6ab"
:revision => "0345b498985f40cfcb389c0c64dcc35d1960d36b"
license "LGPL-3.0+"
version "3.5.9"
version "3.5.13"

bottle do
root_url "https://alfa-ci.gsi.de/packages/brew"
rebuild 1
sha256 big_sur: "295e0c696c211b5327161f251c50d87a512912e4bd0d24c736167b652c88551c"
sha256 catalina: "1f825b6d5907fa26a2434d7dfe80da1bdd69fa03b743d898672bda78c7216912"
end
# bottle do
# root_url "https://alfa-ci.gsi.de/packages/brew"
# rebuild 1
# sha256 big_sur: "295e0c696c211b5327161f251c50d87a512912e4bd0d24c736167b652c88551c"
# sha256 catalina: "1f825b6d5907fa26a2434d7dfe80da1bdd69fa03b743d898672bda78c7216912"
# end

pour_bottle? do
reason "The bottle requires CommandLineTools for Xcode 12+."
Expand All @@ -35,10 +35,10 @@ class Dds < Formula
depends_on "ninja" => :build
depends_on "boost"

patch do
url "https://raw.githubusercontent.com/FairRootGroup/FairSoft/56264b8e496302c4cbc09e543f5663c5698359d3/patches/dds/fix_wn_bin_master.patch"
sha256 "3e0631c54c3edc8e3c944686484a304127d9797c0359047efd0273391bebff79"
end
# patch do
# url "https://raw.githubusercontent.com/FairRootGroup/FairSoft/56264b8e496302c4cbc09e543f5663c5698359d3/patches/dds/fix_wn_bin_master.patch"
# sha256 "3e0631c54c3edc8e3c944686484a304127d9797c0359047efd0273391bebff79"
# end

def install
builddir = "build"
Expand Down