mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
New port: math/cmh: Compute Igusa class polynomials
This commit is contained in:
parent
89f0746331
commit
356b8553c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561632
@ -194,6 +194,7 @@
|
||||
SUBDIR += clp
|
||||
SUBDIR += clrng
|
||||
SUBDIR += cm
|
||||
SUBDIR += cmh
|
||||
SUBDIR += cminpack
|
||||
SUBDIR += cmlib
|
||||
SUBDIR += cocoalib
|
||||
|
37
math/cmh/Makefile
Normal file
37
math/cmh/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cmh
|
||||
DISTVERSION= 1.0.20200923
|
||||
CATEGORIES= math
|
||||
#MASTER_SITES= http://www.multiprecision.org/downloads/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Compute Igusa class polynomials
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libfplll.so:math/fplll \
|
||||
libgmp.so:math/gmp \
|
||||
libmpc.so:math/mpc \
|
||||
libmpfr.so:math/mpfr \
|
||||
libmpfrcx.so:math/mpfrcx \
|
||||
libpari.so:math/pari
|
||||
RUN_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= autoreconf gmake libtool localbase shebangfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.inria.fr/
|
||||
GL_COMMIT= 53bba6332e8df9d30ed9bb839bd78afe6aa60153
|
||||
|
||||
SHEBANG_FILES= scripts/cmh-classpol.sh.in
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
INFO= cm
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/cmh/distinfo
Normal file
3
math/cmh/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1610707507
|
||||
SHA256 (cmh-cmh-53bba6332e8df9d30ed9bb839bd78afe6aa60153_GL0.tar.gz) = da85333523611d520da3113e1253dad10a2a038f75542bc77afcb11432ec7298
|
||||
SIZE (cmh-cmh-53bba6332e8df9d30ed9bb839bd78afe6aa60153_GL0.tar.gz) = 138285
|
7
math/cmh/pkg-descr
Normal file
7
math/cmh/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This software package computes Igusa (genus 2) class polynomials, which
|
||||
parameterise the CM points in the moduli space of 2-dimensional abelian
|
||||
varieties, i.e. Jacobians of hyperelliptic curves.
|
||||
|
||||
This program is also able to compute theta constants at arbitrary precision.
|
||||
|
||||
WWW: http://www.multiprecision.org/cmh/home.html
|
13
math/cmh/pkg-plist
Normal file
13
math/cmh/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/cm2
|
||||
bin/cmh-classpol.sh
|
||||
include/cmh.h
|
||||
lib/cmh/libparsepari.a
|
||||
lib/cmh/libparsepari.so
|
||||
lib/cmh/libparsepari.so.0
|
||||
lib/cmh/libparsepari.so.0.0.0
|
||||
lib/libcmh.a
|
||||
lib/libcmh.so
|
||||
lib/libcmh.so.0
|
||||
lib/libcmh.so.0.0.0
|
||||
%%DATADIR%%/checkpol.gp
|
||||
%%DATADIR%%/shimura.gp
|
Loading…
Reference in New Issue
Block a user