Port details |
- cm Library for ring class fields of imaginary quadratic number fields
- 0.4.3 math =2 0.4.3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-01-05 22:12:52
- Last Update: 2024-03-08 10:25:48
- Commit Hash: 2d8360a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://www.multiprecision.org/cm/
- Description:
- The CM software implements the construction of ring class fields of imaginary
quadratic number fields and of elliptic curves with complex multiplication via
floating point approximations. It consists of libraries that can be called from
within a C program and of executable command line applications. For the
implemented algorithms.
- ¦ ¦ ¦ ¦
- 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/cm/ && make install clean
- To add the package, run one of these commands:
- pkg install math/cm
- pkg install cm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709863232
SHA256 (cm-0.4.3.tar.gz) = b23035bd94bea07d9ab912116522edb3db449f25f3361fe5bd4a35402150b005
SIZE (cm-0.4.3.tar.gz) = 762008
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:
-
- gmake>=4.4.1 : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libflint.so : math/flint2
- libgmp.so : math/gmp
- libmpc.so : math/mpc
- libmpfr.so : math/mpfr
- libmpfrcx.so : math/mpfrcx
- libpari.so : math/pari
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_cm
- USES:
- gmake 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 |
0.4.3 08 Mar 2024 10:25:48 |
Yuri Victorovich (yuri) |
math/cm: update 0.4.2 → 0.4.3
Reported by: portscout |
0.4.2 05 Dec 2023 21:31:03 |
Yuri Victorovich (yuri) |
math/cm: Correct URLs MASTER_SITES and WWW |
0.4.2 21 Jul 2023 08:42:17 |
Yuri Victorovich (yuri) |
math/cm: Update 0.4.1 → 0.4.2
Reported by: portscout |
0.4.1 20 Jul 2023 05:42:41 |
Yuri Victorovich (yuri) |
math/cm: Update 0.4.0 → 0.4.1
Reported by: portscout |
0.4.0_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.4.0_1 28 Sep 2022 02:25:36 |
Yuri Victorovich (yuri) |
math/pari: Update 2.13.4 -> 2.15.0
Reported by: portscout |
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) |
0.4.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 ) |
0.4.0 01 Aug 2022 06:47:43 |
Yuri Victorovich (yuri) |
math/cm: Update 0.3.1 -> 0.4.0
Also add test target. |
0.3.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.3.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.1_1 21 Mar 2021 09:57:05 |
gerald |
Update to MPC version 1.2.0 with the following changes:
- New functions:
. mpc_sum
. mpc_dot
- Several functions are more robust with a reduced exponent range
(for example corresponding to IEEE 754 binary formats).
- New mpcheck tool for comparison with the native C library (which
is not installed by default).
Bump all directly dependent ports. Do not bump those indirectly
dependent via the lang/gcc* family since their run-time dependencies
and code generated should not be affected.
PR: 249950
Submitted by: wen |
0.3.1 05 Jan 2021 22:10:16 |
yuri |
New port: math/cm: Library for ring class fields of imaginary quadratic number
fields |