Port details |
- eclib C++ library for arithmetic on elliptic curves
- 20230424_4 math =3 20230424_3Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2020-03-26 17:30:37
- Last Update: 2024-10-03 10:25:14
- Commit Hash: 55cfbcf
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- License: GPLv2
- WWW:
- https://homepages.warwick.ac.uk/staff/J.E.Cremona/mwrank/
- Description:
- mwrank and eclib: mwrank is a program written in C++ for computing Mordell-Weil
groups of elliptic curves over Q via 2-descent.
See also: https://github.com/JohnCremona/eclib
- ¦ ¦ ¦ ¦
- 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/eclib/ && make install clean
- To add the package, run one of these commands:
- pkg install math/eclib
- pkg install eclib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: eclib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684597242
SHA256 (JohnCremona-eclib-v20230424_GH0.tar.gz) = 67d59d4086c9c46b7ca6c5a34e0879aed00836f812a1cba29756d618af08e32f
SIZE (JohnCremona-eclib-v20230424_GH0.tar.gz) = 1039476
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:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libntl.so : math/ntl
- libpari.so : math/pari
- libflint.so : math/flint2
- libboost_thread.so : devel/boost-libs
- This port is required by:
- for Libraries
-
- math/sage
Configuration Options:
- ===> The following configuration options are available for eclib-20230424_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_eclib
- USES:
- autoreconf compiler:c++11-lang libtool localbase
- 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 |
20230424_4 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
20230424_3 01 Mar 2024 16:59:16 |
Thierry Thomas (thierry) |
math/eclib: move man page |
20230424_2 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
20230424_1 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
20230424 25 Jun 2023 16:36:53 |
Thierry Thomas (thierry) |
math/eclib: work-around to build with clang 16
Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.
Without that, it fails with this error:
In file included from unimod.cc:24:
In file included from ./eclib/unimod.h:27:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
~~~~~^
--- interface.lo ---
In file included from interface.cc:24:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
~~~~~^
1 error generated.
*** [interface.lo] Error code 1
PR: 271047
Reported by: pkg-fallout |
20230424 20 May 2023 16:34:29 |
Thierry Thomas (thierry) |
math/eclib: upgrade to 20230424
Release notes at
<https://github.com/JohnCremona/eclib/releases/tag/v20230424>. |
20220621_4 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
20220621_3 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
20220621_2 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
20220621_1 28 Sep 2022 02:25:36 |
Yuri Victorovich (yuri) |
math/pari: Update 2.13.4 -> 2.15.0
Reported by: portscout |
20220621 16 Sep 2022 16:31:20 |
Thierry Thomas (thierry) |
math/eclib: upgrade to 20220621
Release notes at
<https://github.com/JohnCremona/eclib/releases/tag/20220621>. |
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) |
20210625_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 ) |
20210625_2 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
20210625_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
20210625_1 29 Jun 2022 05:25:08 |
Yuri Victorovich (yuri) |
math/flint2: Update 2.8.5 -> 2.9.0 |
20210625 03 Jun 2022 20:32:50 |
Thierry Thomas (thierry) |
math/eclib: update to 20210625 (minor bugfix)
Release notes at
<https://github.com/JohnCremona/eclib/releases/tag/20210625>. |
20210318_3 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
20210318_2 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) |
20210318_1 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 |
20210318 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20210318 22 Mar 2021 16:35:06 |
thierry |
Minor update to 20210318.
Release notes at <https://github.com/JohnCremona/eclib/releases/tag/20210318>. |
20210310 14 Mar 2021 11:38:58 |
thierry |
Upgrade to v20210310.
Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210310>. |
20210308 09 Mar 2021 16:32:06 |
thierry |
Upgrade math/eclib to v20210308.
Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210308>. |
20210226 27 Feb 2021 17:41:43 |
thierry |
Upgrade to v20210226. |
20210223 24 Feb 2021 17:02:11 |
thierry |
Upgrade to v20210223 and fix the site URL.
Release notes at <https://github.com/JohnCremona/eclib/releases/tag/v20210223>. |
20190909_2 25 Oct 2020 05:39:49 |
yuri |
math/pari: Update 2.11.4 -> 2.13.0
Bump 15 depending ports.
Reported by: portscout |
20190909_1 10 Jun 2020 18:15:22 |
yuri |
math/flint2: Update g20190210 -> 2.6.0
Bump 6 depending ports.
Reported by: portscout |
20190909 27 Mar 2020 06:56:51 |
linimon |
Add c++11-lang to USES to fix build on GCC-based systems:
configure: error: *** A compiler with support for C++11 language features is
required.
Approved by: portmgr (tier-2 blanket) |
20190909 26 Mar 2020 16:23:25 |
thierry |
Adding eclib. The eclib package includes mwrank (for 2-descent on elliptic
curves over Q) and modular symbol code used to create the elliptic curve
database.
It can be used by SageMath. |