Skip to content

Commit 557c8a2

Browse files
BrewTestBotdaeho-ro
authored andcommitted
packmol 21.1.1
1 parent 2269177 commit 557c8a2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/p/packmol.rb

Lines changed: 2 additions & 8 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

@@ -30,12 +30,6 @@ class Packmol < Formula
3030
sha256 "97ae64bf5833827320a8ab4ac39ce56138889f320c7782a64cd00cdfea1cf422"
3131
end
3232

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-
3933
def install
4034
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
4135
system "cmake", "--build", "build"

0 commit comments

Comments
 (0)