Skip to content

Commit dfe6219

Browse files
authored
Merge pull request #246625 from Homebrew/bump-packmol-21.1.1
packmol 21.1.1
2 parents 1acaf6f + e2bfa3b commit dfe6219

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

Formula/p/packmol.rb

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Packmol < Formula
22
desc "Packing optimization for molecular dynamics simulations"
33
homepage "https://www.ime.unicamp.br/~martinez/packmol/"
4-
url "https://github.com/m3g/packmol/archive/refs/tags/v21.1.0.tar.gz"
5-
sha256 "bcb64849bd490c329018210cf91375871108004ac8bf3e8cf9463e42e551fe46"
4+
url "https://github.com/m3g/packmol/archive/refs/tags/v21.1.1.tar.gz"
5+
sha256 "4bad785e6e1b91d8b80934eeebf91013e940c577693bbecd7ec56eb563f5d97f"
66
license "MIT"
77
head "https://github.com/m3g/packmol.git", branch: "master"
88

@@ -12,14 +12,12 @@ class Packmol < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "39a5804df674e0ba5343fc09a4fc9cf258f19f4d417c082533329adc5ae8e3fb"
16-
sha256 cellar: :any, arm64_sequoia: "49b9c7b2d7757a9646cbded50378cf20949504ae5dbbaed8792be5271b848924"
17-
sha256 cellar: :any, arm64_sonoma: "866657ca34b08c498c0dcf3a9de38ded338958917264edea2b8a7f8c95c394d9"
18-
sha256 cellar: :any, arm64_ventura: "1d737174c4898e515ed2faec71c803bf50063a9d114f400c6fcb974caa04897e"
19-
sha256 cellar: :any, sonoma: "3323dcd875ee6979d9634eb5fd2535492fe1100795c4c2c2dc1c370e110809bc"
20-
sha256 cellar: :any, ventura: "1b3d07ac1dec6a79321843acd234939b313c0a2e2c31ddab818a3b8a1f0af9fa"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "31c7f6d7ab392a58035a2a30c16748726495484e90c88044e7aff02d158a7330"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6ed6ebef0ef0f738356790fd1655a919a2b180861909338649dcfece32c2742f"
15+
sha256 cellar: :any, arm64_tahoe: "a5b3df00f0d2a4f4bedf45af4907f90fb2b847fa5888e204604568f6a7895361"
16+
sha256 cellar: :any, arm64_sequoia: "48e8f1d8e37b3fc6a44c9a5c9c4b7976bb47166fa85f14e3771cc29a349f4f36"
17+
sha256 cellar: :any, arm64_sonoma: "c737487817e8681c2effc46a2243f2098a22c7f3928c8ccc4603ce9a43bc98ec"
18+
sha256 cellar: :any, sonoma: "e29361da29e7d240c2d12d6857197950fe861865a2f3ac03f2abdd28cd56a75a"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "2ed3e203477a3f7e97beb8f84fc260b742d5879d6fb68e12ae571c087bf372aa"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a489ad1696ded2ee9b2bb5bba5de5a54a243d972f630e9f6a8a942cf7a99afc8"
2321
end
2422

2523
depends_on "cmake" => :build
@@ -30,12 +28,6 @@ class Packmol < Formula
3028
sha256 "97ae64bf5833827320a8ab4ac39ce56138889f320c7782a64cd00cdfea1cf422"
3129
end
3230

33-
# support cmake 4.0, upstream pr ref, https://github.com/m3g/packmol/pull/94
34-
patch do
35-
url "https://github.com/m3g/packmol/commit/a1da16a7f3aeb2e004a963cf92bf9e57e94e4982.patch?full_index=1"
36-
sha256 "5e073f744559a3b47c1b78075b445e3dd0b4e89e3918f4cbf8e651c77b83d173"
37-
end
38-
3931
def install
4032
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
4133
system "cmake", "--build", "build"

0 commit comments

Comments
 (0)