Port details |
- givaro C++ library for computer algebra
- 4.2.0 math =2 4.2.0Version of this port present on the latest quarterly branch.
- Maintainer: pi@FreeBSD.org
- Port Added: 2011-10-15 19:13:50
- Last Update: 2023-08-01 14:21:35
- Commit Hash: 4409f48
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: CeCILL-Bv1-en.txt
- WWW:
- https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro
- 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.
See also: https://github.com/linbox-team/givaro
- ¦ ¦ ¦ ¦
- 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/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 = 1690897251
SHA256 (linbox-team-givaro-v4.2.0_GH0.tar.gz) = dca23a928e4704f045848fce884fe49ce09a8de7ebf750b87c807ca4e0facedd
SIZE (linbox-team-givaro-v4.2.0_GH0.tar.gz) = 637479
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.71 : devel/autoconf
- automake>=1.16.5 : 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.2.0:
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 localbase pathfix pkgconfig
- 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 |
4.2.0 01 Aug 2023 14:21:35 |
Wen Heping (wen) |
math/givaro: Update to 4.2.0
PR: 272641
Reported by: wen@
Approved by: maintainer |
4.1.1_3 18 Jul 2023 15:50:38 |
Muhammad Moinur Rahman (bofh) |
math/givaro: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
4.1.1_3 16 Jan 2023 19:40:56 |
Dima Panov (fluffy) |
math/givaro: unbreak DOCS building (+)
Approved by: portmgr blanket (build fix) |
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) |
4.1.1_2 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 ) |
4.1.1_2 27 May 2022 09:11:02 |
Tijl Coosemans (tijl) |
math/givaro: remove DOCS option
It is broken by a recent Doxygen update.
PR: 263970 |
4.1.1_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.1.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.1_2 29 Jun 2020 14:44:36 |
arrowd |
math/givaro: Remove my patch now that correct upstream fix is added to
math/linalg.
PR: 247537 |
4.1.1_1 25 Jun 2020 14:59:56 |
arrowd |
math/givaro: Fix build on CURRENT.
PR: 247537
Approved by: pi (maintainer) |
4.1.1 27 May 2020 17:18:24 |
thierry |
Minor upgrade to 4.1.1, required for SageMath.
PR: 244746
Submitted by: /me
Approved by: maintainer's time-out |
4.1.0_1 26 Jul 2019 20:46:57 |
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 |
4.1.0 11 May 2019 17:37:26 |
pi |
math/givaro: upgrade 4.0.4 -> 4.1.0
Relnotes: https://github.com/linbox-team/givaro/blob/master/ChangeLog |
4.0.4_2 12 Dec 2018 01:35:36 |
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 |
4.0.4_1 29 Jul 2018 22:18:46 |
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 |
4.0.4 14 Jun 2018 12:47:58 |
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) |
4.0.4 03 Jun 2018 20:03:48 |
pi |
math/givaro: really update WWW |
4.0.4 03 Jun 2018 20:03:07 |
pi |
math/givaro: update 3.8.0 -> 4.0.4, take maintainer, update WWW
Relnotes: https://github.com/linbox-team/givaro/blob/master/ChangeLog |
3.8.0 14 May 2018 04:14:08 |
linimon |
Mark unfetchable from current locations. New location seems to be:
https://github.com/linbox-team/givaro |
3.8.0 23 Dec 2016 09:55:11 |
amdmi3 |
- Pet portlint
- Switch to USES=localbase
- Switch to new test framework
- Switch to options helpers
- Regenerate patches |
3.8.0 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
3.8.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.8.0 07 Dec 2014 00:07:48 |
antoine |
Canonicalize a few licenses |
3.8.0 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
3.8.0 15 Aug 2014 20:31:20 |
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) |
3.5.0_1 09 Aug 2014 19:39:09 |
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 |
3.5.0 29 Jul 2014 20:55:28 |
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) |
3.5.0 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
3.5.0 07 Jul 2014 15:31:02 |
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) |
3.5.0 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
3.5.0 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
3.5.0 06 Jun 2013 05:55:48 |
bapt |
Fix after conversion to new options framework |
3.5.0 05 Jun 2013 22:22:44 |
eadler |
Convert to OptionsNG
Reviewed by: kwm, jgh
Approved by: bapt |
3.5.0 05 Jun 2013 22:22:32 |
eadler |
Convert to OptionsNG
Reviewed by: kwm, jgh
Approved by: bapt |
3.5.0 05 Jun 2013 14:11:20 |
bapt |
Convert to new options framework |
3.5.0 15 Oct 2011 19:13:26 |
bf |
Add givaro 3.5.0, a C++ library for computer algebra. |