Port details |
- givaro C++ library for computer algebra
- 4.1.1_2 math
=0 4.1.1_2Version of this port present on the latest quarterly branch. - Maintainer: pi@FreeBSD.org
 - Port Added: 2011-10-15 19:13:50
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: CeCILL-Bv1-en.txt
- Description:
- Givaro is a C++ library for arithmetic and algebraic computations. Its main
features are implementations of the basic arithmetic of many mathematical
entities: prime fields, extension fields, finite fields, finite rings,
polynomials, algebraic numbers, arbitrary precision integers and rationals
(via C++ wrappers over gmp). It also provides data structures and templated
classes for the manipulation of basic algebraic objects, such as vectors,
matrices (dense, sparse, and structured), univariate polynomials, and recursive
multivariate polynomials.
WWW: https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro
WWW: https://github.com/linbox-team/givaro
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/givaro/ && make install clean
- To add the package, run one of these commands:
- pkg install math/givaro
- pkg install givaro
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: givaro
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1583962842
SHA256 (linbox-team-givaro-v4.1.1_GH0.tar.gz) = d0cde67e7b29c5d6a0ba0afb52410a91bd0f7f2c2b14def1fe4f98b22b7494d7
SIZE (linbox-team-givaro-v4.1.1_GH0.tar.gz) = 645424
- 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:
-
- doxygen : devel/doxygen
- dot : graphics/graphviz
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libgmp.so : math/gmp
- This port is required by:
- for Libraries
-
- math/fflas-ffpack
- math/linbox
- math/sage
- Configuration Options:
- ===> The following configuration options are available for givaro-4.1.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_givaro
- USES:
- autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig
- 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 |
07 Apr 2021 08:09:01 4.1.1_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 4.1.1_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Jun 2020 14:44:36
4.1.1_2
|
arrowd  |
math/givaro: Remove my patch now that correct upstream fix is added to
math/linalg.
PR: 247537 |
25 Jun 2020 14:59:56
4.1.1_1
|
arrowd  |
math/givaro: Fix build on CURRENT.
PR: 247537
Approved by: pi (maintainer) |
27 May 2020 17:18:24
4.1.1
|
thierry  |
Minor upgrade to 4.1.1, required for SageMath.
PR: 244746
Submitted by: /me
Approved by: maintainer's time-out |
26 Jul 2019 20:46:57
4.1.0_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
11 May 2019 17:37:26
4.1.0
|
pi  |
math/givaro: upgrade 4.0.4 -> 4.1.0
Relnotes: https://github.com/linbox-team/givaro/blob/master/ChangeLog |
12 Dec 2018 01:35:36
4.0.4_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
29 Jul 2018 22:18:46
4.0.4_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
14 Jun 2018 12:47:58
4.0.4 
|
tijl  |
Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.
PR: 228809
Exp-run by: antoine
Approved by: portmgr (antoine) |
03 Jun 2018 20:03:48
4.0.4
|
pi  |
math/givaro: really update WWW |
03 Jun 2018 20:03:07
4.0.4
|
pi  |
math/givaro: update 3.8.0 -> 4.0.4, take maintainer, update WWW
Relnotes: https://github.com/linbox-team/givaro/blob/master/ChangeLog |
14 May 2018 04:14:08
3.8.0
|
linimon  |
Mark unfetchable from current locations. New location seems to be:
https://github.com/linbox-team/givaro |
23 Dec 2016 09:55:11
3.8.0
|
amdmi3  |
- Pet portlint
- Switch to USES=localbase
- Switch to new test framework
- Switch to options helpers
- Regenerate patches |
27 Jun 2016 21:30:34
3.8.0
|
rene  |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
01 Apr 2016 14:16:20
3.8.0
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
07 Dec 2014 00:07:48
3.8.0
|
antoine  |
Canonicalize a few licenses |
15 Nov 2014 12:20:54
3.8.0
|
antoine  |
Cleanup plist |
15 Aug 2014 20:31:20
3.8.0
|
pi  |
math/givaro: 3.5.0 -> 3.8.0
Changes:
- to 3.6.0:
https://forge.imag.fr/frs/shownotes.php?release_id=157
- to 3.7.0:
https://forge.imag.fr/frs/shownotes.php?release_id=161
- to 3.7.1:
https://forge.imag.fr/frs/shownotes.php?release_id=196
- to 3.8.0:
https://forge.imag.fr/frs/shownotes.php?release_id=418
PR: 191989
Submitted by: pi
Approved by: bf (maintainer timeout) |
09 Aug 2014 19:39:09
3.5.0_1
|
antoine  |
Update devel/doxygen to 1.8.7
Update dependent ports to build with it
Most of work by: pi@
Exp-run: self
PR: ports/190943 |
29 Jul 2014 20:55:28
3.5.0
|
adamw  |
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports) |
14 Jul 2014 18:42:04
3.5.0
|
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
07 Jul 2014 15:31:02
3.5.0
|
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
25 Sep 2013 00:54:09
3.5.0
|
bdrewery  |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
20 Sep 2013 20:55:06
3.5.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
06 Jun 2013 05:55:48
3.5.0
|
bapt  |
Fix after conversion to new options framework |
05 Jun 2013 22:22:44
3.5.0
|
eadler  |
Convert to OptionsNG
Reviewed by: kwm, jgh
Approved by: bapt |
05 Jun 2013 22:22:32
3.5.0
|
eadler  |
Convert to OptionsNG
Reviewed by: kwm, jgh
Approved by: bapt |
05 Jun 2013 14:11:20
3.5.0 
|
bapt  |
Convert to new options framework |
15 Oct 2011 19:13:26
3.5.0
|
bf  |
Add givaro 3.5.0, a C++ library for computer algebra. |