diff --git a/math/cocoalib/Makefile b/math/cocoalib/Makefile index becfa27b72c0..7fcc3b5fd7f7 100644 --- a/math/cocoalib/Makefile +++ b/math/cocoalib/Makefile @@ -1,112 +1,112 @@ PORTNAME= cocoalib -DISTVERSION= 0.99712 +DISTVERSION= 0.99717 CATEGORIES= math MASTER_SITES= http://cocoa.dima.unige.it/cocoalib/tgz/ DISTNAME= CoCoALib-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for doing Computations in Commutative Algebra LICENSE= GPLv3+ GFDL PD LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING-GPLv3 LICENSE_FILE_GFDL= ${WRKSRC}/doc/COPYING BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libgmp.so:math/gmp USES= compiler:c++11-lang shebangfix tar:tgz USE_LDCONFIG= yes SHEBANG_GLOB= *.sh CXXFLAGS+= -I${WRKSRC}/include \ -I${WRKSRC}/src/AlgebraicCore/TmpFactorDir \ -I${WRKSRC}/src/AlgebraicCore/TmpFactorDir/multivariate \ -I${WRKSRC}/src/AlgebraicCore/TmpFactorDir/linalg \ -I${LOCALBASE}/include \ -DCoCoA_ULONG2LONG=1 -fPIC LDFLAGS+= -L${LOCALBASE}/lib -L${BUILD_WRKSRC} -lcocoa -lgmp BUILD_WRKSRC= ${WRKSRC}/src/AlgebraicCore TEST_TARGET= all TEST_WRKSRC= ${WRKSRC}/src/tests PREPROCESSOR_DEFNS= ${WRKSRC}/include/CoCoA/PREPROCESSOR_DEFNS.H OPTIONS_DEFINE= BOOST DOCS EXAMPLES FROBBY GFAN \ GSL NORMALIZ SMALLDEG TEST FROBBY_DESC= Link with libfrobby.a GFAN_DESC= Link with libgfan.a GSL_DESC= Link with libgsl.a NORMALIZ_DESC= Link with libnormaliz.a (might cause circular dependency) SMALLDEG_DESC= Optimization for small degree polynomials BOOST_BUILD_DEPENDS= ${LOCALBASE}/include/boost/thread.hpp:devel/boost-libs BOOST_CXXFLAGS= -pthread FROBBY_BUILD_DEPENDS= ${LOCALBASE}/lib/libfrobby.a:math/frobby GFAN_BUILD_DEPENDS= ${LOCALBASE}/lib/libgfan.a:math/gfanlib GSL_BUILD_DEPENDS= ${LOCALBASE}/lib/libgsl.a:math/gsl NORMALIZ_BUILD_DEPENDS= ${LOCALBASE}/lib/libnormaliz.a:math/libnormaliz SMALLDEG_EXTRA_PATCHES= ${FILESDIR}/extra-patch-include-CoCoA_config.H pre-configure: ${REINPLACE_CMD} "s,%%DISTVERSION%%,${DISTVERSION},g" ${BUILD_WRKSRC}/Makefile do-configure-BOOST-on: ${ECHO_CMD} "#define COCOA_WITH_BOOST" >> ${PREPROCESSOR_DEFNS} do-configure-BOOST-off: ${ECHO_CMD} "#undef COCOA_WITH_BOOST" >> ${PREPROCESSOR_DEFNS} do-configure-FROBBY-on: ${ECHO_CMD} "#define COCOA_WITH_FROBBY" >> ${PREPROCESSOR_DEFNS} do-configure-FROBBY-off: ${ECHO_CMD} "#undef COCOA_WITH_FROBBY" >> ${PREPROCESSOR_DEFNS} do-configure-GFAN-on: ${ECHO_CMD} "#define COCOA_WITH_GFAN" >> ${PREPROCESSOR_DEFNS} do-configure-GFAN-off: ${ECHO_CMD} "#undef COCOA_WITH_GFAN" >> ${PREPROCESSOR_DEFNS} do-configure-GSL-on: ${ECHO_CMD} "#define COCOA_WITH_GSL" >> ${PREPROCESSOR_DEFNS} do-configure-GSL-off: ${ECHO_CMD} "#undef COCOA_WITH_GSL" >> ${PREPROCESSOR_DEFNS} do-configure-NORMALIZ-on: ${ECHO_CMD} "#define COCOA_WITH_NORMALIZ" >> ${PREPROCESSOR_DEFNS} do-configure-NORMALIZ-off: ${ECHO_CMD} "#undef COCOA_WITH_NORMALIZ" >> ${PREPROCESSOR_DEFNS} pre-build: cd ${WRKSRC}/include/CoCoA && ./MakeUnifiedHeader.sh --check post-build-TEST-on: do-test do-install: ${INSTALL_DATA} ${BUILD_WRKSRC}/libcocoa.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${BUILD_WRKSRC}/libcocoa.so.0 ${STAGEDIR}${PREFIX}/lib cd ${STAGEDIR}${PREFIX}/lib && \ ${LN} -sf libcocoa.so.0 ${STAGEDIR}${PREFIX}/lib/libcocoa.so ${MKDIR} ${STAGEDIR}${PREFIX}/include/CoCoA cd ${WRKSRC}/include/CoCoA && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/CoCoA '-name *\.H -a ! -name \._*' post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_MAN} ${WRKSRC}/doc/CoCoALib.pdf ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html '! -name \._*' post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_MAN} ${WRKSRC}/examples/index.html ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} '-name ex-*\.C' .include diff --git a/math/cocoalib/distinfo b/math/cocoalib/distinfo index 1f0924fd714f..845242d3304e 100644 --- a/math/cocoalib/distinfo +++ b/math/cocoalib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615756797 -SHA256 (CoCoALib-0.99712.tgz) = eff4432565d0be2ac2e7c7ace7f404dba370eb7d3d71e321bcb8b439489d11d3 -SIZE (CoCoALib-0.99712.tgz) = 5598997 +TIMESTAMP = 1644858430 +SHA256 (CoCoALib-0.99717.tgz) = abc152aaf1336758102fa9d1a6d534f7686a5a4eadb69cbf54c706fbd93c8caf +SIZE (CoCoALib-0.99717.tgz) = 5630927 diff --git a/math/cocoalib/pkg-plist b/math/cocoalib/pkg-plist index 63a2a287ef8c..b8124b52d328 100644 --- a/math/cocoalib/pkg-plist +++ b/math/cocoalib/pkg-plist @@ -1,447 +1,447 @@ -include/CoCoA/apply.H include/CoCoA/ApproxPts.H include/CoCoA/ApproxPts2.H include/CoCoA/assert.H include/CoCoA/BenchmarkToolkit.H include/CoCoA/BigInt.H include/CoCoA/BigIntOps.H include/CoCoA/BigRat.H include/CoCoA/BigRatInterval.H include/CoCoA/BigRatOps.H include/CoCoA/bool3.H include/CoCoA/BuildInfo.H include/CoCoA/CanonicalHom.H include/CoCoA/combinatorics.H include/CoCoA/config.H include/CoCoA/convert.H include/CoCoA/CpuTimeLimit.H include/CoCoA/debug_new.H include/CoCoA/degree.H include/CoCoA/DenseMatrix.H include/CoCoA/DenseUPolyClean.H include/CoCoA/DenseUPolyRing.H include/CoCoA/DistrMPolyClean.H include/CoCoA/DistrMPolyInlFpPP.H include/CoCoA/DistrMPolyInlPP.H include/CoCoA/DivMask.H include/CoCoA/DUPFp.H include/CoCoA/DynamicBitset.H include/CoCoA/error.H include/CoCoA/exception.H include/CoCoA/ExternalLibs-Frobby.H include/CoCoA/ExternalLibs-GFan.H include/CoCoA/ExternalLibs-GSL.H include/CoCoA/ExternalLibs-MathSAT.H include/CoCoA/ExternalLibs-Normaliz.H include/CoCoA/ExternalLibs.H include/CoCoA/factor.H include/CoCoA/factorization.H include/CoCoA/FGModule.H include/CoCoA/FieldIdeal.H include/CoCoA/FloatApprox.H include/CoCoA/FractionField.H include/CoCoA/FreeModule.H include/CoCoA/GBEnv.H include/CoCoA/geobucket.H include/CoCoA/GlobalManager.H include/CoCoA/HomomorphismOps.H include/CoCoA/ideal.H include/CoCoA/interrupt.H include/CoCoA/library.H include/CoCoA/LinDepMill.H include/CoCoA/LogStream.H include/CoCoA/MachineInt.H include/CoCoA/matrix.H include/CoCoA/MatrixForOrdering.H include/CoCoA/MatrixFp.H include/CoCoA/MatrixOps.H include/CoCoA/MatrixSpecial.H include/CoCoA/MatrixView.H include/CoCoA/MemPool.H include/CoCoA/module.H include/CoCoA/ModuleOrdering.H include/CoCoA/NumTheory-ContFrac.H include/CoCoA/NumTheory-CoprimeFactorBasis.H include/CoCoA/NumTheory-CRT.H include/CoCoA/NumTheory-factor.H include/CoCoA/NumTheory-gcd.H include/CoCoA/NumTheory-misc.H include/CoCoA/NumTheory-modular.H include/CoCoA/NumTheory-prime.H include/CoCoA/NumTheory-RatReconstruct.H include/CoCoA/NumTheory-SimplestRat.H include/CoCoA/obsolescent.H include/CoCoA/OpenMath.H include/CoCoA/OpenMathXML.H include/CoCoA/OrdvArith.H include/CoCoA/PolyFamilies.H include/CoCoA/PolyRing.H include/CoCoA/PPMonoid.H include/CoCoA/PPMonoidEv.H include/CoCoA/PPMonoidEvOv.H include/CoCoA/PPMonoidHom.H include/CoCoA/PPMonoidOv.H include/CoCoA/PPMonoidSparse.H include/CoCoA/PPOrdering.H include/CoCoA/PPWithMask.H include/CoCoA/PREPROCESSOR_DEFNS.H include/CoCoA/ProgressReporter.H include/CoCoA/QBGenerator.H include/CoCoA/QuasiPoly.H include/CoCoA/QuotientModule.H include/CoCoA/QuotientRing.H include/CoCoA/random.H include/CoCoA/RandomSparseNonSing01Mat.H include/CoCoA/ReductionCog.H include/CoCoA/ring-AutomaticConversion.H include/CoCoA/ring.H include/CoCoA/RingDenseUPolyClean.H include/CoCoA/RingDistrMPolyClean.H include/CoCoA/RingDistrMPolyInlFpPP.H include/CoCoA/RingDistrMPolyInlPP.H include/CoCoA/RingElemInput.H include/CoCoA/RingElemOps-CoprimeFactorBasis.H include/CoCoA/RingExtAlg.H include/CoCoA/RingFp.H include/CoCoA/RingFpDouble.H include/CoCoA/RingFpLog.H include/CoCoA/RingFqLog.H include/CoCoA/RingFqVec.H include/CoCoA/RingHom.H include/CoCoA/RingQQ.H include/CoCoA/RingTwinFloat.H include/CoCoA/RingWeyl.H include/CoCoA/RingZZ.H include/CoCoA/RootBound.H include/CoCoA/SignalWatcher.H include/CoCoA/SmallFpDoubleImpl.H include/CoCoA/SmallFpImpl.H include/CoCoA/SmallFpLogImpl.H include/CoCoA/SmallFqLogImpl.H include/CoCoA/SmallFqUtils.H include/CoCoA/SmallFqVecImpl.H include/CoCoA/SmartPtrIRC.H include/CoCoA/SparsePolyIter.H include/CoCoA/SparsePolyOps-EvalInterval.H include/CoCoA/SparsePolyOps-hilbert.H include/CoCoA/SparsePolyOps-ideal-monomial.H include/CoCoA/SparsePolyOps-ideal-points.H include/CoCoA/SparsePolyOps-ideal.H include/CoCoA/SparsePolyOps-implicit.H include/CoCoA/SparsePolyOps-interreduced.H include/CoCoA/SparsePolyOps-involutive.H include/CoCoA/SparsePolyOps-MinPoly.H include/CoCoA/SparsePolyOps-RadicalMembership.H include/CoCoA/SparsePolyOps-RealRadical.H include/CoCoA/SparsePolyOps-resultant.H include/CoCoA/SparsePolyOps-RingElem.H include/CoCoA/SparsePolyOps-SturmSeq.H include/CoCoA/SparsePolyRing.H include/CoCoA/submodule.H include/CoCoA/SugarDegree.H include/CoCoA/symbol.H include/CoCoA/time.H include/CoCoA/TmpF5.H include/CoCoA/TmpGOperations.H include/CoCoA/TmpGPair.H include/CoCoA/TmpGPoly.H include/CoCoA/TmpGReductor.H include/CoCoA/TmpGRStats.H include/CoCoA/TmpGTypes.H include/CoCoA/TmpIsTree.H include/CoCoA/TmpJBAlgorithm.H include/CoCoA/TmpJBDatastructure.H include/CoCoA/TmpJBMill.H include/CoCoA/TmpJBSets.H include/CoCoA/TmpMayerVietorisTree.H include/CoCoA/TmpMonomialFunctions.H include/CoCoA/TmpMorseBetti.H include/CoCoA/TmpMorseElement.H include/CoCoA/TmpMorseGraph.H include/CoCoA/TmpMorsePaths.H include/CoCoA/TmpMorseResolution.H include/CoCoA/TmpPartialMorseBetti.H include/CoCoA/TmpPBMill.H include/CoCoA/TmpPPVector.H include/CoCoA/TmpResolutionMinimization.H include/CoCoA/TmpStabilityAlgorithm.H include/CoCoA/TmpToric.H include/CoCoA/TmpUniversalInvolutiveBasisContainer.H include/CoCoA/ToString.H include/CoCoA/ULong2Long.H include/CoCoA/UPoly.H include/CoCoA/utils-gmp.H include/CoCoA/utils.H include/CoCoA/VectorOps.H include/CoCoA/verbose.H include/CoCoA/VerificationLevel.H lib/libcocoa.a lib/libcocoa.so lib/libcocoa.so.0 %%PORTDOCS%%%%DOCSDIR%%/CoCoALib.pdf %%PORTDOCS%%%%DOCSDIR%%/html/00CodingConventions.html %%PORTDOCS%%%%DOCSDIR%%/html/00INTRODUCTION.html %%PORTDOCS%%%%DOCSDIR%%/html/ApproxPts.html %%PORTDOCS%%%%DOCSDIR%%/html/BigInt.html %%PORTDOCS%%%%DOCSDIR%%/html/BigIntOps.html %%PORTDOCS%%%%DOCSDIR%%/html/BigRat.html %%PORTDOCS%%%%DOCSDIR%%/html/BigRatInterval.html %%PORTDOCS%%%%DOCSDIR%%/html/BigRatOps.html %%PORTDOCS%%%%DOCSDIR%%/html/BuildInfo.html %%PORTDOCS%%%%DOCSDIR%%/html/BuiltInFunctions.html %%PORTDOCS%%%%DOCSDIR%%/html/CanonicalHom.html %%PORTDOCS%%%%DOCSDIR%%/html/CpuTimeLimit.html %%PORTDOCS%%%%DOCSDIR%%/html/DenseMatrix.html %%PORTDOCS%%%%DOCSDIR%%/html/DenseUPolyClean.html %%PORTDOCS%%%%DOCSDIR%%/html/DenseUPolyRing.html %%PORTDOCS%%%%DOCSDIR%%/html/DistrMPolyClean.html %%PORTDOCS%%%%DOCSDIR%%/html/DistrMPolyInlPP.html %%PORTDOCS%%%%DOCSDIR%%/html/DivMask.html %%PORTDOCS%%%%DOCSDIR%%/html/DynamicBitset.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-BOOST.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-Frobby.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-GFan.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-GMP.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-MathSAT.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs-Normaliz.html %%PORTDOCS%%%%DOCSDIR%%/html/ExternalLibs.html %%PORTDOCS%%%%DOCSDIR%%/html/FGModule.html %%PORTDOCS%%%%DOCSDIR%%/html/FieldIdeal.html %%PORTDOCS%%%%DOCSDIR%%/html/FloatApprox.html %%PORTDOCS%%%%DOCSDIR%%/html/FractionField.html %%PORTDOCS%%%%DOCSDIR%%/html/FreeModule.html %%PORTDOCS%%%%DOCSDIR%%/html/GBEnv.html %%PORTDOCS%%%%DOCSDIR%%/html/GPoly.html %%PORTDOCS%%%%DOCSDIR%%/html/GlobalManager.html %%PORTDOCS%%%%DOCSDIR%%/html/HomomorphismOps.html %%PORTDOCS%%%%DOCSDIR%%/html/INSTALL.html %%PORTDOCS%%%%DOCSDIR%%/html/IdealOfPoints.html %%PORTDOCS%%%%DOCSDIR%%/html/JBMill.html %%PORTDOCS%%%%DOCSDIR%%/html/LogStream.html %%PORTDOCS%%%%DOCSDIR%%/html/MachineInt.html %%PORTDOCS%%%%DOCSDIR%%/html/MatrixForOrdering.html %%PORTDOCS%%%%DOCSDIR%%/html/MatrixOps.html %%PORTDOCS%%%%DOCSDIR%%/html/MatrixSpecial.html %%PORTDOCS%%%%DOCSDIR%%/html/MatrixView.html %%PORTDOCS%%%%DOCSDIR%%/html/MemPool.html %%PORTDOCS%%%%DOCSDIR%%/html/ModuleTermOrdering.html %%PORTDOCS%%%%DOCSDIR%%/html/MorseGraph.html %%PORTDOCS%%%%DOCSDIR%%/html/NumTheory.html %%PORTDOCS%%%%DOCSDIR%%/html/OpenMath.html %%PORTDOCS%%%%DOCSDIR%%/html/OrdvArith.html %%PORTDOCS%%%%DOCSDIR%%/html/OrthogonalPolys.html %%PORTDOCS%%%%DOCSDIR%%/html/PBMill.html %%PORTDOCS%%%%DOCSDIR%%/html/PPMonoid.html %%PORTDOCS%%%%DOCSDIR%%/html/PPMonoidHom.html %%PORTDOCS%%%%DOCSDIR%%/html/PPOrdering.html %%PORTDOCS%%%%DOCSDIR%%/html/PPVector.html %%PORTDOCS%%%%DOCSDIR%%/html/PPWithMask.html %%PORTDOCS%%%%DOCSDIR%%/html/PolyRing.html %%PORTDOCS%%%%DOCSDIR%%/html/ProgressReporter.html %%PORTDOCS%%%%DOCSDIR%%/html/QBGenerator.html %%PORTDOCS%%%%DOCSDIR%%/html/QuasiPoly.html %%PORTDOCS%%%%DOCSDIR%%/html/QuotientRing.html %%PORTDOCS%%%%DOCSDIR%%/html/RadicalMembership.html %%PORTDOCS%%%%DOCSDIR%%/html/ReductionCog.html %%PORTDOCS%%%%DOCSDIR%%/html/RegisterServerOps.html %%PORTDOCS%%%%DOCSDIR%%/html/RingDistrMPolyClean.html %%PORTDOCS%%%%DOCSDIR%%/html/RingDistrMPolyInlPP.html %%PORTDOCS%%%%DOCSDIR%%/html/RingElem.html %%PORTDOCS%%%%DOCSDIR%%/html/RingElemInput.html %%PORTDOCS%%%%DOCSDIR%%/html/RingFp.html %%PORTDOCS%%%%DOCSDIR%%/html/RingFpDouble.html %%PORTDOCS%%%%DOCSDIR%%/html/RingFpLog.html %%PORTDOCS%%%%DOCSDIR%%/html/RingHom.html %%PORTDOCS%%%%DOCSDIR%%/html/RingQQ.html %%PORTDOCS%%%%DOCSDIR%%/html/RingTwinFloat.html %%PORTDOCS%%%%DOCSDIR%%/html/RingWeyl.html %%PORTDOCS%%%%DOCSDIR%%/html/RingZZ.html %%PORTDOCS%%%%DOCSDIR%%/html/RootBound.html %%PORTDOCS%%%%DOCSDIR%%/html/ServerOp.html %%PORTDOCS%%%%DOCSDIR%%/html/SignalWatcher.html %%PORTDOCS%%%%DOCSDIR%%/html/SmallFpDoubleImpl.html %%PORTDOCS%%%%DOCSDIR%%/html/SmallFpImpl.html %%PORTDOCS%%%%DOCSDIR%%/html/SmallFpLogImpl.html -%%PORTDOCS%%%%DOCSDIR%%/html/SmallPrime.html %%PORTDOCS%%%%DOCSDIR%%/html/SmartPtrIRC.html %%PORTDOCS%%%%DOCSDIR%%/html/SmartPtrIRCCOW.html %%PORTDOCS%%%%DOCSDIR%%/html/SocketStream.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps-MinPoly.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps-RealRadical.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps-SturmSeq.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps-resultant.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyOps.html %%PORTDOCS%%%%DOCSDIR%%/html/SparsePolyRing.html %%PORTDOCS%%%%DOCSDIR%%/html/SugarDegree.html %%PORTDOCS%%%%DOCSDIR%%/html/ToString.html %%PORTDOCS%%%%DOCSDIR%%/html/ULong2Long.html %%PORTDOCS%%%%DOCSDIR%%/html/UniversalInvolutiveBasisContainer.html %%PORTDOCS%%%%DOCSDIR%%/html/VectorOps.html %%PORTDOCS%%%%DOCSDIR%%/html/VerificationLevel.html %%PORTDOCS%%%%DOCSDIR%%/html/assert.html %%PORTDOCS%%%%DOCSDIR%%/html/bool3.html %%PORTDOCS%%%%DOCSDIR%%/html/cocoalib-doc.css %%PORTDOCS%%%%DOCSDIR%%/html/combinatorics.html %%PORTDOCS%%%%DOCSDIR%%/html/config.html %%PORTDOCS%%%%DOCSDIR%%/html/convert.html %%PORTDOCS%%%%DOCSDIR%%/html/debug_new.html %%PORTDOCS%%%%DOCSDIR%%/html/degree.html %%PORTDOCS%%%%DOCSDIR%%/html/empty.html %%PORTDOCS%%%%DOCSDIR%%/html/error.html %%PORTDOCS%%%%DOCSDIR%%/html/exception.html %%PORTDOCS%%%%DOCSDIR%%/html/factor.html %%PORTDOCS%%%%DOCSDIR%%/html/factorization.html %%PORTDOCS%%%%DOCSDIR%%/html/geobucket.html %%PORTDOCS%%%%DOCSDIR%%/html/hilbert.html %%PORTDOCS%%%%DOCSDIR%%/html/ideal.html %%PORTDOCS%%%%DOCSDIR%%/html/index-alpha.html %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/interrupt.html %%PORTDOCS%%%%DOCSDIR%%/html/leak_checker.html %%PORTDOCS%%%%DOCSDIR%%/html/library.html %%PORTDOCS%%%%DOCSDIR%%/html/matrix.html %%PORTDOCS%%%%DOCSDIR%%/html/module.html %%PORTDOCS%%%%DOCSDIR%%/html/obsolescent.html %%PORTDOCS%%%%DOCSDIR%%/html/random.html %%PORTDOCS%%%%DOCSDIR%%/html/ring.html %%PORTDOCS%%%%DOCSDIR%%/html/submodule.html %%PORTDOCS%%%%DOCSDIR%%/html/symbol.html %%PORTDOCS%%%%DOCSDIR%%/html/time.html %%PORTDOCS%%%%DOCSDIR%%/html/utils-gmp.html %%PORTDOCS%%%%DOCSDIR%%/html/utils.html %%PORTDOCS%%%%DOCSDIR%%/html/verbose.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-AlexanderDual.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ApproxPts1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BenchmarkToolkit.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigInt1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigInt2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigInt3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigRat1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BigRatInterval1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-BuildInfo.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-CoprimeFactorBasis1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-CpuTimeLimit1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-CpuTimeLimit2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-DivMask1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-DivMask2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-DynamicBitset1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-DynamicBitset2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ExternalLibs1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-FloatApprox1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-GFan1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-GMPAllocator1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-GMPAllocator2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-HomomorphismFns1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-IdealOfPoints1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-IntegrationUIBCToSparsePolyRing.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Janet1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Janet2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-LogStream1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MVT-Simplicial.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MVT-SqFr.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MVT-edge.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MVT.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MathSat1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MathSat2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-MorseGraph.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NF.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Normaliz1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Normaliz2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory-crypto1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-NumTheory4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-OrderingGrading1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-OrthogPolys1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPMonoidElem1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPMonoidElem2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPMonoidHom1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPVector1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPWithMask1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PPWithMask2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyInput1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyInput2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyIterator1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyIterator2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyRing1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyRing2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyRing3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-PolyRing4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Pommaret1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-Pommaret2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ProgressReporter1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-QuotientBasis.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomBigInt1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomBool1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomLong1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomSource1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RandomSource2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingElem1.C +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingElem2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingFp1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingFp2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingFq1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom5.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingHom6.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingQQ1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingTwinFloat1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingTwinFloat2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingTwinFloat3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingTwinFloat6.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingWeyl5.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RingZZ1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-RootBound1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SmallFp1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SmallFp2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SmallFp3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SparsePolyOps1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SparsePolyOps2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-SparsePolyOps3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ToString1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ToString2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-UtilsTemplate1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-VectorOperations1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-VerificationLevel1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-bool3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-arith.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-basic.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-bool.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-class.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-fn-defn.C -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-for-loop.C -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-vector.C -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++.C +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-loop-for1.C +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-loop-for2.C +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-loop-while.C +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-vector1.C +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-vector2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-convert1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-empty.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-error1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-factor1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-frobby1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-geobucket1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-hilbert1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ideal1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ideal2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-interrupt1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-interrupt2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-limits.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-matrix1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-matrix2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-matrix3.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-matrix4.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-module1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-module2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-obsolescent.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ring1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-ring2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-symbol1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-symbol2.C -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-c++-vector2.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-verbose1.C %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html