Port details |
- flint2 Fast library for number theory
- 2.9.0_4 math
=2 2.9.0_3Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-03-30 01:13:29
- Last Update: 2025-01-28 16:42:55
- Commit Hash: e54e2c6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://www.flintlib.org/
- Description:
- FLINT is a C library for doing number theory, maintained by William Hart.
FLINT supports arithmetic with numbers, polynomials, power series and matrices
over many base rings, including:
* Multiprecision integers and rationals
* Integers modulo n
* p-adic numbers
* Finite fields (prime and non-prime order)
* Real and complex numbers (via the Arb extension library)
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/flint2/ && make install clean
- To add the package, run one of these commands:
- pkg install math/flint2
- pkg install flint2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flint2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1656445752
SHA256 (flint-2.9.0.tar.gz) = 2fc090d51033c93208e6c10d406397a53c983ae5343b958eb25f72a57a4ce76a
SIZE (flint-2.9.0.tar.gz) = 5283624
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Library dependencies:
-
- libgmp.so : math/gmp
- libmpfr.so : math/mpfr
- libopenblas.so : math/openblas
- libntl.so : math/ntl
- This port is required by:
- for Libraries
-
- math/antic
- math/arb
- math/calcium
- math/cm
- math/e-antic
- math/eclib
- math/linbox
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for flint2-2.9.0_4:
NTL=on: Victor Shoup's Number Theory Library
===> Use 'make config' to modify these settings
- Options name:
- math_flint2
- USES:
- cmake compiler:c++11-lang python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.0_4 28 Jan 2025 16:42:55
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after OpenBLAS upgrade
Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.
PR: 284314 |
2.9.0_3 21 Jun 2024 17:49:24
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
2.9.0_2 12 Dec 2023 19:03:50
    |
Thierry Thomas (thierry)  |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
2.9.0_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.9.0 29 Jun 2022 05:25:08
    |
Yuri Victorovich (yuri)  |
math/flint2: Update 2.8.5 -> 2.9.0 |
2.8.5 26 Apr 2022 18:51:57
    |
Yuri Victorovich (yuri)  |
math/flint2: Update 2.8.4 -> 2.8.5
Reported by: portscout |
2.8.4_1 20 Dec 2021 21:36:53
    |
Yuri Victorovich (yuri)  |
math/ntl: Update 11.4.3 -> 11.5.1
PR: 259363
Approved by: ndowens04@gmail.com (maintainer's timeout, 58 days) |
2.8.4 19 Nov 2021 21:33:19
    |
Yuri Victorovich (yuri)  |
math/flint2: Update 2.8.1 -> 2.8.4
Reported by: portscout |
2.8.1 16 Oct 2021 18:27:01
    |
Yuri Victorovich (yuri)  |
math/flint2: Update 2.8.0 -> 2.8.1
Reported by: portscout |
2.8.0 25 Jul 2021 15:17:52
    |
Yuri Victorovich (yuri)  |
math/flint2: Update 2.7.1 -> 2.8.0
Bump 12 consumer ports.
Reported by: portscout |
2.7.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.7.1 07 Apr 2021 04:19:56
    |
Tobias Kortkamp (tobik)  |
math/flint2: Add explicit Python build dependency (D29353)
This unbreaks the build when using devel/samurai.
It previously got it through ninja which has a run dependency on
Python.
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:218
(message):
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:582
(_FPHSA_FAILURE_MESSAGE)
/usr/local/share/cmake/Modules/FindPythonInterp.cmake:169
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:37 (find_package)
http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/flint2-2.7.1.log
PR: 254678 |
2.7.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.7.1 23 Jan 2021 18:58:34
  |
thierry  |
math/e-antic has been broken since r558890 of math/flint2: upgrade it
to 1.0.0-rc.12 in order to fix it.
Release notes at <https://github.com/flatsurf/e-antic/releases>. |
2.7.1 19 Jan 2021 19:33:11
  |
yuri  |
math/flint2: Update 2.7.0 -> 2.7.1
Reported by: portscout |
2.7.0 22 Dec 2020 06:30:28
  |
yuri  |
math/flint2: Update 2.6.3 -> 2.7.0
Reported by: portscout |
2.6.3 13 Aug 2020 16:32:08
  |
yuri  |
math/flint2: Update 2.6.2 -> 2.6.3
Reported by: portscout |
2.6.2 03 Aug 2020 02:31:33
  |
yuri  |
math/flint2: Update 2.6.1 -> 2.6.2
Reported by: portscout |
2.6.1 28 Jul 2020 19:46:27
  |
yuri  |
math/flint2: Update 2.6.0 -> 2.6.1
Reported by: portscout |
2.6.0 10 Jun 2020 18:15:22
  |
yuri  |
math/flint2: Update g20190210 -> 2.6.0
Bump 6 depending ports.
Reported by: portscout |
g20190210_1 28 Mar 2020 21:05:11
  |
thierry  |
C++11 language features are needed.
PR: 245112
Submitted by: canardo909 (at) gmx.com |
g20190210_1 26 Mar 2020 21:37:25
  |
thierry  |
Add an option to build the support of NTL.
Set the option by default, because it is used by SageMath.
PR: 245085
Approved by: yuri (maintainer) |
g20190210 09 Feb 2020 21:35:52
  |
pkubaj  |
math/flint2: fix build on non-x86
Merge upstream patches for non-x86 architectures.
PR: 243851
MFH: 2020Q1 (fix build blanket) |
g20190210 17 Feb 2019 02:59:57
  |
yuri  |
math/flint2: Update g20180323 -> g20190210
Bump math/arb. |
g20180323_1 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
g20180323_1 11 Dec 2018 17:03:52
  |
linimon  |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
g20180323_1 09 Jun 2018 00:35:57
  |
linimon  |
Mark as broken on tier-2 archs: invokes x86 assembler.
Approved by: portmgr (tier-2 blanket) |
g20180323_1 19 Apr 2018 07:08:45
  |
ale  |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. |
g20180323 30 Mar 2018 06:40:34
  |
yuri  |
math/flint2: Update g20170804 -> g20180323
Port changes:
* Change to the repo that is current
* Change to cmake
* Update/add patches required to build on FreeBSD |
g20170804 30 Mar 2018 01:13:15
  |
yuri  |
New port: math/flint2: Fast library for number theory |