Skip to content

Commit 5a8e965

Browse files
committed
singular 4.4.1: add flint as a dependency to Singular
Singular has an optional interface for flint, which is not built in the current formula as it's missing. We add the dependency to let it build it. Basically, it makes the executable a bit bigger and links it (onb my machine, currently) to /usr/local/opt/flint/lib/libflint.20.0.dylib
1 parent 48e09cc commit 5a8e965

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/s/singular.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class Singular < Formula
5252
depends_on "libtool" => :build
5353
end
5454

55+
depends_on "flint"
5556
depends_on "gmp"
5657
depends_on "mpfr"
5758
depends_on "ntl"

0 commit comments

Comments
 (0)