Skip to content

Commit 1e9addf

Browse files
committed
physunits 1.3.0
1 parent daf37f9 commit 1e9addf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Formula/p/physunits.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
class Physunits < Formula
22
desc "C++ header-only for Physics unit/quantity manipulation and conversion"
33
homepage "https://github.com/martinmoene/PhysUnits-CT-Cpp11"
4-
url "https://github.com/martinmoene/PhysUnits-CT-Cpp11/archive/refs/tags/v1.2.0.tar.gz"
5-
sha256 "e9bcce99d9c90ac8ce96746eff49c20b7c9717aee08b3cd6e58127c7ad9fa7c6"
4+
url "https://github.com/martinmoene/PhysUnits-CT-Cpp11/archive/refs/tags/v1.3.0.tar.gz"
5+
sha256 "64187aadf886f9bade5976f5f3289637f8882f36ac4767f1be201f89e5a4a47d"
66
license "BSL-1.0"
77
head "https://github.com/martinmoene/PhysUnits-CT-Cpp11.git", branch: "master"
88

9-
no_autobump! because: :requires_manual_review
10-
119
bottle do
1210
sha256 cellar: :any_skip_relocation, all: "d1aab63a49f0f5ca8b530354e7efe1b884c7d57e69509aca43bc4416191e3079"
1311
end
1412

1513
depends_on "cmake" => :build
1614

1715
def install
18-
system "cmake", "-S", ".", "-B", "builddir", *std_cmake_args
16+
system "cmake", "-S", ".", "-B", "builddir", "-DCMAKE_POLICY_VERSION_MINIMUM=3.5", *std_cmake_args
1917
system "cmake", "--build", "builddir"
2018
system "cmake", "--install", "builddir"
2119
end

0 commit comments

Comments
 (0)