sage
sage copied to clipboard
Did I do something wrong in [flint 3.1.3](https://github.com/Homebrew/homebrew-core/pull/166490) ?
trafficstars
Did I do something wrong in [flint 3.1.3](https://github.com/Homebrew/homebrew-core/pull/166490) ?
Originally posted by @edgarcosta in https://github.com/sagemath/sage/issues/38021#issuecomment-2122724907
@edgarcosta All I can say that a fresh install of Homebrew on x86_64 macOS 14.4 does include the header file checked on in #38021 - on which I can't comment - so it seems that people should just carefully upgrade/reinstall Homebrew, first of all.
Yes, 3.1.3 is fine.
Well, it's not 100% fine. Wrong version in flint.pc.
prefix=/usr/local/Cellar/flint/3.1.3
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=/usr/local/Cellar/flint/3.1.3/lib
Name: FLINT
Description: Fast Library for Number Theory
Version: 3.1.0
URL: https://flintlib.org/
Requires: gmp >= 6.2.1 mpfr >= 4.1.0
Cflags: -I${includedir}
Libs: -L${libdir} -lflint