macOS
brew install gmp-ecmlocal Homebrew formula metadata
sudo port install gmp-ecmMacPorts ports tree · math/gmp-ecm/Portfile · ソース: api.github.com
brew
gmp-ecm のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gmp-ecmlocal Homebrew formula metadata
sudo port install gmp-ecmMacPorts ports tree · math/gmp-ecm/Portfile · ソース: api.github.com
sudo apt install gmp-ecmDebian stable package indexes · gmp-ecm · ソース: deb.debian.org
sudo dnf install gmp-ecmFedora Rawhide package metadata · gmp-ecm · ソース: dl.fedoraproject.org
sudo pacman -S gmp-ecmArch Linux sync databases · gmp-ecm · ソース: geo.mirror.pkgbuild.com
sudo zypper install gmp-ecmopenSUSE Tumbleweed package metadata · gmp-ecm · ソース: download.opensuse.org
nix profile install nixpkgs#ecmnixpkgs package indexes · pkgs/by-name/ec/ecm/package.nix · ソース: api.github.com
概要
Elliptic Curve Method for integer factorization
履歴
GMP-ECM is a command-line program and library for integer factorization using the elliptic curve method, with support for P-1 and P+1 methods. It is a specialist number-theory tool built on GMP and used when practitioners need to search for medium-sized factors of large composites.
The project originates with Paul Zimmermann, listed in the AUTHORS file as the author of the first version. The codebase later moved to INRIA GitLab, and the bundled README notes that the older README text predates that move.
Over time GMP-ECM accumulated both command-line and library interfaces. README.lib documents ecm_factor, ecm_init, and ecm_clear for applications linking against libecm, while the main README documents ecm as a stdin-driven factoring command using B1 and B2 bounds.
The NEWS file records long-running engineering work: new P-1 and P+1 stage 2 algorithms in the 6.2 series, GPL/LGPL licensing adjustment in 6.4.1, thread safety and GPU stage-1 code in 7.0, and portability fixes through the 7.0.7 release line.
GMP-ECM is packaged across Homebrew, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE families in the batch metadata. That spread reflects its role as a reusable scientific computing component rather than a general desktop application.
The AUTHORS file shows contributions from number-theory and high-performance arithmetic specialists, including work on batch mode, GPU code, Visual C builds, expression parsing, primality testing tools, NTT code, and assembly optimizations.
Practitioners feed one composite number per line to ecm and choose a stage-1 bound B1, with an optional B2. The README examples cover one-curve ECM runs, multiple curves with -c, P-1 with -pm1, P+1 with -pp1, save/resume workflows, and expression syntax such as powers and Fermat-number forms.
Library users include ecm.h and link against libecm to call ecm_factor from their own factoring software. That split lets package managers install both a CLI for interactive factor hunting and a library for larger systems.
GMP-ECM matters in packaging because it is the canonical small tool behind a very specific algorithmic niche. A distro package gives researchers and computational-number-theory users the same tuned implementation without rebuilding GMP-linked arithmetic code by hand.
Its history is also a reminder that scientific packages often expose both an executable and a library ABI; the package is not merely an end-user command but part of the factoring stack used by other tools.
セキュリティ状態
gmp-ecm に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ecm | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://gitlab.inria.fr/zimmerma/ecm
インストールメタデータ
| パッケージキー | brew:gmp-ecm |
|---|---|
| バージョン | 7.0.7 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gmp-ecm |
| ホームページ | https://gitlab.inria.fr/zimmerma/ecm |
| リポジトリ | https://gitlab.inria.fr/zimmerma/ecm |
| 上流ドキュメント | https://gitlab.inria.fr/zimmerma/ecm |
| ライセンス | GPL-3.0-or-later AND LGPL-3.0-or-later |
| ソースアーカイブ | https://gitlab.inria.fr/zimmerma/ecm/-/archive/git-7.0.7/ecm-git-7.0.7.tar.gz |
| 最終更新 | 2026-06-07T12:56:09Z |
| Pulse | updated |
| 依存関係 | gmp, libomp, primesieve |
| ビルド依存関係 | autoconf, automake, libtool |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gmp-ecm |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
gmp-ecm 7.0.6+ds-1
Factor integers using the Elliptic Curve Method
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install gmp-ecmlibecm-dev 7.0.6+ds-1
dummy package
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm-devlibecm1 7.0.6+ds-1
factor integers using the Elliptic Curve Method -- lib
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1libecm1-dev 7.0.6+ds-1
factor integers using the Elliptic Curve Method -- libdev
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1-devlibecm1-dev-common 7.0.6+ds-1
factor integers using the Elliptic Curve Method -- header
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1-dev-commongmp-ecm 7.0.5+ds-1build1
Factor integers using the Elliptic Curve Method
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install gmp-ecmlibecm-dev 7.0.5+ds-1build1
dummy package
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm-devlibecm1 7.0.5+ds-1build1
factor integers using the Elliptic Curve Method -- lib
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1libecm1-dev 7.0.5+ds-1build1
factor integers using the Elliptic Curve Method -- libdev
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1-devlibecm1-dev-common 7.0.5+ds-1build1
factor integers using the Elliptic Curve Method -- header
https://gitlab.inria.fr/zimmerma/ecm
sudo apt install libecm1-dev-commongmp-ecm 7.0.7-1.fc45
Elliptic Curve Method for Integer Factorization
https://gitlab.inria.fr/zimmerma/ecm
sudo dnf install gmp-ecmgmp-ecm-devel 7.0.7-1.fc45
Files useful for gmp-ecm development
https://gitlab.inria.fr/zimmerma/ecm
sudo dnf install gmp-ecm-develgmp-ecm-libs 7.0.7-1.fc45
Elliptic Curve Method library
https://gitlab.inria.fr/zimmerma/ecm
sudo dnf install gmp-ecm-libsgmp-ecm 7.0.7-2
Elliptic Curve Method for Integer Factorization
https://github.com/sethtroisi/gmp-ecm
sudo pacman -S gmp-ecmgmp-ecm 7.0.5-1.10
Elliptic Curve Method for Integer Factorization
https://gitlab.inria.fr/zimmerma/ecm
sudo zypper install gmp-ecmgmp-ecm-devel 7.0.5-1.10
Development files for the gmp-ecm package
https://gitlab.inria.fr/zimmerma/ecm
sudo zypper install gmp-ecm-develソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.