Skip to content

Commit a669aba

Browse files
committed
Add mpfr to normaliz dependencies
We previously only implicitly depended on it, but brew linkage --test now fails w/o an explicit dependency.
1 parent b6846cb commit a669aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/normaliz.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Normaliz < Formula
2323
depends_on "flint"
2424
depends_on "gmp"
2525
depends_on "libomp" if OS.mac?
26+
depends_on "mpfr"
2627
depends_on "nauty"
2728

2829
depends_on "eantic" => :recommended

0 commit comments

Comments
 (0)