sage icon indicating copy to clipboard operation
sage copied to clipboard

Did I do something wrong in [flint 3.1.3](https://github.com/Homebrew/homebrew-core/pull/166490) ?

Open dimpase opened this issue 1 year ago • 3 comments
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

dimpase avatar May 21 '24 15:05 dimpase

@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.

dimpase avatar May 21 '24 15:05 dimpase

Yes, 3.1.3 is fine.

mkoeppe avatar May 21 '24 17:05 mkoeppe

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

dimpase avatar May 21 '24 21:05 dimpase