Skip to content

Commit

Permalink
re-order dependencies
Browse files Browse the repository at this point in the history
Closes #38.

Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>
Signed-off-by: Marcel Mueller <marcel.mueller@thch.uni-bonn.de>
  • Loading branch information
marcelmbn committed Nov 21, 2024
1 parent 852eac2 commit 2f301c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/tblite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ class Tblite < Formula
depends_on "meson" => :build
depends_on "ninja" => :build
depends_on "pkg-config" => :build
depends_on "dftd4"
depends_on "gcc"
depends_on "openblas"
depends_on "mctc-lib"
depends_on "dftd4"
depends_on "mstore"
depends_on "multicharge"
depends_on "openblas"
depends_on "s-dftd3"
depends_on "toml-f"
fails_with gcc: "4"
Expand Down

0 comments on commit 2f301c2

Please sign in to comment.