FreeBSD Bugzilla – Attachment 212765 Details for
Bug 245109
math/ntl: update to 11.4.3 and add an option for gf2x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Update to 11.4.3 and add an option for gf2x
file_245109.txt (text/plain), 1.92 KB, created by
Thierry Thomas
on 2020-03-27 19:12:33 UTC
(
hide
)
Description:
Update to 11.4.3 and add an option for gf2x
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2020-03-27 19:12:33 UTC
Size:
1.92 KB
patch
obsolete
>Index: math/ntl/Makefile >=================================================================== >--- math/ntl/Makefile (revision 529202) >+++ math/ntl/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= ntl >-PORTVERSION= 11.4.1 >+PORTVERSION= 11.4.3 > CATEGORIES= math > MASTER_SITES= http://www.shoup.net/ntl/ > >@@ -29,13 +29,18 @@ > NTLDOCSDIR= share/doc/NTL > PLIST_SUB= NTLDOCS=${NTLDOCSDIR} > >-OPTIONS_DEFINE= DOCS GMP >-OPTIONS_DEFAULT= GMP >+OPTIONS_DEFINE= DOCS GF2X GMP >+OPTIONS_DEFAULT= GF2X GMP > >-GMP_DESC= Arbitrary precision arithmetic(Faster) >+GMP_DESC= Arbitrary precision arithmetic (Faster) > GMP_LIB_DEPENDS= libgmp.so:math/gmp > GMP_CONFIGURE_OFF= NTL_GMP_LIP=off > >+GF2X_DESC= Faster arithmetic over GF(2)[X] (the NTL class GF2X) >+GF2X_LIB_DEPENDS= libgf2x.so:math/gf2x >+GF2X_CONFIGURE_ON= NTL_GF2X_LIB=on >+GF2X_CONFIGURE_OFF= NTL_GF2X_LIB=off >+ > do-install-DOCS-on: > ${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR} >Index: math/ntl/distinfo >=================================================================== >--- math/ntl/distinfo (revision 529202) >+++ math/ntl/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1571455000 >-SHA256 (ntl-11.4.1.tar.gz) = a30687c4fbb8f114200426d2b1ece840bd024f64e2c5c6920b2d11ebcd82620e >-SIZE (ntl-11.4.1.tar.gz) = 2272898 >+TIMESTAMP = 1585334322 >+SHA256 (ntl-11.4.3.tar.gz) = b7c1ccdc64840e6a24351eb4a1e68887d29974f03073a1941c906562c0b83ad2 >+SIZE (ntl-11.4.3.tar.gz) = 2274421 >Index: math/ntl/pkg-plist >=================================================================== >--- math/ntl/pkg-plist (revision 529202) >+++ math/ntl/pkg-plist (working copy) >@@ -115,8 +115,8 @@ > include/NTL/xdouble.h > lib/libntl.a > lib/libntl.so >-lib/libntl.so.42 >-lib/libntl.so.42.0.1 >+lib/libntl.so.43 >+lib/libntl.so.43.0.1 > %%NTLDOCS%%/BasicThreadPool.cpp.html > %%NTLDOCS%%/BasicThreadPool.txt > %%NTLDOCS%%/GF2.cpp.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 245109
: 212765