Skip to content

Commit

Permalink
update mstore formula
Browse files Browse the repository at this point in the history
Closes #31.

Signed-off-by: Marcel Müller <[email protected]>
Signed-off-by: Marcel Mueller <[email protected]>
  • Loading branch information
marcelmbn committed Nov 20, 2024
1 parent 705add8 commit f9f8a93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Formula/mstore.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Mstore < Formula
desc "Modular structure store for testing"
homepage "https://github.com/grimme-lab/mstore"
url "https://github.com/grimme-lab/mstore/archive/refs/tags/v0.2.0.tar.gz"
sha256 "95edba88afbc8013f57f4c818a97c0500cc40b158bed11234c061b2b6d7e480d"
url "https://github.com/grimme-lab/mstore/archive/refs/tags/v0.3.0.tar.gz"
sha256 "56b3d778629eb74b8a515cd53c727d04609f858a07f8d3555fd5fd392a206dcc"
license "Apache-2.0"
revision 2

bottle do
root_url "https://github.com/grimme-lab/homebrew-qc/releases/download/mstore-0.2.0_2"
Expand All @@ -26,7 +25,6 @@ class Mstore < Formula

def install
ENV.fortran
inreplace "config/install-mod.py", /python$/, "python3"
meson_args = std_meson_args
system "meson", "setup", "_build", *meson_args
system "meson", "compile", "-C", "_build"
Expand Down

0 comments on commit f9f8a93

Please sign in to comment.