Skip to content

Commit

Permalink
Switch from clang to gcc to support openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
kjelljorner authored May 27, 2023
1 parent 56c3f96 commit c700ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multiwfn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Multiwfn < Formula
depends_on "openblas"
depends_on "arb"
depends_on "flint"
fails_with :clang

def install
cmake_args = std_cmake_args
Expand Down

0 comments on commit c700ada

Please sign in to comment.