Port details |
- flint2 Fast library for number theory
- 2.8.5 math
=0 2.8.4_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-03-30 01:13:29
- Last Update: 2022-04-26 18:51:57
- Commit Hash: 0a37201
- License: GPLv2
- 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)
WWW: http://www.flintlib.org/
- SVNWeb : git : Homepage
- 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 = 1650995091
SHA256 (flint-2.8.5.tar.gz) = 5911fedff911100f15781f35e3a4fa934fe60e4aea02a8c10cc8918101c1eed8
SIZE (flint-2.8.5.tar.gz) = 5212704
- 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
- ninja : devel/ninja
- python3.8 : lang/python38
- 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/e-antic
- math/eclib
- math/linbox
- math/mppp
- math/paritwine
- Configuration Options:
- ===> The following configuration options are available for flint2-2.8.5:
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: see SVNWeb link above for full details) |
Date | By | Description |
26 Apr 2022 18:51:57 2.8.5
|
Yuri Victorovich (yuri)  |
math/flint2: Update 2.8.4 -> 2.8.5
Reported by: portscout |
20 Dec 2021 21:36:53 2.8.4_1
|
Yuri Victorovich (yuri)  |
math/ntl: Update 11.4.3 -> 11.5.1
PR: 259363
Approved by: ndowens04@gmail.com (maintainer's timeout, 58 days) |
19 Nov 2021 21:33:19 2.8.4
|
Yuri Victorovich (yuri)  |
math/flint2: Update 2.8.1 -> 2.8.4
Reported by: portscout |
16 Oct 2021 18:27:01 2.8.1
|
Yuri Victorovich (yuri)  |
math/flint2: Update 2.8.0 -> 2.8.1
Reported by: portscout |
25 Jul 2021 15:17:52 2.8.0
|
Yuri Victorovich (yuri)  |
math/flint2: Update 2.7.1 -> 2.8.0
Bump 12 consumer ports.
Reported by: portscout |
07 Apr 2021 08:09:01 2.7.1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
07 Apr 2021 04:19:56 2.7.1
|
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 |
06 Apr 2021 14:31:07 2.7.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Jan 2021 18:58:34
2.7.1
|
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>. |
19 Jan 2021 19:33:11
2.7.1
|
yuri  |
math/flint2: Update 2.7.0 -> 2.7.1
Reported by: portscout |
22 Dec 2020 06:30:28
2.7.0
|
yuri  |
math/flint2: Update 2.6.3 -> 2.7.0
Reported by: portscout |
13 Aug 2020 16:32:08
2.6.3
|
yuri  |
math/flint2: Update 2.6.2 -> 2.6.3
Reported by: portscout |
03 Aug 2020 02:31:33
2.6.2
|
yuri  |
math/flint2: Update 2.6.1 -> 2.6.2
Reported by: portscout |
28 Jul 2020 19:46:27
2.6.1
|
yuri  |
math/flint2: Update 2.6.0 -> 2.6.1
Reported by: portscout |
10 Jun 2020 18:15:22
2.6.0
|
yuri  |
math/flint2: Update g20190210 -> 2.6.0
Bump 6 depending ports.
Reported by: portscout |
28 Mar 2020 21:05:11
g20190210_1
|
thierry  |
C++11 language features are needed.
PR: 245112
Submitted by: canardo909 (at) gmx.com |
26 Mar 2020 21:37:25
g20190210_1
|
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) |
09 Feb 2020 21:35:52
g20190210
|
pkubaj  |
math/flint2: fix build on non-x86
Merge upstream patches for non-x86 architectures.
PR: 243851
MFH: 2020Q1 (fix build blanket) |
17 Feb 2019 02:59:57
g20190210
|
yuri  |
math/flint2: Update g20180323 -> g20190210
Bump math/arb. |
25 Dec 2018 20:25:40
g20180323_1
|
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 |
11 Dec 2018 17:03:52
g20180323_1
|
linimon  |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
09 Jun 2018 00:35:57
g20180323_1
|
linimon  |
Mark as broken on tier-2 archs: invokes x86 assembler.
Approved by: portmgr (tier-2 blanket) |
19 Apr 2018 07:08:45
g20180323_1
|
ale  |
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports. |
30 Mar 2018 06:40:34
g20180323
|
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 |
30 Mar 2018 01:13:15
g20170804
|
yuri  |
New port: math/flint2: Fast library for number theory |