diff options
Diffstat (limited to '')
509 files changed, 5486 insertions, 4698 deletions
diff --git a/math/4ti2/Makefile b/math/4ti2/Makefile index 1de8b4ef38c4..a80b86a0c114 100644 --- a/math/4ti2/Makefile +++ b/math/4ti2/Makefile @@ -1,6 +1,6 @@ PORTNAME= 4ti2 DISTVERSIONPREFIX= Release_ -DISTVERSION= 1_6_10 +DISTVERSION= 1_6_13 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -13,10 +13,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libglpk.so:math/glpk \ libgmp.so:math/gmp -USES= autoreconf compiler:c++11-lang gmake libtool +USES= autoreconf compiler:c++11-lang gmake libtool shebangfix USE_GITHUB= yes USE_LDCONFIG= yes +SHEBANG_FILES= test/check.template.in + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --enable-shared --with-glpk=${LOCALBASE} --with-gmp=${LOCALBASE} diff --git a/math/4ti2/distinfo b/math/4ti2/distinfo index c5266ed4badb..1d0872a1335c 100644 --- a/math/4ti2/distinfo +++ b/math/4ti2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682583538 -SHA256 (4ti2-4ti2-Release_1_6_10_GH0.tar.gz) = 2f1bce3203da65b651d68cbd0ace0f89a16d1f436cf5f24e22bc15ec22df936a -SIZE (4ti2-4ti2-Release_1_6_10_GH0.tar.gz) = 5005427 +TIMESTAMP = 1753038439 +SHA256 (4ti2-4ti2-Release_1_6_13_GH0.tar.gz) = 37b36536f0b9185afa8e0c9badf6a6b5277b7a4a8409726d599cf254946e94fa +SIZE (4ti2-4ti2-Release_1_6_13_GH0.tar.gz) = 4991075 diff --git a/math/Imath/Makefile b/math/Imath/Makefile index ff8253cf8049..7bd7c31c3f69 100644 --- a/math/Imath/Makefile +++ b/math/Imath/Makefile @@ -1,14 +1,14 @@ # Based on the graphics/ilmbase port that was done by: nork@FreeBSD.org PORTNAME= Imath -PORTVERSION= 3.1.12 +PORTVERSION= 3.2.1 CATEGORIES= math devel graphics MASTER_SITES= https://github.com/AcademySoftwareFoundation/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/mandree/ # to verify: 'make makesum' and download .sigstore.json to working directory, then: # sigstore verify github --cert-identity \ -# https://github.com/AcademySoftwareFoundation/Imath/.github/workflows/release-sign.yml@refs/tags/v3.1.12 \ -# /usr/ports/distfiles/Imath-3.1.12.tar.gz --bundle Imath-3.1.12.tar.gz.sigstore.json +# https://github.com/AcademySoftwareFoundation/Imath/.github/workflows/release-sign.yml@refs/tags/v3.2.1 \ +# /usr/ports/distfiles/Imath-3.2.1.tar.gz --bundle Imath-3.2.1.tar.gz.sigstore.json MAINTAINER= mandree@FreeBSD.org COMMENT= C++/Python lib of 2D/3D vector, matrix, math ops for computer graphics @@ -26,9 +26,8 @@ CMAKE_ARGS+= -DCMAKE_DEBUG_POSTFIX= \ PATCH_STRIP= -p1 PLIST_SUB= MAJORVER=${_MAJORVER} \ - MINVER=${_MINVER} \ - PLVER=${_PLVER} \ VER=${_VER} \ + REL=${_REL} \ PYVER=${PYTHON_VER:S/./_/} PORTDOCS= README.md @@ -39,19 +38,15 @@ LARGE_STACK_DESC= Enable sys-dependent large stack optimizations LARGE_STACK_CMAKE_BOOL= IMATH_ENABLE_LARGE_STACK PYTHON_BUILD_DEPENDS= ${PYNUMPY} -PYTHON_LIB_DEPENDS= ${PY_BOOST} +PYTHON_LIB_DEPENDS= ${PY_BOOST} \ + libboost_container.so:devel/boost-libs PYTHON_RUN_DEPENDS= ${PYNUMPY} PYTHON_USES= python PYTHON_CMAKE_BOOL= PYTHON -_MAJORVER= 3_1 -_VER= 29 -_MINVER= 11 -_PLVER= 0 - -post-patch: - ${REINPLACE_CMD} -E 's}find_package\(Python(3?) COMPONENTS}set(Python\1_EXECUTABLE ${PYTHON_CMD})\nfind_package(Python\1 ${PYTHON_VER} EXACT COMPONENTS}' \ - ${WRKSRC}/src/python/CMakeLists.txt +_MAJORVER= 3_2 +_VER= 30 +_REL= ${PORTVERSION} post-install: .for l in libImath diff --git a/math/Imath/distinfo b/math/Imath/distinfo index 5ffa111df77e..55a43a17472b 100644 --- a/math/Imath/distinfo +++ b/math/Imath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725995802 -SHA256 (Imath-3.1.12.tar.gz) = cb8ca9ca77ac4338ebbee911fc90c886011ac5b00088630bacf8ef6c6e522f0a -SIZE (Imath-3.1.12.tar.gz) = 593114 +TIMESTAMP = 1755290564 +SHA256 (Imath-3.2.1.tar.gz) = 8e016fd33f240acacd457fcf9a2a0473e68aed57897fa4e27bc02a278aab23f8 +SIZE (Imath-3.2.1.tar.gz) = 680129 diff --git a/math/Imath/pkg-plist b/math/Imath/pkg-plist index 04ff9e1bd567..33e0dda6106b 100644 --- a/math/Imath/pkg-plist +++ b/math/Imath/pkg-plist @@ -39,7 +39,7 @@ lib/cmake/Imath/ImathTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Imath/ImathTargets.cmake lib/libImath-%%MAJORVER%%.so lib/libImath-%%MAJORVER%%.so.%%VER%% -lib/libImath-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%% +lib/libImath-%%MAJORVER%%.so.%%VER%%.%%REL%% lib/libImath.so libdata/pkgconfig/Imath.pc %%PYTHON%%include/Imath/PyImath.h @@ -84,9 +84,12 @@ libdata/pkgconfig/Imath.pc %%PYTHON%%include/Imath/PyImathVec4ArrayImpl.h %%PYTHON%%include/Imath/PyImathVec4Impl.h %%PYTHON%%include/Imath/PyImathVecOperators.h +%%PYTHON%%lib/cmake/Imath/PyImathTargets-%%CMAKE_BUILD_TYPE%%.cmake +%%PYTHON%%lib/cmake/Imath/PyImathTargets.cmake +%%PYTHON%%lib/libPyImath.so %%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so %%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so.%%VER%% -%%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so.%%VER%%.%%MINVER%%.%%PLVER%% +%%PYTHON%%lib/libPyImath_Python%%PYVER%%-%%MAJORVER%%.so.%%VER%%.%%REL%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/imath.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/imathnumpy.so %%PYTHON%%libdata/pkgconfig/PyImath.pc diff --git a/math/Makefile b/math/Makefile index 13a8e8ec88c2..909ed65f71df 100644 --- a/math/Makefile +++ b/math/Makefile @@ -25,7 +25,6 @@ SUBDIR += R-cran-Matching SUBDIR += R-cran-MatrixModels SUBDIR += R-cran-NMF - SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-RcppEigen SUBDIR += R-cran-RcppRoll @@ -393,6 +392,7 @@ SUBDIR += gsl SUBDIR += half SUBDIR += hexcalc + SUBDIR += hexowl SUBDIR += heyoka SUBDIR += highs SUBDIR += hmat-oss @@ -471,7 +471,6 @@ SUBDIR += librdata SUBDIR += librsb SUBDIR += libsemigroups - SUBDIR += libsharp2 SUBDIR += libtexprintf SUBDIR += libtommath SUBDIR += libxls @@ -491,7 +490,6 @@ SUBDIR += ltl2ba SUBDIR += m4ri SUBDIR += m4rie - SUBDIR += manifold SUBDIR += mate-calc SUBDIR += math77 SUBDIR += mathex @@ -627,6 +625,7 @@ SUBDIR += octave-forge-nurbs SUBDIR += octave-forge-oct2mat SUBDIR += octave-forge-octave-pool + SUBDIR += octave-forge-octave_php_wrapper SUBDIR += octave-forge-octave_tar SUBDIR += octave-forge-octave_zstd SUBDIR += octave-forge-octclip @@ -895,6 +894,8 @@ SUBDIR += php83-gmp SUBDIR += php84-bcmath SUBDIR += php84-gmp + SUBDIR += php85-bcmath + SUBDIR += php85-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha @@ -974,12 +975,12 @@ SUBDIR += py-evalidate SUBDIR += py-faiss SUBDIR += py-fastcluster - SUBDIR += py-fastdtw SUBDIR += py-fenics-basix SUBDIR += py-fenics-ffcx SUBDIR += py-fenics-ufl SUBDIR += py-flax SUBDIR += py-formulaic + SUBDIR += py-formulaic-contrasts SUBDIR += py-fpylll SUBDIR += py-fraction SUBDIR += py-fsph @@ -1052,6 +1053,7 @@ SUBDIR += py-pandas SUBDIR += py-pandas-datareader SUBDIR += py-patsy + SUBDIR += py-pcodec SUBDIR += py-pdal SUBDIR += py-permutation SUBDIR += py-petsc4py @@ -1081,6 +1083,7 @@ SUBDIR += py-pyprobables SUBDIR += py-pyreadr SUBDIR += py-pyreadstat + SUBDIR += py-pyrfr SUBDIR += py-pyrr SUBDIR += py-pysmt SUBDIR += py-pysym @@ -1119,7 +1122,6 @@ SUBDIR += py-spopt SUBDIR += py-spot SUBDIR += py-spreg - SUBDIR += py-spvcm SUBDIR += py-squarify SUBDIR += py-ssm SUBDIR += py-statsmodels @@ -1134,6 +1136,7 @@ SUBDIR += py-umap-learn SUBDIR += py-uncertainties SUBDIR += py-unyt + SUBDIR += py-vector SUBDIR += py-vincenty SUBDIR += py-yt SUBDIR += py-z3-solver @@ -1218,6 +1221,7 @@ SUBDIR += stanmath SUBDIR += stp SUBDIR += suitesparse + SUBDIR += suitesparse-Example SUBDIR += suitesparse-amd SUBDIR += suitesparse-btf SUBDIR += suitesparse-camd diff --git a/math/R-cran-ChangeAnomalyDetection/Makefile b/math/R-cran-ChangeAnomalyDetection/Makefile index bc2b25b6c1cd..925b6a4b2e2d 100644 --- a/math/R-cran-ChangeAnomalyDetection/Makefile +++ b/math/R-cran-ChangeAnomalyDetection/Makefile @@ -1,6 +1,6 @@ PORTNAME= ChangeAnomalyDetection PORTVERSION= 0.1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -8,7 +8,13 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Change Anomaly Detection WWW= https://cran.r-project.org/web/packages/ChangeAnomalyDetection/ -LICENSE= BSD +LICENSE= BSDunclear +LICENSE_NAME= Unclear BSD License +LICENSE_TEXT= License of this software is declared as 'BSD' in DESCRIPTION. \ + But it is not clear which versions of the BSD license (2, \ + 3 or 4 clause) it is. No further file in the source archive \ + contains license information. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= R-cran-TTR>0:finance/R-cran-TTR \ R-cran-forecast>0:math/R-cran-forecast diff --git a/math/R-cran-DEoptimR/Makefile b/math/R-cran-DEoptimR/Makefile index 031e4730b63a..b364f03db52c 100644 --- a/math/R-cran-DEoptimR/Makefile +++ b/math/R-cran-DEoptimR/Makefile @@ -1,11 +1,11 @@ PORTNAME= DEoptimR -DISTVERSION= 1.1-3-1 +DISTVERSION= 1.1-4 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Differential Evolution Optimization in Pure R -WWW= https://cran.r-project.org/web/packages/DEoptimR/ +WWW= https://cran.r-project.org/package=DEoptimR LICENSE= GPLv2+ diff --git a/math/R-cran-DEoptimR/distinfo b/math/R-cran-DEoptimR/distinfo index e12c6b710ac0..2df1c48dd2ad 100644 --- a/math/R-cran-DEoptimR/distinfo +++ b/math/R-cran-DEoptimR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735919317 -SHA256 (DEoptimR_1.1-3-1.tar.gz) = 586b7342bd8692314b0870369caf03c26f4e94fef39677dbaa2c5acc9ec072a2 -SIZE (DEoptimR_1.1-3-1.tar.gz) = 19536 +TIMESTAMP = 1753716629 +SHA256 (DEoptimR_1.1-4.tar.gz) = 5a1bdd10d6f75e77e91bed0568e7be9f08dd2996a0b2ca2b3c80a71626e602a2 +SIZE (DEoptimR_1.1-4.tar.gz) = 19586 diff --git a/math/R-cran-Deriv/Makefile b/math/R-cran-Deriv/Makefile index 884733f42c82..f9cb49e963d6 100644 --- a/math/R-cran-Deriv/Makefile +++ b/math/R-cran-Deriv/Makefile @@ -1,5 +1,5 @@ PORTNAME= Deriv -PORTVERSION= 4.1.6 +PORTVERSION= 4.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-Deriv/distinfo b/math/R-cran-Deriv/distinfo index 6010c4fbb064..18a9bf2c4613 100644 --- a/math/R-cran-Deriv/distinfo +++ b/math/R-cran-Deriv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726903945 -SHA256 (Deriv_4.1.6.tar.gz) = 01b82a52dc5eb395142c17e062878f5022b68a34725ba0dcdf55c1f61ea4ba72 -SIZE (Deriv_4.1.6.tar.gz) = 37831 +TIMESTAMP = 1750650410 +SHA256 (Deriv_4.2.0.tar.gz) = 210394e7f90fe6fd943d37e8b1953c5a3c10c96fbdc5bbac7660aa9d112a1f63 +SIZE (Deriv_4.2.0.tar.gz) = 38752 diff --git a/math/R-cran-KFAS/Makefile b/math/R-cran-KFAS/Makefile index 8e9433719dcb..6fce9d7d3742 100644 --- a/math/R-cran-KFAS/Makefile +++ b/math/R-cran-KFAS/Makefile @@ -1,5 +1,5 @@ PORTNAME= KFAS -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-KFAS/distinfo b/math/R-cran-KFAS/distinfo index 98794cd8562d..9b5b805f5da3 100644 --- a/math/R-cran-KFAS/distinfo +++ b/math/R-cran-KFAS/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693988321 -SHA256 (KFAS_1.5.1.tar.gz) = 1292dc07d5f0509a0506ffdb7e9fa616734f0ae981dad0a044cf9e06d5f05ccf -SIZE (KFAS_1.5.1.tar.gz) = 481940 +TIMESTAMP = 1748615247 +SHA256 (KFAS_1.6.0.tar.gz) = 48268eb44fd548cacd93bdb16473d0869e4b87947b6c582c0fd8118bacf1e987 +SIZE (KFAS_1.6.0.tar.gz) = 482313 diff --git a/math/R-cran-MatchIt/Makefile b/math/R-cran-MatchIt/Makefile index 1ed291089ef8..8fc83d22f9e9 100644 --- a/math/R-cran-MatchIt/Makefile +++ b/math/R-cran-MatchIt/Makefile @@ -1,5 +1,5 @@ PORTNAME= MatchIt -DISTVERSION= 4.7.1 +DISTVERSION= 4.7.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-MatchIt/distinfo b/math/R-cran-MatchIt/distinfo index 480e53cddcaf..b0c95263587b 100644 --- a/math/R-cran-MatchIt/distinfo +++ b/math/R-cran-MatchIt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741689899 -SHA256 (MatchIt_4.7.1.tar.gz) = 57b86ff34211c279a4b22cf09d0a1160bc12f05c8bb471279cd07562bfcb9989 -SIZE (MatchIt_4.7.1.tar.gz) = 1502128 +TIMESTAMP = 1751538450 +SHA256 (MatchIt_4.7.2.tar.gz) = f1b5ea251d1095c40afbd3c7d6af2922e2fd3c76885dfd4441459c4a158178ad +SIZE (MatchIt_4.7.2.tar.gz) = 1505060 diff --git a/math/R-cran-RSvgDevice/Makefile b/math/R-cran-RSvgDevice/Makefile deleted file mode 100644 index bfc2bd2d67ff..000000000000 --- a/math/R-cran-RSvgDevice/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -PORTNAME= RSvgDevice -PORTVERSION= 0.6.4.4 -PORTREVISION= 7 -CATEGORIES= math -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= R SVG graphics device -WWW= https://cran.r-project.org/web/packages/RSvgDevice/index.html - -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - -USES= cran:auto-plist,compiles - -.include <bsd.port.mk> diff --git a/math/R-cran-RSvgDevice/distinfo b/math/R-cran-RSvgDevice/distinfo deleted file mode 100644 index e293f07bb75e..000000000000 --- a/math/R-cran-RSvgDevice/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (RSvgDevice_0.6.4.4.tar.gz) = bf322a9c8f69366bad8bfe5734179529eb1a638496c87ad7aecbbc2f0b53f46e -SIZE (RSvgDevice_0.6.4.4.tar.gz) = 8720 diff --git a/math/R-cran-RSvgDevice/pkg-descr b/math/R-cran-RSvgDevice/pkg-descr deleted file mode 100644 index 07373a0f19df..000000000000 --- a/math/R-cran-RSvgDevice/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -A graphics device for R that uses the w3.org xml standard -for Scalable Vector Graphics. diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index 2b70408760bb..bc0c15d0d870 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -1,5 +1,5 @@ PORTNAME= RcppArmadillo -DISTVERSION= 14.4.2-1 +DISTVERSION= 14.6.0-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-RcppArmadillo/distinfo b/math/R-cran-RcppArmadillo/distinfo index 707967ba740d..932763c4f9bd 100644 --- a/math/R-cran-RcppArmadillo/distinfo +++ b/math/R-cran-RcppArmadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746182506 -SHA256 (RcppArmadillo_14.4.2-1.tar.gz) = 1d19d69a9931e7843e95645157ea2600725916f57f0a0f2a050fcdf17b39c0b4 -SIZE (RcppArmadillo_14.4.2-1.tar.gz) = 1402597 +TIMESTAMP = 1752170723 +SHA256 (RcppArmadillo_14.6.0-1.tar.gz) = 1a2e6e2bfd117e93a6f89cf35fddd072a0ceb032c5022d6b5822a25796df2f9e +SIZE (RcppArmadillo_14.6.0-1.tar.gz) = 1413035 diff --git a/math/R-cran-Rmpfr/Makefile b/math/R-cran-Rmpfr/Makefile index c309b1ac5faa..3d91c007db9d 100644 --- a/math/R-cran-Rmpfr/Makefile +++ b/math/R-cran-Rmpfr/Makefile @@ -1,5 +1,5 @@ PORTNAME= Rmpfr -DISTVERSION= 1.1-0 +DISTVERSION= 1.1-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-Rmpfr/distinfo b/math/R-cran-Rmpfr/distinfo index 9dcf4ed25f35..daea6428910d 100644 --- a/math/R-cran-Rmpfr/distinfo +++ b/math/R-cran-Rmpfr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747455080 -SHA256 (Rmpfr_1.1-0.tar.gz) = ae3e148dc7f003960a81fd4f2b8285c8f8b951be3f34fc2779dfca20b1af141f -SIZE (Rmpfr_1.1-0.tar.gz) = 618436 +TIMESTAMP = 1753008029 +SHA256 (Rmpfr_1.1-1.tar.gz) = 1f67af9baba9e9939db9757783b90caa6054035a0d27bbd07c8403b250294bd2 +SIZE (Rmpfr_1.1-1.tar.gz) = 655307 diff --git a/math/R-cran-Rsolnp/Makefile b/math/R-cran-Rsolnp/Makefile index 3b27f2be95b0..8c8978f5f429 100644 --- a/math/R-cran-Rsolnp/Makefile +++ b/math/R-cran-Rsolnp/Makefile @@ -1,21 +1,25 @@ PORTNAME= Rsolnp -DISTVERSION= 1.16 -PORTREVISION= 5 +DISTVERSION= 2.0.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= uzsolt@FreeBSD.org COMMENT= General Non-Linear Optimization WWW= https://cran.r-project.org/web/packages/Rsolnp/ -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2 -CRAN_DEPENDS= R-cran-truncnorm>0:math/R-cran-truncnorm +CRAN_DEPENDS= R-cran-future.apply>0:devel/R-cran-future.apply \ + R-cran-numDeriv>0:math/R-cran-numDeriv \ + R-cran-Rcpp>0:devel/R-cran-Rcpp \ + R-cran-RcppArmadillo>0:math/R-cran-RcppArmadillo \ + R-cran-truncnorm>0:math/R-cran-truncnorm BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-Rsolnp/distinfo b/math/R-cran-Rsolnp/distinfo index d85cf0e0cb18..421ff1184aa8 100644 --- a/math/R-cran-Rsolnp/distinfo +++ b/math/R-cran-Rsolnp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475163989 -SHA256 (Rsolnp_1.16.tar.gz) = 3142776062beb8e2b45cdbc4fe6e5446b6d33505253d79f2890fe4178d9cf670 -SIZE (Rsolnp_1.16.tar.gz) = 188216 +TIMESTAMP = 1751601739 +SHA256 (Rsolnp_2.0.1.tar.gz) = 3b221100abdd1dd5b8d2df9325cc4e28b2ad2a6bd5069594c83f04f331c36792 +SIZE (Rsolnp_2.0.1.tar.gz) = 107710 diff --git a/math/R-cran-XLConnect/Makefile b/math/R-cran-XLConnect/Makefile index 69519f3650ed..35a8b2e671c1 100644 --- a/math/R-cran-XLConnect/Makefile +++ b/math/R-cran-XLConnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= XLConnect -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -26,6 +26,9 @@ TEST_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ USES= cran java +# See PR 272855 +BROKEN= a recent default JDK is required for a full apache-poi with bouncycastle + DEP_JARS= commons-codec commons-collections4 commons-compress commons-io \ commons-lang3 commons-math log4j-api poi poi-ooxml poi-ooxml-full\ SparseBitSet xmlbeans diff --git a/math/R-cran-XLConnect/distinfo b/math/R-cran-XLConnect/distinfo index 918d9b31c2b5..9988a414d225 100644 --- a/math/R-cran-XLConnect/distinfo +++ b/math/R-cran-XLConnect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746259385 -SHA256 (XLConnect_1.2.1.tar.gz) = 9c081baff120ca7b5af79f8f3af5b03aa97fd94739b8484f9dbbcf51dae1946e -SIZE (XLConnect_1.2.1.tar.gz) = 1474417 +TIMESTAMP = 1749203203 +SHA256 (XLConnect_1.2.2.tar.gz) = 14649d692936ba58ce31f10ebf40b37f929ff9d1af36957526a1d8fc33013db1 +SIZE (XLConnect_1.2.2.tar.gz) = 1475395 diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 015174487b50..c3697dd1ca9e 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -1,5 +1,6 @@ PORTNAME= car DISTVERSION= 3.1-3 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,7 +11,7 @@ WWW= https://r-forge.r-project.org/projects/car/ LICENSE= GPLv2+ BUILD_DEPENDS= R-cran-Formula>=0:math/R-cran-Formula -RUN_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \ +RUN_DEPENDS= \ R-cran-abind>0:devel/R-cran-abind \ R-cran-carData>=3.0.0:math/R-cran-carData \ R-cran-lme4>0:math/R-cran-lme4 \ diff --git a/math/R-cran-doBy/Makefile b/math/R-cran-doBy/Makefile index 0803642e83ef..c890f3655dbb 100644 --- a/math/R-cran-doBy/Makefile +++ b/math/R-cran-doBy/Makefile @@ -1,5 +1,5 @@ PORTNAME= doBy -DISTVERSION= 4.6.27 +DISTVERSION= 4.7.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-doBy/distinfo b/math/R-cran-doBy/distinfo index fd5af79a5ffb..c384f6fb6177 100644 --- a/math/R-cran-doBy/distinfo +++ b/math/R-cran-doBy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747473203 -SHA256 (doBy_4.6.27.tar.gz) = e175e80da373ddc31b7f38102e3f6690cccea39394b5816688c99ed60e4860bd -SIZE (doBy_4.6.27.tar.gz) = 4583797 +TIMESTAMP = 1751384304 +SHA256 (doBy_4.7.0.tar.gz) = aa706dc5747ded642a6d70ec7b8369317d7cb7c4b50d885ec54e31ced9fa2788 +SIZE (doBy_4.7.0.tar.gz) = 4588869 diff --git a/math/R-cran-eRm/Makefile b/math/R-cran-eRm/Makefile index 5893265e8dd0..f43a1bec20d7 100644 --- a/math/R-cran-eRm/Makefile +++ b/math/R-cran-eRm/Makefile @@ -1,5 +1,5 @@ PORTNAME= eRm -DISTVERSION= 1.0-9 +DISTVERSION= 1.0-10 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-eRm/distinfo b/math/R-cran-eRm/distinfo index 71c3b965e1aa..7907b20736d9 100644 --- a/math/R-cran-eRm/distinfo +++ b/math/R-cran-eRm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744361021 -SHA256 (eRm_1.0-9.tar.gz) = b16f161648fc3c45d6bd6663e23565b19fad5d579f83a27ec1706ee6c5db6560 -SIZE (eRm_1.0-9.tar.gz) = 759753 +TIMESTAMP = 1749202786 +SHA256 (eRm_1.0-10.tar.gz) = e745ed5c2ff0918ef2af85dcf9272495433af94cd4838fffbbfc9d79f3ded652 +SIZE (eRm_1.0-10.tar.gz) = 759613 diff --git a/math/R-cran-haven/Makefile b/math/R-cran-haven/Makefile index d7cb737d2668..197b0d5bb326 100644 --- a/math/R-cran-haven/Makefile +++ b/math/R-cran-haven/Makefile @@ -1,5 +1,5 @@ PORTNAME= haven -DISTVERSION= 2.5.4 +DISTVERSION= 2.5.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-haven/distinfo b/math/R-cran-haven/distinfo index 04933d1dc377..cb16938da0f2 100644 --- a/math/R-cran-haven/distinfo +++ b/math/R-cran-haven/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702213436 -SHA256 (haven_2.5.4.tar.gz) = 9e1531bb37aa474abd91db5e0ed9e3a355c03faa65f4e653b3ea68b7c61ea835 -SIZE (haven_2.5.4.tar.gz) = 313332 +TIMESTAMP = 1751538887 +SHA256 (haven_2.5.5.tar.gz) = 9482cd9c3760e1838acf687235317fed97fa6bf79219d3216f0ea447d4b1c9a5 +SIZE (haven_2.5.5.tar.gz) = 316909 diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index bad03af9c974..00a1b5eb526e 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -1,5 +1,6 @@ PORTNAME= igraph DISTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-maps/Makefile b/math/R-cran-maps/Makefile index a6412e1f368f..1bc6d6cd4a14 100644 --- a/math/R-cran-maps/Makefile +++ b/math/R-cran-maps/Makefile @@ -1,5 +1,5 @@ PORTNAME= maps -DISTVERSION= 3.4.2.1 +DISTVERSION= 3.4.3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-maps/distinfo b/math/R-cran-maps/distinfo index 63955bef2105..021e80d2385a 100644 --- a/math/R-cran-maps/distinfo +++ b/math/R-cran-maps/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731313664 -SHA256 (maps_3.4.2.1.tar.gz) = 0be35c7c48f6fcd9ea05e8b280f3bd4d7efa13c3f67cac863ca3493cc9944bef -SIZE (maps_3.4.2.1.tar.gz) = 2273638 +TIMESTAMP = 1748336014 +SHA256 (maps_3.4.3.tar.gz) = 3b6d4945330041280ddb3f89fbe0d7dbcf124befef94e8d77e809122d8d588b8 +SIZE (maps_3.4.3.tar.gz) = 2276142 diff --git a/math/R-cran-pbkrtest/Makefile b/math/R-cran-pbkrtest/Makefile index 4c5ee41dd81b..3d1536c57692 100644 --- a/math/R-cran-pbkrtest/Makefile +++ b/math/R-cran-pbkrtest/Makefile @@ -1,5 +1,5 @@ PORTNAME= pbkrtest -DISTVERSION= 0.5.4 +DISTVERSION= 0.5.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-pbkrtest/distinfo b/math/R-cran-pbkrtest/distinfo index 72889b767954..30927bfa2864 100644 --- a/math/R-cran-pbkrtest/distinfo +++ b/math/R-cran-pbkrtest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746004088 -SHA256 (pbkrtest_0.5.4.tar.gz) = cd463ff5766c340f576366e45e7a44498e3017083df9c02f332510f8a423d822 -SIZE (pbkrtest_0.5.4.tar.gz) = 75868 +TIMESTAMP = 1753012743 +SHA256 (pbkrtest_0.5.5.tar.gz) = d26c8ef0a6fd73bba184bde8e3434439d62539d93aef0a0b5b480a0f309bc51b +SIZE (pbkrtest_0.5.5.tar.gz) = 77353 diff --git a/math/R-cran-plot3D/Makefile b/math/R-cran-plot3D/Makefile index 1b71f4240b8e..1b5edfa2b941 100644 --- a/math/R-cran-plot3D/Makefile +++ b/math/R-cran-plot3D/Makefile @@ -1,5 +1,5 @@ PORTNAME= plot3D -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-plot3D/distinfo b/math/R-cran-plot3D/distinfo index 52af58e84c8f..3c1948c41d61 100644 --- a/math/R-cran-plot3D/distinfo +++ b/math/R-cran-plot3D/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707332709 -SHA256 (plot3D_1.4.1.tar.gz) = db6df74844dda9177f2be024762b2f0e63182916e987a09480514d078d55d1f4 -SIZE (plot3D_1.4.1.tar.gz) = 1933353 +TIMESTAMP = 1755009086 +SHA256 (plot3D_1.4.2.tar.gz) = 88b17af8b0eeb16e0ab69378c800eb843f5834acc100eb79e54338b9f1a5fd75 +SIZE (plot3D_1.4.2.tar.gz) = 1930761 diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile index 50beb1330859..3c52bfeb4b72 100644 --- a/math/R-cran-psych/Makefile +++ b/math/R-cran-psych/Makefile @@ -1,19 +1,17 @@ PORTNAME= psych -DISTVERSION= 2.5.3 +DISTVERSION= 2.5.6 CATEGORIES= math science DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Psych package for the R project -WWW= https://cran.r-project.org/web/packages/psych/index.html +WWW= https://cran.r-project.org/package=psych LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -CRAN_DEPENDS= R-cran-GPArotation>0:math/R-cran-GPArotation \ +RUN_DEPENDS= R-cran-GPArotation>0:math/R-cran-GPArotation \ R-cran-mnormt>0:math/R-cran-mnormt -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ R-cran-lme4>0:math/R-cran-lme4 \ R-cran-testthat>0:devel/R-cran-testthat diff --git a/math/R-cran-psych/distinfo b/math/R-cran-psych/distinfo index 5df68c91bbbb..a91500ba4731 100644 --- a/math/R-cran-psych/distinfo +++ b/math/R-cran-psych/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743881842 -SHA256 (psych_2.5.3.tar.gz) = dd9cbc45e2e6b8ef3e03994079ba83920c3306f9b0af4ce48a690de4f4ba8fbe -SIZE (psych_2.5.3.tar.gz) = 1149592 +TIMESTAMP = 1751604584 +SHA256 (psych_2.5.6.tar.gz) = ced7eb0ef4e6be7ddab22b0b3f934d3dbd25eefc394067ff9fa1a916ec315110 +SIZE (psych_2.5.6.tar.gz) = 1152216 diff --git a/math/R-cran-recipes/Makefile b/math/R-cran-recipes/Makefile index f9543025d300..9b80509e5544 100644 --- a/math/R-cran-recipes/Makefile +++ b/math/R-cran-recipes/Makefile @@ -1,5 +1,5 @@ PORTNAME= recipes -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-recipes/distinfo b/math/R-cran-recipes/distinfo index 30ee00824137..627f8a462dfe 100644 --- a/math/R-cran-recipes/distinfo +++ b/math/R-cran-recipes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745422505 -SHA256 (recipes_1.3.0.tar.gz) = d4b76f1640993eb12b9e712e3b1323a48063ffc705cd22e6754d6b8cedf12dd3 -SIZE (recipes_1.3.0.tar.gz) = 889723 +TIMESTAMP = 1747893324 +SHA256 (recipes_1.3.1.tar.gz) = ceba6fb1ffcde9e7952792c2ca148711761bf4c8017a18f71915d606bd99dcc4 +SIZE (recipes_1.3.1.tar.gz) = 889576 diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile index aaf629208c65..39c6b0071d37 100644 --- a/math/R-cran-sf/Makefile +++ b/math/R-cran-sf/Makefile @@ -1,5 +1,6 @@ PORTNAME= sf -DISTVERSION= 1.0-20 +DISTVERSION= 1.0-21 +PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-sf/distinfo b/math/R-cran-sf/distinfo index 75da8a9bb8a4..3fcc7b64c388 100644 --- a/math/R-cran-sf/distinfo +++ b/math/R-cran-sf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742973917 -SHA256 (sf_1.0-20.tar.gz) = b335a924a600b0e24a61a38550c5587a0ee54bfa2669cfb7adc6111b4551f7ee -SIZE (sf_1.0-20.tar.gz) = 4492197 +TIMESTAMP = 1747814869 +SHA256 (sf_1.0-21.tar.gz) = 70c28a826387a56b5f270d48cbb42999f6fb59ec0e6984c84df920dbe0206e99 +SIZE (sf_1.0-21.tar.gz) = 4491745 diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index cbee35f2e9d5..37edf97fc657 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -1,5 +1,5 @@ PORTNAME= spdep -DISTVERSION= 1.3-11 +DISTVERSION= 1.3-13 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-spdep/distinfo b/math/R-cran-spdep/distinfo index fa468e8bb2d5..7bca8b88f681 100644 --- a/math/R-cran-spdep/distinfo +++ b/math/R-cran-spdep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745711107 -SHA256 (spdep_1.3-11.tar.gz) = a35ddeb395d70e7355960a248bba0b8729cd9671121edc2c1d074bf6eb9d85e2 -SIZE (spdep_1.3-11.tar.gz) = 4685359 +TIMESTAMP = 1749634372 +SHA256 (spdep_1.3-13.tar.gz) = 7ac5905c126899f88fdf5c1f2bbedc7609e0c3ca210d40abaa5da2d2a9a2685a +SIZE (spdep_1.3-13.tar.gz) = 4695720 diff --git a/math/R-cran-tensor/Makefile b/math/R-cran-tensor/Makefile index 8d7db7ccb12b..2f95977359b5 100644 --- a/math/R-cran-tensor/Makefile +++ b/math/R-cran-tensor/Makefile @@ -1,10 +1,9 @@ PORTNAME= tensor -DISTVERSION= 1.5 -PORTREVISION= 1 +DISTVERSION= 1.5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= atanubiswas484@gmail.com COMMENT= Tensor product of arrays WWW= https://CRAN.R-project.org/package=tensor diff --git a/math/R-cran-tensor/distinfo b/math/R-cran-tensor/distinfo index 96e18c9a8555..25ea00690495 100644 --- a/math/R-cran-tensor/distinfo +++ b/math/R-cran-tensor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621841003 -SHA256 (tensor_1.5.tar.gz) = e1dec23e3913a82e2c79e76313911db9050fb82711a0da227f94fc6df2d3aea6 -SIZE (tensor_1.5.tar.gz) = 2518 +TIMESTAMP = 1750725012 +SHA256 (tensor_1.5.1.tar.gz) = 6edb07024eaaadec1f83694f5012c2355aced3e589c2c3c659021b5f03168b58 +SIZE (tensor_1.5.1.tar.gz) = 2541 diff --git a/math/R-cran-terra/Makefile b/math/R-cran-terra/Makefile index 61bebcb8274b..6cf421ca8011 100644 --- a/math/R-cran-terra/Makefile +++ b/math/R-cran-terra/Makefile @@ -1,5 +1,5 @@ PORTNAME= terra -DISTVERSION= 1.8-50 +DISTVERSION= 1.8-60 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-terra/distinfo b/math/R-cran-terra/distinfo index 84d902e2d47f..a2ff24f11e8e 100644 --- a/math/R-cran-terra/distinfo +++ b/math/R-cran-terra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746911385 -SHA256 (terra_1.8-50.tar.gz) = 5e207c138da9623b536e5f478811196a5930cb132f894df0cd249e62c54654ef -SIZE (terra_1.8-50.tar.gz) = 1034549 +TIMESTAMP = 1753717458 +SHA256 (terra_1.8-60.tar.gz) = de8ea8bb116b668146dba8668209864f992117a8e2b7e3b109502f545bce8c23 +SIZE (terra_1.8-60.tar.gz) = 1046067 diff --git a/math/R/Makefile b/math/R/Makefile index 630b3861c36e..17e94ad3571d 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,5 +1,5 @@ PORTNAME= R -DISTVERSION= 4.5.0 +DISTVERSION= 4.5.1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} diff --git a/math/R/distinfo b/math/R/distinfo index 7aaf6a68fe54..3bbee4037dd5 100644 --- a/math/R/distinfo +++ b/math/R/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745889281 -SHA256 (R-4.5.0.tar.gz) = 3b33ea113e0d1ddc9793874d5949cec2c7386f66e4abfb1cef9aec22846c3ce1 -SIZE (R-4.5.0.tar.gz) = 40466335 +TIMESTAMP = 1749909341 +SHA256 (R-4.5.1.tar.gz) = b42a7921400386645b10105b91c68728787db5c4c83c9f6c30acdce632e1bb70 +SIZE (R-4.5.1.tar.gz) = 40518816 diff --git a/math/SoPlex/Makefile b/math/SoPlex/Makefile index 1283e3c2bc72..8e3890db8d8b 100644 --- a/math/SoPlex/Makefile +++ b/math/SoPlex/Makefile @@ -1,6 +1,6 @@ PORTNAME= SoPlex DISTVERSION= 7.1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math science MASTER_SITES= http://soplex.zib.de/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} diff --git a/math/add/Makefile b/math/add/Makefile index 01c049a6b080..83ddb5415bc9 100644 --- a/math/add/Makefile +++ b/math/add/Makefile @@ -1,12 +1,11 @@ PORTNAME= add -PORTVERSION= 20230205 -PORTREVISION= 1 +PORTVERSION= 20240916 CATEGORIES= math -MASTER_SITES= ftp://dickey.his.com/add/ +MASTER_SITES= https://invisible-island.net/archives/add/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Full-screen editing calculator -WWW= https://dickey.his.com/add/add.html +WWW= https://invisible-island.net/add/add.html LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING @@ -21,9 +20,12 @@ PLIST_FILES= bin/add \ PORTDATA= add.hlp do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/add ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/add.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/add \ + ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/add.1 \ + ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/add.hlp ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/add.hlp \ + ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/math/add/distinfo b/math/add/distinfo index 8428d01c1a99..56beb39974ce 100644 --- a/math/add/distinfo +++ b/math/add/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675932071 -SHA256 (add-20230205.tgz) = 68e216241100d0cf098e139c24fe04880b9be60a8643cd82f8925ac0ce3d7260 -SIZE (add-20230205.tgz) = 179162 +TIMESTAMP = 1752529419 +SHA256 (add-20240916.tgz) = 7290c6c0943c139546687bb552b14e2551d3e14f6482a255673f6e7a9d279e27 +SIZE (add-20240916.tgz) = 182153 diff --git a/math/adol-c/Makefile b/math/adol-c/Makefile index ae52fba4ad56..d8b9bf190621 100644 --- a/math/adol-c/Makefile +++ b/math/adol-c/Makefile @@ -1,6 +1,6 @@ PORTNAME= adol-c DISTVERSION= 2.7.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME:tu}/ DISTNAME= ${PORTNAME:tu}-${DISTVERSION} diff --git a/math/analitza/Makefile b/math/analitza/Makefile index ddcfe404f8af..1dd9e7857f27 100644 --- a/math/analitza/Makefile +++ b/math/analitza/Makefile @@ -4,7 +4,7 @@ CATEGORIES= math education kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Library from KDE Education project -WWW= https://www.kde.org/applications/education/ +WWW= https://invent.kde.org/education/analitza LICENSE= GFDL GPLv2 LICENSE_COMB= multi diff --git a/math/analitza/distinfo b/math/analitza/distinfo index 343c54067d32..fa154d3036be 100644 --- a/math/analitza/distinfo +++ b/math/analitza/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746557908 -SHA256 (KDE/release-service/25.04.1/analitza-25.04.1.tar.xz) = 3e0c8df800b69655c3d528970b3fbfe6faf8248b61d069ac1a8d77555381ef70 -SIZE (KDE/release-service/25.04.1/analitza-25.04.1.tar.xz) = 367976 +TIMESTAMP = 1754646411 +SHA256 (KDE/release-service/25.08.0/analitza-25.08.0.tar.xz) = 8d477f0af14bb9f7c15033a9d78987a7067135affc47f19eddda82e76c36d34b +SIZE (KDE/release-service/25.08.0/analitza-25.08.0.tar.xz) = 368188 diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index be5d5362ea91..02ee57d23f66 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,5 +1,6 @@ PORTNAME= armadillo -PORTVERSION= 14.4.2 +PORTVERSION= 14.6.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/armadillo/distinfo b/math/armadillo/distinfo index ca513bef276d..7235cfc3f1f3 100644 --- a/math/armadillo/distinfo +++ b/math/armadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936036 -SHA256 (armadillo-14.4.2.tar.xz) = 6dfddcfbd91e70679d7c11e94a5963a7efda002fec351e6f4875ac8e245c5117 -SIZE (armadillo-14.4.2.tar.xz) = 6870412 +TIMESTAMP = 1753265704 +SHA256 (armadillo-14.6.1.tar.xz) = bec67f368fc61673c4c9e9429d20135a42ba80a2c7f8592b912e5f97e289bfc0 +SIZE (armadillo-14.6.1.tar.xz) = 7159088 diff --git a/math/armadillo/pkg-plist b/math/armadillo/pkg-plist index 4711b6ff61b0..e2d15e4f8844 100644 --- a/math/armadillo/pkg-plist +++ b/math/armadillo/pkg-plist @@ -120,6 +120,7 @@ include/armadillo_bits/fn_all.hpp include/armadillo_bits/fn_any.hpp include/armadillo_bits/fn_approx_equal.hpp include/armadillo_bits/fn_as_scalar.hpp +include/armadillo_bits/fn_balance.hpp include/armadillo_bits/fn_chi2rnd.hpp include/armadillo_bits/fn_chol.hpp include/armadillo_bits/fn_clamp.hpp @@ -183,6 +184,7 @@ include/armadillo_bits/fn_normalise.hpp include/armadillo_bits/fn_normcdf.hpp include/armadillo_bits/fn_normpdf.hpp include/armadillo_bits/fn_numel.hpp +include/armadillo_bits/fn_omit.hpp include/armadillo_bits/fn_ones.hpp include/armadillo_bits/fn_orth_null.hpp include/armadillo_bits/fn_pinv.hpp @@ -432,6 +434,8 @@ include/armadillo_bits/op_norm_bones.hpp include/armadillo_bits/op_norm_meat.hpp include/armadillo_bits/op_normalise_bones.hpp include/armadillo_bits/op_normalise_meat.hpp +include/armadillo_bits/op_omit_bones.hpp +include/armadillo_bits/op_omit_meat.hpp include/armadillo_bits/op_orth_null_bones.hpp include/armadillo_bits/op_orth_null_meat.hpp include/armadillo_bits/op_pinv_bones.hpp @@ -576,6 +580,8 @@ include/armadillo_bits/spop_norm_bones.hpp include/armadillo_bits/spop_norm_meat.hpp include/armadillo_bits/spop_normalise_bones.hpp include/armadillo_bits/spop_normalise_meat.hpp +include/armadillo_bits/spop_omit_bones.hpp +include/armadillo_bits/spop_omit_meat.hpp include/armadillo_bits/spop_relational_bones.hpp include/armadillo_bits/spop_relational_meat.hpp include/armadillo_bits/spop_repmat_bones.hpp diff --git a/math/arpack++/Makefile b/math/arpack++/Makefile index 074cc62bb005..3c216ceddc83 100644 --- a/math/arpack++/Makefile +++ b/math/arpack++/Makefile @@ -1,6 +1,6 @@ PORTNAME= arpack++ PORTVERSION= 2.4.0 -PORTREVISION= 11 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile index fab6c9989fc7..a5f7dd68ac02 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -1,6 +1,6 @@ PORTNAME= asymptote PORTVERSION= 2.92 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src diff --git a/math/bitwuzla/Makefile b/math/bitwuzla/Makefile index 2a9354538866..63387ea1b148 100644 --- a/math/bitwuzla/Makefile +++ b/math/bitwuzla/Makefile @@ -1,5 +1,6 @@ PORTNAME= bitwuzla DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/blis/Makefile b/math/blis/Makefile index 730634730572..94c753bcbb02 100644 --- a/math/blis/Makefile +++ b/math/blis/Makefile @@ -1,5 +1,5 @@ PORTNAME= blis -PORTVERSION= 1.1 +PORTVERSION= 2.0 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/blis/distinfo b/math/blis/distinfo index 67dd41b3eb1f..2f05a2476493 100644 --- a/math/blis/distinfo +++ b/math/blis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737707071 -SHA256 (flame-blis-1.1_GH0.tar.gz) = 847c035809b8994c077ade737a4813601db96c4cf0d903d08ba6a9b8ee0fe03e -SIZE (flame-blis-1.1_GH0.tar.gz) = 15706349 +TIMESTAMP = 1751452506 +SHA256 (flame-blis-2.0_GH0.tar.gz) = 08bbebd77914a6d1a43874ae5ec2f54fe6a77cba745f2532df28361b0f1ad1b3 +SIZE (flame-blis-2.0_GH0.tar.gz) = 15751849 diff --git a/math/blis/pkg-plist b/math/blis/pkg-plist index 72060bacf3af..c3b357bc13e5 100644 --- a/math/blis/pkg-plist +++ b/math/blis/pkg-plist @@ -6,7 +6,98 @@ lib/libblis.a lib/libblis.so lib/libblis.so.4 lib/libblis.so.4.0.0 -share/pkgconfig/blis.pc +%%DATADIR%%/avx.s +%%DATADIR%%/avx512dq.s +%%DATADIR%%/avx512f.s %%DATADIR%%/common.mk %%DATADIR%%/config.mk -%%DATADIR%%/config/%%ARCH%%/make_defs.mk +%%DATADIR%%/config/a64fx/bli_kernel_defs_a64fx.h +%%DATADIR%%/config/a64fx/make_defs.mk +%%DATADIR%%/config/altra/bli_kernel_defs_altra.h +%%DATADIR%%/config/altra/make_defs.mk +%%DATADIR%%/config/altramax/bli_kernel_defs_altramax.h +%%DATADIR%%/config/altramax/make_defs.mk +%%DATADIR%%/config/amd64/make_defs.mk +%%DATADIR%%/config/amd64_legacy/make_defs.mk +%%DATADIR%%/config/arm32/make_defs.mk +%%DATADIR%%/config/arm64/make_defs.mk +%%DATADIR%%/config/armsve/bli_kernel_defs_armsve.h +%%DATADIR%%/config/armsve/make_defs.mk +%%DATADIR%%/config/bgq/bli_kernel_defs_bgq.h +%%DATADIR%%/config/bgq/make_defs.mk +%%DATADIR%%/config/bulldozer/bli_kernel_defs_bulldozer.h +%%DATADIR%%/config/bulldozer/make_defs.mk +%%DATADIR%%/config/cortexa15/bli_kernel_defs_cortexa15.h +%%DATADIR%%/config/cortexa15/make_defs.mk +%%DATADIR%%/config/cortexa53/bli_kernel_defs_cortexa53.h +%%DATADIR%%/config/cortexa53/make_defs.mk +%%DATADIR%%/config/cortexa57/bli_kernel_defs_cortexa57.h +%%DATADIR%%/config/cortexa57/make_defs.mk +%%DATADIR%%/config/cortexa9/bli_kernel_defs_cortexa9.h +%%DATADIR%%/config/cortexa9/make_defs.mk +%%DATADIR%%/config/excavator/bli_kernel_defs_excavator.h +%%DATADIR%%/config/excavator/make_defs.mk +%%DATADIR%%/config/firestorm/bli_kernel_defs_firestorm.h +%%DATADIR%%/config/firestorm/make_defs.mk +%%DATADIR%%/config/generic/bli_kernel_defs_generic.h +%%DATADIR%%/config/generic/make_defs.mk +%%DATADIR%%/config/haswell/bli_kernel_defs_haswell.h +%%DATADIR%%/config/haswell/make_defs.mk +%%DATADIR%%/config/intel64/make_defs.mk +%%DATADIR%%/config/knl/bli_kernel_defs_knl.h +%%DATADIR%%/config/knl/make_defs.mk +%%DATADIR%%/config/penryn/bli_kernel_defs_penryn.h +%%DATADIR%%/config/penryn/make_defs.mk +%%DATADIR%%/config/piledriver/bli_kernel_defs_piledriver.h +%%DATADIR%%/config/piledriver/make_defs.mk +%%DATADIR%%/config/power/make_defs.mk +%%DATADIR%%/config/power10/bli_kernel_defs_power10.h +%%DATADIR%%/config/power10/make_defs.mk +%%DATADIR%%/config/power9/bli_kernel_defs_power9.h +%%DATADIR%%/config/power9/make_defs.mk +%%DATADIR%%/config/rv32i/bli_kernel_defs_rv32i.h +%%DATADIR%%/config/rv32i/make_defs.mk +%%DATADIR%%/config/rv32iv/bli_kernel_defs_rv32iv.h +%%DATADIR%%/config/rv32iv/make_defs.mk +%%DATADIR%%/config/rv64i/bli_kernel_defs_rv64i.h +%%DATADIR%%/config/rv64i/make_defs.mk +%%DATADIR%%/config/rv64iv/bli_kernel_defs_rv64iv.h +%%DATADIR%%/config/rv64iv/make_defs.mk +%%DATADIR%%/config/sandybridge/bli_kernel_defs_sandybridge.h +%%DATADIR%%/config/sandybridge/make_defs.mk +%%DATADIR%%/config/sifive_x280/bli_kernel_defs_sifive_x280.h +%%DATADIR%%/config/sifive_x280/make_defs.mk +%%DATADIR%%/config/skx/bli_kernel_defs_skx.h +%%DATADIR%%/config/skx/make_defs.mk +%%DATADIR%%/config/steamroller/bli_kernel_defs_steamroller.h +%%DATADIR%%/config/steamroller/make_defs.mk +%%DATADIR%%/config/thunderx2/bli_kernel_defs_thunderx2.h +%%DATADIR%%/config/thunderx2/make_defs.mk +%%DATADIR%%/config/x86_64/make_defs.mk +%%DATADIR%%/config/zen/bli_kernel_defs_zen.h +%%DATADIR%%/config/zen/make_defs.mk +%%DATADIR%%/config/zen2/bli_kernel_defs_zen2.h +%%DATADIR%%/config/zen2/make_defs.mk +%%DATADIR%%/config/zen3/bli_kernel_defs_zen3.h +%%DATADIR%%/config/zen3/make_defs.mk +%%DATADIR%%/config_registry +%%DATADIR%%/configure-plugin +%%DATADIR%%/flatten-headers.py +%%DATADIR%%/fma3.s +%%DATADIR%%/fma4.s +%%DATADIR%%/fragment.mk +%%DATADIR%%/gen-make-frag.sh +%%DATADIR%%/ignore_list +%%DATADIR%%/mirror-tree.sh +%%DATADIR%%/plugin/Makefile +%%DATADIR%%/plugin/bli_plugin.h.in +%%DATADIR%%/plugin/bli_plugin_init_ref.c +%%DATADIR%%/plugin/bli_plugin_init_zen3.c +%%DATADIR%%/plugin/bli_plugin_register.c +%%DATADIR%%/plugin/config.mk.in +%%DATADIR%%/plugin/my_kernel_1_ref.c +%%DATADIR%%/plugin/my_kernel_1_zen3.c +%%DATADIR%%/plugin/my_kernel_2_ref.c +%%DATADIR%%/special_list +%%DATADIR%%/suffix_list +share/pkgconfig/blis.pc diff --git a/math/boolector/Makefile b/math/boolector/Makefile index 2450bea7df94..4d654fa79dbf 100644 --- a/math/boolector/Makefile +++ b/math/boolector/Makefile @@ -1,5 +1,6 @@ PORTNAME= boolector DISTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/brial/Makefile b/math/brial/Makefile index 19ff2a61ec66..aacd0d389578 100644 --- a/math/brial/Makefile +++ b/math/brial/Makefile @@ -1,6 +1,6 @@ PORTNAME= BRiAl DISTVERSION= 1.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 97fa33352592..6d80737dae40 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -1,6 +1,6 @@ PORTNAME= cadabra2 DISTVERSION= 2.5.8 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -21,7 +21,7 @@ LIB_DEPENDS= ${PY_BOOST} \ libpcrecpp.so:devel/pcre \ libjsoncpp.so:devel/jsoncpp \ libgmp.so:math/gmp \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} @@ -51,7 +51,7 @@ GUI_USES= desktop-file-utils GUI_USE= GNOME=gtkmm30,gdkpixbuf GUI_CMAKE_BOOL= ENABLE_FRONTEND -_PY_SONAME= ${PYTHON_EXT_SUFFIX} +_PY_SONAME= ${PYTHON_TAG} post-extract: # unbundle @${RM} -r ${WRKSRC}/libs/jsoncpp ${WRKSRC}/libs/websocketpp diff --git a/math/cadiback/Makefile b/math/cadiback/Makefile index 1b7786ef63dd..594109c0d317 100644 --- a/math/cadiback/Makefile +++ b/math/cadiback/Makefile @@ -1,5 +1,6 @@ PORTNAME= cadiback DISTVERSION= g20240729 +PORTREVISION= 1 CATEGORIES= math devel MAINTAINER= yuri@FreeBSD.org diff --git a/math/cadical/Makefile b/math/cadical/Makefile index 044ecfaffdd0..67a944066d57 100644 --- a/math/cadical/Makefile +++ b/math/cadical/Makefile @@ -1,6 +1,6 @@ PORTNAME= cadical DISTVERSIONPREFIX= rel- -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.3 CATEGORIES= math devel MAINTAINER= yuri@FreeBSD.org diff --git a/math/cadical/distinfo b/math/cadical/distinfo index 7c8447d30fa9..945a9f90c070 100644 --- a/math/cadical/distinfo +++ b/math/cadical/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727899500 -SHA256 (arminbiere-cadical-rel-2.0.0_GH0.tar.gz) = 9afe5f6439442d854e56fc1fac3244ce241dbb490735939def8fd03584f89331 -SIZE (arminbiere-cadical-rel-2.0.0_GH0.tar.gz) = 709136 +TIMESTAMP = 1750305187 +SHA256 (arminbiere-cadical-rel-2.1.3_GH0.tar.gz) = abfe890aa4ccda7b8449c7ad41acb113cfb8e7e8fbf5e49369075f9b00d70465 +SIZE (arminbiere-cadical-rel-2.1.3_GH0.tar.gz) = 731545 diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile index 34094d61e26a..db0fd87099f8 100644 --- a/math/cado-nfs/Makefile +++ b/math/cado-nfs/Makefile @@ -1,6 +1,7 @@ PORTNAME= cado-nfs DISTVERSIONPREFIX= v DISTVERSION= 2.3.0-20240408 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/cado-nfs/files/patch-linalg_bwc_lingen__call__companion.hpp b/math/cado-nfs/files/patch-linalg_bwc_lingen__call__companion.hpp new file mode 100644 index 000000000000..7522f8d3b07e --- /dev/null +++ b/math/cado-nfs/files/patch-linalg_bwc_lingen__call__companion.hpp @@ -0,0 +1,11 @@ +--- linalg/bwc/lingen_call_companion.hpp.orig 2024-04-08 11:23:28 UTC ++++ linalg/bwc/lingen_call_companion.hpp +@@ -177,7 +177,7 @@ namespace fmt { + // c++-14 or later + auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } + template <typename FormatContext> +-auto format(lingen_call_companion::key const & c, FormatContext& ctx) -> decltype(ctx.out()) { ++ auto format(lingen_call_companion::key const & c, FormatContext& ctx) const -> decltype(ctx.out()) { + std::ostringstream os; + os << c; + return formatter<string_view>::format( string_view(os.str()), ctx); diff --git a/math/cado-nfs/files/patch-tests_sieve_test__fb__root.cpp b/math/cado-nfs/files/patch-tests_sieve_test__fb__root.cpp new file mode 100644 index 000000000000..dfb184a7704f --- /dev/null +++ b/math/cado-nfs/files/patch-tests_sieve_test__fb__root.cpp @@ -0,0 +1,26 @@ +--- tests/sieve/test_fb_root.cpp.orig 2024-04-08 11:23:28 UTC ++++ tests/sieve/test_fb_root.cpp +@@ -57,9 +57,9 @@ template <typename T> struct /* fmt:: */ formatter<fb_ + // only allow {} for formatting. No :, no :x, etc. It could be nice + // to allow them, though. Note that this should be constexpr with + // c++-14 or later +- auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } ++ constexpr auto parse(format_parse_context& ctx) const -> decltype(ctx.begin()) { return ctx.begin(); } + template <typename FormatContext> +- auto format(fb_root_p1_t<T> const & c, FormatContext& ctx) -> decltype(ctx.out()) { ++ auto format(fb_root_p1_t<T> const & c, FormatContext& ctx) const -> decltype(ctx.out()) { + std::ostringstream os; + os << c; + return formatter<string_view>::format( string_view(os.str()), ctx); +@@ -70,9 +70,9 @@ template <> struct /* fmt:: */ formatter<qlattice_basi + // only allow {} for formatting. No :, no :x, etc. It could be nice + // to allow them, though. Note that this should be constexpr with + // c++-14 or later +- auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } ++ constexpr auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } + template <typename FormatContext> +- auto format(qlattice_basis const & c, FormatContext& ctx) -> decltype(ctx.out()) { ++ auto format(qlattice_basis const & c, FormatContext& ctx) const -> decltype(ctx.out()) { + std::ostringstream os; + os << c; + return formatter<string_view>::format( string_view(os.str()), ctx); diff --git a/math/cado-nfs/files/patch-utils_cxx__mpz.hpp b/math/cado-nfs/files/patch-utils_cxx__mpz.hpp new file mode 100644 index 000000000000..028f18381353 --- /dev/null +++ b/math/cado-nfs/files/patch-utils_cxx__mpz.hpp @@ -0,0 +1,14 @@ +--- utils/cxx_mpz.hpp.orig 2024-04-08 11:23:28 UTC ++++ utils/cxx_mpz.hpp +@@ -234,9 +234,9 @@ namespace fmt { + // only allow {} for formatting. No :, no :x, etc. It could be nice + // to allow them, though. Note that this should be constexpr with + // c++-14 or later +- auto parse(format_parse_context& ctx) -> decltype(ctx.begin()) { return ctx.begin(); } ++ auto parse(format_parse_context& ctx) const -> decltype(ctx.begin()) { return ctx.begin(); } + template <typename FormatContext> +-auto format(cxx_mpz const & c, FormatContext& ctx) -> decltype(ctx.out()) { ++ auto format(cxx_mpz const & c, FormatContext& ctx) const -> decltype(ctx.out()) { + std::ostringstream os; + os << c; + return formatter<string_view>::format( string_view(os.str()), ctx); diff --git a/math/calc/Makefile b/math/calc/Makefile index 2f59de8b9033..4a631e2f1db2 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,5 +1,5 @@ PORTNAME= calc -PORTVERSION= 2.15.1.1 +PORTVERSION= 2.16.0.0 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/calc/distinfo b/math/calc/distinfo index 20d244d67bd5..fdf4d15dcc89 100644 --- a/math/calc/distinfo +++ b/math/calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745501793 -SHA256 (lcn2-calc-v2.15.1.1_GH0.tar.gz) = ad432c3202885fb93a82985c0a9cdd4c82f3877acc8f12a1504f56c8359e6bee -SIZE (lcn2-calc-v2.15.1.1_GH0.tar.gz) = 1308800 +TIMESTAMP = 1755224365 +SHA256 (lcn2-calc-v2.16.0.0_GH0.tar.gz) = 096acf2162afa0eee50ac818a5e70399e3a3299eb9e4b088e455dedc023cae23 +SIZE (lcn2-calc-v2.16.0.0_GH0.tar.gz) = 1309374 diff --git a/math/cantor/distinfo b/math/cantor/distinfo index 03c03a42b5d8..be4faba02951 100644 --- a/math/cantor/distinfo +++ b/math/cantor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746557909 -SHA256 (KDE/release-service/25.04.1/cantor-25.04.1.tar.xz) = 8e96b9044b00aa11fbd60c2f848238a14de947501c65725ac3092c4ffad7a8b6 -SIZE (KDE/release-service/25.04.1/cantor-25.04.1.tar.xz) = 10905732 +TIMESTAMP = 1754646414 +SHA256 (KDE/release-service/25.08.0/cantor-25.08.0.tar.xz) = 5c98fa36bac3500a57d07813a101be709c58aa0ab755d4c9c9fa2b3f8836238d +SIZE (KDE/release-service/25.08.0/cantor-25.08.0.tar.xz) = 10908548 diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 2a0ee8599234..60ece37ddc01 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -1,6 +1,6 @@ PORTNAME= ceres-solver DISTVERSION= 2.2.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 52df0bd27d41..1fc34577677e 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -1,6 +1,6 @@ PORTNAME= cgal -PORTVERSION= 5.5.1 -PORTREVISION= 7 +PORTVERSION= 5.6.2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} @@ -12,9 +12,9 @@ WWW= https://www.cgal.org/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:math/ntl -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ - libmpfr.so:math/mpfr \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:math/ntl \ + boost-libs>0:devel/boost-libs +LIB_DEPENDS= libmpfr.so:math/mpfr \ libgmp.so:math/gmp #TODO math/mpfi, math/rs, graphics/qglviewer diff --git a/math/cgal/distinfo b/math/cgal/distinfo index a0c795ac438e..35011db0c5ff 100644 --- a/math/cgal/distinfo +++ b/math/cgal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671490197 -SHA256 (CGAL-5.5.1.tar.xz) = 091630def028facdcaf00eb5b68ad79eddac1b855cca6e87eef18a031566edfc -SIZE (CGAL-5.5.1.tar.xz) = 24164376 +TIMESTAMP = 1747641361 +SHA256 (CGAL-5.6.2.tar.xz) = 458f60df8e8f1f2fdad93c8f24e1aa8f4b095cc61a14fac81b90680d7306a42e +SIZE (CGAL-5.6.2.tar.xz) = 24489156 diff --git a/math/cgal/files/patch-include_CGAL_boost_graph_iterator.h b/math/cgal/files/patch-include_CGAL_boost_graph_iterator.h deleted file mode 100644 index 20f360c1f045..000000000000 --- a/math/cgal/files/patch-include_CGAL_boost_graph_iterator.h +++ /dev/null @@ -1,59 +0,0 @@ ---- include/CGAL/boost/graph/iterator.h.orig 2022-10-07 19:04:41 UTC -+++ include/CGAL/boost/graph/iterator.h -@@ -213,18 +213,7 @@ class Halfedge_around_source_iterator { (public) - {} - - #ifndef DOXYGEN_RUNNING -- // design patter: "safe bool" -- // will be replaced by explicit operator bool with C++11 -- typedef void (Halfedge_around_source_iterator::*bool_type)() const; - -- void this_type_does_not_support_comparisons() const {} -- -- operator bool_type() const -- { -- return (! (this->base() == nullptr)) ? -- &Halfedge_around_source_iterator::this_type_does_not_support_comparisons : 0; -- } -- - bool operator==( const Self& i) const { - CGAL_assertion( anchor == anchor); - return ( g == i.g) && ( pos == i.pos) && ( winding == i.winding); -@@ -313,18 +302,7 @@ class Halfedge_around_target_iterator { (public) - {} - - #ifndef DOXYGEN_RUNNING -- // design patter: "safe bool" -- // will be replaced by explicit operator bool with C++11 -- typedef void (Halfedge_around_target_iterator::*bool_type)() const; - -- void this_type_does_not_support_comparisons() const {} -- -- operator bool_type() const -- { -- return (! (this->base() == nullptr)) ? -- &Halfedge_around_target_iterator::this_type_does_not_support_comparisons : 0; -- } -- - bool operator==( const Self& i) const { - CGAL_assertion( anchor == anchor); - return ( g == i.g) && ( pos == i.pos) && ( winding == i.winding); -@@ -411,18 +389,6 @@ class Halfedge_around_face_iterator { (public) - const value_type& operator * ( ) const { return pos; } - pointer operator -> ( ) { return &pos; } - const value_type* operator -> ( ) const { return &pos; } -- -- // design patter: "safe bool" -- // will be replaced by explicit operator bool with C++11 -- typedef void (Halfedge_around_face_iterator::*bool_type)() const; -- -- void this_type_does_not_support_comparisons() const {} -- -- operator bool_type() const -- { -- return (! (this->base() == nullptr)) ? -- &Halfedge_around_face_iterator::this_type_does_not_support_comparisons : 0; -- } - - bool operator==( const Self& i) const { - CGAL_assertion( anchor == anchor); diff --git a/math/cgal/files/patch-include_CGAL_number__utils.h b/math/cgal/files/patch-include_CGAL_number__utils.h new file mode 100644 index 000000000000..a546bcc6cda7 --- /dev/null +++ b/math/cgal/files/patch-include_CGAL_number__utils.h @@ -0,0 +1,10 @@ +--- include/CGAL/number_utils.h.orig 2024-10-19 19:02:30 UTC ++++ include/CGAL/number_utils.h +@@ -21,6 +21,7 @@ + #include <CGAL/Algebraic_structure_traits.h> + #include <CGAL/Real_embeddable_traits.h> + #include <CGAL/Kernel/Same_uncertainty.h> ++#include <boost/mpl/if.hpp> + + namespace CGAL { + CGAL_NTS_BEGIN_NAMESPACE diff --git a/math/cgal/pkg-plist b/math/cgal/pkg-plist index e2a10c8ad0c1..3b2a4972ed86 100644 --- a/math/cgal/pkg-plist +++ b/math/cgal/pkg-plist @@ -96,7 +96,7 @@ include/CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h include/CGAL/Alpha_shapes_3/internal/Classification_type.h include/CGAL/Alpha_shapes_3/internal/Lazy_alpha_nt_3.h include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h -include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_traits.h +include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_geom_traits.h include/CGAL/Alpha_wrap_3/internal/Oracle_base.h include/CGAL/Alpha_wrap_3/internal/Point_set_oracle.h include/CGAL/Alpha_wrap_3/internal/Segment_soup_oracle.h @@ -334,6 +334,7 @@ include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h include/CGAL/Barycentric_coordinates_2/internal/utils_2.h include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h +include/CGAL/Base_with_time_stamp.h include/CGAL/Basic_shaders.h include/CGAL/Bbox_2.h include/CGAL/Bbox_3.h @@ -392,6 +393,7 @@ include/CGAL/CGAL_Ipelet_base.h include/CGAL/CGAL_Ipelet_base_v6.h include/CGAL/CGAL_Ipelet_base_v7.h include/CGAL/CMap_linear_cell_complex_storages.h +include/CGAL/CMap_linear_cell_complex_storages_with_index.h include/CGAL/CORE/BigFloat.h include/CGAL/CORE/BigFloatRep.h include/CGAL/CORE/BigFloat_impl.h @@ -446,6 +448,7 @@ include/CGAL/Cartesian/ConicCPA2.h include/CGAL/Cartesian/Data_accessor_2.h include/CGAL/Cartesian/Direction_2.h include/CGAL/Cartesian/Direction_3.h +include/CGAL/Cartesian/Is_trivial_construction.h include/CGAL/Cartesian/Iso_cuboid_3.h include/CGAL/Cartesian/Iso_rectangle_2.h include/CGAL/Cartesian/Line_2.h @@ -602,7 +605,9 @@ include/CGAL/Combinatorial_map_iterators_base.h include/CGAL/Combinatorial_map_operations.h include/CGAL/Combinatorial_map_save_load.h include/CGAL/Combinatorial_map_storages.h +include/CGAL/Combinatorial_map_storages_with_index.h include/CGAL/Compact_container.h +include/CGAL/Compact_container_with_index.h include/CGAL/Compact_mesh_cell_base_3.h include/CGAL/Compare_handles_with_or_without_timestamps.h include/CGAL/Complex_2_in_triangulation_3.h @@ -627,6 +632,7 @@ include/CGAL/Constrained_voronoi_diagram_2.h include/CGAL/Construct_theta_graph_2.h include/CGAL/Construct_yao_graph_2.h include/CGAL/Container_helper.h +include/CGAL/Converting_construction.h include/CGAL/Convex_decomposition_3/Edge_sorter.h include/CGAL/Convex_decomposition_3/External_structure_builder.h include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h @@ -642,7 +648,6 @@ include/CGAL/Convex_decomposition_3/Single_wall_creator3.h include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h include/CGAL/Convex_decomposition_3/is_reflex_sedge.h include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h -include/CGAL/Convex_hull_2/ch_assertions.h include/CGAL/Convex_hull_2/ch_bykat_impl.h include/CGAL/Convex_hull_2/ch_eddy_impl.h include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h @@ -661,9 +666,6 @@ include/CGAL/Convex_hull_d.h include/CGAL/Convex_hull_d_to_polyhedron_3.h include/CGAL/Convex_hull_d_traits_3.h include/CGAL/Convex_hull_face_base_2.h -include/CGAL/Convex_hull_projective_xy_traits_2.h -include/CGAL/Convex_hull_projective_xz_traits_2.h -include/CGAL/Convex_hull_projective_yz_traits_2.h include/CGAL/Convex_hull_traits_3.h include/CGAL/Convex_hull_traits_adapter_2.h include/CGAL/Convex_hull_vertex_base_2.h @@ -874,6 +876,7 @@ include/CGAL/GMap_cell_iterators.h include/CGAL/GMap_dart_const_iterators.h include/CGAL/GMap_dart_iterators.h include/CGAL/GMap_linear_cell_complex_storages.h +include/CGAL/GMap_linear_cell_complex_storages_with_index.h include/CGAL/General_polygon_2.h include/CGAL/General_polygon_set_2.h include/CGAL/General_polygon_set_on_surface_2.h @@ -887,6 +890,7 @@ include/CGAL/Generalized_map_iterators_base.h include/CGAL/Generalized_map_operations.h include/CGAL/Generalized_map_save_load.h include/CGAL/Generalized_map_storages.h +include/CGAL/Generalized_map_storages_with_index.h include/CGAL/Generator/internal/Generic_random_point_generator.h include/CGAL/Generic_map_min_items.h include/CGAL/Geographical_coordinates_traits_2.h @@ -1009,9 +1013,7 @@ include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h include/CGAL/IO/Dxf_bsop_reader.h include/CGAL/IO/Dxf_reader.h include/CGAL/IO/Dxf_reader_doubles.h -include/CGAL/IO/Dxf_stream.h include/CGAL/IO/Dxf_variant_reader.h -include/CGAL/IO/Dxf_writer.h include/CGAL/IO/Fig_stream.h include/CGAL/IO/Fig_stream_Conic_arc_2.h include/CGAL/IO/File_avizo.h @@ -1143,6 +1145,7 @@ include/CGAL/Implicit_to_labeling_function_wrapper.h include/CGAL/In_place_list.h include/CGAL/Incremental_neighbor_search.h include/CGAL/Index_property_map.h +include/CGAL/Info_for_cell_attribute.h include/CGAL/Installation/internal/deprecation_warning.h include/CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h include/CGAL/Installation/internal/enable_third_party_libraries.h @@ -1464,7 +1467,7 @@ include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h include/CGAL/Linear_cell_complex_for_combinatorial_map.h include/CGAL/Linear_cell_complex_for_generalized_map.h include/CGAL/Linear_cell_complex_fwd.h -include/CGAL/Linear_cell_complex_incremental_builder.h +include/CGAL/Linear_cell_complex_incremental_builder_3.h include/CGAL/Linear_cell_complex_min_items.h include/CGAL/Linear_cell_complex_operations.h include/CGAL/Linear_cell_complex_traits.h @@ -1494,16 +1497,16 @@ include/CGAL/Mesh_2/Uniform_sizing_field_2.h include/CGAL/Mesh_3/C3T3_helpers.h include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h include/CGAL/Mesh_3/Concurrent_mesher_config.h +include/CGAL/Mesh_3/Detect_features_in_image.h +include/CGAL/Mesh_3/Detect_features_on_image_bbox.h include/CGAL/Mesh_3/Dump_c3t3.h include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h -include/CGAL/Mesh_3/Has_features.h include/CGAL/Mesh_3/Image_plus_weights_to_labeled_function_wrapper.h include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h include/CGAL/Mesh_3/Is_mesh_domain_field_3.h include/CGAL/Mesh_3/Lloyd_move.h -include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_fwd.h include/CGAL/Mesh_3/Mesh_global_optimizer.h include/CGAL/Mesh_3/Mesh_sizing_field.h @@ -1514,6 +1517,7 @@ include/CGAL/Mesh_3/Mesher_level_default_implementations.h include/CGAL/Mesh_3/Null_exuder_visitor.h include/CGAL/Mesh_3/Null_global_optimizer_visitor.h include/CGAL/Mesh_3/Null_perturber_visitor.h +include/CGAL/Mesh_3/Null_subdomain_index.h include/CGAL/Mesh_3/Odt_move.h include/CGAL/Mesh_3/Poisson_refine_cells_3.h include/CGAL/Mesh_3/Polyline_with_context.h @@ -1546,21 +1550,25 @@ include/CGAL/Mesh_3/experimental/Lipschitz_sizing_experimental.h include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h -include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h +include/CGAL/Mesh_3/features_detection/cases_table.h +include/CGAL/Mesh_3/features_detection/combinations.h +include/CGAL/Mesh_3/features_detection/coordinates.h +include/CGAL/Mesh_3/features_detection/cube_isometries.h +include/CGAL/Mesh_3/features_detection/features_detection.h +include/CGAL/Mesh_3/features_detection/features_detection_helpers.h +include/CGAL/Mesh_3/features_detection/postprocess_weights.h include/CGAL/Mesh_3/generate_label_weights.h include/CGAL/Mesh_3/initialize_triangulation_from_gray_image.h include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h -include/CGAL/Mesh_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h include/CGAL/Mesh_3/internal/Graph_manipulations.h -include/CGAL/Mesh_3/internal/Handle_IO_for_pair_of_int.h include/CGAL/Mesh_3/internal/check_weights.h include/CGAL/Mesh_3/internal/helpers.h -include/CGAL/Mesh_3/internal/indices_management.h include/CGAL/Mesh_3/io_signature.h include/CGAL/Mesh_3/mesh_standard_cell_criteria.h include/CGAL/Mesh_3/mesh_standard_criteria.h include/CGAL/Mesh_3/mesh_standard_facet_criteria.h include/CGAL/Mesh_3/min_dihedral_angle.h +include/CGAL/Mesh_3/parameters.h include/CGAL/Mesh_3/parameters_defaults.h include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h include/CGAL/Mesh_3/polylines_to_protect.h @@ -1568,8 +1576,6 @@ include/CGAL/Mesh_3/radius_ratio.h include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h include/CGAL/Mesh_3/sliver_criteria.h include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h -include/CGAL/Mesh_3/tet_soup_to_c3t3.h -include/CGAL/Mesh_3/utilities.h include/CGAL/Mesh_3/vertex_perturbation.h include/CGAL/Mesh_cell_base_3.h include/CGAL/Mesh_cell_criteria_3.h @@ -1724,6 +1730,7 @@ include/CGAL/Nef_3/SNC_constructor.h include/CGAL/Nef_3/SNC_decorator.h include/CGAL/Nef_3/SNC_decorator_traits.h include/CGAL/Nef_3/SNC_external_structure.h +include/CGAL/Nef_3/SNC_halfedge_key.h include/CGAL/Nef_3/SNC_indexed_items.h include/CGAL/Nef_3/SNC_intersection.h include/CGAL/Nef_3/SNC_io_parser.h @@ -1875,7 +1882,6 @@ include/CGAL/Optimisation/Access_dimension_d.h include/CGAL/Optimisation/Construct_point_2.h include/CGAL/Optimisation/Construct_point_3.h include/CGAL/Optimisation/Construct_point_d.h -include/CGAL/Optimisation/assertions.h include/CGAL/Optimisation/basic.h include/CGAL/Optimisation/debug.h include/CGAL/Optimisation_d_traits_2.h @@ -1923,7 +1929,6 @@ include/CGAL/Partition_2/Vertex_visibility_graph_2.h include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h include/CGAL/Partition_2/is_degenerate_polygon_2.h include/CGAL/Partition_2/partition_approx_convex_2.h -include/CGAL/Partition_2/partition_assertions.h include/CGAL/Partition_2/partition_greene_approx_convex_2.h include/CGAL/Partition_2/partition_optimal_convex_2.h include/CGAL/Partition_2/partition_y_monotone_2.h @@ -1972,6 +1977,7 @@ include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulatio include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_remove_traits_3.h include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_36.h +include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_generator.h include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_filtered_traits_3.h include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_iterators_3.h include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_statically_filtered_traits_3.h @@ -2028,7 +2034,6 @@ include/CGAL/Polygon_2/Polygon_2_edge_iterator.h include/CGAL/Polygon_2/Polygon_2_impl.h include/CGAL/Polygon_2/Polygon_2_simplicity.h include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h -include/CGAL/Polygon_2/polygon_assertions.h include/CGAL/Polygon_2_algorithms.h include/CGAL/Polygon_convex_decomposition_2.h include/CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h @@ -2078,7 +2083,6 @@ include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h include/CGAL/Polygon_mesh_processing/internal/fair_impl.h include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h -include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h include/CGAL/Polygon_mesh_processing/internal/refine_impl.h include/CGAL/Polygon_mesh_processing/internal/repair_extra.h include/CGAL/Polygon_mesh_processing/internal/simplify_polyline.h @@ -2094,7 +2098,9 @@ include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h include/CGAL/Polygon_mesh_processing/random_perturbation.h include/CGAL/Polygon_mesh_processing/refine.h +include/CGAL/Polygon_mesh_processing/region_growing.h include/CGAL/Polygon_mesh_processing/remesh.h +include/CGAL/Polygon_mesh_processing/remesh_planar_patches.h include/CGAL/Polygon_mesh_processing/repair.h include/CGAL/Polygon_mesh_processing/repair_degeneracies.h include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h @@ -2104,8 +2110,10 @@ include/CGAL/Polygon_mesh_processing/shape_predicates.h include/CGAL/Polygon_mesh_processing/smooth_mesh.h include/CGAL/Polygon_mesh_processing/smooth_shape.h include/CGAL/Polygon_mesh_processing/stitch_borders.h +include/CGAL/Polygon_mesh_processing/surface_Delaunay_remeshing.h include/CGAL/Polygon_mesh_processing/tangential_relaxation.h include/CGAL/Polygon_mesh_processing/transform.h +include/CGAL/Polygon_mesh_processing/triangle.h include/CGAL/Polygon_mesh_processing/triangulate_faces.h include/CGAL/Polygon_mesh_processing/triangulate_hole.h include/CGAL/Polygon_mesh_slicer.h @@ -2249,6 +2257,7 @@ include/CGAL/Qt/GraphicsViewPointInput.h include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h include/CGAL/Qt/GraphicsViewPolylineInput.h include/CGAL/Qt/GraphicsViewPolylineInput_impl.h +include/CGAL/Qt/ImageInterface.ui include/CGAL/Qt/LineGraphicsItem.h include/CGAL/Qt/PainterOstream.h include/CGAL/Qt/PointsGraphicsItem.h @@ -2290,7 +2299,6 @@ include/CGAL/Qt/qglviewer_impl_list.h include/CGAL/Qt/quaternion.h include/CGAL/Qt/quaternion_impl.h include/CGAL/Qt/resources.h -include/CGAL/Qt/resources/ImageInterface.ui include/CGAL/Qt/resources/qglviewer-icon.xpm include/CGAL/Qt/resources_impl.h include/CGAL/Qt/utility.h @@ -2368,6 +2376,16 @@ include/CGAL/Runge_kutta_integrator_2.h include/CGAL/SCIP_mixed_integer_program_traits.h include/CGAL/SEP_header.h include/CGAL/SEP_to_ImageIO.h +include/CGAL/SMDS_3/Dump_c3t3.h +include/CGAL/SMDS_3/Mesh_complex_3_in_triangulation_3_fwd.h +include/CGAL/SMDS_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h +include/CGAL/SMDS_3/internal/Handle_IO_for_pair_of_int.h +include/CGAL/SMDS_3/internal/SMDS_3_helper.h +include/CGAL/SMDS_3/internal/indices_management.h +include/CGAL/SMDS_3/io_signature.h +include/CGAL/SMDS_3/tet_soup_to_c3t3.h +include/CGAL/SMDS_3/utilities.h +include/CGAL/STL_Extension/internal/Has_features.h include/CGAL/STL_Extension/internal/Has_member_visited.h include/CGAL/STL_Extension/internal/Has_nested_type_Bare_point.h include/CGAL/STL_Extension/internal/boost/array_binary_tree.hpp @@ -2375,6 +2393,8 @@ include/CGAL/STL_Extension/internal/boost/mutable_heap.hpp include/CGAL/STL_Extension/internal/boost/mutable_queue.hpp include/CGAL/STL_Extension/internal/boost/relaxed_heap.hpp include/CGAL/STL_Extension/internal/info_check.h +include/CGAL/STL_Extension/internal/mesh_option_classes.h +include/CGAL/STL_Extension/internal/mesh_parameters_interface.h include/CGAL/STL_Extension/internal/parameters_interface.h include/CGAL/Scalar_factor_traits.h include/CGAL/Scale_space_reconstruction_3/Advancing_front_mesher.h @@ -2485,30 +2505,32 @@ include/CGAL/Shape_detection/Efficient_RANSAC/Sphere.h include/CGAL/Shape_detection/Efficient_RANSAC/Torus.h include/CGAL/Shape_detection/Efficient_RANSAC/property_map.h include/CGAL/Shape_detection/Region_growing.h +include/CGAL/Shape_detection/Region_growing/Point_set.h +include/CGAL/Shape_detection/Region_growing/Point_set/K_neighbor_query.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_region.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_region.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_region.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_region.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_region.h +include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h +include/CGAL/Shape_detection/Region_growing/Point_set/Sphere_neighbor_query.h +include/CGAL/Shape_detection/Region_growing/Polygon_mesh.h +include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_region.h +include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_sorting.h +include/CGAL/Shape_detection/Region_growing/Polygon_mesh/One_ring_neighbor_query.h +include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Polyline_graph.h include/CGAL/Shape_detection/Region_growing/Region_growing.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/K_neighbor_query.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_circle_fit_region.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_circle_fit_sorting.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_cylinder_fit_region.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_cylinder_fit_sorting.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_line_fit_region.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_line_fit_sorting.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_plane_fit_region.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_plane_fit_sorting.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_sphere_fit_region.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_sphere_fit_sorting.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Sphere_neighbor_query.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Least_squares_plane_fit_region.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Least_squares_plane_fit_sorting.h -include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/One_ring_neighbor_query.h -include/CGAL/Shape_detection/Region_growing/internal/fitting.h +include/CGAL/Shape_detection/Region_growing/Segment_set.h +include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_region.h +include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h +include/CGAL/Shape_detection/Region_growing/internal/cylinder_fitting.h include/CGAL/Shape_detection/Region_growing/internal/property_map.h +include/CGAL/Shape_detection/Region_growing/internal/region_growing_traits.h include/CGAL/Shape_detection/Region_growing/internal/utils.h -include/CGAL/Shape_detection/deprecated/Region_growing.h -include/CGAL/Shape_detection/deprecated/Shape_detection_traits.h -include/CGAL/Shape_detection_3.h include/CGAL/Shape_regularization.h include/CGAL/Shape_regularization/Contours/Longest_direction_2.h include/CGAL/Shape_regularization/Contours/Multiple_directions_2.h @@ -2538,8 +2560,11 @@ include/CGAL/Simple_circular_kernel_2.h include/CGAL/Simple_homogeneous.h include/CGAL/Simple_polygon_visibility_2.h include/CGAL/Simple_spherical_kernel_3.h +include/CGAL/Simplicial_mesh_cell_base_3.h +include/CGAL/Simplicial_mesh_vertex_base_3.h include/CGAL/Single.h include/CGAL/Sixtuple.h +include/CGAL/Sizing_field_with_aabb_tree.h include/CGAL/Skin_surface_3.h include/CGAL/Skin_surface_base_3.h include/CGAL/Skin_surface_filtered_traits_3.h @@ -2589,12 +2614,16 @@ include/CGAL/Sqrt_extension/io.h include/CGAL/Sqrt_extension_fwd.h include/CGAL/Static_filtered_predicate.h include/CGAL/Straight_skeleton_2.h +include/CGAL/Straight_skeleton_2/IO/Dxf_stream.h +include/CGAL/Straight_skeleton_2/IO/Dxf_writer.h +include/CGAL/Straight_skeleton_2/IO/print.h include/CGAL/Straight_skeleton_2/Polygon_iterators.h include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h +include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_caches.h include/CGAL/Straight_skeleton_2/assertions.h include/CGAL/Straight_skeleton_2/debug.h include/CGAL/Straight_skeleton_2/test.h @@ -2678,9 +2707,13 @@ include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_c include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h +include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_count_ratio_stop_predicate.h +include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_count_stop_predicate.h include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h +include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Face_count_ratio_stop_predicate.h +include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Face_count_stop_predicate.h include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/FastEnvelope_filter.h include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_policies.h include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_policies.h @@ -2823,7 +2856,6 @@ include/CGAL/Time_stamper.h include/CGAL/Timer.h include/CGAL/Timer_impl.h include/CGAL/Transform_iterator.h -include/CGAL/Tree_assertions.h include/CGAL/Tree_base.h include/CGAL/Tree_traits.h include/CGAL/Triangle_2.h @@ -2842,6 +2874,7 @@ include/CGAL/Triangulation_2.h include/CGAL/Triangulation_2/insert_constraints.h include/CGAL/Triangulation_2/internal/CTP2_subconstraint_graph.h include/CGAL/Triangulation_2/internal/Constraint_hierarchy_2.h +include/CGAL/Triangulation_2/internal/In_domain.h include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h include/CGAL/Triangulation_2/internal/Triangulation_line_face_circulator_2.h include/CGAL/Triangulation_2_projection_traits_3.h @@ -3027,7 +3060,6 @@ include/CGAL/boost/graph/backward_compatibility_functions.h include/CGAL/boost/graph/breadth_first_search.h include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h include/CGAL/boost/graph/copy_face_graph.h -include/CGAL/boost/graph/dijkstra_shortest_paths.h include/CGAL/boost/graph/generators.h include/CGAL/boost/graph/graph_concepts.h include/CGAL/boost/graph/graph_traits_Arrangement_2.h @@ -3074,6 +3106,8 @@ include/CGAL/boost/graph/properties_Constrained_Delaunay_triangulation_2.h include/CGAL/boost/graph/properties_Constrained_triangulation_2.h include/CGAL/boost/graph/properties_Constrained_triangulation_plus_2.h include/CGAL/boost/graph/properties_Delaunay_triangulation_2.h +include/CGAL/boost/graph/properties_HalfedgeDS_base.h +include/CGAL/boost/graph/properties_HalfedgeDS_default.h include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h include/CGAL/boost/graph/properties_OpenMesh.h include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h @@ -3095,7 +3129,6 @@ include/CGAL/boost/graph/split_graph_into_polylines.h include/CGAL/boost/graph/visitor.h include/CGAL/boost/iterator/counting_iterator.hpp include/CGAL/boost/iterator/transform_iterator.hpp -include/CGAL/boost/parameter.h include/CGAL/boost_mp.h include/CGAL/bounding_box.h include/CGAL/box_intersection_d.h @@ -3106,7 +3139,6 @@ include/CGAL/certified_quotient_predicates.h include/CGAL/ch_akl_toussaint.h include/CGAL/ch_bykat.h include/CGAL/ch_eddy.h -include/CGAL/ch_function_objects_2.h include/CGAL/ch_graham_andrew.h include/CGAL/ch_jarvis.h include/CGAL/ch_melkman.h @@ -3136,10 +3168,15 @@ include/CGAL/convex_hull_traits_2.h include/CGAL/convexity_check_2.h include/CGAL/convexity_check_3.h include/CGAL/copy_n.h +include/CGAL/cpp_float.h include/CGAL/create_offset_polygons_2.h include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h include/CGAL/create_straight_skeleton_2.h include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h +include/CGAL/create_weighted_offset_polygons_2.h +include/CGAL/create_weighted_offset_polygons_from_polygon_with_holes_2.h +include/CGAL/create_weighted_straight_skeleton_2.h +include/CGAL/create_weighted_straight_skeleton_from_polygon_with_holes_2.h include/CGAL/demangle.h include/CGAL/determinant.h include/CGAL/determinant_of_vectors.h @@ -3147,6 +3184,8 @@ include/CGAL/disable_warnings.h include/CGAL/distance_predicates_2.h include/CGAL/distance_predicates_3.h include/CGAL/double.h +include/CGAL/draw_arrangement_2.h +include/CGAL/draw_constrained_triangulation_2.h include/CGAL/draw_face_graph.h include/CGAL/draw_face_graph_with_paths.h include/CGAL/draw_linear_cell_complex.h @@ -3177,6 +3216,7 @@ include/CGAL/export/helpers.h include/CGAL/extended_euclidean_algorithm.h include/CGAL/extract_mean_curvature_flow_skeleton.h include/CGAL/extremal_polygon_2.h +include/CGAL/extrude_skeleton.h include/CGAL/exude_mesh_3.h include/CGAL/facets_in_complex_3_to_triangle_mesh.h include/CGAL/float.h @@ -3220,7 +3260,6 @@ include/CGAL/intersections.h include/CGAL/intersections_d.h include/CGAL/ipower.h include/CGAL/is_convertible.h -include/CGAL/is_iterator.h include/CGAL/is_streamable.h include/CGAL/is_y_monotone_2.h include/CGAL/iterator.h @@ -3291,18 +3330,19 @@ include/CGAL/license/Polygon_mesh_processing.h include/CGAL/license/Polygon_mesh_processing/Compute_normal.h include/CGAL/license/Polygon_mesh_processing/Polyhedral_envelope.h include/CGAL/license/Polygon_mesh_processing/collision_detection.h +include/CGAL/license/Polygon_mesh_processing/combinatorial_repair.h include/CGAL/license/Polygon_mesh_processing/connected_components.h include/CGAL/license/Polygon_mesh_processing/core.h include/CGAL/license/Polygon_mesh_processing/corefinement.h include/CGAL/license/Polygon_mesh_processing/detect_features.h include/CGAL/license/Polygon_mesh_processing/distance.h +include/CGAL/license/Polygon_mesh_processing/geometric_repair.h include/CGAL/license/Polygon_mesh_processing/locate.h include/CGAL/license/Polygon_mesh_processing/measure.h include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h include/CGAL/license/Polygon_mesh_processing/miscellaneous.h include/CGAL/license/Polygon_mesh_processing/orientation.h include/CGAL/license/Polygon_mesh_processing/predicate.h -include/CGAL/license/Polygon_mesh_processing/repair.h include/CGAL/license/Polygonal_surface_reconstruction.h include/CGAL/license/Polyhedron.h include/CGAL/license/Polyline_simplification_2.h @@ -3310,6 +3350,7 @@ include/CGAL/license/Polytope_distance_d.h include/CGAL/license/Principal_component_analysis.h include/CGAL/license/QP_solver.h include/CGAL/license/Ridges_3.h +include/CGAL/license/SMDS_3.h include/CGAL/license/Scale_space_reconstruction_3.h include/CGAL/license/SearchStructures.h include/CGAL/license/Segment_Delaunay_graph_2.h @@ -3321,6 +3362,7 @@ include/CGAL/license/Skin_surface_3.h include/CGAL/license/Snap_rounding_2.h include/CGAL/license/Spatial_searching.h include/CGAL/license/Straight_skeleton_2.h +include/CGAL/license/Straight_skeleton_extrusion_2.h include/CGAL/license/Stream_lines_2.h include/CGAL/license/Surface_mesh.h include/CGAL/license/Surface_mesh_approximation.h @@ -3370,6 +3412,7 @@ include/CGAL/make_skin_surface_mesh_3.h include/CGAL/make_surface_mesh.h include/CGAL/make_union_of_balls_3.h include/CGAL/marching_tetrahedra_3.h +include/CGAL/mark_domain_in_triangulation.h include/CGAL/memory.h include/CGAL/mesh_segmentation.h include/CGAL/mesh_skin_surface_3.h @@ -3386,7 +3429,6 @@ include/CGAL/mpfr_coercion_traits.h include/CGAL/mpq_class.h include/CGAL/mpz_class.h include/CGAL/mst_orient_normals.h -include/CGAL/multiset_assertions.h include/CGAL/mutex.h include/CGAL/natural_neighbor_coordinates_2.h include/CGAL/natural_neighbor_coordinates_3.h @@ -3410,7 +3452,6 @@ include/CGAL/pierce_rectangles_2.h include/CGAL/point_generators_2.h include/CGAL/point_generators_3.h include/CGAL/point_generators_d.h -include/CGAL/point_set_processing_assertions.h include/CGAL/pointmatcher/compute_registration_transformation.h include/CGAL/pointmatcher/register_point_sets.h include/CGAL/poisson_refine_triangulation.h @@ -3463,7 +3504,6 @@ include/CGAL/squared_distance_2.h include/CGAL/squared_distance_3.h include/CGAL/sse2.h include/CGAL/stddef.h -include/CGAL/streamlines_assertions.h include/CGAL/structure_point_set.h include/CGAL/subdivide_skin_surface_mesh_3.h include/CGAL/subdivide_union_of_balls_mesh_3.h @@ -3471,21 +3511,21 @@ include/CGAL/subdivision_method_3.h include/CGAL/surface_mesh_parameterization.h include/CGAL/surface_neighbor_coordinates_3.h include/CGAL/surface_neighbors_3.h -include/CGAL/surface_reconstruction_points_assertions.h include/CGAL/sweep_observer.h include/CGAL/tags.h include/CGAL/test_FPU_rounding_mode_impl.h include/CGAL/tetrahedral_remeshing.h +include/CGAL/tetrahedron_soup_to_triangulation_3.h include/CGAL/thread.h include/CGAL/to_rational.h include/CGAL/transforming_iterator.h include/CGAL/transforming_pair_iterator.h include/CGAL/triangulate_mixed_complex_3.h include/CGAL/triangulate_power_diagram_3.h -include/CGAL/triangulation_assertions.h include/CGAL/tss.h include/CGAL/tuple.h include/CGAL/type_traits.h +include/CGAL/type_traits/is_iterator.h include/CGAL/typeset.h include/CGAL/use.h include/CGAL/user_classes.h diff --git a/math/chaco/Makefile b/math/chaco/Makefile index 4f92ffccde6e..d3fe6020b178 100644 --- a/math/chaco/Makefile +++ b/math/chaco/Makefile @@ -1,15 +1,12 @@ PORTNAME= chaco -PORTVERSION= 2.2 +DISTVERSION= 2.2 CATEGORIES= math -MASTER_SITES= http://www.cs.sandia.gov/downloads/papers/bahendr/ \ - http://bsd1.csme.ru/myports/ \ - http://bsd2.csme.ru/myports/ \ - http://bsd3.csme.ru/myports/ -DISTNAME= Chaco-${PORTVERSION} +MASTER_SITES= https://ftp.mcs.anl.gov/pub/petsc/externalpackages/ +DISTNAME= Chaco-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alven@FreeBSD.org COMMENT= Software for partitioning graphs -WWW= http://www.cs.sandia.gov/~bahendr/chaco.html +WWW= https://github.com/sandialabs/Chaco/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../GNU_Lesser_GPL.txt diff --git a/math/chaco/files/patch-Makefile b/math/chaco/files/patch-Makefile index 5f7bd7630476..a718de50d14d 100644 --- a/math/chaco/files/patch-Makefile +++ b/math/chaco/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Thu Oct 2 12:23:22 1997 -+++ Makefile Mon May 1 22:19:06 2006 -@@ -1,11 +1,13 @@ +--- Makefile.orig 1997-10-02 17:23:22 UTC ++++ Makefile +@@ -1,11 +1,13 @@ DEST= ${DEST_DIR}/chaco DEST_DIR = ../exec DEST= ${DEST_DIR}/chaco -CC = gcc @@ -18,7 +18,7 @@ submain/balance.c submain/divide.c submain/submain.c \ input/input_assign.c \ input/check_input.c input/input.c input/input_geom.c \ -@@ -87,11 +89,20 @@ +@@ -87,11 +89,20 @@ FILES.c= main/user_params.c main/interface.c main/main util/update.c util/vecout.c util/vecran.c \ util/vecscale.c @@ -27,9 +27,9 @@ FILES.o= $(FILES.c:.c=.o) +libFILES.o= $(libFILES.c:.c=.o) -+ -+all: ${DEST} ${DEST_DIR}/libchaco.a ++all: ${DEST} ${DEST_DIR}/libchaco.a ++ ${DEST}: ${FILES.o} Makefile ${CC} ${OFLAGS} ${FILES.o} -lm -o ${DEST} + diff --git a/math/clblas/Makefile b/math/clblas/Makefile index d82bf326e43d..32643e932a02 100644 --- a/math/clblas/Makefile +++ b/math/clblas/Makefile @@ -1,6 +1,6 @@ PORTNAME= clblas PORTVERSION= 2.12 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/concorde/Makefile b/math/concorde/Makefile index b8af8df77f67..d20f79c3f4d4 100644 --- a/math/concorde/Makefile +++ b/math/concorde/Makefile @@ -3,12 +3,13 @@ PORTVERSION= 20031219 CATEGORIES= math parallel MASTER_SITES= http://www.tsp.gatech.edu/concorde/downloads/codes/src/ DISTNAME= co031219 -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Combinatorial Optimization package WWW= http://www.tsp.gatech.edu/concorde.html +USES= tar:tgz + WRKSRC= ${WRKDIR}/concorde GNU_CONFIGURE= yes diff --git a/math/coq/Makefile b/math/coq/Makefile index 4bbe10c00a46..2e9d5c12c76e 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,6 +1,6 @@ PORTNAME= coq PORTVERSION= 8.20.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= math DISTVERSIONPREFIX= V diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile index 1223ae7d6d81..d2e62bfb85ca 100644 --- a/math/cryptominisat/Makefile +++ b/math/cryptominisat/Makefile @@ -1,6 +1,6 @@ PORTNAME= cryptominisat DISTVERSION= 5.11.21 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= arrowd@FreeBSD.org diff --git a/math/curv/Makefile b/math/curv/Makefile index a8999fc4350b..c4cf2c72934f 100644 --- a/math/curv/Makefile +++ b/math/curv/Makefile @@ -1,6 +1,6 @@ PORTNAME= curv DISTVERSION= 0.5 -PORTREVISION= 24 +PORTREVISION= 26 CATEGORIES= math lang graphics MAINTAINER= yuri@FreeBSD.org diff --git a/math/cvc5/Makefile b/math/cvc5/Makefile index c91f05e104a1..a42303efa420 100644 --- a/math/cvc5/Makefile +++ b/math/cvc5/Makefile @@ -1,12 +1,13 @@ PORTNAME= cvc5 DISTVERSIONPREFIX= cvc5- -DISTVERSION= 1.2.1 +DISTVERSION= 1.3.0 CATEGORIES= math java EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= yuri@FreeBSD.org COMMENT= Automatic theorem prover for SMT (Satisfiability Modulo Theories) -WWW= https://cvc5.github.io/ +WWW= https://cvc5.github.io/ \ + https://github.com/cvc5/cvc5 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING @@ -18,10 +19,9 @@ BUILD_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} -LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ - libcadical.so:math/cadical +LIB_DEPENDS= libcadical.so:math/cadical -USES= cmake:testing ncurses compiler:c++17-lang java:build \ +USES= cmake:testing ncurses compiler:c++17-lang \ localbase:ldflags pkgconfig python:build USE_LDCONFIG= yes USE_GITHUB= yes @@ -92,5 +92,6 @@ PORTSCOUT= limit:^[1-9]\.[0-9]+\.[0-9]+ # prevent older generation versions like # some tests are skipped without any explanation, see https://github.com/cvc5/cvc5/issues/10456 # test interactive_shell_define_fun_rec_multiline fails, see https://github.com/cvc5/cvc5/issues/11146 +# tests as of 1.3.0: 99% tests passed, 1 tests failed out of 4040, see https://github.com/cvc5/cvc5/issues/11996 .include <bsd.port.mk> diff --git a/math/cvc5/distinfo b/math/cvc5/distinfo index effa474fad01..2b00e52e64b7 100644 --- a/math/cvc5/distinfo +++ b/math/cvc5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738036883 -SHA256 (cvc5-cvc5-cvc5-1.2.1_GH0.tar.gz) = 01197ca37a810bce418ae98a44dbb3348697554582395300a09c85d7af182d69 -SIZE (cvc5-cvc5-cvc5-1.2.1_GH0.tar.gz) = 9045038 +TIMESTAMP = 1750308675 +SHA256 (cvc5-cvc5-cvc5-1.3.0_GH0.tar.gz) = 8747e449bdbb2264ccf7404fdf960977057a18de7f70c5e3b738847210e4065a +SIZE (cvc5-cvc5-cvc5-1.3.0_GH0.tar.gz) = 9163706 diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index ee1b6c94c621..927ddbcbbc42 100644 --- a/math/deal.ii/Makefile +++ b/math/deal.ii/Makefile @@ -1,6 +1,6 @@ PORTNAME= deal.II DISTVERSION= 9.6.2 -PORTREVISION= 5 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= https://github.com/dealii/dealii/releases/download/v${DISTVERSION}/ DISTNAME= dealii-${DISTVERSION} diff --git a/math/dgl/Makefile b/math/dgl/Makefile index 0af68a613b99..d84b0906e33f 100644 --- a/math/dgl/Makefile +++ b/math/dgl/Makefile @@ -45,7 +45,7 @@ BINARY_ALIAS= make=${GMAKE} python3=${PYTHON_CMD} PLIST_FILES= lib/libdgl_metis.so # workaround for https://github.com/dmlc/dgl/issues/5666 OPTIONS_RADIO= BACKEND -OPTIONS_RADIO_BACKEND= PYTORCH TENSORFLOW MXNET +OPTIONS_RADIO_BACKEND= PYTORCH TENSORFLOW OPTIONS_DEFAULT= PYTORCH PYTORCH_DESC= Use PyTorch backend @@ -57,10 +57,6 @@ TENSORFLOW_VARS= BACKEND_DEPENDS=${PYTHON_PKGNAMEPREFIX}tensorflow>0:science/py TENSORFLOW_MAKE_ENV= DGLBACKEND=tensorflow TENSORFLOW_CMAKE_ON= -DBUILD_SPARSE=OFF -MXNET_DESC= Use MXNET backend -MXNET_VARS= BACKEND_DEPENDS=${PYTHON_PKGNAMEPREFIX}mxnet>0:misc/py-mxnet@${PY_FLAVOR} -MXNET_MAKE_ENV= DGLBACKEND=mxnet - post-install: # workaround for https://github.com/dmlc/dgl/issues/5666 ${INSTALL_LIB} ${BUILD_WRKSRC}/third_party/METIS/libmetis/libdgl_metis.so ${STAGEDIR}${PREFIX}/lib diff --git a/math/dihydrogen/Makefile b/math/dihydrogen/Makefile index f8e19b47eb16..21a3ea36abdb 100644 --- a/math/dihydrogen/Makefile +++ b/math/dihydrogen/Makefile @@ -2,7 +2,7 @@ PORTNAME= dihydrogen DISTVERSIONPREFIX= v DISTVERSION= 0.2.1-36 DISTVERSIONSUFFIX= -g4bda15e -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index 6cf3a5517bde..825be10c4f98 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -1,6 +1,6 @@ PORTNAME= drgeo PORTVERSION= 1.1.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= math MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} diff --git a/math/dune-common/Makefile b/math/dune-common/Makefile index fdbc7de7f307..111a46bf1c92 100644 --- a/math/dune-common/Makefile +++ b/math/dune-common/Makefile @@ -1,7 +1,7 @@ PORTNAME= dune-common DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math PATCH_SITES= https://gitlab.dune-project.org/core/${PORTNAME}/-/commit/ @@ -27,12 +27,12 @@ USE_LDCONFIG= yes GL_SITE= https://gitlab.dune-project.org GL_ACCOUNT= core -GL_TAGNAME= df65b1282ea89ad40d2cb6565983f7e633ccce31 CMAKE_ON= BUILD_SHARED_LIBS CMAKE_ARGS= -DTBB_INCLUDE_DIR=${LOCALBASE}/include -DTBB_LIBRARIES=${LOCALBASE}/lib/libtbb.so -OPTIONS_DEFINE= DOCS DOXYGEN +OPTIONS_DEFINE= DOCS DOXYGEN MANPAGES +OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes DOCS_CMAKE_BOOL= FREEBSD_INSTALL_DOCS @@ -42,6 +42,8 @@ DOCS_BUILD_DEPENDS= latex:print/tex-formats \ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_IMPLIES= DOCS +MANPAGES_CMAKE_BOOL= FREEBSD_INSTALL_MANPAGES + PORTDOCS= * post-install: diff --git a/math/dune-common/distinfo b/math/dune-common/distinfo index b6c1bd6de46a..abfcfc9a407b 100644 --- a/math/dune-common/distinfo +++ b/math/dune-common/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1725960226 -SHA256 (core-dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31_GL0.tar.gz) = e518620820edd77258266c1856eb46435e884bc7770ae00c7c181c222b98be48 -SIZE (core-dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31_GL0.tar.gz) = 772263 +TIMESTAMP = 1750927049 +SHA256 (dune-common-v2.8.0.tar.bz2) = f4abb10e1cbbfa1835204fc7f44bb3ee50e3108343b5a200254f35a76a5561bd +SIZE (dune-common-v2.8.0.tar.bz2) = 636924 SHA256 (d36ce92a18904a3fe69028811c619b4b5a09ef4e.patch) = 32f0b7927ed2b70e9c1d095689064045c7c25f76056e0243c24641ac0cb9aafa SIZE (d36ce92a18904a3fe69028811c619b4b5a09ef4e.patch) = 877 diff --git a/math/dune-common/files/patch-CMakeLists.txt b/math/dune-common/files/patch-CMakeLists.txt deleted file mode 100644 index d1dcdae2a5b0..000000000000 --- a/math/dune-common/files/patch-CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- CMakeLists.txt.orig 2021-08-31 14:25:00 UTC -+++ CMakeLists.txt -@@ -16,7 +16,9 @@ dune_project() - # add subdirectories to execute CMakeLists.txt there - add_subdirectory(bin) - add_subdirectory(cmake) -+if (FREEBSD_INSTALL_DOCS) - add_subdirectory(doc) -+endif() - add_subdirectory(dune) - add_subdirectory(lib) - add_subdirectory(share) diff --git a/math/dune-common/files/patch-doc_CMakeLists.txt b/math/dune-common/files/patch-doc_CMakeLists.txt new file mode 100644 index 000000000000..80184fe0d3a9 --- /dev/null +++ b/math/dune-common/files/patch-doc_CMakeLists.txt @@ -0,0 +1,12 @@ +--- doc/CMakeLists.txt.orig 2025-06-26 07:51:35 UTC ++++ doc/CMakeLists.txt +@@ -1,5 +1,9 @@ ++if (FREEBSD_INSTALL_DOCS) + add_subdirectory("doxygen") + add_subdirectory("buildsystem") + add_subdirectory("comm") ++endif() ++if (FREEBSD_INSTALL_MANPAGES) + install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dunecontrol.1 + DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) ++endif() diff --git a/math/dune-common/pkg-plist b/math/dune-common/pkg-plist index cdde49c7471e..811b0d1eb5d1 100644 --- a/math/dune-common/pkg-plist +++ b/math/dune-common/pkg-plist @@ -140,7 +140,7 @@ lib/dunecontrol/dune-common/dune.module lib/dunemodules.lib lib/libdunecommon.so libdata/pkgconfig/dune-common.pc -%%DOCS%%share/man/man1/dunecontrol.1.gz +%%MANPAGES%%share/man/man1/dunecontrol.1.gz share/bash-completion/completions/dunecontrol %%DATADIR%%/config.h.cmake %%DOCS%%%%DATADIR%%/doc/doxygen/Doxystyle diff --git a/math/dune-fem/Makefile b/math/dune-fem/Makefile index f64d0bd94f40..e04b8e5d07c6 100644 --- a/math/dune-fem/Makefile +++ b/math/dune-fem/Makefile @@ -1,6 +1,6 @@ PORTNAME= dune-fem DISTVERSION= 2.8.0.5 -PORTREVISION= 27 +PORTREVISION= 29 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-istl/Makefile b/math/dune-istl/Makefile index b5eedceeed73..f3563e16b92c 100644 --- a/math/dune-istl/Makefile +++ b/math/dune-istl/Makefile @@ -1,6 +1,6 @@ PORTNAME= dune-istl DISTVERSION= 2.8.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-pdelab/Makefile b/math/dune-pdelab/Makefile index 5adcee06bfbc..da798a4dc5fb 100644 --- a/math/dune-pdelab/Makefile +++ b/math/dune-pdelab/Makefile @@ -1,7 +1,7 @@ PORTNAME= dune-pdelab DISTVERSIONPREFIX= v DISTVERSION= 2.7.0.20210824 -PORTREVISION= 28 +PORTREVISION= 30 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dune-vtk/Makefile b/math/dune-vtk/Makefile index e49641192a8b..6c5bc55a6a7a 100644 --- a/math/dune-vtk/Makefile +++ b/math/dune-vtk/Makefile @@ -1,6 +1,6 @@ PORTNAME= dune-vtk DISTVERSION= 2.8.0 -PORTREVISION= 26 +PORTREVISION= 28 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/e-antic/Makefile b/math/e-antic/Makefile index 7cd6bd10f363..4f567b3f7ab5 100644 --- a/math/e-antic/Makefile +++ b/math/e-antic/Makefile @@ -1,5 +1,6 @@ PORTNAME= e-antic DISTVERSION= 2.1.0 +PORTREVISION= 1 #MASTER_SITES= https://www.labri.fr/perso/vdelecro/e-antic/ CATEGORIES= math diff --git a/math/eclib/Makefile b/math/eclib/Makefile index 8229787a4e72..bb88e4353016 100644 --- a/math/eclib/Makefile +++ b/math/eclib/Makefile @@ -1,6 +1,5 @@ PORTNAME= eclib -PORTVERSION= 20250122 -PORTREVISION= 1 +PORTVERSION= 20250627 DISTVERSIONPREFIX= v CATEGORIES= math @@ -18,14 +17,14 @@ LIB_DEPENDS= libntl.so:math/ntl \ USE_GITHUB= yes GH_ACCOUNT= JohnCremona -USES= autoreconf compiler:c++14-lang libtool localbase +USES= autoreconf compiler:c++17-lang libtool localbase OPTIONS_DEFINE= DOCS LIBS+= "-lm" GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_CXXSTD= c++14 +USE_CXXSTD= c++17 CONFIGURE_ARGS= --with-flint=${LOCALBASE} --with-boost=${LOCALBASE} INSTALL_TARGET= install-strip USE_LDCONFIG= yes diff --git a/math/eclib/distinfo b/math/eclib/distinfo index 02504a0b7b39..753811fede2a 100644 --- a/math/eclib/distinfo +++ b/math/eclib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739279983 -SHA256 (JohnCremona-eclib-v20250122_GH0.tar.gz) = 949922fa3d7c5388eac186c8906f858e31b621f081d5aad333e74aaaa758b1de -SIZE (JohnCremona-eclib-v20250122_GH0.tar.gz) = 1047344 +TIMESTAMP = 1751291767 +SHA256 (JohnCremona-eclib-v20250627_GH0.tar.gz) = c45cc20366effd5fce8ec3245ecf33f99e0d08222e21644a8db57e1356d85b4f +SIZE (JohnCremona-eclib-v20250627_GH0.tar.gz) = 1059399 diff --git a/math/eclib/pkg-plist b/math/eclib/pkg-plist index 9a9853c5786f..2faf2fd884e6 100644 --- a/math/eclib/pkg-plist +++ b/math/eclib/pkg-plist @@ -39,6 +39,7 @@ include/eclib/desc2.h include/eclib/descent.h include/eclib/divpol.h include/eclib/egr.h +include/eclib/egros.h include/eclib/elog.h include/eclib/ffmod.h include/eclib/fixc6.h @@ -117,7 +118,7 @@ include/eclib/xsplit_data.h lib/libec.a lib/libec.so lib/libec.so.14 -lib/libec.so.14.0.1 +lib/libec.so.14.1.0 libdata/pkgconfig/eclib.pc %%PORTDOCS%%%%DOCSDIR%%/g0n.txt %%PORTDOCS%%%%DOCSDIR%%/howto.txt diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile index 8d24cb380984..66753eff0f01 100644 --- a/math/edenmath/Makefile +++ b/math/edenmath/Makefile @@ -1,6 +1,6 @@ PORTNAME= edenmath PORTVERSION= 1.1.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math gnustep MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ DISTNAME= EdenMath_GNUstep-${PORTVERSION} diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 17bf3c421805..398e09e90b97 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -56,4 +56,8 @@ post-extract: @(cd ${_DISTDIR}; ${CP} ${SRCS} ${WRKSRC}) ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile +# ld.bfd supports neither -z relro nor -z norelro on armv7 +BINUTILS_NO_MAKE_ENV_armv7= LD +BINUTILS_NO_MAKE_ENV= ${BINUTILS_NO_MAKE_ENV_${ARCH}} + .include <bsd.port.mk> diff --git a/math/elan/Makefile b/math/elan/Makefile index 0aeb03de998d..16ecfff47107 100644 --- a/math/elan/Makefile +++ b/math/elan/Makefile @@ -1,6 +1,7 @@ PORTNAME= elan DISTVERSIONPREFIX= v DISTVERSION= 4.0.1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/ess/Makefile b/math/ess/Makefile index c1fc6fe26a3d..951295cd94b3 100644 --- a/math/ess/Makefile +++ b/math/ess/Makefile @@ -1,6 +1,6 @@ PORTNAME= ess DISTVERSION= 25.01.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/ \ http://stat.ethz.ch/ESS/downloads/ess/ \ diff --git a/math/fend/Makefile b/math/fend/Makefile index 5a5aefd7a359..27504d4954be 100644 --- a/math/fend/Makefile +++ b/math/fend/Makefile @@ -1,7 +1,6 @@ PORTNAME= fend DISTVERSIONPREFIX= v -DISTVERSION= 1.5.6 -PORTREVISION= 1 +DISTVERSION= 1.5.7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -17,102 +16,210 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= printfn -CARGO_CRATES= base64-0.21.7 \ - bitflags-2.9.0 \ - bumpalo-3.17.0 \ - cc-1.2.16 \ - cfg-if-1.0.0 \ +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.1 \ + atomic-waker-1.1.2 \ + backtrace-0.3.75 \ + base64-0.22.1 \ + bitflags-2.9.1 \ + bumpalo-3.19.0 \ + bytes-1.10.1 \ + cc-1.2.29 \ + cfg-if-1.0.1 \ cfg_aliases-0.2.1 \ clipboard-win-5.4.0 \ core-foundation-0.9.4 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ - ctrlc-3.4.5 \ + displaydoc-0.2.5 \ endian-type-0.1.2 \ equivalent-1.0.2 \ - errno-0.3.10 \ - error-code-3.3.1 \ + errno-0.3.13 \ + error-code-3.3.2 \ fastrand-2.3.0 \ fd-lock-4.0.4 \ + fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ - getrandom-0.2.15 \ - getrandom-0.3.1 \ - hashbrown-0.15.2 \ - indexmap-2.8.0 \ - instant-0.1.13 \ + form_urlencoded-1.2.1 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ + gimli-0.31.1 \ + h2-0.4.11 \ + hashbrown-0.15.4 \ + http-1.3.1 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + httparse-1.10.1 \ + hyper-1.6.0 \ + hyper-rustls-0.27.7 \ + hyper-tls-0.6.0 \ + hyper-util-0.1.15 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ + idna-1.0.3 \ + idna_adapter-1.2.1 \ + indexmap-2.10.0 \ + io-uring-0.7.8 \ + ipnet-2.11.0 \ + iri-string-0.7.8 \ + itoa-1.0.15 \ js-sys-0.3.77 \ - libc-0.2.171 \ - linux-raw-sys-0.9.2 \ - log-0.4.26 \ - memchr-2.7.4 \ - minreq-2.13.3 \ + libc-0.2.174 \ + linux-raw-sys-0.9.4 \ + litemap-0.8.0 \ + log-0.4.27 \ + lru-slab-0.1.2 \ + memchr-2.7.5 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ native-tls-0.2.14 \ nibble_vec-0.1.0 \ - nix-0.29.0 \ - once_cell-1.21.1 \ - openssl-0.10.71 \ + nix-0.30.1 \ + object-0.36.7 \ + once_cell-1.21.3 \ + openssl-0.10.73 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ - openssl-sys-0.9.106 \ + openssl-sys-0.9.109 \ + percent-encoding-2.3.1 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ pkg-config-0.3.32 \ + potential_utf-0.1.2 \ ppv-lite86-0.2.21 \ - proc-macro2-1.0.94 \ + proc-macro2-1.0.95 \ + quinn-0.11.8 \ + quinn-proto-0.11.12 \ + quinn-udp-0.5.13 \ quote-1.0.40 \ + r-efi-5.3.0 \ radix_trie-0.2.1 \ - rand-0.9.0 \ + rand-0.9.1 \ rand_chacha-0.9.0 \ rand_core-0.9.3 \ + reqwest-0.12.22 \ ring-0.17.14 \ - rustix-1.0.2 \ - rustls-0.21.12 \ - rustls-native-certs-0.6.3 \ - rustls-pemfile-1.0.4 \ - rustls-webpki-0.101.7 \ - rustversion-1.0.20 \ - rustyline-15.0.0 \ + rustc-demangle-0.1.25 \ + rustc-hash-2.1.1 \ + rustix-1.0.7 \ + rustls-0.23.29 \ + rustls-native-certs-0.8.1 \ + rustls-pki-types-1.12.0 \ + rustls-webpki-0.103.4 \ + rustversion-1.0.21 \ + rustyline-16.0.0 \ + ryu-1.0.20 \ schannel-0.1.27 \ - sct-0.7.1 \ security-framework-2.11.1 \ + security-framework-3.2.0 \ security-framework-sys-2.14.0 \ serde-1.0.219 \ serde_derive-1.0.219 \ - serde_spanned-0.6.8 \ + serde_json-1.0.140 \ + serde_spanned-1.0.0 \ + serde_urlencoded-0.7.1 \ shlex-1.3.0 \ - smallvec-1.14.0 \ - syn-2.0.100 \ - tempfile-3.19.0 \ - toml-0.8.20 \ - toml_datetime-0.6.8 \ - toml_edit-0.22.24 \ + signal-hook-registry-1.4.5 \ + slab-0.4.10 \ + smallvec-1.15.1 \ + socket2-0.5.10 \ + stable_deref_trait-1.2.0 \ + subtle-2.6.1 \ + syn-2.0.104 \ + sync_wrapper-1.0.2 \ + synstructure-0.13.2 \ + system-configuration-0.6.1 \ + system-configuration-sys-0.6.0 \ + tempfile-3.20.0 \ + thiserror-2.0.12 \ + thiserror-impl-2.0.12 \ + tinystr-0.8.1 \ + tinyvec-1.9.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.46.1 \ + tokio-macros-2.5.0 \ + tokio-native-tls-0.3.1 \ + tokio-rustls-0.26.2 \ + tokio-util-0.7.15 \ + toml-0.9.2 \ + toml_datetime-0.7.0 \ + toml_parser-1.0.1 \ + toml_writer-1.0.2 \ + tower-0.5.2 \ + tower-http-0.6.6 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.41 \ + tracing-core-0.1.34 \ + try-lock-0.2.5 \ unicode-ident-1.0.18 \ unicode-segmentation-1.12.0 \ - unicode-width-0.2.0 \ + unicode-width-0.2.1 \ untrusted-0.9.0 \ + url-2.5.4 \ + utf8_iter-1.0.4 \ utf8parse-0.2.2 \ vcpkg-0.2.15 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - wasi-0.13.3+wasi-0.2.2 \ + want-0.3.1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-futures-0.4.50 \ wasm-bindgen-macro-0.2.100 \ wasm-bindgen-macro-support-0.2.100 \ wasm-bindgen-shared-0.2.100 \ web-sys-0.3.77 \ + web-time-1.1.0 \ + windows-link-0.1.3 \ + windows-registry-0.5.3 \ + windows-result-0.3.4 \ + windows-strings-0.4.2 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.7.4 \ - wit-bindgen-rt-0.33.0 \ - zerocopy-0.8.23 \ - zerocopy-derive-0.8.23 + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.12 \ + wit-bindgen-rt-0.39.0 \ + writeable-0.6.1 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zeroize-1.8.1 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib diff --git a/math/fend/distinfo b/math/fend/distinfo index 2557759f45b5..c9463b1d7a1c 100644 --- a/math/fend/distinfo +++ b/math/fend/distinfo @@ -1,158 +1,326 @@ -TIMESTAMP = 1742197572 -SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 -SIZE (rust/crates/base64-0.21.7.crate) = 82576 -SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd -SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 -SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf -SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 -SHA256 (rust/crates/cc-1.2.16.crate) = be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c -SIZE (rust/crates/cc-1.2.16.crate) = 103847 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +TIMESTAMP = 1752640040 +SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 +SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/cc-1.2.29.crate) = 5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362 +SIZE (rust/crates/cc-1.2.29.crate) = 108072 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/clipboard-win-5.4.0.crate) = 15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892 SIZE (rust/crates/clipboard-win-5.4.0.crate) = 20559 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 +SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 +SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 -SHA256 (rust/crates/ctrlc-3.4.5.crate) = 90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3 -SIZE (rust/crates/ctrlc-3.4.5.crate) = 14592 +SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 +SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 SHA256 (rust/crates/endian-type-0.1.2.crate) = c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d SIZE (rust/crates/endian-type-0.1.2.crate) = 2340 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d -SIZE (rust/crates/errno-0.3.10.crate) = 11824 -SHA256 (rust/crates/error-code-3.3.1.crate) = a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f -SIZE (rust/crates/error-code-3.3.1.crate) = 7646 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 +SHA256 (rust/crates/error-code-3.3.2.crate) = dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59 +SIZE (rust/crates/error-code-3.3.2.crate) = 8516 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/fd-lock-4.0.4.crate) = 0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78 SIZE (rust/crates/fd-lock-4.0.4.crate) = 15522 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b SIZE (rust/crates/foreign-types-shared-0.1.1.crate) = 5672 -SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 -SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 -SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8 -SIZE (rust/crates/getrandom-0.3.1.crate) = 42449 -SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 -SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 -SHA256 (rust/crates/indexmap-2.8.0.crate) = 3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058 -SIZE (rust/crates/indexmap-2.8.0.crate) = 89670 -SHA256 (rust/crates/instant-0.1.13.crate) = e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 -SIZE (rust/crates/instant-0.1.13.crate) = 6305 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 +SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 +SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 +SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 +SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 +SHA256 (rust/crates/h2-0.4.11.crate) = 17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785 +SIZE (rust/crates/h2-0.4.11.crate) = 175810 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 +SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 +SIZE (rust/crates/http-body-1.0.1.crate) = 6125 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 +SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 +SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 +SIZE (rust/crates/hyper-1.6.0.crate) = 153923 +SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58 +SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 +SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 +SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 +SHA256 (rust/crates/hyper-util-0.1.15.crate) = 7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df +SIZE (rust/crates/hyper-util-0.1.15.crate) = 101020 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 +SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e +SIZE (rust/crates/idna-1.0.3.crate) = 142515 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 +SHA256 (rust/crates/io-uring-0.7.8.crate) = b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013 +SIZE (rust/crates/io-uring-0.7.8.crate) = 94958 +SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 +SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 +SHA256 (rust/crates/iri-string-0.7.8.crate) = dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2 +SIZE (rust/crates/iri-string-0.7.8.crate) = 141493 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 -SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 -SIZE (rust/crates/libc-0.2.171.crate) = 785246 -SHA256 (rust/crates/linux-raw-sys-0.9.2.crate) = 6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9 -SIZE (rust/crates/linux-raw-sys-0.9.2.crate) = 2297426 -SHA256 (rust/crates/log-0.4.26.crate) = 30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e -SIZE (rust/crates/log-0.4.26.crate) = 47022 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 -SHA256 (rust/crates/minreq-2.13.3.crate) = 567496f13503d6cae8c9f961f34536850275f396307d7a6b981eef1464032f53 -SIZE (rust/crates/minreq-2.13.3.crate) = 47044 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 +SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/lru-slab-0.1.2.crate) = 112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154 +SIZE (rust/crates/lru-slab-0.1.2.crate) = 9090 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/native-tls-0.2.14.crate) = 87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e SIZE (rust/crates/native-tls-0.2.14.crate) = 29385 SHA256 (rust/crates/nibble_vec-0.1.0.crate) = 77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43 SIZE (rust/crates/nibble_vec-0.1.0.crate) = 11796 -SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 -SIZE (rust/crates/nix-0.29.0.crate) = 318248 -SHA256 (rust/crates/once_cell-1.21.1.crate) = d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc -SIZE (rust/crates/once_cell-1.21.1.crate) = 34256 -SHA256 (rust/crates/openssl-0.10.71.crate) = 5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd -SIZE (rust/crates/openssl-0.10.71.crate) = 281165 +SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 +SIZE (rust/crates/nix-0.30.1.crate) = 342015 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/openssl-0.10.73.crate) = 8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8 +SIZE (rust/crates/openssl-0.10.73.crate) = 283994 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 -SHA256 (rust/crates/openssl-sys-0.9.106.crate) = 8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd -SIZE (rust/crates/openssl-sys-0.9.106.crate) = 76230 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 +SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 -SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 -SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/quinn-0.11.8.crate) = 626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8 +SIZE (rust/crates/quinn-0.11.8.crate) = 79949 +SHA256 (rust/crates/quinn-proto-0.11.12.crate) = 49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e +SIZE (rust/crates/quinn-proto-0.11.12.crate) = 235821 +SHA256 (rust/crates/quinn-udp-0.5.13.crate) = fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970 +SIZE (rust/crates/quinn-udp-0.5.13.crate) = 32621 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/radix_trie-0.2.1.crate) = c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd SIZE (rust/crates/radix_trie-0.2.1.crate) = 251366 -SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 -SIZE (rust/crates/rand-0.9.0.crate) = 97798 +SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 +SIZE (rust/crates/rand-0.9.1.crate) = 97986 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (rust/crates/reqwest-0.12.22.crate) = cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531 +SIZE (rust/crates/reqwest-0.12.22.crate) = 200283 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 -SHA256 (rust/crates/rustix-1.0.2.crate) = f7178faa4b75a30e269c71e61c353ce2748cf3d76f0c44c393f4e60abf49b825 -SIZE (rust/crates/rustix-1.0.2.crate) = 411835 -SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e -SIZE (rust/crates/rustls-0.21.12.crate) = 285674 -SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 -SIZE (rust/crates/rustls-native-certs-0.6.3.crate) = 24438 -SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c -SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 -SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 -SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 -SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 -SHA256 (rust/crates/rustyline-15.0.0.crate) = 2ee1e066dc922e513bda599c6ccb5f3bb2b0ea5870a579448f2622993f0a9a2f -SIZE (rust/crates/rustyline-15.0.0.crate) = 116346 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 +SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d +SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustls-0.23.29.crate) = 2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1 +SIZE (rust/crates/rustls-0.23.29.crate) = 370867 +SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 +SIZE (rust/crates/rustls-native-certs-0.8.1.crate) = 31129 +SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 +SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 +SHA256 (rust/crates/rustls-webpki-0.103.4.crate) = 0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc +SIZE (rust/crates/rustls-webpki-0.103.4.crate) = 84241 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 +SHA256 (rust/crates/rustyline-16.0.0.crate) = 62fd9ca5ebc709e8535e8ef7c658eb51457987e48c98ead2be482172accc408d +SIZE (rust/crates/rustyline-16.0.0.crate) = 120235 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d SIZE (rust/crates/schannel-0.1.27.crate) = 42772 -SHA256 (rust/crates/sct-0.7.1.crate) = da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414 -SIZE (rust/crates/sct-0.7.1.crate) = 27501 SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 SIZE (rust/crates/security-framework-2.11.1.crate) = 80188 +SHA256 (rust/crates/security-framework-3.2.0.crate) = 271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316 +SIZE (rust/crates/security-framework-3.2.0.crate) = 86095 SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537 SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 SIZE (rust/crates/serde-1.0.219.crate) = 78983 SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 -SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 -SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 +SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83 +SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 +SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd +SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/smallvec-1.14.0.crate) = 7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd -SIZE (rust/crates/smallvec-1.14.0.crate) = 35561 -SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 -SIZE (rust/crates/syn-2.0.100.crate) = 297947 -SHA256 (rust/crates/tempfile-3.19.0.crate) = 488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600 -SIZE (rust/crates/tempfile-3.19.0.crate) = 39802 -SHA256 (rust/crates/toml-0.8.20.crate) = cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148 -SIZE (rust/crates/toml-0.8.20.crate) = 51095 -SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 -SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 -SHA256 (rust/crates/toml_edit-0.22.24.crate) = 17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474 -SIZE (rust/crates/toml_edit-0.22.24.crate) = 106399 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 +SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 +SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 +SIZE (rust/crates/subtle-2.6.1.crate) = 14562 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 +SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 +SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +SHA256 (rust/crates/system-configuration-0.6.1.crate) = 3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b +SIZE (rust/crates/system-configuration-0.6.1.crate) = 17935 +SHA256 (rust/crates/system-configuration-sys-0.6.0.crate) = 8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4 +SIZE (rust/crates/system-configuration-sys-0.6.0.crate) = 11090 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71 +SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 +SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 +SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 +SHA256 (rust/crates/tokio-1.46.1.crate) = 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 +SIZE (rust/crates/tokio-1.46.1.crate) = 823632 +SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 +SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 +SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 +SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b +SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 +SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df +SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 +SHA256 (rust/crates/toml-0.9.2.crate) = ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac +SIZE (rust/crates/toml-0.9.2.crate) = 56695 +SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 +SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 +SHA256 (rust/crates/toml_parser-1.0.1.crate) = 97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30 +SIZE (rust/crates/toml_parser-1.0.1.crate) = 35063 +SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 +SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 +SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 +SIZE (rust/crates/tower-0.5.2.crate) = 109417 +SHA256 (rust/crates/tower-http-0.6.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 +SIZE (rust/crates/tower-http-0.6.6.crate) = 133515 +SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e +SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 +SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 +SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 +SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b +SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 -SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd -SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 +SHA256 (rust/crates/unicode-width-0.2.1.crate) = 4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c +SIZE (rust/crates/unicode-width-0.2.1.crate) = 279344 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 +SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be +SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2 -SIZE (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 136754 +SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e +SIZE (rust/crates/want-0.3.1.crate) = 6398 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 +SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de @@ -161,35 +329,83 @@ SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb +SIZE (rust/crates/web-time-1.1.0.crate) = 18026 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-registry-0.5.3.crate) = 5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e +SIZE (rust/crates/windows-registry-0.5.3.crate) = 13386 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (rust/crates/winnow-0.7.4.crate) = 0e97b544156e9bebe1a0ffbc03484fc1ffe3100cbce3ffb17eac35f7cdd7ab36 -SIZE (rust/crates/winnow-0.7.4.crate) = 173588 -SHA256 (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c -SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357 -SHA256 (rust/crates/zerocopy-0.8.23.crate) = fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6 -SIZE (rust/crates/zerocopy-0.8.23.crate) = 239977 -SHA256 (rust/crates/zerocopy-derive-0.8.23.crate) = 6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154 -SIZE (rust/crates/zerocopy-derive-0.8.23.crate) = 83885 -SHA256 (printfn-fend-v1.5.6_GH0.tar.gz) = 59073829d4963ce7c893bf805ec35986d10b90674dcfd67e2e74ebc043212594 -SIZE (printfn-fend-v1.5.6_GH0.tar.gz) = 215740 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winnow-0.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 +SIZE (rust/crates/winnow-0.7.12.crate) = 174403 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc +SIZE (rust/crates/yoke-0.8.0.crate) = 28726 +SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 +SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 +SHA256 (rust/crates/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 +SHA256 (rust/crates/zeroize-1.8.1.crate) = ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde +SIZE (rust/crates/zeroize-1.8.1.crate) = 20029 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (printfn-fend-v1.5.7_GH0.tar.gz) = 864059155044a94d4b9d2e37c763f8c58b19afa5db3f8f9ed1064bdcc4732f4e +SIZE (printfn-fend-v1.5.7_GH0.tar.gz) = 225639 diff --git a/math/flexiblas/Makefile b/math/flexiblas/Makefile index 9f21632def84..b525436e905b 100644 --- a/math/flexiblas/Makefile +++ b/math/flexiblas/Makefile @@ -1,5 +1,6 @@ PORTNAME= flexiblas PORTVERSION= 3.4.5 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math #MASTER_SITES= https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/ diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 722888c52516..f5c7bbb93b5f 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -1,7 +1,7 @@ PORTNAME= freefem++ DISTVERSIONPREFIX= v DISTVERSION= 4.14 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math science MAINTAINER= yuri@FreeBSD.org diff --git a/math/fxt/Makefile b/math/fxt/Makefile index ca9bbcb4276a..f05f14083574 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -1,5 +1,5 @@ PORTNAME= fxt -PORTVERSION= 2025.04.17 +PORTVERSION= 2025.06.26 CATEGORIES= math MASTER_SITES= https://www.jjj.de/fxt/ diff --git a/math/fxt/distinfo b/math/fxt/distinfo index a6b1cfe3fe7c..222cb8f1a017 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745177908 -SHA256 (fxt-2025.04.17.tar.gz) = e11bed2e3af1ef8a8fc9ad85c3ce63ee6887c00b0ef7f9025671501120620b57 -SIZE (fxt-2025.04.17.tar.gz) = 1571687 +TIMESTAMP = 1751208130 +SHA256 (fxt-2025.06.26.tar.gz) = bab757d71078ebe6c29c0eadfc69134dd945d8bf6e953120f06b3781c1d74481 +SIZE (fxt-2025.06.26.tar.gz) = 1571843 diff --git a/math/g2o/Makefile b/math/g2o/Makefile index bed2156d4a01..a55623230b77 100644 --- a/math/g2o/Makefile +++ b/math/g2o/Makefile @@ -1,6 +1,6 @@ PORTNAME= g2o DISTVERSION= 20230806 -PORTREVISION= 15 +PORTREVISION= 16 DISTVERSIONSUFFIX= _git CATEGORIES= math diff --git a/math/geogebra/Makefile b/math/geogebra/Makefile index 71e46295b7b0..502ca024598f 100644 --- a/math/geogebra/Makefile +++ b/math/geogebra/Makefile @@ -1,5 +1,5 @@ PORTNAME= geogebra -DISTVERSION= 5-2-883-0 +DISTVERSION= 5-2-894-3 CATEGORIES= math education java MASTER_SITES= http://download.geogebra.org/installers/5.2/ \ https://static.geogebra.org/images/ \ diff --git a/math/geogebra/distinfo b/math/geogebra/distinfo index be392eab2077..cc8325467595 100644 --- a/math/geogebra/distinfo +++ b/math/geogebra/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1745041066 -SHA256 (GeoGebra-Linux-Portable-5-2-883-0.tar.bz2) = 621e6e6516042d2f9cbab780177bede9d842e4456aaa69824ab19cfb514d4b17 -SIZE (GeoGebra-Linux-Portable-5-2-883-0.tar.bz2) = 62772302 +TIMESTAMP = 1754977273 +SHA256 (GeoGebra-Linux-Portable-5-2-894-3.tar.bz2) = e237612bb1af8c04c173ce07261538fe7690ec76bf88eceeab1a9ebab17c811d +SIZE (GeoGebra-Linux-Portable-5-2-894-3.tar.bz2) = 62963302 SHA256 (geogebra.png) = e97122d77209e2c235f5afcee8f783c1e933d14062851ac73a4ed7a6520c5614 SIZE (geogebra.png) = 4018 SHA256 (geogebra-logo.svg) = 55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07 diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile index 6f654543be3c..c850ac393f25 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -1,6 +1,6 @@ PORTNAME= ggobi DISTVERSION= 2.1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics MAINTAINER= rhurlin@FreeBSD.org diff --git a/math/gh-bc/Makefile b/math/gh-bc/Makefile index 46ad83742cf8..f93492f3633c 100644 --- a/math/gh-bc/Makefile +++ b/math/gh-bc/Makefile @@ -1,12 +1,12 @@ PORTNAME= bc -PORTVERSION= 7.0.3 +PORTVERSION= 7.1.0 CATEGORIES= math lang MASTER_SITES= https://github.com/gavinhoward/bc/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= gh- MAINTAINER= se@FreeBSD.org COMMENT= GNU compatible bc/dc calculator -WWW= https://git.gavinhoward.com/gavin/bc +WWW= https://github.com/gavinhoward/bc LICENSE= BSD2CLAUSE MIT LICENSE_COMB= multi diff --git a/math/gh-bc/distinfo b/math/gh-bc/distinfo index 5feae26c9632..a5c2c14a2f47 100644 --- a/math/gh-bc/distinfo +++ b/math/gh-bc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727212592 -SHA256 (bc-7.0.3.tar.xz) = 91eb74caed0ee6655b669711a4f350c25579778694df248e28363318e03c7fc4 -SIZE (bc-7.0.3.tar.xz) = 474800 +TIMESTAMP = 1753705124 +SHA256 (bc-7.1.0.tar.xz) = 1f13663ba0f2435b684321714a4d0b9fff32bb951fc78dc7424cd69bba5c0d3a +SIZE (bc-7.1.0.tar.xz) = 597940 diff --git a/math/gh-bc/files/patch-scripts_locale__install.sh b/math/gh-bc/files/patch-scripts_locale__install.sh index b3587849ec51..38bd9aad9b89 100644 --- a/math/gh-bc/files/patch-scripts_locale__install.sh +++ b/math/gh-bc/files/patch-scripts_locale__install.sh @@ -1,6 +1,6 @@ ---- scripts/locale_install.sh.orig 2023-02-02 08:17:33 UTC +--- scripts/locale_install.sh.orig 2024-09-24 03:54:03 UTC +++ scripts/locale_install.sh -@@ -246,6 +246,7 @@ for file in $locales_dir/*.msg; do +@@ -247,6 +247,7 @@ for file in $locales_dir/*.msg; do # Generate the proper location for the cat file. loc=$(gen_nlspath "$destdir/$nlspath" "$locale" "$main_exec") @@ -8,7 +8,7 @@ gencatfile "$loc" "$file" printf 'done\n' -@@ -289,8 +290,6 @@ for file in $locales_dir/*.msg; do +@@ -290,8 +291,6 @@ for file in $locales_dir/*.msg; do linkdir=$(dirname "$file") locale=$(basename "$link" .msg) linksrc=$(gen_nlspath "$nlspath" "$locale" "$main_exec") @@ -17,7 +17,7 @@ # If the target file doesn't exist (because it's for a locale that is # not installed), generate it anyway. It's easier this way. -@@ -300,7 +299,8 @@ for file in $locales_dir/*.msg; do +@@ -301,7 +300,8 @@ for file in $locales_dir/*.msg; do # Finally, symlink to the install of the generated cat file that # corresponds to the correct msg file. diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index f076348230c0..db40fb203ed2 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -1,6 +1,6 @@ PORTNAME= giacxcas DISTVERSION= 1.9.0-85 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \ http://cocoa.dima.unige.it/cocoa/cocoalib/tgz/:cocoa \ diff --git a/math/gismo/Makefile b/math/gismo/Makefile index 736e9da8ac9e..72b83c6681a2 100644 --- a/math/gismo/Makefile +++ b/math/gismo/Makefile @@ -1,6 +1,6 @@ PORTNAME= gismo DISTVERSIONPREFIX= v -DISTVERSION= 25.01.0 +DISTVERSION= 25.07.0 CATEGORIES= math # geometry MAINTAINER= yuri@FreeBSD.org @@ -32,6 +32,6 @@ CMAKE_ARGS+= -DTARGET_ARCHITECTURE="arm1176jzf-s" CMAKE_ARGS+= -DTARGET_ARCHITECTURE="cortex-a7" .endif -# tests as of 25.01.0: 99% tests passed, 1 tests failed out of 86, see https://github.com/gismo/gismo/issues/466 +# tests as of 25.07.0: 99% tests passed, 1 tests failed out of 90, see https://github.com/gismo/gismo/issues/466 .include <bsd.port.post.mk> diff --git a/math/gismo/distinfo b/math/gismo/distinfo index acabfa6372c8..d724c4281079 100644 --- a/math/gismo/distinfo +++ b/math/gismo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736489045 -SHA256 (gismo-gismo-v25.01.0_GH0.tar.gz) = d1250b3d3a37c9d7d3f9cb63e4a36ae07b76aa47335847008be7516cc390c61e -SIZE (gismo-gismo-v25.01.0_GH0.tar.gz) = 17805040 +TIMESTAMP = 1752473570 +SHA256 (gismo-gismo-v25.07.0_GH0.tar.gz) = 6d20f0b43ed80d3bf34fcabdac10a6bed6afbb314239dcbd0495a362a87aca9a +SIZE (gismo-gismo-v25.07.0_GH0.tar.gz) = 17852458 diff --git a/math/gismo/files/patch-cmake_gsConfig.cmake b/math/gismo/files/patch-cmake_gsConfig.cmake deleted file mode 100644 index b889ae68462d..000000000000 --- a/math/gismo/files/patch-cmake_gsConfig.cmake +++ /dev/null @@ -1,14 +0,0 @@ -- -no-sse2 flag is added by cmake: https://github.com/gismo/gismo/issues/570 -- this triggers the clang crash: https://bugs.llvm.org/show_bug.cgi?id=51468 - ---- cmake/gsConfig.cmake.orig 2023-12-31 16:59:24 UTC -+++ cmake/gsConfig.cmake -@@ -270,7 +270,7 @@ endif() - #string(TOUPPER ${CMAKE_BUILD_TYPE} TEMP) - #message(STATUS "Using compilation flags: ${CMAKE_CXX_FLAGS}, ${CMAKE_CXX_FLAGS_${TEMP}}") - --if("x${CMAKE_BUILD_TYPE}" STREQUAL "xRelease" AND NOT ARCHITECTURE_CXX_FLAGS) -+if(FALSE AND "x${CMAKE_BUILD_TYPE}" STREQUAL "xRelease" AND NOT ARCHITECTURE_CXX_FLAGS) - include( OptimizeForArchitecture ) - OptimizeForArchitecture() - foreach (flag ${ARCHITECTURE_CXX_FLAGS}) diff --git a/math/gismo/pkg-plist b/math/gismo/pkg-plist index 72e4a2ea9e24..d0ab48de3f70 100644 --- a/math/gismo/pkg-plist +++ b/math/gismo/pkg-plist @@ -10,13 +10,14 @@ bin/basis_example bin/biharmonic2_example bin/biharmonic_example bin/commandLineArg_example +bin/compositions_example bin/constrained_fitting +bin/domains_example bin/fileIo_example bin/fitting_example bin/fitting_mspline bin/geometry_example bin/gsAdaptiveMeshing_example -bin/gsExpressions_test bin/gsHBox_example bin/gsInterpolateMap bin/gsMakeMultiPatch @@ -48,6 +49,7 @@ bin/quasiInterpolation_example bin/refitting_example bin/sparseSolvers_example bin/stokes_ieti_example +bin/surfaceReparametrization_example bin/thbRefinement_example bin/thbSplineBasis_example bin/triangulatedMeshToSolid_example @@ -55,7 +57,6 @@ bin/trilinos_example include/gismo/eiquadprog.hpp include/gismo/gdcpp.h include/gismo/gismo.h -include/gismo/gsAssembler/expr/precomputed_expr.h include/gismo/gsAssembler/gsAdaptiveMeshing.h include/gismo/gsAssembler/gsAdaptiveMeshingCompare.h include/gismo/gsAssembler/gsAdaptiveMeshingUtils.h @@ -69,8 +70,6 @@ include/gismo/gsAssembler/gsCPPInterface.h include/gismo/gsAssembler/gsDirichletValues.h include/gismo/gsAssembler/gsExprAssembler.h include/gismo/gsAssembler/gsExprEvaluator.h -include/gismo/gsAssembler/gsExprHelper.h -include/gismo/gsAssembler/gsExpressions.h include/gismo/gsAssembler/gsGaussRule.h include/gismo/gsAssembler/gsGenericAssembler.h include/gismo/gsAssembler/gsHeatEquation.h @@ -101,6 +100,9 @@ include/gismo/gsCore/gsBasisRefs.h include/gismo/gsCore/gsBoundary.h include/gismo/gsCore/gsBoxTopology.h include/gismo/gsCore/gsBulk.h +include/gismo/gsCore/gsComposedBasis.h +include/gismo/gsCore/gsComposedFunction.h +include/gismo/gsCore/gsComposedGeometry.h include/gismo/gsCore/gsConfig.h include/gismo/gsCore/gsConfigExt.h include/gismo/gsCore/gsConstantBasis.h @@ -108,8 +110,6 @@ include/gismo/gsCore/gsConstantFunction.h include/gismo/gsCore/gsCurve.h include/gismo/gsCore/gsDebug.h include/gismo/gsCore/gsDofMapper.h -include/gismo/gsCore/gsDomain.h -include/gismo/gsCore/gsDomainIterator.h include/gismo/gsCore/gsExport.h include/gismo/gsCore/gsField.h include/gismo/gsCore/gsFieldCreator.h @@ -137,6 +137,23 @@ include/gismo/gsCore/gsSurface.h include/gismo/gsCore/gsSysInfo.h include/gismo/gsCore/gsTemplateTools.h include/gismo/gsCore/gsVolume.h +include/gismo/gsDomain/gsBreaksIterator.h +include/gismo/gsDomain/gsCompositeDomain.h +include/gismo/gsDomain/gsDomain.h +include/gismo/gsDomain/gsDomainIterator.h +include/gismo/gsDomain/gsHDomain.h +include/gismo/gsDomain/gsHDomainBoundaryIterator.h +include/gismo/gsDomain/gsHDomainIterator.h +include/gismo/gsDomain/gsHDomainLeafIter.h +include/gismo/gsDomain/gsHDomainSliceIter.h +include/gismo/gsDomain/gsHTree.h +include/gismo/gsDomain/gsKdNode.h +include/gismo/gsDomain/gsKnotDomainIterator.h +include/gismo/gsDomain/gsPointDomain.h +include/gismo/gsDomain/gsPointDomainIterator.h +include/gismo/gsDomain/gsTensorDomain.h +include/gismo/gsDomain/gsTensorDomainBoundaryIterator.h +include/gismo/gsDomain/gsTensorDomainIterator.h include/gismo/gsEigen/Cholesky include/gismo/gsEigen/CholmodSupport include/gismo/gsEigen/Core @@ -474,21 +491,81 @@ include/gismo/gsEigen/src/plugins/IndexedViewMethods.h include/gismo/gsEigen/src/plugins/MatrixCwiseBinaryOps.h include/gismo/gsEigen/src/plugins/MatrixCwiseUnaryOps.h include/gismo/gsEigen/src/plugins/ReshapedMethods.h +include/gismo/gsExpressions/_expr.h +include/gismo/gsExpressions/_expr_macros.h +include/gismo/gsExpressions/abs_expr.h +include/gismo/gsExpressions/add_expr.h +include/gismo/gsExpressions/adjugate_expr.h +include/gismo/gsExpressions/asdiag_expr.h +include/gismo/gsExpressions/colBlocks_expr.h +include/gismo/gsExpressions/col_expr.h +include/gismo/gsExpressions/collapse_expr.h +include/gismo/gsExpressions/colsum_expr.h +include/gismo/gsExpressions/constMat_expr.h +include/gismo/gsExpressions/cross_expr.h +include/gismo/gsExpressions/curl_expr.h +include/gismo/gsExpressions/dJacG_expr.h +include/gismo/gsExpressions/dJacdc_expr.h +include/gismo/gsExpressions/diag_expr.h +include/gismo/gsExpressions/divide_expr.h +include/gismo/gsExpressions/example_expr.h +include/gismo/gsExpressions/exp_expr.h +include/gismo/gsExpressions/fform2nd_expr.h +include/gismo/gsExpressions/flat_expr.h +include/gismo/gsExpressions/frprod_expr.h +include/gismo/gsExpressions/grad_expr.h +include/gismo/gsExpressions/gsComposition.h +include/gismo/gsExpressions/gsExprHelper.h +include/gismo/gsExpressions/gsExpressions.h +include/gismo/gsExpressions/gsFeElement.h +include/gismo/gsExpressions/gsFeSolution.h +include/gismo/gsExpressions/gsFeSpace.h +include/gismo/gsExpressions/gsFeSpaceData.h +include/gismo/gsExpressions/gsFeVariable.h +include/gismo/gsExpressions/gsGeometryMap.h +include/gismo/gsExpressions/gsNullExpr.h +include/gismo/gsExpressions/gsVector_expr.h +include/gismo/gsExpressions/hess_expr.h +include/gismo/gsExpressions/idMat_expr.h +include/gismo/gsExpressions/integral_expr.h +include/gismo/gsExpressions/jacInv_expr.h +include/gismo/gsExpressions/jac_expr.h +include/gismo/gsExpressions/lapl_expr.h +include/gismo/gsExpressions/matrix_by_space_expr.h +include/gismo/gsExpressions/matrix_by_space_tr_expr.h +include/gismo/gsExpressions/max_expr.h +include/gismo/gsExpressions/meas_expr.h +include/gismo/gsExpressions/mult_expr.h +include/gismo/gsExpressions/nabla2_expr.h +include/gismo/gsExpressions/nabla_expr.h +include/gismo/gsExpressions/normal_expr.h +include/gismo/gsExpressions/onormal_expr.h +include/gismo/gsExpressions/pow_expr.h +include/gismo/gsExpressions/ppart_expr.h +include/gismo/gsExpressions/ppartval_expr.h +include/gismo/gsExpressions/precomputed_expr.h +include/gismo/gsExpressions/replicate_expr.h +include/gismo/gsExpressions/reshape_expr.h +include/gismo/gsExpressions/rowsum_expr.h +include/gismo/gsExpressions/sign_expr.h +include/gismo/gsExpressions/sub_expr.h +include/gismo/gsExpressions/summ_expr.h +include/gismo/gsExpressions/symbol_expr.h +include/gismo/gsExpressions/symm_expr.h +include/gismo/gsExpressions/symmetrize_expr.h +include/gismo/gsExpressions/tangent_expr.h +include/gismo/gsExpressions/temp_expr.h +include/gismo/gsExpressions/trace_expr.h +include/gismo/gsExpressions/transpose_expr.h +include/gismo/gsExpressions/value_expr.h +include/gismo/gsExpressions/voigt_expr.h include/gismo/gsHSplines/gsAABB.h include/gismo/gsHSplines/gsAAPolyline.h -include/gismo/gsHSplines/gsHBSpline.h -include/gismo/gsHSplines/gsHBSplineBasis.h include/gismo/gsHSplines/gsHBox.h include/gismo/gsHSplines/gsHBoxContainer.h include/gismo/gsHSplines/gsHBoxUtils.h -include/gismo/gsHSplines/gsHDomain.h -include/gismo/gsHSplines/gsHDomainBoundaryIterator.h -include/gismo/gsHSplines/gsHDomainIterator.h -include/gismo/gsHSplines/gsHDomainLeafIter.h -include/gismo/gsHSplines/gsHDomainSliceIter.h include/gismo/gsHSplines/gsHFitting.h include/gismo/gsHSplines/gsHTensorBasis.h -include/gismo/gsHSplines/gsKdNode.h include/gismo/gsHSplines/gsRationalTHBSpline.h include/gismo/gsHSplines/gsRationalTHBSplineBasis.h include/gismo/gsHSplines/gsTHBSpline.h @@ -500,8 +577,8 @@ include/gismo/gsIO/gsCsv.h include/gismo/gsIO/gsFileData.h include/gismo/gsIO/gsFileManager.h include/gismo/gsIO/gsGoTools.h -include/gismo/gsIO/gsIOUtils.h include/gismo/gsIO/gsOptionList.h +include/gismo/gsIO/gsOptionListXml.h include/gismo/gsIO/gsParaviewCollection.h include/gismo/gsIO/gsParaviewDataSet.h include/gismo/gsIO/gsParaviewUtils.h @@ -559,6 +636,7 @@ include/gismo/gsModeling/gsSolidHalfEdge.h include/gismo/gsModeling/gsSolidHalfFace.h include/gismo/gsModeling/gsSolidHeVertex.h include/gismo/gsModeling/gsSpringPatch.h +include/gismo/gsModeling/gsSurfaceReparameterization.h include/gismo/gsModeling/gsTemplate.h include/gismo/gsModeling/gsTriMeshToSolid.h include/gismo/gsModeling/gsTrimSurface.h @@ -573,6 +651,7 @@ include/gismo/gsNurbs/gsBoehm.h include/gismo/gsNurbs/gsCurveCurveIntersection.h include/gismo/gsNurbs/gsKnotIterator.h include/gismo/gsNurbs/gsKnotVector.h +include/gismo/gsNurbs/gsMobiusMap.h include/gismo/gsNurbs/gsNurbs.h include/gismo/gsNurbs/gsNurbsBasis.h include/gismo/gsNurbs/gsNurbsCreator.h @@ -580,8 +659,6 @@ include/gismo/gsNurbs/gsTensorBSpline.h include/gismo/gsNurbs/gsTensorBSplineBasis.h include/gismo/gsNurbs/gsTensorNurbs.h include/gismo/gsNurbs/gsTensorNurbsBasis.h -include/gismo/gsOpennurbs/gsReadOpenNurbs.h -include/gismo/gsOpennurbs/gsWriteOpenNurbs.h include/gismo/gsOptimizer/gsFunctionAdaptor.h include/gismo/gsOptimizer/gsGradientDescent.h include/gismo/gsOptimizer/gsLevenbergMarquardt.h @@ -626,13 +703,10 @@ include/gismo/gsSolver/gsSumOp.h include/gismo/gsTensor/gsGenericTensorBasis.h include/gismo/gsTensor/gsGridIterator.h include/gismo/gsTensor/gsTensorBasis.h -include/gismo/gsTensor/gsTensorDomainBoundaryIterator.h -include/gismo/gsTensor/gsTensorDomainIterator.h include/gismo/gsTensor/gsTensorTools.h include/gismo/gsUtils/gsBoundedPriorityQueue.h include/gismo/gsUtils/gsCombinatorics.h include/gismo/gsUtils/gsFunctionWithDerivatives.h -include/gismo/gsUtils/gsKDTree.h include/gismo/gsUtils/gsL2Projection.h include/gismo/gsUtils/gsMesh/gsBoundingBox.h include/gismo/gsUtils/gsMesh/gsCell.h @@ -711,7 +785,7 @@ lib/gismo/ofa/cpuinfo_x86.cxx lib/libgismo.a lib/libgismo.so lib/libgismo.so.25 -lib/libgismo.so.25.1.0 +lib/libgismo.so.25.7.0 libdata/pkgconfig/gismo.pc %%DATADIR%%data/breps/2D/duck_BRep.xml %%DATADIR%%data/breps/3D/duck_BRep.xml @@ -763,6 +837,8 @@ libdata/pkgconfig/gismo.pc %%DATADIR%%data/pde/poisson2d_bvp_bin.xml %%DATADIR%%data/pde/poisson2d_sin.xml %%DATADIR%%data/pde/poisson3d_sin.xml +%%DATADIR%%data/pde/surfacepoisson_sphere_bvp.xml +%%DATADIR%%data/pde/surfacepoisson_torus_bvp.xml %%DATADIR%%data/planar/hexagon_3p.xml %%DATADIR%%data/planar/hexagon_5p.xml %%DATADIR%%data/planar/lshape2d_3patches_tens.xml @@ -778,6 +854,7 @@ libdata/pkgconfig/gismo.pc %%DATADIR%%data/stl/patchLisa.stl %%DATADIR%%data/stl/patchLisa_1.stl %%DATADIR%%data/surfaces/car.xml +%%DATADIR%%data/surfaces/crazySurf.xml %%DATADIR%%data/surfaces/cylinder.xml %%DATADIR%%data/surfaces/egg.xml %%DATADIR%%data/surfaces/g_plus_s_surf.xml @@ -788,6 +865,11 @@ libdata/pkgconfig/gismo.pc %%DATADIR%%data/surfaces/thbs_face_3levels.xml %%DATADIR%%data/thbbasis/simple.xml %%DATADIR%%data/thbbasis/thbs_basis_02.xml +%%DATADIR%%data/unittests/gsComposedBasis.xml +%%DATADIR%%data/unittests/gsComposedFunction.xml +%%DATADIR%%data/unittests/gsComposedGeometry.xml +%%DATADIR%%data/unittests/gsConstantFunction.xml +%%DATADIR%%data/unittests/gsFunctionExpr.xml %%DATADIR%%data/unittests/matrix.xml %%DATADIR%%data/volumes/GshapedVolume.xml %%DATADIR%%data/volumes/cube.xml diff --git a/math/gkmap/Makefile b/math/gkmap/Makefile index 0b80325bfcb3..7e34902acd2e 100644 --- a/math/gkmap/Makefile +++ b/math/gkmap/Makefile @@ -1,6 +1,6 @@ PORTNAME= gkmap PORTVERSION= 0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= SF/gkmap/gkmap/gkmap-${PORTVERSION}/ diff --git a/math/gmm++/Makefile b/math/gmm++/Makefile index b43a6b76e2ff..a505e911fead 100644 --- a/math/gmm++/Makefile +++ b/math/gmm++/Makefile @@ -1,10 +1,11 @@ PORTNAME= gmm++ -PORTVERSION= 5.4.2 +DISTVERSION= 5.4.4 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/getfem/stable/ -DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION} +DISTNAME= ${PORTNAME:S/+//g}-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= atanubiswas484@gmail.com COMMENT= Generic matrix template library WWW= https://getfem.org/gmm/ @@ -20,4 +21,18 @@ GNU_CONFIGURE= yes NO_ARCH= yes NO_BUILD= yes +OPTIONS_DEFAULT= SUPERLU +OPTIONS_SINGLE= SOLVER +OPTIONS_SINGLE_SOLVER= MUMPS SUPERLU + +SOLVER_DESC= Simultaneous equations solver +MUMPS_DESC= Use MUMPS (math/mumps) +SUPERLU_DESC= Use SuperLU (math/superlu) + +MUMPS_RUN_DEPENDS= ${LOCALBASE}/include/cmumps_c.h:math/mumps +MUMPS_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-mumps + +SUPERLU_RUN_DEPENDS= ${LOCALBASE}/include/superlu/supermatrix.h:math/superlu +SUPERLU_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-superlu + .include <bsd.port.mk> diff --git a/math/gmm++/distinfo b/math/gmm++/distinfo index f67ab2d035df..e2ccdef8e2d0 100644 --- a/math/gmm++/distinfo +++ b/math/gmm++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661540522 -SHA256 (gmm-5.4.2.tar.gz) = 5206e732643f6934109028b2f173660f2c2edcb0ee269228d694acca6e22c88a -SIZE (gmm-5.4.2.tar.gz) = 545222 +TIMESTAMP = 1752012969 +SHA256 (gmm-5.4.4.tar.gz) = 15eb1943011b92665aab3b02ecf3cede1cf89ea15a9006f81f2ba2cd662aa02b +SIZE (gmm-5.4.4.tar.gz) = 551327 diff --git a/math/gmm++/files/extra-patch-mumps b/math/gmm++/files/extra-patch-mumps new file mode 100644 index 000000000000..7df79cd5e4ab --- /dev/null +++ b/math/gmm++/files/extra-patch-mumps @@ -0,0 +1,10 @@ +--- include/gmm/gmm_arch_config.h.orig 2025-07-10 22:02:57 UTC ++++ include/gmm/gmm_arch_config.h +@@ -2,6 +2,7 @@ + #define _SRC_GMM_GMM_ARCH_CONFIG_H 1 + // enable the following line for OpenMP support + // #define GMM_HAVE_OPENMP ++#define GMM_USES_MUMPS + // + /* once: _SRC_GMM_GMM_ARCH_CONFIG_H */ + #endif diff --git a/math/gmm++/files/extra-patch-superlu b/math/gmm++/files/extra-patch-superlu new file mode 100644 index 000000000000..4afe7408af44 --- /dev/null +++ b/math/gmm++/files/extra-patch-superlu @@ -0,0 +1,10 @@ +--- include/gmm/gmm_arch_config.h.orig 2025-07-10 22:02:57 UTC ++++ include/gmm/gmm_arch_config.h +@@ -2,6 +2,7 @@ + #define _SRC_GMM_GMM_ARCH_CONFIG_H 1 + // enable the following line for OpenMP support + // #define GMM_HAVE_OPENMP ++#define GMM_USES_SUPERLU + // + /* once: _SRC_GMM_GMM_ARCH_CONFIG_H */ + #endif diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index e478fc945f70..1f7a45a12a17 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -1,29 +1,33 @@ PORTNAME= gnome-calculator -PORTVERSION= 47.1 +PORTVERSION= 47.3 +PORTREVISION= 1 CATEGORIES= math gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME calculator tool -WWW= https://live.gnome.org/Gcalctool +WWW= https://apps.gnome.org/Calculator/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limit:^47\. + BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libmpc.so:math/mpc \ libmpfr.so:math/mpfr \ libsoup-3.0.so:devel/libsoup3 -PORTSCOUT= limitw:1,even - USES= compiler:c11 gettext gnome localbase:ldflags meson pkgconfig \ python:build tar:xz vala:build -USE_GNOME= gtk40 gtksourceview5 introspection libxml2 libadwaita +USE_GNOME= glib20 gtk40 gtksourceview5 introspection:build libxml2 \ + libadwaita BINARY_ALIAS= python3=${PYTHON_VERSION} +MESON_ARGS= -Ddoc=false + GLIB_SCHEMAS= org.gnome.calculator.gschema.xml .include <bsd.port.mk> diff --git a/math/gnome-calculator/distinfo b/math/gnome-calculator/distinfo index 0ea9048d3f70..e96ac596524f 100644 --- a/math/gnome-calculator/distinfo +++ b/math/gnome-calculator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741178794 -SHA256 (gnome/gnome-calculator-47.1.tar.xz) = be9f922799b7e7e65c97348b9b7e647ffe33c831bb3a51d39e2c168d2adc40e0 -SIZE (gnome/gnome-calculator-47.1.tar.xz) = 1107576 +TIMESTAMP = 1748616225 +SHA256 (gnome/gnome-calculator-47.3.tar.xz) = e6ebdf3400f5818cf4aa207e1b011e61314bb64ceb81690a0b0c028a2b14fa9a +SIZE (gnome/gnome-calculator-47.3.tar.xz) = 1107920 diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 4a238b9a4a3c..15015c8c7fd3 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,37 +1,34 @@ PORTNAME= gnumeric -PORTVERSION= 1.12.52 -PORTREVISION= 4 +PORTVERSION= 1.12.59 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME spreadsheet program -WWW= http://www.gnumeric.org +WWW= https://www.gnumeric.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ ginstall:sysutils/coreutils -LIB_DEPENDS= libgoffice-0.10.so:devel/goffice \ - libfribidi.so:converters/fribidi \ - libpsiconv.so:converters/psiconv +LIB_DEPENDS= libgoffice-0.10.so:devel/goffice USES= cpe desktop-file-utils gettext gmake gnome libtool \ localbase pathfix pkgconfig python shebangfix tar:xz -USE_GNOME= cairo intlhack gtk30 libgsf pygobject3 +CPE_VENDOR= gnome +USE_GNOME= cairo gdkpixbuf glib20 intltool:build introspection gtk30 \ + libgsf libxml2 pango pygobject3 USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -CONFIGURE_ARGS= \ +CONFIGURE_ARGS= --without-gda \ --without-paradox \ - --without-python \ - --enable-introspection + --without-psiconv \ + --enable-introspection=yes INSTALL_TARGET= install-strip -CPE_VENDOR= gnome - GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \ org.gnome.gnumeric.gschema.xml \ org.gnome.gnumeric.plugin.gschema.xml @@ -46,25 +43,14 @@ PLIST_SUB= VERSION=${PORTVERSION} \ SHORT_VER=${PORTVERSION:R} OPTIONS_SUB= yes -OPTIONS_DEFINE= PERL GDA +OPTIONS_DEFINE= PERL OPTIONS_DEFAULT=PERL -GDA_DESC= Gnome Database Access plugin -PERL_DESC= Support Perl as extension language PERL_USES= perl5 PERL_CONFIGURE_WITH= perl -GDA_CONFIGURE_WITH= gda -GDA_USE= GNOME=libgda5-ui - post-patch: @${REINPLACE_CMD} -e 's|^GETTEXT_PACKAGE=gnumeric-$${VERSION}|GETTEXT_PACKAGE=gnumeric|g' \ ${WRKSRC}/configure -post-install: - ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d \ - ${PREFIX}/${dir}/gnumeric -f ${STAGEDIR}${PREFIX}/lib/gnumeric/${PORTVERSION} - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d \ - ${PREFIX}/${dir}/gnumeric -f ${STAGEDIR}${PREFIX}/lib/gnumeric/${PORTVERSION} - .include <bsd.port.mk> diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo index 745ea43c9455..b75981d67b8d 100644 --- a/math/gnumeric/distinfo +++ b/math/gnumeric/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651006576 -SHA256 (gnome/gnumeric-1.12.52.tar.xz) = 73cf73049a22a1d828506275b2c9378ec37c5ff37b68bb1f2f494f0d6400823b -SIZE (gnome/gnumeric-1.12.52.tar.xz) = 18115444 +TIMESTAMP = 1740923969 +SHA256 (gnome/gnumeric-1.12.59.tar.xz) = cb3750b176d641f9423df721b831658c829557552f8887fedf8a53d907eceb51 +SIZE (gnome/gnumeric-1.12.59.tar.xz) = 17773992 diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 28e58766a8c4..bf9c99f7a57c 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -210,6 +210,8 @@ lib/gnumeric/%%VERSION%%/plugins/fn-erlang/erlang.so lib/gnumeric/%%VERSION%%/plugins/fn-erlang/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/fn-flt/plugin.so +lib/gnumeric/%%VERSION%%/plugins/fn-flt/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-hebrew-date/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-hebrew-date/plugin.xml lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.so @@ -234,6 +236,9 @@ lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.so lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.xml lib/gnumeric/%%VERSION%%/plugins/glpk/glpk.so lib/gnumeric/%%VERSION%%/plugins/glpk/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/glossary-po-header +lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.py +lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/plugin.xml lib/gnumeric/%%VERSION%%/plugins/html/html.so lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.so @@ -254,8 +259,11 @@ lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/psiconv/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.so +lib/gnumeric/%%VERSION%%/plugins/py-func/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.py +lib/gnumeric/%%VERSION%%/plugins/python-loader/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.so +lib/gnumeric/%%VERSION%%/plugins/python-loader/ui-console-menu.xml lib/gnumeric/%%VERSION%%/plugins/qpro/plugin.xml lib/gnumeric/%%VERSION%%/plugins/qpro/qpro.so lib/gnumeric/%%VERSION%%/plugins/sample_datasource/plugin.xml @@ -275,12 +283,7 @@ lib/libspreadsheet-%%VERSION%%.so lib/libspreadsheet.so %%PYTHON_SITELIBDIR%%/gi/overrides/Gnm.py libdata/pkgconfig/libspreadsheet-%%SHORT_VER%%.pc -share/man/man1/gnumeric.1.gz -share/man/man1/ssconvert.1.gz -share/man/man1/ssdiff.1.gz -share/man/man1/ssgrep.1.gz -share/man/man1/ssindex.1.gz -share/applications/gnumeric.desktop +share/applications/org.gnumeric.gnumeric.desktop share/gir-1.0/Gnm-%%SHORT_VER%%.gir %%DATADIR%%/%%VERSION%%/Gnumeric-embed.xml %%DATADIR%%/%%VERSION%%/autoformat-templates/3D/.category @@ -2152,12 +2155,12 @@ share/help/sv/gnumeric/figures/worksheet-rows-1.png share/help/sv/gnumeric/figures/worksheet-running-calc-1.png share/help/sv/gnumeric/gnumeric.xml share/help/sv/gnumeric/index.docbook -share/icons/hicolor/16x16/apps/gnumeric.png -share/icons/hicolor/22x22/apps/gnumeric.png -share/icons/hicolor/24x24/apps/gnumeric.png -share/icons/hicolor/256x256/apps/gnumeric.png -share/icons/hicolor/32x32/apps/gnumeric.png -share/icons/hicolor/48x48/apps/gnumeric.png +share/icons/hicolor/16x16/apps/org.gnumeric.gnumeric.png +share/icons/hicolor/22x22/apps/org.gnumeric.gnumeric.png +share/icons/hicolor/24x24/apps/org.gnumeric.gnumeric.png +share/icons/hicolor/256x256/apps/org.gnumeric.gnumeric.png +share/icons/hicolor/32x32/apps/org.gnumeric.gnumeric.png +share/icons/hicolor/48x48/apps/org.gnumeric.gnumeric.png share/locale/am/LC_MESSAGES/gnumeric-functions.mo share/locale/am/LC_MESSAGES/gnumeric.mo share/locale/ar/LC_MESSAGES/gnumeric-functions.mo @@ -2196,6 +2199,8 @@ share/locale/et/LC_MESSAGES/gnumeric-functions.mo share/locale/et/LC_MESSAGES/gnumeric.mo share/locale/eu/LC_MESSAGES/gnumeric-functions.mo share/locale/eu/LC_MESSAGES/gnumeric.mo +share/locale/fa/LC_MESSAGES/gnumeric-functions.mo +share/locale/fa/LC_MESSAGES/gnumeric.mo share/locale/fi/LC_MESSAGES/gnumeric-functions.mo share/locale/fi/LC_MESSAGES/gnumeric.mo share/locale/fr/LC_MESSAGES/gnumeric-functions.mo @@ -2280,4 +2285,9 @@ share/locale/zh_HK/LC_MESSAGES/gnumeric-functions.mo share/locale/zh_HK/LC_MESSAGES/gnumeric.mo share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo share/locale/zh_TW/LC_MESSAGES/gnumeric.mo -share/metainfo/gnumeric.appdata.xml +share/man/man1/gnumeric.1.gz +share/man/man1/ssconvert.1.gz +share/man/man1/ssdiff.1.gz +share/man/man1/ssgrep.1.gz +share/man/man1/ssindex.1.gz +share/metainfo/org.gnumeric.gnumeric.appdata.xml diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 695ec1c15af3..0a75f6306ddc 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnuplot PORTVERSION= 5.4.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= SF diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 7b333de2c727..634f2ba99091 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -1,6 +1,6 @@ PORTNAME= gretl PORTVERSION= 2024d -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSIONFULL}/ diff --git a/math/gsl/files/patch-configure b/math/gsl/files/patch-configure deleted file mode 100644 index 15589a3aeb31..000000000000 --- a/math/gsl/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig 2008-03-31 02:56:46.446699394 -0400 -+++ configure 2008-03-31 03:05:58.758342355 -0400 -@@ -12492,6 +12492,15 @@ - *-*-*openbsd*) - ac_cv_c_ieee_interface=openbsd - ;; -+ sparc64-*-*bsd*) -+ ac_cv_c_ieee_interface=unknown -+ ;; -+ alpha-*-*bsd*) -+ ac_cv_c_ieee_interface=unknown -+ ;; -+ ia64-*-*bsd*) -+ ac_cv_c_ieee_interface=unknown -+ ;; - *-*-*bsd*) - ac_cv_c_ieee_interface=freebsd - ;; diff --git a/math/hexowl/Makefile b/math/hexowl/Makefile new file mode 100644 index 000000000000..b094e7374d64 --- /dev/null +++ b/math/hexowl/Makefile @@ -0,0 +1,20 @@ +PORTNAME= hexowl +DISTVERSIONPREFIX= v +DISTVERSION= 1.5.1 +PORTREVISION= 1 +CATEGORIES= math + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Lightweight programmer's calculator with variables and functions +WWW= https://github.com/dece2183/hexowl + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules + +GO_MODULE= github.com/dece2183/hexowl + +PLIST_FILES= bin/hexowl + +.include <bsd.port.mk> diff --git a/math/hexowl/distinfo b/math/hexowl/distinfo new file mode 100644 index 000000000000..eba29c256223 --- /dev/null +++ b/math/hexowl/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1752149599 +SHA256 (go/math_hexowl/hexowl-v1.5.1/v1.5.1.mod) = 08dca80bd2751736b6b9a0543b101b646e8700c8ed9b5b81009abc3cfe75c9e2 +SIZE (go/math_hexowl/hexowl-v1.5.1/v1.5.1.mod) = 43 +SHA256 (go/math_hexowl/hexowl-v1.5.1/v1.5.1.zip) = e0a3e39f6a3f6b0912df4e3fde2ea3c9319be5cc151a009a891944cd98779f6f +SIZE (go/math_hexowl/hexowl-v1.5.1/v1.5.1.zip) = 1046691 diff --git a/math/hexowl/pkg-descr b/math/hexowl/pkg-descr new file mode 100644 index 000000000000..f40ea939cccb --- /dev/null +++ b/math/hexowl/pkg-descr @@ -0,0 +1,11 @@ +hexowl is a lightweight and flexible programmer's calculator with user variables +and functions support. It provides a terminal-based interface for performing +arithmetic, bitwise, and boolean operations across decimal, hexadecimal, and +binary number systems. + +Features: + +- Support for decimal, hexadecimal, and binary numbers +- Arithmetic, bitwise, and boolean operations +- User-defined variables and functions +- No external dependencies diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile index 554b9757f43b..64f39f422b46 100644 --- a/math/heyoka/Makefile +++ b/math/heyoka/Makefile @@ -1,7 +1,7 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v DISTVERSION= 6.0.0 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile index 7a2202817ce9..84d8bc83d417 100644 --- a/math/hs-Agda/Makefile +++ b/math/hs-Agda/Makefile @@ -1,6 +1,5 @@ PORTNAME= Agda -DISTVERSION= 2.7.0.1 -PORTREVISION= 1 +DISTVERSION= 2.8.0 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -18,80 +17,101 @@ USES= cabal USE_LOCALE= en_US.UTF-8 -USE_CABAL= OneTuple-0.4.2 \ - QuickCheck-2.15.0.1 \ +USE_CABAL= ListLike-4.7.8.3 \ + OneTuple-0.4.2_1 \ + QuickCheck-2.16.0.0 \ STMonadTrans-0.4.8_1 \ StateVar-1.2.2 \ - aeson-2.2.3.0_2 \ - alex-3.5.1.0 \ - ansi-terminal-1.1.1 \ - ansi-terminal-types-1.1 \ - assoc-1.1.1 \ - async-2.2.5_2 \ - base-compat-0.14.0 \ - base-orphans-0.9.2 \ - bifunctors-5.6.2 \ - blaze-builder-0.4.2.3 \ + aeson-2.2.3.0_4 \ + alex-3.5.3.0 \ + ansi-terminal-1.1.3 \ + ansi-terminal-types-1.1.3 \ + ap-normalize-0.1.0.1 \ + assoc-1.1.1_1 \ + async-2.2.5_3 \ + base-compat-0.14.1 \ + base-orphans-0.9.3 \ + bifunctors-5.6.2_2 \ + blaze-builder-0.4.3 \ blaze-html-0.9.2.0_1 \ blaze-markup-0.8.3.0_2 \ boxes-0.1.5 \ case-insensitive-1.2.1.0 \ character-ps-0.1 \ colour-2.3.6 \ - comonad-5.0.8_2 \ + comonad-5.0.9_1 \ contravariant-1.5.5 \ - data-fix-0.3.4 \ + data-default-0.8.0.1 \ + data-fix-0.3.4_1 \ data-hash-0.2.0.1 \ distributive-0.6.2.1_1 \ dlist-1.0_2 \ edit-distance-0.2.2.1_1 \ + enummapset-0.7.3.0 \ equivalence-0.4.1 \ - generically-0.1.1_3 \ + filelock-0.1.1.7 \ + filemanip-0.3.6.3_1 \ + fmlist-0.9.4 \ + generic-data-1.1.0.2 \ + generic-deriving-1.14.6_1 \ + generically-0.1.1_4 \ gitrev-1.3.1 \ - happy-1.20.1.1 \ - hashable-1.5.0.0 \ - hsc2hs-0.68.10_2 \ - indexed-traversable-0.1.4 \ - indexed-traversable-instances-0.1.2 \ - integer-conversion-0.1.1 \ - integer-logarithms-1.0.3.1_6 \ + happy-2.1.6 \ + happy-lib-2.1.6 \ + hashable-1.5.0.0_1 \ + hsc2hs-0.68.10_4 \ + indexed-traversable-0.1.4_1 \ + indexed-traversable-instances-0.1.2_1 \ + integer-conversion-0.1.1_1 \ + integer-logarithms-1.0.4 \ + invariant-0.6.4_1 \ monad-control-1.0.3.1 \ - murmur-hash-0.1.0.10_1 \ + murmur-hash-0.1.0.11 \ network-uri-2.6.4.2_1 \ - os-string-2.0.6 \ - parallel-3.2.2.0_8 \ + nonempty-containers-0.3.5.0 \ + nonempty-vector-0.2.4 \ + optparse-applicative-0.19.0.0 \ + os-string-2.0.7_1 \ + parallel-3.2.2.0_9 \ peano-0.1.0.2 \ - pqueue-1.5.0.0_2 \ - primitive-0.9.0.0_1 \ - random-1.2.1.2 \ - regex-base-0.94.0.2_4 \ - regex-tdfa-1.3.2.2_3 \ - scientific-0.3.8.0_1 \ - semialign-1.3.1_1 \ - semigroupoids-6.0.1_1 \ + pqueue-1.5.0.0_3 \ + prettyprinter-1.7.1 \ + prettyprinter-ansi-terminal-1.1.3 \ + primitive-0.9.1.0 \ + process-extras-0.7.4_1 \ + profunctors-5.6.3 \ + random-1.3.1 \ + regex-base-0.94.0.3 \ + regex-tdfa-1.3.2.4 \ + scientific-0.3.8.0_2 \ + semialign-1.3.1_2 \ + semigroupoids-6.0.1_2 \ + show-combinators-0.2.0.0_2 \ split-0.2.5 \ - splitmix-0.1.0.5_1 \ + splitmix-0.1.3.1 \ strict-0.5.1_1 \ - tagged-0.8.8_1 \ - text-iso8601-0.1.1_1 \ - text-short-0.1.6_2 \ - th-abstraction-0.7.0.0 \ - th-compat-0.1.5_2 \ - these-1.2.1_1 \ - time-compat-1.9.7_2 \ + tagged-0.8.9 \ + tasty-1.5.3_2 \ + text-iso8601-0.1.1_2 \ + text-short-0.1.6_3 \ + th-abstraction-0.7.1.0_1 \ + th-compat-0.1.6 \ + these-1.2.1_2 \ + time-compat-1.9.8 \ transformers-base-0.4.6 \ transformers-compat-0.7.2 \ - unordered-containers-0.2.20_3 \ + unix-compat-0.7.4 \ + unordered-containers-0.2.20_4 \ uri-encode-1.5.0.7_3 \ utf8-string-1.0.2 \ - uuid-types-1.0.6_1 \ - vector-0.13.1.0_1 \ - vector-hashtables-0.1.2.0 \ - vector-stream-0.1.0.1_1 \ + uuid-types-1.0.6_3 \ + vector-0.13.2.0_1 \ + vector-hashtables-0.1.2.1 \ + vector-stream-0.1.0.1_3 \ witherable-0.5_1 \ - zlib-0.7.1.0_1 + zlib-0.7.1.0_2 -CABAL_EXECUTABLES= agda-mode agda +CABAL_EXECUTABLES= agda agda-mode CABAL_WRAPPER_SCRIPTS= ${CABAL_EXECUTABLES} agda_DATADIR_VARS= Agda agda-mode_DATADIR_VARS= Agda @@ -99,10 +119,10 @@ agda-mode_DATADIR_VARS= Agda PLIST_SUB= AGDA_VER=${PORTVERSION} post-install: - #${SETENV} Agda_datadir=${WRKSRC}/src/data ${STAGEDIR}${PREFIX}/libexec/cabal/agda-mode compile + ${SETENV} Agda_datadir=${WRKSRC}/src/data ${STAGEDIR}${PREFIX}/libexec/cabal/agda-mode compile ${FIND} ${WRKSRC}/src/data/lib/prim/Agda -name '*.agda' -exec ${SETENV} Agda_datadir=${WRKSRC}/src/data ${STAGEDIR}${PREFIX}/libexec/cabal/agda {} \; ${MKDIR} ${STAGEDIR}${DATADIR}/lib/prim/Agda cd ${WRKSRC}/src/data && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR} - #cd ${WRKSRC}/src/data && ${COPYTREE_SHARE} emacs-mode ${STAGEDIR}${DATADIR} + cd ${WRKSRC}/src/data && ${COPYTREE_SHARE} emacs-mode ${STAGEDIR}${DATADIR} .include <bsd.port.mk> diff --git a/math/hs-Agda/distinfo b/math/hs-Agda/distinfo index 032e7c9870d0..ac58d756047f 100644 --- a/math/hs-Agda/distinfo +++ b/math/hs-Agda/distinfo @@ -1,10 +1,14 @@ -TIMESTAMP = 1726698029 -SHA256 (cabal/Agda-2.7.0.1/Agda-2.7.0.1.tar.gz) = 34f6d60a4d4ef7d1946b785e1ed1e410906546151419da9823c03bdf5705f68e -SIZE (cabal/Agda-2.7.0.1/Agda-2.7.0.1.tar.gz) = 1884553 +TIMESTAMP = 1753988362 +SHA256 (cabal/Agda-2.8.0/Agda-2.8.0.tar.gz) = 86841907e78a5aafcf57b09edb7d50036f7de1b2217c8b58e2c57d6004969ba0 +SIZE (cabal/Agda-2.8.0/Agda-2.8.0.tar.gz) = 1951997 +SHA256 (cabal/ListLike-4.7.8.3/ListLike-4.7.8.3.tar.gz) = 14febee9bf5ed7f17a7d33e3e57308b161df3fb5b4c59e2c20142ef17e133836 +SIZE (cabal/ListLike-4.7.8.3/ListLike-4.7.8.3.tar.gz) = 33329 SHA256 (cabal/OneTuple-0.4.2/OneTuple-0.4.2.tar.gz) = 174da8a0f4004d17b08182cb25b0e045fce5de1fdeae84e9d75fdea2867aab55 SIZE (cabal/OneTuple-0.4.2/OneTuple-0.4.2.tar.gz) = 5207 -SHA256 (cabal/QuickCheck-2.15.0.1/QuickCheck-2.15.0.1.tar.gz) = a3b2216ddbaf481dbc82414b6120f8b726d969db3f0b51f20a7a45425ef36e7f -SIZE (cabal/QuickCheck-2.15.0.1/QuickCheck-2.15.0.1.tar.gz) = 81502 +SHA256 (cabal/OneTuple-0.4.2/revision/1.cabal) = dd7266f983da2970e5662168add810dabadabb3a4bb9b137181eafc0ac7ea4d4 +SIZE (cabal/OneTuple-0.4.2/revision/1.cabal) = 2013 +SHA256 (cabal/QuickCheck-2.16.0.0/QuickCheck-2.16.0.0.tar.gz) = 0b563fa6ea11653d76d57e96625f4a476e02b9fdaeba9c05d2ccc10d8da802c0 +SIZE (cabal/QuickCheck-2.16.0.0/QuickCheck-2.16.0.0.tar.gz) = 83903 SHA256 (cabal/STMonadTrans-0.4.8/STMonadTrans-0.4.8.tar.gz) = 839eff14d9f1d2d37f485edf116740d996e1ee9fa82ca2e0a73dfcae0ad5b851 SIZE (cabal/STMonadTrans-0.4.8/STMonadTrans-0.4.8.tar.gz) = 7458 SHA256 (cabal/STMonadTrans-0.4.8/revision/1.cabal) = 229e84983eba8df59e5da922afd25c77403577c3cc9120ea9c59693ec9a3b52e @@ -13,28 +17,34 @@ SHA256 (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5e4b39da395656a59827b02805 SIZE (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5048 SHA256 (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = daa25cf428256ad05d21f2bfa44077c1b14d6c784b7930a202ee901f11cc6baa SIZE (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = 340855 -SHA256 (cabal/aeson-2.2.3.0/revision/2.cabal) = 011fa2d67d7a821aa5ec5c825adc919bb067d42dde8fac7c6e5db23239a58866 -SIZE (cabal/aeson-2.2.3.0/revision/2.cabal) = 6589 -SHA256 (cabal/alex-3.5.1.0/alex-3.5.1.0.tar.gz) = c92efe86f8eb959ee03be6c04ee57ebc7e4abc75a6c4b26551215d7443e92a07 -SIZE (cabal/alex-3.5.1.0/alex-3.5.1.0.tar.gz) = 85982 -SHA256 (cabal/ansi-terminal-1.1.1/ansi-terminal-1.1.1.tar.gz) = 7e448fcdf8a5a97f3d30e5168f834641df9945fafa65f2e87d73ff9556a1bc4c -SIZE (cabal/ansi-terminal-1.1.1/ansi-terminal-1.1.1.tar.gz) = 35398 -SHA256 (cabal/ansi-terminal-types-1.1/ansi-terminal-types-1.1.tar.gz) = f2e5333eb78da5f4dd330fca0c81a59276cc150c625647cd20f57b7f297a5d25 -SIZE (cabal/ansi-terminal-types-1.1/ansi-terminal-types-1.1.tar.gz) = 4746 +SHA256 (cabal/aeson-2.2.3.0/revision/4.cabal) = 7d48c2395ef168d2c2070fdb02c7998384be27d31a03bb35d1740af4a19a857b +SIZE (cabal/aeson-2.2.3.0/revision/4.cabal) = 6368 +SHA256 (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = a5cd52e2dd2837138523e2e24ec3435b8cf2624afd50725105e644226e0b9ec6 +SIZE (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = 92759 +SHA256 (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 88d11a165cd709bfd603b4bc36afd5b39d3e9eec69ee466ca4359441d468c092 +SIZE (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 32633 +SHA256 (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 9fc9ce2157f1889bd99a4d22c9f1c64589590be0f797c3efe71c8fa17a11a689 +SIZE (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 8791 +SHA256 (cabal/ap-normalize-0.1.0.1/ap-normalize-0.1.0.1.tar.gz) = 820613b12ce759c8c8a254c78a0e4c474b2cd4cfd08fc0c1d4d5584c58ff2288 +SIZE (cabal/ap-normalize-0.1.0.1/ap-normalize-0.1.0.1.tar.gz) = 6725 SHA256 (cabal/assoc-1.1.1/assoc-1.1.1.tar.gz) = 231149b7fef09f5dd95af51228615e3b296dbd0faadeca053e0644a4b13b0ff6 SIZE (cabal/assoc-1.1.1/assoc-1.1.1.tar.gz) = 3158 +SHA256 (cabal/assoc-1.1.1/revision/1.cabal) = 0ab39b4d1feb4caca95ac6e314f48782b27a86a6b8d1f5e8dc4be9fbed11185f +SIZE (cabal/assoc-1.1.1/revision/1.cabal) = 1420 SHA256 (cabal/async-2.2.5/async-2.2.5.tar.gz) = 1818473ebab9212afad2ed76297aefde5fae8b5d4404daf36939aece6a8f16f7 SIZE (cabal/async-2.2.5/async-2.2.5.tar.gz) = 15742 -SHA256 (cabal/async-2.2.5/revision/2.cabal) = cf9e6afba8e01830ca0d32a12b98d481cf389688762c80d1870a1db2061ebf35 -SIZE (cabal/async-2.2.5/revision/2.cabal) = 3257 -SHA256 (cabal/base-compat-0.14.0/base-compat-0.14.0.tar.gz) = f146de664ac838ebe18ec9360df82da3660149dc7d51fd29bcb61d653b799c50 -SIZE (cabal/base-compat-0.14.0/base-compat-0.14.0.tar.gz) = 42744 -SHA256 (cabal/base-orphans-0.9.2/base-orphans-0.9.2.tar.gz) = 6211900916955b84687c61b5e4fa98ce110e511a96086b7a93f06dd63c97ba93 -SIZE (cabal/base-orphans-0.9.2/base-orphans-0.9.2.tar.gz) = 26705 +SHA256 (cabal/async-2.2.5/revision/3.cabal) = b7648c6165729a973d95cb328f9fd874813a81c727707e8b2552b4f03399763b +SIZE (cabal/async-2.2.5/revision/3.cabal) = 3366 +SHA256 (cabal/base-compat-0.14.1/base-compat-0.14.1.tar.gz) = 74e655541e645e8fc7aade1e6a1b6973561be0bca9369bc1623aa345019a35e9 +SIZE (cabal/base-compat-0.14.1/base-compat-0.14.1.tar.gz) = 32244 +SHA256 (cabal/base-orphans-0.9.3/base-orphans-0.9.3.tar.gz) = 17a35079c8719014560c028d9805ec1301b900972adf212e00af23fe3ebfabd8 +SIZE (cabal/base-orphans-0.9.3/base-orphans-0.9.3.tar.gz) = 19923 SHA256 (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 1086a9285061eed0c2c5d3cb65aa223defd52fca6d0515bb69ddf2dbc3d9697a SIZE (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 38193 -SHA256 (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 66291874236b7342adab033e3cddae414a23a2865dfb44095dfc4e0b9d46703b -SIZE (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 60777 +SHA256 (cabal/bifunctors-5.6.2/revision/2.cabal) = 115a621c4eaaabb07834f9e4dd3371e21f39d034305062f4bd5cd72c2f8880d2 +SIZE (cabal/bifunctors-5.6.2/revision/2.cabal) = 3332 +SHA256 (cabal/blaze-builder-0.4.3/blaze-builder-0.4.3.tar.gz) = 02646abf6f3d3a5a73ff5aef589fa5b889601ffb9765b03bdf9df98648bc7fee +SIZE (cabal/blaze-builder-0.4.3/blaze-builder-0.4.3.tar.gz) = 60686 SHA256 (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 65542ef39f7644a3d76afcadeb976d3e334c6947516b7313fcb59165cea1608f SIZE (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 81915 SHA256 (cabal/blaze-html-0.9.2.0/revision/1.cabal) = 85c42f84f4ead2c48844fbe0865069add3bb3bb3322d38607e93d5515a4c9c58 @@ -51,14 +61,18 @@ SHA256 (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 22de71fde38b236d3e9168 SIZE (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 8192 SHA256 (cabal/colour-2.3.6/colour-2.3.6.tar.gz) = 2cd35dcd6944a5abc9f108a5eb5ee564b6b1fa98a9ec79cefcc20b588991f871 SIZE (cabal/colour-2.3.6/colour-2.3.6.tar.gz) = 20675 -SHA256 (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = ef6cdf2cc292cc43ee6aa96c581b235fdea8ab44a0bffb24dc79ae2b2ef33d13 -SIZE (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = 15227 -SHA256 (cabal/comonad-5.0.8/revision/2.cabal) = 4a4dbfbd03fb4963987710fca994e8b5624bd05a33e5f95b7581b26f8229c5e3 -SIZE (cabal/comonad-5.0.8/revision/2.cabal) = 3631 +SHA256 (cabal/comonad-5.0.9/comonad-5.0.9.tar.gz) = 69fb0eb49a80055a9b76d31d0a5648777c4050ac8dbf56a9344b862ed878a789 +SIZE (cabal/comonad-5.0.9/comonad-5.0.9.tar.gz) = 14455 +SHA256 (cabal/comonad-5.0.9/revision/1.cabal) = 75aded79bf583c908e4e4687c0ae067f256e2507536b75f58ffba7748767c353 +SIZE (cabal/comonad-5.0.9/revision/1.cabal) = 3587 SHA256 (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 062fd66580d7aad0b5ba93e644ffa7feee69276ef50f20d4ed9f1deb7642dffa SIZE (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 13815 +SHA256 (cabal/data-default-0.8.0.1/data-default-0.8.0.1.tar.gz) = ce085de8ec2196f0c1d30af0ad8a517d5737c9edfd4ebfbb49e8687dfc40b6ca +SIZE (cabal/data-default-0.8.0.1/data-default-0.8.0.1.tar.gz) = 5821 SHA256 (cabal/data-fix-0.3.4/data-fix-0.3.4.tar.gz) = 8df052d18c047ab9e9200536a8799b5af3997ebecbbb091a7384b6be8416ab37 SIZE (cabal/data-fix-0.3.4/data-fix-0.3.4.tar.gz) = 5992 +SHA256 (cabal/data-fix-0.3.4/revision/1.cabal) = ee78be6168ca0878d670fede957195d3debf4a37a806d13d72182b274901261b +SIZE (cabal/data-fix-0.3.4/revision/1.cabal) = 1406 SHA256 (cabal/data-hash-0.2.0.1/data-hash-0.2.0.1.tar.gz) = 9117dd49013ca28ff188fc71c3595ac3af23d56d301c1f39bac93d44d8c60bbe SIZE (cabal/data-hash-0.2.0.1/data-hash-0.2.0.1.tar.gz) = 8504 SHA256 (cabal/distributive-0.6.2.1/distributive-0.6.2.1.tar.gz) = d7351392e078f58caa46630a4b9c643e1e2e9dddee45848c5c8358e7b1316b91 @@ -73,124 +87,166 @@ SHA256 (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 3e8885ee2f56 SIZE (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 13228 SHA256 (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 4d33a49cd383d50af090f1b888642d10116e43809f9da6023d9fc6f67d2656ee SIZE (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 2351 +SHA256 (cabal/enummapset-0.7.3.0/enummapset-0.7.3.0.tar.gz) = 74c805415005f065379d644b2f2530d297b1cff650e5ef269a479220afdf7070 +SIZE (cabal/enummapset-0.7.3.0/enummapset-0.7.3.0.tar.gz) = 14074 SHA256 (cabal/equivalence-0.4.1/equivalence-0.4.1.tar.gz) = 598ad6d9d914f598cea2e65cd92e44348a18380b9334d0d7a1c0a252e9a4008f SIZE (cabal/equivalence-0.4.1/equivalence-0.4.1.tar.gz) = 9310 +SHA256 (cabal/filelock-0.1.1.7/filelock-0.1.1.7.tar.gz) = 4d35645cdf4f0b7aa8d22238885a970aef2328a39bd4ea63c7274532b1748180 +SIZE (cabal/filelock-0.1.1.7/filelock-0.1.1.7.tar.gz) = 8109 +SHA256 (cabal/filemanip-0.3.6.3/filemanip-0.3.6.3.tar.gz) = 8836da17baaaf02ca080c9990ece4e0b0c8d6a128f458f8b64fd07b225ca9846 +SIZE (cabal/filemanip-0.3.6.3/filemanip-0.3.6.3.tar.gz) = 10369 +SHA256 (cabal/filemanip-0.3.6.3/revision/1.cabal) = 0a7923d17b13f4f6bb996a3915aa795b6f7401ce68f656ac38e5f00429c6a3d0 +SIZE (cabal/filemanip-0.3.6.3/revision/1.cabal) = 1283 +SHA256 (cabal/fmlist-0.9.4/fmlist-0.9.4.tar.gz) = 2dbdc1850e6768fd5f4e4c45d011ef6796d8b2d639ec200da7f4407ae02d09a6 +SIZE (cabal/fmlist-0.9.4/fmlist-0.9.4.tar.gz) = 4445 +SHA256 (cabal/generic-data-1.1.0.2/generic-data-1.1.0.2.tar.gz) = f27e0a28459755f6c301eb9661f15230ccc6cf94f699d9aafb34ce659138dab5 +SIZE (cabal/generic-data-1.1.0.2/generic-data-1.1.0.2.tar.gz) = 40676 +SHA256 (cabal/generic-deriving-1.14.6/generic-deriving-1.14.6.tar.gz) = f195c17f1a32a3c9a2bf8762b8f9a9b5f6271f9e6075c887aa3609364356b2af +SIZE (cabal/generic-deriving-1.14.6/generic-deriving-1.14.6.tar.gz) = 50583 +SHA256 (cabal/generic-deriving-1.14.6/revision/1.cabal) = f47c071d90370e0eee27dad6139964bed29b2d896b404b3a9516138f0d92ac55 +SIZE (cabal/generic-deriving-1.14.6/revision/1.cabal) = 6755 SHA256 (cabal/generically-0.1.1/generically-0.1.1.tar.gz) = 04c5a436bec4b041f71a733f56a1bd7f435f63dde8d3eb5c1f48d55b4dbc43cf SIZE (cabal/generically-0.1.1/generically-0.1.1.tar.gz) = 2870 -SHA256 (cabal/generically-0.1.1/revision/3.cabal) = 1b1b638ac022d2404becb6c117b04bfdc2247429ba58596271ca2cdc413288c2 -SIZE (cabal/generically-0.1.1/revision/3.cabal) = 1203 +SHA256 (cabal/generically-0.1.1/revision/4.cabal) = 3f64278f5c582dd7c6963967b1290079bcd03b8348989f909ac9bd972ddc452e +SIZE (cabal/generically-0.1.1/revision/4.cabal) = 1203 SHA256 (cabal/gitrev-1.3.1/gitrev-1.3.1.tar.gz) = a89964db24f56727b0e7b10c98fe7c116d721d8c46f52d6e77088669aaa38332 SIZE (cabal/gitrev-1.3.1/gitrev-1.3.1.tar.gz) = 3756 -SHA256 (cabal/happy-1.20.1.1/happy-1.20.1.1.tar.gz) = 8b4e7dc5a6c5fd666f8f7163232931ab28746d0d17da8fa1cbd68be9e878881b -SIZE (cabal/happy-1.20.1.1/happy-1.20.1.1.tar.gz) = 183409 +SHA256 (cabal/happy-2.1.6/happy-2.1.6.tar.gz) = 9b473961010cb5673510f4133d914b9d5ad667b16aafe4a5555d9962dbf05b19 +SIZE (cabal/happy-2.1.6/happy-2.1.6.tar.gz) = 61435 +SHA256 (cabal/happy-lib-2.1.6/happy-lib-2.1.6.tar.gz) = b0a130901562fd2b338baeb5b508cd8aed914b300f51c30b0ba8935995b2c2cd +SIZE (cabal/happy-lib-2.1.6/happy-lib-2.1.6.tar.gz) = 93797 SHA256 (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = e58b3a8e18da5f6cd7e937e5fd683e500bb1f8276b3768269759119ca0cddb6a SIZE (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = 89062 +SHA256 (cabal/hashable-1.5.0.0/revision/1.cabal) = 2f23146cbe0325029927b221647695a4c7d6e97548ff731110979e34361f58ef +SIZE (cabal/hashable-1.5.0.0/revision/1.cabal) = 5914 SHA256 (cabal/hsc2hs-0.68.10/hsc2hs-0.68.10.tar.gz) = 6f4e34d788fe2ca7091ee0a10307ee8a7c060a1ba890f2bffad16a7d4d5cef76 SIZE (cabal/hsc2hs-0.68.10/hsc2hs-0.68.10.tar.gz) = 40517 -SHA256 (cabal/hsc2hs-0.68.10/revision/2.cabal) = 60e78b6c60dc32a77ce6c37ed5ca4e838fc5f76f02836ef64d93cd21cc002325 -SIZE (cabal/hsc2hs-0.68.10/revision/2.cabal) = 3032 +SHA256 (cabal/hsc2hs-0.68.10/revision/4.cabal) = 725ef6da03d3d6e332db4de0a35bee45d72e4d31decc5ec7f153e6837af5f03e +SIZE (cabal/hsc2hs-0.68.10/revision/4.cabal) = 3114 SHA256 (cabal/indexed-traversable-0.1.4/indexed-traversable-0.1.4.tar.gz) = 58be09afdf3ad5a25c2aa0d2a7df80d602df09f4e76d3abf2b7cdb0e75d03b22 SIZE (cabal/indexed-traversable-0.1.4/indexed-traversable-0.1.4.tar.gz) = 9465 +SHA256 (cabal/indexed-traversable-0.1.4/revision/1.cabal) = 42d9e84a65a0c17c248233cab98ada872ff6140dfa24d109d6eb285204d07e7d +SIZE (cabal/indexed-traversable-0.1.4/revision/1.cabal) = 2098 SHA256 (cabal/indexed-traversable-instances-0.1.2/indexed-traversable-instances-0.1.2.tar.gz) = 3c2bb62fba141d6696177070d63b88bc56b194bc60f6b73d2263b0244e2fc7c1 SIZE (cabal/indexed-traversable-instances-0.1.2/indexed-traversable-instances-0.1.2.tar.gz) = 3673 +SHA256 (cabal/indexed-traversable-instances-0.1.2/revision/1.cabal) = 68df0fc8070ae2c15f9e6febf1449fee364c131a6d1e93cac45e7895ba86dd89 +SIZE (cabal/indexed-traversable-instances-0.1.2/revision/1.cabal) = 2401 SHA256 (cabal/integer-conversion-0.1.1/integer-conversion-0.1.1.tar.gz) = c18164a048073310f6353ebc64c9037b52a4b8299963ce05e027bcf60e22155a SIZE (cabal/integer-conversion-0.1.1/integer-conversion-0.1.1.tar.gz) = 6179 -SHA256 (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9b0a9f9fab609b15cd015865721fb05f744a1bc77ae92fd133872de528bbea7f -SIZE (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9023 -SHA256 (cabal/integer-logarithms-1.0.3.1/revision/6.cabal) = 0595a16d458c9c5caa425dc8ebbeb5d9adffb0c8daf4720c1d93dfcfc31dd690 -SIZE (cabal/integer-logarithms-1.0.3.1/revision/6.cabal) = 3295 +SHA256 (cabal/integer-conversion-0.1.1/revision/1.cabal) = 941d4ae16e2124cbff5defe2abedb49efc8e03a594f817035bf231a317e6c1c9 +SIZE (cabal/integer-conversion-0.1.1/revision/1.cabal) = 2256 +SHA256 (cabal/integer-logarithms-1.0.4/integer-logarithms-1.0.4.tar.gz) = 6a93c76c2518cbe2d72ab17da6ae46d8cae93cbfb7c5a5ad5783f903c1448f45 +SIZE (cabal/integer-logarithms-1.0.4/integer-logarithms-1.0.4.tar.gz) = 8948 +SHA256 (cabal/invariant-0.6.4/invariant-0.6.4.tar.gz) = a9e2ab4ee3e0d4613beb7bda36a8ebc4f72318450514f4832d2fa43b74f0aeb3 +SIZE (cabal/invariant-0.6.4/invariant-0.6.4.tar.gz) = 27079 +SHA256 (cabal/invariant-0.6.4/revision/1.cabal) = 4a9a609f4e93ffed158b3b4f5a80822c6da30aa71a5370307c0c00c2d658d1c6 +SIZE (cabal/invariant-0.6.4/revision/1.cabal) = 3513 SHA256 (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = ae0baea04d99375ef788140367179994a7178d400a8ce0d9026846546772713c SIZE (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = 13985 -SHA256 (cabal/murmur-hash-0.1.0.10/murmur-hash-0.1.0.10.tar.gz) = e92fad6000823aa2dabaa55096d2bc4fe21ad347f10614fc684da23e7f48bf90 -SIZE (cabal/murmur-hash-0.1.0.10/murmur-hash-0.1.0.10.tar.gz) = 4327 -SHA256 (cabal/murmur-hash-0.1.0.10/revision/1.cabal) = 036a54f21ac180681e3799e6288ca32765fa3af8ada41fd4dd73a8a5e1e894a3 -SIZE (cabal/murmur-hash-0.1.0.10/revision/1.cabal) = 1222 +SHA256 (cabal/murmur-hash-0.1.0.11/murmur-hash-0.1.0.11.tar.gz) = 71aa17132bff71814d653caed8f9da55c27e3c3425eb4db404fa65b3ca296dfe +SIZE (cabal/murmur-hash-0.1.0.11/murmur-hash-0.1.0.11.tar.gz) = 4458 SHA256 (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 9c188973126e893250b881f20e8811dca06c223c23402b06f7a1f2e995797228 SIZE (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 31309 SHA256 (cabal/network-uri-2.6.4.2/revision/1.cabal) = 6fffb57373962b5651a2db8b0af732098b3bf029a7ced76a9855615de2026588 SIZE (cabal/network-uri-2.6.4.2/revision/1.cabal) = 3217 -SHA256 (cabal/os-string-2.0.6/os-string-2.0.6.tar.gz) = 22fcc7d5fc66676b5dfc57b714d2caf93cce2d5a79d242168352f9eb0fe2f18a -SIZE (cabal/os-string-2.0.6/os-string-2.0.6.tar.gz) = 44363 +SHA256 (cabal/nonempty-containers-0.3.5.0/nonempty-containers-0.3.5.0.tar.gz) = 09e5385852d02830152a4ef72a4928a7a3c9353a1fa6fc8510228d9215bfeab6 +SIZE (cabal/nonempty-containers-0.3.5.0/nonempty-containers-0.3.5.0.tar.gz) = 101237 +SHA256 (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = e32d9efb7862507e76e3f6876c67c980da9a5b4d743e07d424159868ae471c67 +SIZE (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = 18480 +SHA256 (cabal/optparse-applicative-0.19.0.0/optparse-applicative-0.19.0.0.tar.gz) = cf16aeefd821730c7738447fa7c6b7ada7ca1c9cc25400d64ef283294d345871 +SIZE (cabal/optparse-applicative-0.19.0.0/optparse-applicative-0.19.0.0.tar.gz) = 67629 +SHA256 (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 339c35fd3a290522f23de4e33528423cfd0b0a8f22946b0b9816a817b926cba0 +SIZE (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 44683 +SHA256 (cabal/os-string-2.0.7/revision/1.cabal) = cb5408281cb0e7cea41885611e06ee6208e3dae90c98f6901a9f20c58f930414 +SIZE (cabal/os-string-2.0.7/revision/1.cabal) = 3443 SHA256 (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 170453a71a2a8b31cca63125533f7771d7debeb639700bdabdd779c34d8a6ef6 SIZE (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 14681 -SHA256 (cabal/parallel-3.2.2.0/revision/8.cabal) = b9cf0b07fdff16f503487a4daa1e40a1f1f6c10974b4f15d6dfd5f243a643e31 -SIZE (cabal/parallel-3.2.2.0/revision/8.cabal) = 1942 +SHA256 (cabal/parallel-3.2.2.0/revision/9.cabal) = 9d7b34ac537940f67732eca31d48a43bd78fb65a91baebddf63bee4fc3813d81 +SIZE (cabal/parallel-3.2.2.0/revision/9.cabal) = 1961 SHA256 (cabal/peano-0.1.0.2/peano-0.1.0.2.tar.gz) = 8a8fe8718dba5b1a6133e1d9eae5ba69ca76028f59d088985a8489446ac74261 SIZE (cabal/peano-0.1.0.2/peano-0.1.0.2.tar.gz) = 2915 SHA256 (cabal/pqueue-1.5.0.0/pqueue-1.5.0.0.tar.gz) = 1bf88b8d2c4ac90dee3000684b6e0078502dc5a1030528b687aa143b3ecc1f02 SIZE (cabal/pqueue-1.5.0.0/pqueue-1.5.0.0.tar.gz) = 42173 -SHA256 (cabal/pqueue-1.5.0.0/revision/2.cabal) = 7dadcc2a66f0f91bea789b450355a5ce9ebdc697af8c817f9e3200e856c8adaa -SIZE (cabal/pqueue-1.5.0.0/revision/2.cabal) = 3896 -SHA256 (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 696d4bd291c94d736142d6182117dca4258d3ef28bfefdb649ac8b5ecd0999c7 -SIZE (cabal/primitive-0.9.0.0/primitive-0.9.0.0.tar.gz) = 60580 -SHA256 (cabal/primitive-0.9.0.0/revision/1.cabal) = 2e08c5409e3559c7f1669ef50e9a0d9a397e68ecf51110d5e2cedf05cdd7d93c -SIZE (cabal/primitive-0.9.0.0/revision/1.cabal) = 3171 -SHA256 (cabal/random-1.2.1.2/random-1.2.1.2.tar.gz) = 790f4dc2d2327c453ff6aac7bf15399fd123d55e927935f68f84b5df42d9a4b4 -SIZE (cabal/random-1.2.1.2/random-1.2.1.2.tar.gz) = 47229 -SHA256 (cabal/regex-base-0.94.0.2/regex-base-0.94.0.2.tar.gz) = 7b99408f580f5bb67a1c413e0bc735886608251331ad36322020f2169aea2ef1 -SIZE (cabal/regex-base-0.94.0.2/regex-base-0.94.0.2.tar.gz) = 10488 -SHA256 (cabal/regex-base-0.94.0.2/revision/4.cabal) = 0322b2fcd1358f3355e0c8608efa60d27b14d1c9d476451dbcb9181363bd8b27 -SIZE (cabal/regex-base-0.94.0.2/revision/4.cabal) = 2601 -SHA256 (cabal/regex-tdfa-1.3.2.2/regex-tdfa-1.3.2.2.tar.gz) = 933ed5c54246bb50e335d86b884ffb70bc252b5f776fb291f162a80a27bd75b7 -SIZE (cabal/regex-tdfa-1.3.2.2/regex-tdfa-1.3.2.2.tar.gz) = 83016 -SHA256 (cabal/regex-tdfa-1.3.2.2/revision/3.cabal) = e5ea15b2898c62c63fae798784bc402b3862733d97a4f7ee3ec4f9ae6f447478 -SIZE (cabal/regex-tdfa-1.3.2.2/revision/3.cabal) = 6997 +SHA256 (cabal/pqueue-1.5.0.0/revision/3.cabal) = be237035e3aa1459e2a7cb9a3e19d90d9be3465cb993cbff44c0bd815b54ff3c +SIZE (cabal/pqueue-1.5.0.0/revision/3.cabal) = 4058 +SHA256 (cabal/prettyprinter-1.7.1/prettyprinter-1.7.1.tar.gz) = 5e6ea6903114fa118fcc359633dfb7ecddecb92c06c853d02a77b72b251f0b45 +SIZE (cabal/prettyprinter-1.7.1/prettyprinter-1.7.1.tar.gz) = 56907 +SHA256 (cabal/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal-1.1.3.tar.gz) = 813739308ad6050620578994effe21058a170a341716acf52573fae42b5b1db3 +SIZE (cabal/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal-1.1.3.tar.gz) = 8879 +SHA256 (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 44b4de41813c7bc5db8a57f87c3612a069b65086946268ba165097252ebd3d76 +SIZE (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 61724 +SHA256 (cabal/process-extras-0.7.4/process-extras-0.7.4.tar.gz) = 293e75f849254ce0ce0d7fa659681917e07a557c602505a2f9e20777467e984e +SIZE (cabal/process-extras-0.7.4/process-extras-0.7.4.tar.gz) = 14256 +SHA256 (cabal/process-extras-0.7.4/revision/1.cabal) = bf5f39f0c43fd4d413ac38c6bd24cb4d9a901adf3d646cc673bb8db93606f4d2 +SIZE (cabal/process-extras-0.7.4/revision/1.cabal) = 1785 +SHA256 (cabal/profunctors-5.6.3/profunctors-5.6.3.tar.gz) = b9c6f427368d2e811e4c48b59005218672458fd2f00a02cbefb8be9c751c0ef3 +SIZE (cabal/profunctors-5.6.3/profunctors-5.6.3.tar.gz) = 28146 +SHA256 (cabal/random-1.3.1/random-1.3.1.tar.gz) = d840ac83f265b0cfa2a678f8ec78627eb50cf9be2f067c52c8a4239c29b71a35 +SIZE (cabal/random-1.3.1/random-1.3.1.tar.gz) = 63846 +SHA256 (cabal/regex-base-0.94.0.3/regex-base-0.94.0.3.tar.gz) = e8ca2dee598c790dd1c1c4359bdd1e495d9b881f5aa1f539c22f0dd5563747bf +SIZE (cabal/regex-base-0.94.0.3/regex-base-0.94.0.3.tar.gz) = 10550 +SHA256 (cabal/regex-tdfa-1.3.2.4/regex-tdfa-1.3.2.4.tar.gz) = 078bc313b7441f173eb487d6f46fea6860a21452eff6e5cf730ac4dd74bca797 +SIZE (cabal/regex-tdfa-1.3.2.4/regex-tdfa-1.3.2.4.tar.gz) = 83099 SHA256 (cabal/scientific-0.3.8.0/scientific-0.3.8.0.tar.gz) = 13b343bca8aa26d7718e52e622e5a118056653edafcbc7ccc5333be7217218cf SIZE (cabal/scientific-0.3.8.0/scientific-0.3.8.0.tar.gz) = 24314 -SHA256 (cabal/scientific-0.3.8.0/revision/1.cabal) = 2148e2e6ab1f1fd2ecee25067e0ee60da886be89736e8a54d49556407d7113ce -SIZE (cabal/scientific-0.3.8.0/revision/1.cabal) = 4380 +SHA256 (cabal/scientific-0.3.8.0/revision/2.cabal) = ba83a6701dd0110138443757aca4a42786afa94272b73045ef878fd860d1732e +SIZE (cabal/scientific-0.3.8.0/revision/2.cabal) = 4397 SHA256 (cabal/semialign-1.3.1/semialign-1.3.1.tar.gz) = 66e87bc254ffec2ee908bf625c42d3b7363238d6ab1cfba8934bbee7590c9df7 SIZE (cabal/semialign-1.3.1/semialign-1.3.1.tar.gz) = 10117 -SHA256 (cabal/semialign-1.3.1/revision/1.cabal) = 0ebafdb9c3bfac8c5311999ae195115c1452a205b273d54e7b1145a65c1bf610 -SIZE (cabal/semialign-1.3.1/revision/1.cabal) = 2209 +SHA256 (cabal/semialign-1.3.1/revision/2.cabal) = dfe515a9e43230f5308564a649a04ea1538499ed98b944644b77bed5394b9deb +SIZE (cabal/semialign-1.3.1/revision/2.cabal) = 2224 SHA256 (cabal/semigroupoids-6.0.1/semigroupoids-6.0.1.tar.gz) = 1d532030862414f5d4f2f6f001783f77aa14e5f05ee8e3c4a2d2129fca29cc1f SIZE (cabal/semigroupoids-6.0.1/semigroupoids-6.0.1.tar.gz) = 36372 -SHA256 (cabal/semigroupoids-6.0.1/revision/1.cabal) = f65892f65f941c7368334bdfdcdb9db2ad3952502e94e88785a5a428fa2f3f4e -SIZE (cabal/semigroupoids-6.0.1/revision/1.cabal) = 7539 +SHA256 (cabal/semigroupoids-6.0.1/revision/2.cabal) = bfee06a6d88038a88ddd10fc21c230bf5ee3a14d0584dc6ab7ad54a9252c2c21 +SIZE (cabal/semigroupoids-6.0.1/revision/2.cabal) = 7539 +SHA256 (cabal/show-combinators-0.2.0.0/show-combinators-0.2.0.0.tar.gz) = c902dbaf0e9cf7056d786d44fbdea2781bc65524089639242c2624dae841ba1d +SIZE (cabal/show-combinators-0.2.0.0/show-combinators-0.2.0.0.tar.gz) = 4297 +SHA256 (cabal/show-combinators-0.2.0.0/revision/2.cabal) = 5d7a36c6383c9eff1dc15970da3206a05b50c2d1e93155970ffcf240eaa57d58 +SIZE (cabal/show-combinators-0.2.0.0/revision/2.cabal) = 1277 SHA256 (cabal/split-0.2.5/split-0.2.5.tar.gz) = 52da404e8397c1ab238354c8d4fd9a7e9c5cac8849cc2ce2e45facc85e74a913 SIZE (cabal/split-0.2.5/split-0.2.5.tar.gz) = 16008 -SHA256 (cabal/splitmix-0.1.0.5/splitmix-0.1.0.5.tar.gz) = 9df07a9611ef45f1b1258a0b412f4d02c920248f69d2e2ce8ccda328f7e13002 -SIZE (cabal/splitmix-0.1.0.5/splitmix-0.1.0.5.tar.gz) = 22399 -SHA256 (cabal/splitmix-0.1.0.5/revision/1.cabal) = caa9b4a92abf1496c7f6a3c0f4e357426a54880077cb9f04e260a8bfa034b77b -SIZE (cabal/splitmix-0.1.0.5/revision/1.cabal) = 6596 +SHA256 (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = b6bcd0d79bd4fe40975c8ebe803be2f3bfbf6006069a59745a325a0df3f86270 +SIZE (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = 21955 SHA256 (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 77719280c2a86312e748227bfa732eeaae0e7df48d57acc3c2e5b7b07afe2f8b SIZE (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 11798 SHA256 (cabal/strict-0.5.1/revision/1.cabal) = 58c373b7c7748cbb4a5a6c8c15073f99a1c10a9a9bb6894ac33f43a5cdb901f2 SIZE (cabal/strict-0.5.1/revision/1.cabal) = 3557 -SHA256 (cabal/tagged-0.8.8/tagged-0.8.8.tar.gz) = a083fa7835516203c168433a1c8dfc0290a94b05fedab566ad0640fc9137a6a7 -SIZE (cabal/tagged-0.8.8/tagged-0.8.8.tar.gz) = 10094 -SHA256 (cabal/tagged-0.8.8/revision/1.cabal) = 9193defbde3dda997236ccc11a1db3e073cc531fe523e13e9659df776feb0b32 -SIZE (cabal/tagged-0.8.8/revision/1.cabal) = 2732 +SHA256 (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 6daad88ebb414ba6a556d2898d2cbe7650e4276010e3a6eed939daf54b956784 +SIZE (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 8151 +SHA256 (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 54a0c7b644813af871a3726ac8771b5e17b5158c792a7acf8f9e2d3ae9360780 +SIZE (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 66548 +SHA256 (cabal/tasty-1.5.3/revision/2.cabal) = 6b5dda3f16db1274a0b3e6c4073ac57172a1e96b1dca05666c5cbd1183639412 +SIZE (cabal/tasty-1.5.3/revision/2.cabal) = 2923 SHA256 (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9dead2b7ceeae40fe0fc060bd54795c32e9926c9d1aebae8f9b9a621fba88202 SIZE (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9599 -SHA256 (cabal/text-iso8601-0.1.1/revision/1.cabal) = 0af50f6d2e8479b9a956c9c612ec270ea09df4c78c88c5b1bdd98066f576d73d -SIZE (cabal/text-iso8601-0.1.1/revision/1.cabal) = 2478 +SHA256 (cabal/text-iso8601-0.1.1/revision/2.cabal) = e07a625eef969338992bf9bba8e5dc73f07ac65f991ba636b8f1175890d15849 +SIZE (cabal/text-iso8601-0.1.1/revision/2.cabal) = 2411 SHA256 (cabal/text-short-0.1.6/text-short-0.1.6.tar.gz) = 8173ea138d7dc398747b636012bf6e79e17186560b8a7a7fc9e6456d78556eab SIZE (cabal/text-short-0.1.6/text-short-0.1.6.tar.gz) = 24691 -SHA256 (cabal/text-short-0.1.6/revision/2.cabal) = 5953dc14c71b6047edab2dc89e922678ff5cbe2e98d16b9e7078150083940be4 -SIZE (cabal/text-short-0.1.6/revision/2.cabal) = 2812 -SHA256 (cabal/th-abstraction-0.7.0.0/th-abstraction-0.7.0.0.tar.gz) = b2854c612f2fa4adfa1ecbb4089a2211fd9cb3210aec17ba4a455ae486b22721 -SIZE (cabal/th-abstraction-0.7.0.0/th-abstraction-0.7.0.0.tar.gz) = 49904 -SHA256 (cabal/th-compat-0.1.5/th-compat-0.1.5.tar.gz) = 81f55fafc7afad7763c09cb8b7b4165ca3765edcf70ffa42c7393043a1382a1e -SIZE (cabal/th-compat-0.1.5/th-compat-0.1.5.tar.gz) = 14893 -SHA256 (cabal/th-compat-0.1.5/revision/2.cabal) = 129a59ba3ccfcd06192fd6da899e2711ae276a466915a047bd6727e4a0321d2e -SIZE (cabal/th-compat-0.1.5/revision/2.cabal) = 3330 +SHA256 (cabal/text-short-0.1.6/revision/3.cabal) = 41be94ccd3f6646ab69b0b05c5130ea3c7911a4598ab9b9192f21ad25a69163a +SIZE (cabal/text-short-0.1.6/revision/3.cabal) = 2827 +SHA256 (cabal/th-abstraction-0.7.1.0/th-abstraction-0.7.1.0.tar.gz) = f9b6184aba4c6b61dd0d96f7dad41a4c9db0a01d3cdbf993a7d860488f1c04c5 +SIZE (cabal/th-abstraction-0.7.1.0/th-abstraction-0.7.1.0.tar.gz) = 45428 +SHA256 (cabal/th-abstraction-0.7.1.0/revision/1.cabal) = 3011403d85b0070630e33d66b9370535ccd1e0e672ae58f847550b2b15bb4fd8 +SIZE (cabal/th-abstraction-0.7.1.0/revision/1.cabal) = 2268 +SHA256 (cabal/th-compat-0.1.6/th-compat-0.1.6.tar.gz) = b781a0c059872bc95406d00e98f6fa7d9e81e744730f75186583cb4dcea0a4eb +SIZE (cabal/th-compat-0.1.6/th-compat-0.1.6.tar.gz) = 14622 SHA256 (cabal/these-1.2.1/these-1.2.1.tar.gz) = 17d6d933365edabf801a16842c1403bdd37cc5300faa2fcca980decdab22e4de SIZE (cabal/these-1.2.1/these-1.2.1.tar.gz) = 9906 -SHA256 (cabal/these-1.2.1/revision/1.cabal) = c04f573531b37864506b071046e010a7a6aad11650cf895467f9f279d0130b8b -SIZE (cabal/these-1.2.1/revision/1.cabal) = 2279 -SHA256 (cabal/time-compat-1.9.7/time-compat-1.9.7.tar.gz) = c98fbea21d036c3263af186df0569b8425c87ad353b021353794743e4e631dcc -SIZE (cabal/time-compat-1.9.7/time-compat-1.9.7.tar.gz) = 57331 -SHA256 (cabal/time-compat-1.9.7/revision/2.cabal) = f0bff15af6faaeff36b679e6b810fa71534b2f85a91bf98d7541dac6a469b20f -SIZE (cabal/time-compat-1.9.7/revision/2.cabal) = 4486 +SHA256 (cabal/these-1.2.1/revision/2.cabal) = 35c57aede96c15ea1fed559ac287b1168eb2b2869d79e62ed8c845780b7ea136 +SIZE (cabal/these-1.2.1/revision/2.cabal) = 2294 +SHA256 (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 502ef8694a5b131b47c0e5df2e9053d005a3b345b30f5225af04f081d3ef5cf0 +SIZE (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 63414 SHA256 (cabal/transformers-base-0.4.6/transformers-base-0.4.6.tar.gz) = 323bf8689eb691b122661cffa41a25e00fea7a768433fe2dde35d3da7d32cf90 SIZE (cabal/transformers-base-0.4.6/transformers-base-0.4.6.tar.gz) = 2902 SHA256 (cabal/transformers-compat-0.7.2/transformers-compat-0.7.2.tar.gz) = b62c7304c9f3cbc9463d0739aa85cb9489f217ea092b9d625d417514fbcc9d6a SIZE (cabal/transformers-compat-0.7.2/transformers-compat-0.7.2.tar.gz) = 46485 +SHA256 (cabal/unix-compat-0.7.4/unix-compat-0.7.4.tar.gz) = 689b3a960c8fe12910554aa5b739d5c4769c1d180ade20402fde2ed49db7eff4 +SIZE (cabal/unix-compat-0.7.4/unix-compat-0.7.4.tar.gz) = 15586 SHA256 (cabal/unordered-containers-0.2.20/unordered-containers-0.2.20.tar.gz) = d9cfb287cf00592d39dc9c3cac8b99627ea08f2c01798e70130fc39f7c90f11d SIZE (cabal/unordered-containers-0.2.20/unordered-containers-0.2.20.tar.gz) = 59823 -SHA256 (cabal/unordered-containers-0.2.20/revision/3.cabal) = c7fe9cba405ed9905e12d89c7add3b3eb9868dfba7975e70ba0cdd64b7b11abc -SIZE (cabal/unordered-containers-0.2.20/revision/3.cabal) = 3921 +SHA256 (cabal/unordered-containers-0.2.20/revision/4.cabal) = 233cbcdda6c2698932bb391ce0935fb44f80c115621ee815a21ed33ac8ede422 +SIZE (cabal/unordered-containers-0.2.20/revision/4.cabal) = 3921 SHA256 (cabal/uri-encode-1.5.0.7/uri-encode-1.5.0.7.tar.gz) = c79c624257833841a22890e4d2b0ab07e4be88e0f99474d328223815c0814252 SIZE (cabal/uri-encode-1.5.0.7/uri-encode-1.5.0.7.tar.gz) = 3506 SHA256 (cabal/uri-encode-1.5.0.7/revision/3.cabal) = 1b432e4fe43da8059feaeb6b4e973c2c4481ee86829d528f2be78a0e3645ec00 @@ -199,23 +255,23 @@ SHA256 (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = ee48deada7600370728c SIZE (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = 10726 SHA256 (cabal/uuid-types-1.0.6/uuid-types-1.0.6.tar.gz) = 7e0dd953483d6fd3ca49bcaed6b11f9e3c2787213479b2581e07747836b8357e SIZE (cabal/uuid-types-1.0.6/uuid-types-1.0.6.tar.gz) = 11222 -SHA256 (cabal/uuid-types-1.0.6/revision/1.cabal) = 595644500d36908be85cd02fb446c411555ecc5c59b7ce33d1205cfc9ceb55a6 -SIZE (cabal/uuid-types-1.0.6/revision/1.cabal) = 2604 -SHA256 (cabal/vector-0.13.1.0/vector-0.13.1.0.tar.gz) = 63f272279eab8ab9411a0fffb1252ac309b297313f8e33be9ebbc2f981edecee -SIZE (cabal/vector-0.13.1.0/vector-0.13.1.0.tar.gz) = 156855 -SHA256 (cabal/vector-0.13.1.0/revision/1.cabal) = bc032ccfb51d775eb6f4082c5fc02f5416b0ea0d6644a60d87677a6937f2d70d -SIZE (cabal/vector-0.13.1.0/revision/1.cabal) = 9015 -SHA256 (cabal/vector-hashtables-0.1.2.0/vector-hashtables-0.1.2.0.tar.gz) = 39a9aaf451cf9e6c299904dfb02f13afaffe151d553014c1da2f07e3481b0ce8 -SIZE (cabal/vector-hashtables-0.1.2.0/vector-hashtables-0.1.2.0.tar.gz) = 25681 +SHA256 (cabal/uuid-types-1.0.6/revision/3.cabal) = 5ac2b681a8d7676f6a51ac1b113bfdcf18dd7fdbb313034850ed6493eef96da0 +SIZE (cabal/uuid-types-1.0.6/revision/3.cabal) = 2619 +SHA256 (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 28f203c786cbf8ac6dc3fea3378ec36f34173d505fb4a1dd60fc8418ad91c423 +SIZE (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 185739 +SHA256 (cabal/vector-0.13.2.0/revision/1.cabal) = b736a57b73520d2acf4865e3e2b40030d69782f35f870e376dc717ee2508d81f +SIZE (cabal/vector-0.13.2.0/revision/1.cabal) = 8804 +SHA256 (cabal/vector-hashtables-0.1.2.1/vector-hashtables-0.1.2.1.tar.gz) = 33910f79ff3c17b6f3cc1068fdc4f94dafad87b0e079c4157eeba8686fdeaeb1 +SIZE (cabal/vector-hashtables-0.1.2.1/vector-hashtables-0.1.2.1.tar.gz) = 25707 SHA256 (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = d0f507334bdea5431a2f07f525a97f29e76522c32210f5de6d5a2b4f1d42bf7c SIZE (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = 12577 -SHA256 (cabal/vector-stream-0.1.0.1/revision/1.cabal) = 16a69e2ed71d7b35e16860fac520f94fa4da120eb973d9f8fbf0aa3a703d4a9f -SIZE (cabal/vector-stream-0.1.0.1/revision/1.cabal) = 1583 +SHA256 (cabal/vector-stream-0.1.0.1/revision/3.cabal) = 5ac96695212a45ae7dc16d8031dbf5311da53e052c35f7ad4a8e2db7fafb651e +SIZE (cabal/vector-stream-0.1.0.1/revision/3.cabal) = 1642 SHA256 (cabal/witherable-0.5/witherable-0.5.tar.gz) = 48434cc1e465b13cbc0133a90c3ec0d827c93b77ce95807fe0a38b65f4918cd1 SIZE (cabal/witherable-0.5/witherable-0.5.tar.gz) = 10819 SHA256 (cabal/witherable-0.5/revision/1.cabal) = 85bab588ebca37996fc3171b9d8b2e065eb0536c9f44224bcf037c0849a881de SIZE (cabal/witherable-0.5/revision/1.cabal) = 2343 SHA256 (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 6edd38b6b81df8d274952aa85affa6968ae86b2231e1d429ce8bc9083e6a55bc SIZE (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 29318 -SHA256 (cabal/zlib-0.7.1.0/revision/1.cabal) = bae1c5a6092d65c5e763246f91e04fef3f43e37cb055130725c9a973c88a250f -SIZE (cabal/zlib-0.7.1.0/revision/1.cabal) = 5223 +SHA256 (cabal/zlib-0.7.1.0/revision/2.cabal) = 85e64a75c0b490506a7edaa2d54950c668e66b65758bb08bb14cd31faf53a206 +SIZE (cabal/zlib-0.7.1.0/revision/2.cabal) = 5357 diff --git a/math/hs-Agda/pkg-plist b/math/hs-Agda/pkg-plist index 94f70a8087c2..4afff3ab8434 100644 --- a/math/hs-Agda/pkg-plist +++ b/math/hs-Agda/pkg-plist @@ -1,3 +1,20 @@ +%%DATADIR%%/emacs-mode/agda-input.el +%%DATADIR%%/emacs-mode/agda-input.elc +%%DATADIR%%/emacs-mode/agda2-abbrevs.el +%%DATADIR%%/emacs-mode/agda2-abbrevs.elc +%%DATADIR%%/emacs-mode/agda2-highlight.el +%%DATADIR%%/emacs-mode/agda2-highlight.elc +%%DATADIR%%/emacs-mode/agda2-mode-pkg.el +%%DATADIR%%/emacs-mode/agda2-mode.el +%%DATADIR%%/emacs-mode/agda2-mode.elc +%%DATADIR%%/emacs-mode/agda2-queue.el +%%DATADIR%%/emacs-mode/agda2-queue.elc +%%DATADIR%%/emacs-mode/agda2.el +%%DATADIR%%/emacs-mode/agda2.elc +%%DATADIR%%/emacs-mode/annotation.el +%%DATADIR%%/emacs-mode/annotation.elc +%%DATADIR%%/emacs-mode/eri.el +%%DATADIR%%/emacs-mode/eri.elc %%DATADIR%%/lib/prim/Agda/Builtin/Bool.agda %%DATADIR%%/lib/prim/Agda/Builtin/Char.agda %%DATADIR%%/lib/prim/Agda/Builtin/Char/Properties.agda @@ -5,7 +22,6 @@ %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Equiv.agda %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Glue.agda %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/HCompU.agda -%%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Id.agda %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Path.agda %%DATADIR%%/lib/prim/Agda/Builtin/Cubical/Sub.agda %%DATADIR%%/lib/prim/Agda/Builtin/Equality.agda @@ -42,7 +58,6 @@ %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Equiv.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Glue.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/HCompU.agdai -%%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Id.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Path.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Cubical/Sub.agdai %%DATADIR%%/lib/prim/_build/%%AGDA_VER%%/agda/Agda/Builtin/Equality.agdai diff --git a/math/igraph/Makefile b/math/igraph/Makefile index e72dcfb6762d..77576e4a38a2 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -1,6 +1,6 @@ PORTNAME= igraph DISTVERSION= 0.10.12 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ diff --git a/math/kalc/Makefile b/math/kalc/Makefile index 2ff987c49839..aa559ab8f74e 100644 --- a/math/kalc/Makefile +++ b/math/kalc/Makefile @@ -1,6 +1,7 @@ PORTNAME= kalc DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 2 CATEGORIES= math PKGNAMESUFFIX= -calculator diff --git a/math/kalgebra/distinfo b/math/kalgebra/distinfo index 619c25872bf6..27d770835361 100644 --- a/math/kalgebra/distinfo +++ b/math/kalgebra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746557910 -SHA256 (KDE/release-service/25.04.1/kalgebra-25.04.1.tar.xz) = 4a611e899e3ebcc12923f118715072f8ee2e52f57e982ff22342bb7b865079af -SIZE (KDE/release-service/25.04.1/kalgebra-25.04.1.tar.xz) = 953252 +TIMESTAMP = 1754646416 +SHA256 (KDE/release-service/25.08.0/kalgebra-25.08.0.tar.xz) = 5626185a4eda526fdcf894dc99ff43796d59b0f4e1cc7a5287494896db0dad20 +SIZE (KDE/release-service/25.08.0/kalgebra-25.08.0.tar.xz) = 953244 diff --git a/math/kalk/distinfo b/math/kalk/distinfo index f4b3e6dad8af..8f0b8935603c 100644 --- a/math/kalk/distinfo +++ b/math/kalk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746557910 -SHA256 (KDE/release-service/25.04.1/kalk-25.04.1.tar.xz) = 52f18aaad1eb8df71330579ed6602da478b767af7e9780bc436c67d8bb528c39 -SIZE (KDE/release-service/25.04.1/kalk-25.04.1.tar.xz) = 78428 +TIMESTAMP = 1754646416 +SHA256 (KDE/release-service/25.08.0/kalk-25.08.0.tar.xz) = 20ecb2d6760d08c33fb5fd041f0202f7209c8714c1ced10ff5188206ea414b4e +SIZE (KDE/release-service/25.08.0/kalk-25.08.0.tar.xz) = 79188 diff --git a/math/kalk/pkg-plist b/math/kalk/pkg-plist index 20df76ace3f9..ec066c7b1286 100644 --- a/math/kalk/pkg-plist +++ b/math/kalk/pkg-plist @@ -14,6 +14,7 @@ share/locale/en_GB/LC_MESSAGES/kalk.mo share/locale/eo/LC_MESSAGES/kalk.mo share/locale/es/LC_MESSAGES/kalk.mo share/locale/eu/LC_MESSAGES/kalk.mo +share/locale/fa/LC_MESSAGES/kalk.mo share/locale/fi/LC_MESSAGES/kalk.mo share/locale/fr/LC_MESSAGES/kalk.mo share/locale/gl/LC_MESSAGES/kalk.mo diff --git a/math/kalker/Makefile b/math/kalker/Makefile index 2de58737977b..dadb36dd1168 100644 --- a/math/kalker/Makefile +++ b/math/kalker/Makefile @@ -1,7 +1,7 @@ PORTNAME= kalker DISTVERSIONPREFIX= v DISTVERSION= 2.2.1 -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/math/kalker/Makefile.crates b/math/kalker/Makefile.crates index 2996f93e1e9e..f9213f6d2439 100644 --- a/math/kalker/Makefile.crates +++ b/math/kalker/Makefile.crates @@ -23,19 +23,21 @@ CARGO_CRATES= aho-corasick-0.7.20 \ memchr-2.5.0 \ nix-0.19.1 \ once_cell-1.17.0 \ - proc-macro2-1.0.50 \ - quote-1.0.23 \ + proc-macro2-1.0.95 \ + quote-1.0.40 \ redox_syscall-0.2.16 \ redox_users-0.4.3 \ regex-1.7.1 \ regex-syntax-0.6.28 \ rug-1.24.0 \ + rustversion-1.0.20 \ rustyline-7.1.0 \ scoped-tls-1.0.1 \ scopeguard-1.1.0 \ seahorse-1.1.2 \ serde-1.0.152 \ syn-1.0.107 \ + syn-2.0.101 \ test-case-1.2.3 \ thiserror-1.0.38 \ thiserror-impl-1.0.38 \ @@ -46,12 +48,12 @@ CARGO_CRATES= aho-corasick-0.7.20 \ utf8parse-0.2.0 \ version_check-0.9.4 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.83 \ - wasm-bindgen-backend-0.2.83 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ wasm-bindgen-futures-0.4.33 \ - wasm-bindgen-macro-0.2.83 \ - wasm-bindgen-macro-support-0.2.83 \ - wasm-bindgen-shared-0.2.83 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ wasm-bindgen-test-0.3.33 \ wasm-bindgen-test-macro-0.3.33 \ web-sys-0.3.60 \ diff --git a/math/kalker/distinfo b/math/kalker/distinfo index 63188b189da9..a5b17c4bd1cd 100644 --- a/math/kalker/distinfo +++ b/math/kalker/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1727997006 +TIMESTAMP = 1747750217 SHA256 (rust/crates/aho-corasick-0.7.20.crate) = cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac SIZE (rust/crates/aho-corasick-0.7.20.crate) = 111440 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -49,10 +49,10 @@ SHA256 (rust/crates/nix-0.19.1.crate) = b2ccba0cfe4fdf15982d1674c69b1fd80bad427d SIZE (rust/crates/nix-0.19.1.crate) = 213462 SHA256 (rust/crates/once_cell-1.17.0.crate) = 6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66 SIZE (rust/crates/once_cell-1.17.0.crate) = 32736 -SHA256 (rust/crates/proc-macro2-1.0.50.crate) = 6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2 -SIZE (rust/crates/proc-macro2-1.0.50.crate) = 41667 -SHA256 (rust/crates/quote-1.0.23.crate) = 8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b -SIZE (rust/crates/quote-1.0.23.crate) = 28058 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 SHA256 (rust/crates/redox_users-0.4.3.crate) = b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b @@ -63,6 +63,8 @@ SHA256 (rust/crates/regex-syntax-0.6.28.crate) = 456c603be3e8d448b072f410900c09f SIZE (rust/crates/regex-syntax-0.6.28.crate) = 299288 SHA256 (rust/crates/rug-1.24.0.crate) = 76a82fd85950d103ad075f104d10c77d71640830c6a959a418380be380eaf7cd SIZE (rust/crates/rug-1.24.0.crate) = 353283 +SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 +SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 SHA256 (rust/crates/rustyline-7.1.0.crate) = 8227301bfc717136f0ecbd3d064ba8199e44497a0bdd46bb01ede4387cfd2cec SIZE (rust/crates/rustyline-7.1.0.crate) = 88494 SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 @@ -75,6 +77,8 @@ SHA256 (rust/crates/serde-1.0.152.crate) = bb7d1f0d3021d347a83e556fc4683dea2ea09 SIZE (rust/crates/serde-1.0.152.crate) = 77091 SHA256 (rust/crates/syn-1.0.107.crate) = 1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5 SIZE (rust/crates/syn-1.0.107.crate) = 237539 +SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf +SIZE (rust/crates/syn-2.0.101.crate) = 299250 SHA256 (rust/crates/test-case-1.2.3.crate) = e9e5f048404b43e8ae66dce036163515b6057024cf58c6377be501f250bd3c6a SIZE (rust/crates/test-case-1.2.3.crate) = 14323 SHA256 (rust/crates/thiserror-1.0.38.crate) = 6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0 @@ -95,18 +99,18 @@ SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7 SIZE (rust/crates/version_check-0.9.4.crate) = 14895 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasm-bindgen-0.2.83.crate) = eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268 -SIZE (rust/crates/wasm-bindgen-0.2.83.crate) = 169618 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.83.crate) = 4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142 -SIZE (rust/crates/wasm-bindgen-backend-0.2.83.crate) = 25620 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 SHA256 (rust/crates/wasm-bindgen-futures-0.4.33.crate) = 23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d SIZE (rust/crates/wasm-bindgen-futures-0.4.33.crate) = 15216 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.83.crate) = 052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810 -SIZE (rust/crates/wasm-bindgen-macro-0.2.83.crate) = 12075 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.83.crate) = 07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.83.crate) = 18530 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.83.crate) = 1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f -SIZE (rust/crates/wasm-bindgen-shared-0.2.83.crate) = 7194 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 SHA256 (rust/crates/wasm-bindgen-test-0.3.33.crate) = 09d2fff962180c3fadf677438054b1db62bee4aa32af26a45388af07d1287e1d SIZE (rust/crates/wasm-bindgen-test-0.3.33.crate) = 15718 SHA256 (rust/crates/wasm-bindgen-test-macro-0.3.33.crate) = 4683da3dfc016f704c9f82cf401520c4f1cb3ee440f7f52b3d6ac29506a49ca7 diff --git a/math/kalker/files/patch-rust-1.87.0 b/math/kalker/files/patch-rust-1.87.0 new file mode 100644 index 000000000000..408758cec377 --- /dev/null +++ b/math/kalker/files/patch-rust-1.87.0 @@ -0,0 +1,159 @@ +--- Cargo.lock.orig 2025-05-20 16:09:06.821792000 +0200 ++++ Cargo.lock 2025-05-20 16:09:16.235274000 +0200 +@@ -1,6 +1,6 @@ + # This file is automatically @generated by Cargo. + # It is not intended for manual editing. +-version = 3 ++version = 4 + + [[package]] + name = "aho-corasick" +@@ -241,18 +241,18 @@ name = "proc-macro2" + + [[package]] + name = "proc-macro2" +-version = "1.0.50" ++version = "1.0.95" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2" ++checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" + dependencies = [ + "unicode-ident", + ] + + [[package]] + name = "quote" +-version = "1.0.23" ++version = "1.0.40" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" ++checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" + dependencies = [ + "proc-macro2", + ] +@@ -307,6 +307,12 @@ dependencies = [ + ] + + [[package]] ++name = "rustversion" ++version = "1.0.20" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" ++ ++[[package]] + name = "rustyline" + version = "7.1.0" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -363,6 +369,17 @@ dependencies = [ + ] + + [[package]] ++name = "syn" ++version = "2.0.101" ++source = "registry+https://github.com/rust-lang/crates.io-index" ++checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" ++dependencies = [ ++ "proc-macro2", ++ "quote", ++ "unicode-ident", ++] ++ ++[[package]] + name = "test-case" + version = "1.2.3" + source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -371,7 +388,7 @@ dependencies = [ + "cfg-if", + "proc-macro2", + "quote", +- "syn", ++ "syn 1.0.107", + "version_check", + ] + +@@ -392,7 +409,7 @@ dependencies = [ + dependencies = [ + "proc-macro2", + "quote", +- "syn", ++ "syn 1.0.107", + ] + + [[package]] +@@ -442,26 +459,27 @@ name = "wasm-bindgen" + + [[package]] + name = "wasm-bindgen" +-version = "0.2.83" ++version = "0.2.100" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" ++checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" + dependencies = [ + "cfg-if", ++ "once_cell", ++ "rustversion", + "wasm-bindgen-macro", + ] + + [[package]] + name = "wasm-bindgen-backend" +-version = "0.2.83" ++version = "0.2.100" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" ++checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" + dependencies = [ + "bumpalo", + "log", +- "once_cell", + "proc-macro2", + "quote", +- "syn", ++ "syn 2.0.101", + "wasm-bindgen-shared", + ] + +@@ -479,9 +497,9 @@ name = "wasm-bindgen-macro" + + [[package]] + name = "wasm-bindgen-macro" +-version = "0.2.83" ++version = "0.2.100" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" ++checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" + dependencies = [ + "quote", + "wasm-bindgen-macro-support", +@@ -489,22 +507,25 @@ name = "wasm-bindgen-macro-support" + + [[package]] + name = "wasm-bindgen-macro-support" +-version = "0.2.83" ++version = "0.2.100" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" ++checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" + dependencies = [ + "proc-macro2", + "quote", +- "syn", ++ "syn 2.0.101", + "wasm-bindgen-backend", + "wasm-bindgen-shared", + ] + + [[package]] + name = "wasm-bindgen-shared" +-version = "0.2.83" ++version = "0.2.100" + source = "registry+https://github.com/rust-lang/crates.io-index" +-checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" ++checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" ++dependencies = [ ++ "unicode-ident", ++] + + [[package]] + name = "wasm-bindgen-test" diff --git a/math/kbruch/distinfo b/math/kbruch/distinfo index da5241335b5a..2303c27ce45d 100644 --- a/math/kbruch/distinfo +++ b/math/kbruch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746557911 -SHA256 (KDE/release-service/25.04.1/kbruch-25.04.1.tar.xz) = 15debab3d6472ed0a8e48df8362bb219902b9e21dd2a04e4683b9cae96288a71 -SIZE (KDE/release-service/25.04.1/kbruch-25.04.1.tar.xz) = 5163400 +TIMESTAMP = 1754646419 +SHA256 (KDE/release-service/25.08.0/kbruch-25.08.0.tar.xz) = 28ba55e51ce49b56ce30061667ae89f6965cf8d9186a985858647ab31a904e3d +SIZE (KDE/release-service/25.08.0/kbruch-25.08.0.tar.xz) = 5163460 diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo index c32695ed6fb6..61be29f6080f 100644 --- a/math/kcalc/distinfo +++ b/math/kcalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746557911 -SHA256 (KDE/release-service/25.04.1/kcalc-25.04.1.tar.xz) = b88e31af67cd86a2aad836ce08a5231c4765e0a9f200e1244b2c34c84f24965c -SIZE (KDE/release-service/25.04.1/kcalc-25.04.1.tar.xz) = 483440 +TIMESTAMP = 1754646421 +SHA256 (KDE/release-service/25.08.0/kcalc-25.08.0.tar.xz) = 449a0d8827c44735f34cdddbdca9c3e038b3debcc86c60a57bca3ed42512d5f9 +SIZE (KDE/release-service/25.08.0/kcalc-25.08.0.tar.xz) = 484460 diff --git a/math/kfr/Makefile b/math/kfr/Makefile index 47ac1b10a450..d314966dedcb 100644 --- a/math/kfr/Makefile +++ b/math/kfr/Makefile @@ -1,5 +1,5 @@ PORTNAME= kfr -DISTVERSION= 6.1.1 +DISTVERSION= 6.3.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= kfrlib -CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_ON= BUILD_SHARED_LIBS ENABLE_EXAMPLES CMAKE_TESTING_ON= ENABLE_TESTS CMAKE_TESTING_TARGET= ${ALL_TARGET} @@ -27,7 +27,7 @@ CMAKE_ARGS_armv6= -DCMT_FORCE_GENERIC_CPU=1 # to fix: ARM builds require NEON su .include <bsd.port.options.mk> -.if ${ARCH} == amd64 || ${ARCH} == i386 +.ifndef CPUTYPE && (${ARCH} == amd64 || ${ARCH} == i386) PLIST_FILES= lib/libkfr_dft_avx.so \ lib/libkfr_dft_avx2.so \ lib/libkfr_dft_avx512.so \ @@ -38,12 +38,17 @@ PLIST_FILES= lib/libkfr_dft_avx.so \ lib/libkfr_dsp_avx512.so \ lib/libkfr_dsp_sse2.so \ lib/libkfr_dsp_sse41.so +.else +CMAKE_OFF= KFR_ENABLE_MULTIARCH +PLIST_FILES= lib/libkfr_dft.so \ + lib/libkfr_dsp.so .endif +post-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/sample_rate_converter ${STAGEDIR}${PREFIX}/bin/kfr_src + post-test: # see https://github.com/kfrlib/kfr/issues/164 @cd ${BUILD_WRKSRC} && \ ${BUILD_WRKSRC}/bin/all_tests -# tests as of 6.1.1: [--SUCCESS--] 199/199 tests 2810450/2810450 checks - .include <bsd.port.mk> diff --git a/math/kfr/distinfo b/math/kfr/distinfo index 752e7b2efd5d..a5fdbd4e47ac 100644 --- a/math/kfr/distinfo +++ b/math/kfr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737283736 -SHA256 (kfrlib-kfr-6.1.1_GH0.tar.gz) = 71ee9f807e0c6d3cc63740ffee681fa82110ab7eaf524360e9e40ef8e7cda91c -SIZE (kfrlib-kfr-6.1.1_GH0.tar.gz) = 11273875 +TIMESTAMP = 1754130652 +SHA256 (kfrlib-kfr-6.3.0_GH0.tar.gz) = 3b2eb54edb9c1ba6d30648b47d11bd445cda4883052d592801bd5482f837162c +SIZE (kfrlib-kfr-6.3.0_GH0.tar.gz) = 11284158 diff --git a/math/kfr/files/patch-CMakeLists.txt b/math/kfr/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..636950f32a42 --- /dev/null +++ b/math/kfr/files/patch-CMakeLists.txt @@ -0,0 +1,19 @@ +--- CMakeLists.txt.orig 2025-07-18 13:33:23 UTC ++++ CMakeLists.txt +@@ -180,8 +180,6 @@ option(ENABLE_TESTS "Enable KFR tests" OFF) + "Multiple architectures will be built with runtime dispatch" ON) + + option(ENABLE_TESTS "Enable KFR tests" OFF) +-cmake_dependent_option(ENABLE_EXAMPLES "Enable KFR examples" ON "ENABLE_TESTS" +- OFF) + if (CLANG) + option(KFR_ENABLE_DFT "Enable DFT and related algorithms." ON) + else () +@@ -390,7 +388,6 @@ if (ENABLE_EXAMPLES) + endif () + + if (ENABLE_EXAMPLES) +- add_subdirectory(examples) + add_subdirectory(tools) + endif () + if (ENABLE_TESTS) diff --git a/math/kfr/files/patch-tools_CMakeLists.txt b/math/kfr/files/patch-tools_CMakeLists.txt new file mode 100644 index 000000000000..13bf54e7a7b9 --- /dev/null +++ b/math/kfr/files/patch-tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- tools/CMakeLists.txt.orig 2025-08-02 10:33:46 UTC ++++ tools/CMakeLists.txt +@@ -23,5 +23,5 @@ target_link_libraries(sample_rate_converter kfr kfr_ds + add_executable(sample_rate_converter sample_rate_converter.cpp) + target_link_libraries(sample_rate_converter kfr kfr_dsp kfr_io use_arch) + +-add_executable(ebu_test ebu_test.cpp) +-target_link_libraries(ebu_test kfr kfr_io use_arch) ++#add_executable(ebu_test ebu_test.cpp) ++#target_link_libraries(ebu_test kfr kfr_io use_arch) diff --git a/math/kfr/files/patch-tools_sample__rate__converter.cpp b/math/kfr/files/patch-tools_sample__rate__converter.cpp new file mode 100644 index 000000000000..9787bbd6e27d --- /dev/null +++ b/math/kfr/files/patch-tools_sample__rate__converter.cpp @@ -0,0 +1,11 @@ +--- tools/sample_rate_converter.cpp.orig 2025-08-02 11:51:50 UTC ++++ tools/sample_rate_converter.cpp +@@ -18,7 +18,7 @@ int main(int argc, char** argv) + println(library_version()); + if (argc < 4) + { +- println("Usage: sample_rate_converter <INPUT_FILE> <OUTPUT_FILE> <TARGET_SAMPLE_RATE>"); ++ println("Usage: kfr_src <INPUT_FILE> <OUTPUT_FILE> <TARGET_SAMPLE_RATE>"); + println("Supported formats: WAV/W64, 16, 24, 32-bit PCM, 32, 64-bit IEEE"); + return 1; + } diff --git a/math/kfr/pkg-plist b/math/kfr/pkg-plist index 1ea587a3ec63..f3458a431250 100644 --- a/math/kfr/pkg-plist +++ b/math/kfr/pkg-plist @@ -1,3 +1,4 @@ +bin/kfr_src include/kfr/all.hpp include/kfr/base.hpp include/kfr/base/basic_expressions.hpp diff --git a/math/kig/Makefile b/math/kig/Makefile index 78fe06b87144..ea18fb3b465c 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -8,24 +8,20 @@ WWW= https://www.kde.org/applications/education/kig LIB_DEPENDS= ${PY_BOOST} -USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 \ +USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 \ shebangfix tar:xz xorg \ python:run -USE_KDE= archive auth codecs completion config configwidgets coreaddons \ - jobwidgets kdelibs4support kio parts service solid sonnet \ - syntaxhighlighting texteditor textwidgets widgetsaddons \ - windowsystem xmlgui \ - ecm:build -USE_QT= concurrent core dbus gui network printsupport svg widgets xml \ - xmlpatterns \ - buildtools:build qmake:build +USE_KDE= archive configwidgets coreaddons crash \ + i18n iconthemes parts texteditor xmlgui \ + doctools:build ecm:build +USE_QT= base svg USE_XORG= x11 SHEBANG_FILES= pykig/pykig.py OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} '/Python_ADDITIONAL_VERSIONS/s|2.7|${PYTHON_VER};2.7|' \ + ${REINPLACE_CMD} '/Python_ADDITIONAL_VERSIONS/s|3.10|${PYTHON_VER};3.10|' \ ${WRKSRC}/cmake/modules/FindBoostPython.cmake .include <bsd.port.mk> diff --git a/math/kig/distinfo b/math/kig/distinfo index 6898e689e278..25f252ce716d 100644 --- a/math/kig/distinfo +++ b/math/kig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746557912 -SHA256 (KDE/release-service/25.04.1/kig-25.04.1.tar.xz) = 80937da52ac69b7a62b0c2a9da0bf18e2eb1daa1212c39aa04224a3120d34010 -SIZE (KDE/release-service/25.04.1/kig-25.04.1.tar.xz) = 3253800 +TIMESTAMP = 1754646424 +SHA256 (KDE/release-service/25.08.0/kig-25.08.0.tar.xz) = 10f5c931723a34ea6e075df052711148c2912bcab2cc70d307f60e40311a3d97 +SIZE (KDE/release-service/25.08.0/kig-25.08.0.tar.xz) = 3259640 diff --git a/math/kig/pkg-plist b/math/kig/pkg-plist index d72dbd721db8..d7121d489a79 100644 --- a/math/kig/pkg-plist +++ b/math/kig/pkg-plist @@ -1,6 +1,6 @@ bin/kig bin/pykig.py -%%QT_PLUGINDIR%%/kf5/parts/kigpart.so +%%QT_PLUGINDIR%%/kf6/parts/kigpart.so share/applications/org.kde.kig.desktop share/icons/hicolor/128x128/apps/kig.png share/icons/hicolor/128x128/mimetypes/application-x-kig.png diff --git a/math/kissat/Makefile b/math/kissat/Makefile index 2605eb1b397f..a2c35fe559ff 100644 --- a/math/kissat/Makefile +++ b/math/kissat/Makefile @@ -1,6 +1,6 @@ PORTNAME= kissat DISTVERSIONPREFIX= rel- -DISTVERSION= 4.0.2 +DISTVERSION= 4.0.3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -48,6 +48,6 @@ do-install: # https://github.com/arminbiere/kissat/issues/62 ${INSTALL_LIB} ${WRKSRC}/build/libkissat.so ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/build/libkissat.a ${STAGEDIR}${PREFIX}/lib -# tests as of 4.0.2: All 1043 test jobs succeeded in 2.35 seconds. +# tests as of 4.0.3: All 1043 test jobs succeeded in 6.65 seconds. .include <bsd.port.mk> diff --git a/math/kissat/distinfo b/math/kissat/distinfo index 8e523b8b6848..5616f9414e86 100644 --- a/math/kissat/distinfo +++ b/math/kissat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737785441 -SHA256 (arminbiere-kissat-rel-4.0.2_GH0.tar.gz) = a8e58a70ebac09ccc0ba1465a69cfb9b31e562167d42df7535270d2733c386d7 -SIZE (arminbiere-kissat-rel-4.0.2_GH0.tar.gz) = 531941 +TIMESTAMP = 1751232358 +SHA256 (arminbiere-kissat-rel-4.0.3_GH0.tar.gz) = 53ad0c86a3854cdbf16e871599de4eaaaf33a039c1fd3460e43c89ae2a8a0971 +SIZE (arminbiere-kissat-rel-4.0.3_GH0.tar.gz) = 531881 diff --git a/math/kmplot/distinfo b/math/kmplot/distinfo index 79d48368f229..ec3d571f1166 100644 --- a/math/kmplot/distinfo +++ b/math/kmplot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746557913 -SHA256 (KDE/release-service/25.04.1/kmplot-25.04.1.tar.xz) = 32e3210b9cf7cfa9aa3340102af7d71797b85a1da0e5c60b1f7d6fef5efb7cc9 -SIZE (KDE/release-service/25.04.1/kmplot-25.04.1.tar.xz) = 3029236 +TIMESTAMP = 1754646426 +SHA256 (KDE/release-service/25.08.0/kmplot-25.08.0.tar.xz) = b629366abffc691f8d6c20baf25b8cab311adbfff3365519c947e9f234b3f2a6 +SIZE (KDE/release-service/25.08.0/kmplot-25.08.0.tar.xz) = 3029692 diff --git a/math/lean4/Makefile b/math/lean4/Makefile index 56155b9be891..acc607f13634 100644 --- a/math/lean4/Makefile +++ b/math/lean4/Makefile @@ -1,6 +1,7 @@ PORTNAME= lean4 DISTVERSIONPREFIX= v -DISTVERSION= 4.20.0-rc5 +DISTVERSION= 4.20.1 +PORTREVISION= 1 CATEGORIES= math lang devel # lean4 is primarily a math theorem prover, but it is also a language and a development environment MAINTAINER= yuri@FreeBSD.org @@ -62,8 +63,6 @@ post-install: lib/lean/libInit_shared.so \ lib/lean/libleanshared.so -# 2 test failures: -# https://github.com/leanprover/lean4/issues/4396: The test leanlaketest_old times out -# https://github.com/leanprover/lean4/issues/4397: The test leanlaketest_serve fails: error: unexpected identifier; expected command +tests as of 4.20.0: 99% tests passed, 16 tests failed out of 2594, see https://github.com/leanprover/lean4/issues/8628 .include <bsd.port.mk> diff --git a/math/lean4/distinfo b/math/lean4/distinfo index 5aef4f3763ae..7a3ac889cce7 100644 --- a/math/lean4/distinfo +++ b/math/lean4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746632807 -SHA256 (leanprover-lean4-v4.20.0-rc5_GH0.tar.gz) = aaddadf237e16bdb2fd06987315f4af0791dfa965a924511087865d441b80ec6 -SIZE (leanprover-lean4-v4.20.0-rc5_GH0.tar.gz) = 40328367 +TIMESTAMP = 1749107862 +SHA256 (leanprover-lean4-v4.20.1_GH0.tar.gz) = 85b482da3748c404760a7492c331e5b6c74701d7913087b5da3616c5d949980f +SIZE (leanprover-lean4-v4.20.1_GH0.tar.gz) = 40325710 diff --git a/math/lean4/pkg-plist b/math/lean4/pkg-plist index 5615db78b1ee..17ff0331ad17 100644 --- a/math/lean4/pkg-plist +++ b/math/lean4/pkg-plist @@ -5281,6 +5281,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/lake/tests/precompileLink/FooDep.lean %%DATADIR%%/src/lean/lake/tests/precompileLink/FooDepDep.lean %%DATADIR%%/src/lean/lake/tests/precompileLink/Indirect.lean +%%DATADIR%%/src/lean/lake/tests/precompileLink/LakeTest.lean %%DATADIR%%/src/lean/lake/tests/precompileLink/lakefile.lean %%DATADIR%%/src/lean/lake/tests/precompileLink/orderTest.lean %%DATADIR%%/src/lean/lake/tests/query/exe.lean diff --git a/math/levmar/Makefile b/math/levmar/Makefile index a327d9526398..605ea40aea41 100644 --- a/math/levmar/Makefile +++ b/math/levmar/Makefile @@ -26,6 +26,10 @@ OPENBLAS_USES= blaslapack:openblas .include <bsd.port.pre.mk> +# ld.bfd supports neither -z relro nor -z norelro on armv7 +BINUTILS_NO_MAKE_ENV_armv7= LD +BINUTILS_NO_MAKE_ENV= ${BINUTILS_NO_MAKE_ENV_${ARCH}} + PORTDOCS= README.txt PORTEXAMPLES= lmdemo.c Makefile.demo PLIST_FILES= include/levmar.h \ diff --git a/math/lib2geom/Makefile b/math/lib2geom/Makefile index 699d470be148..6b89a9712fde 100644 --- a/math/lib2geom/Makefile +++ b/math/lib2geom/Makefile @@ -1,6 +1,6 @@ PORTNAME= lib2geom DISTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math gnome MAINTAINER= gnome@FreeBSD.org diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 738505b84176..f5503790e57f 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -1,10 +1,10 @@ PORTNAME= libRmath -DISTVERSION= 4.4.3 +DISTVERSION= 4.5.1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${DISTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= alster@vinterdalen.se +MAINTAINER= alven@FreeBSD.org COMMENT= Standalone math library from R WWW= https://www.R-project.org/ diff --git a/math/libRmath/distinfo b/math/libRmath/distinfo index 90cc1ab5a849..b830a3e2ed3f 100644 --- a/math/libRmath/distinfo +++ b/math/libRmath/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741214828 -SHA256 (R-4.4.3.tar.gz) = 0d93d224442dea253c2b086f088db6d0d3cfd9b592cd5496e8cb2143e90fc9e8 -SIZE (R-4.4.3.tar.gz) = 40234425 +TIMESTAMP = 1753570849 +SHA256 (R-4.5.1.tar.gz) = b42a7921400386645b10105b91c68728787db5c4c83c9f6c30acdce632e1bb70 +SIZE (R-4.5.1.tar.gz) = 40518816 diff --git a/math/libmesh/Makefile b/math/libmesh/Makefile index 17e59ec06cfe..bb771aaaac6d 100644 --- a/math/libmesh/Makefile +++ b/math/libmesh/Makefile @@ -1,6 +1,6 @@ PORTNAME= libmesh DISTVERSION= 1.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://github.com/libMesh/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/math/libmissing/Makefile b/math/libmissing/Makefile index ae54be1d924c..cd0f0cc430f2 100644 --- a/math/libmissing/Makefile +++ b/math/libmissing/Makefile @@ -9,6 +9,9 @@ COMMENT= Standard math functions missing from the FreeBSD libm LICENSE= BSD2CLAUSE +DEPRECATED= Old. FreeBSD's libm improved since 2012 when this was imported +EXPIRATION_DATE= 2025-09-01 + LIB_DEPENDS= libmpc.so:math/mpc USE_LDCONFIG= yes diff --git a/math/libpoly/Makefile b/math/libpoly/Makefile index 6a254cb70cc9..0e85bafaadcb 100644 --- a/math/libpoly/Makefile +++ b/math/libpoly/Makefile @@ -7,7 +7,7 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= C library for manipulating polynomials WWW= https://github.com/SRI-CSL/libpoly -LICENSE= GPLv3 +LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libgmp.so:math/gmp @@ -23,7 +23,7 @@ CMAKE_OFF= LIBPOLY_BUILD_PYTHON_API LIBPOLY_BUILD_STATIC LIBPOLY_BUILD_STATIC_PI .include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=unused-but-set-variable +CFLAGS+= -Wno-error=unused-but-set-variable .endif # tests as of 0.2.0: 100% tests passed, 0 tests failed out of 14 diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 00960746d5b2..86304eccd656 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -1,5 +1,5 @@ PORTNAME= libqalculate -PORTVERSION= 5.5.2 +PORTVERSION= 5.7.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo index 4ba31e5cca87..4cbc8eb21bab 100644 --- a/math/libqalculate/distinfo +++ b/math/libqalculate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741074740 -SHA256 (libqalculate-5.5.2.tar.gz) = fc14d4527dccfc9189684b9fcd64d78aa67ae5383012c66e1596b2531f5daef1 -SIZE (libqalculate-5.5.2.tar.gz) = 2736335 +TIMESTAMP = 1754377124 +SHA256 (libqalculate-5.7.0.tar.gz) = b0aa7e7f6b729ad88f41c3562e81bdc349e072f4df0e62ce152304d979702cfe +SIZE (libqalculate-5.7.0.tar.gz) = 2835670 diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist index 1949bec358fd..a61ca69ef777 100644 --- a/math/libqalculate/pkg-plist +++ b/math/libqalculate/pkg-plist @@ -16,7 +16,7 @@ include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.so lib/libqalculate.so.23 -lib/libqalculate.so.23.3.4 +lib/libqalculate.so.23.3.6 libdata/pkgconfig/libqalculate.pc share/man/man1/qalc.1.gz %%NLS%%share/locale/ca/LC_MESSAGES/libqalculate.mo @@ -28,6 +28,7 @@ share/man/man1/qalc.1.gz %%NLS%%share/locale/ru/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/sv/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libqalculate.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/libqalculate.mo share/qalculate/currencies.xml share/qalculate/datasets.xml share/qalculate/elements.xml diff --git a/math/libsemigroups/Makefile b/math/libsemigroups/Makefile index e48b63648acf..dd84cc5348c2 100644 --- a/math/libsemigroups/Makefile +++ b/math/libsemigroups/Makefile @@ -1,5 +1,6 @@ PORTNAME= libsemigroups PORTVERSION= 3.0.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/libsharp2/Makefile b/math/libsharp2/Makefile deleted file mode 100644 index 0b72adecf3ce..000000000000 --- a/math/libsharp2/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= libsharp2 -DISTVERSION= g20191210 -CATEGORIES= math - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Library for fast spherical harmonic transforms -WWW= https://gitlab.mpcdf.mpg.de/mtr/libsharp - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Deprecated upstream in 2021, upstream recommends migrating to ducc0 -EXPIRATION_DATE=2025-06-30 - -USES= autoreconf gmake libtool -USE_GITLAB= yes - -GL_SITE= https://gitlab.mpcdf.mpg.de -GL_ACCOUNT= mtr -GL_PROJECT= libsharp -GL_TAGNAME= 54856313a5fcfb6a33817b7dfa28c4b1965ffbd1 - -GNU_CONFIGURE= yes - -INSTALL_TARGET= install-strip - -.include <bsd.port.mk> diff --git a/math/libsharp2/distinfo b/math/libsharp2/distinfo deleted file mode 100644 index 3b84fd0b35b6..000000000000 --- a/math/libsharp2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1619405647 -SHA256 (mtr-libsharp-54856313a5fcfb6a33817b7dfa28c4b1965ffbd1_GL0.tar.gz) = 30a8febdc30e210ba91a6e8e112aba25cd630d7821686872ce48bd08400e0f7a -SIZE (mtr-libsharp-54856313a5fcfb6a33817b7dfa28c4b1965ffbd1_GL0.tar.gz) = 69059 diff --git a/math/libsharp2/pkg-descr b/math/libsharp2/pkg-descr deleted file mode 100644 index 298db1856068..000000000000 --- a/math/libsharp2/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Library for efficient spherical harmonic transforms at arbitrary spins, -supporting CPU vectorization, OpenMP and MPI. diff --git a/math/libsharp2/pkg-plist b/math/libsharp2/pkg-plist deleted file mode 100644 index f6df56f16ee0..000000000000 --- a/math/libsharp2/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/libsharp2/sharp.h -include/libsharp2/sharp_almhelpers.h -include/libsharp2/sharp_cxx.h -include/libsharp2/sharp_geomhelpers.h -include/libsharp2/sharp_mpi.h -lib/libsharp2.a -lib/libsharp2.so -lib/libsharp2.so.0 -lib/libsharp2.so.0.0.0 -libdata/pkgconfig/libsharp2.pc diff --git a/math/linbox/Makefile b/math/linbox/Makefile index adb79ca7813a..a188766df4bb 100644 --- a/math/linbox/Makefile +++ b/math/linbox/Makefile @@ -1,7 +1,6 @@ PORTNAME= linbox -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 DISTVERSIONPREFIX= v -PORTREVISION= 7 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org @@ -38,7 +37,8 @@ MIN_DESC= Lightweight package, with less dependencies MIN_CONFIGURE_ON= --without-saclib --without-ocl FULL_DESC= Complete package with all its dependencies -FULL_BUILD_DEPENDS= gnuplot:math/gnuplot +FULL_BUILD_DEPENDS= gnuplot:math/gnuplot \ + opencl>0:devel/opencl FULL_LIB_DEPENDS= libflint.so:math/flint2 \ libfplll.so:math/fplll \ libiml.so:math/iml \ diff --git a/math/linbox/distinfo b/math/linbox/distinfo index 15dcc630ee57..f939bd5e72b0 100644 --- a/math/linbox/distinfo +++ b/math/linbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645113194 -SHA256 (linbox-team-linbox-v1.7.0_GH0.tar.gz) = 810d306ed2a512e1f2129817eb4a10a696442bb827fe6635ce49d5b8d50c108f -SIZE (linbox-team-linbox-v1.7.0_GH0.tar.gz) = 2312869 +TIMESTAMP = 1755005090 +SHA256 (linbox-team-linbox-v1.7.1_GH0.tar.gz) = 490de446eecf260de2d9df9b5663c566b75a59e18c14b1f46a2d84fb08deb490 +SIZE (linbox-team-linbox-v1.7.1_GH0.tar.gz) = 2304877 diff --git a/math/linbox/files/patch-linbox_vector_blas-subvector.h b/math/linbox/files/patch-linbox_vector_blas-subvector.h deleted file mode 100644 index 00c6e129b8aa..000000000000 --- a/math/linbox/files/patch-linbox_vector_blas-subvector.h +++ /dev/null @@ -1,13 +0,0 @@ ---- linbox/vector/blas-subvector.h.orig 2021-12-14 10:16:03 UTC -+++ linbox/vector/blas-subvector.h -@@ -117,8 +117,10 @@ namespace LinBox { - * \param dim dimension - * \param inc distance between two element - */ -+#if 0 - BlasSubvector (Self_t &V, size_t beg, size_t inc, size_t dim) : - _ptr(V.data()+beg), _size(dim), _inc(inc), _field(&V.field()) {} -+#endif - - - /** Constructor from an existing @ref BlasVector diff --git a/math/linbox/pkg-plist b/math/linbox/pkg-plist index 474ac7d1b33e..1845ba9eb166 100644 --- a/math/linbox/pkg-plist +++ b/math/linbox/pkg-plist @@ -25,7 +25,7 @@ include/linbox/algorithms/cra-builder-single.h include/linbox/algorithms/cra-builder-var-prec-early-multip.h include/linbox/algorithms/cra-builder-var-prec-early-single.h include/linbox/algorithms/cra-distributed.h -include/linbox/algorithms/cra-domain-omp.h +include/linbox/algorithms/cra-domain-parallel.h include/linbox/algorithms/cra-domain-sequential.h include/linbox/algorithms/cra-domain.h include/linbox/algorithms/cra-givrnsfixed.h @@ -90,6 +90,7 @@ include/linbox/algorithms/minpoly-rational.h include/linbox/algorithms/numeric-solver-lapack.h include/linbox/algorithms/one-invariant-factor.h include/linbox/algorithms/opencl-environ.h +%%FULL%%include/linbox/algorithms/opencl-kernels/opencl-domain-kernels.inl include/linbox/algorithms/opencl-resource-controller.h include/linbox/algorithms/poly-det.h include/linbox/algorithms/poly-dixon.h @@ -442,249 +443,117 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_a_u_t_h_o_r_s.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_archetypes.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_benchmark_file_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/_c_s_value_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/_i_n_s_t_a_l_l.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-helpers_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/abnormal-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/algorithms_2smith-form-valence_8h-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/annotated.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/arch.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/athadet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/athadet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/athadet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/athadet_8_c__incl.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bbcharpoly_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bc_s.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bc_sd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bdwn.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-dense-solve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-example_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-fields_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8_c.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-metadata_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark-utils_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/benchmark_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bib.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bigmat_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bigmat_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bigmat_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bigmat_8_c__incl.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/bitonic-sort_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container-base_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox-block-container_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2smith_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2smith_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2smith_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2smith_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_2archetype_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blackbox_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-iterator_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix-multimod_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-subvector_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/blas-vector_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/bug.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/butterfly_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/charpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checker_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/checksolve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_algorithm_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bad_input_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_benchmark_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_bit_vector.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_archetype__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_base__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_block_container_record__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_base.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetric__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_container_symmetrize__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blackbox_factory.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blas_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_blas_matrix_3_01_multi_mod_double_01_4.html @@ -698,15 +567,11 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_compose.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_coppersmith_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_hankel_lifting_container__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_lanczos_solver.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_massey_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_block_wiedemann_lifting_container__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_boolean_switch.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_butterfly.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_c_s_f.html @@ -718,19 +583,11 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_compose_traits.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_compose_traits_3_01_blas_matrix_3_01_field_00_01_rep_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_constant_vector_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_container__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_mat.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dense_polynomial.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diagonal.html @@ -739,65 +596,34 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diagonal_3_01___field_00_01_vector_categories_1_1_sparse_sequence_vector_tag_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dif.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_diophantine_solver__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_direct_sum.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_lifting_container.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_hankel_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_hankel_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_hankel_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_hankel_01_4__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_wiedemann_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_wiedemann_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_wiedemann_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_block_wiedemann_01_4__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_dense_elimination_01_4__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_sparse_elimination_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_sparse_elimination_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_sparse_elimination_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_sparse_elimination_01_4__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_symboli63f2be15763ed6c70fa13a71fb7e0cde.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_symboli63f2be15763ed6c70fa13a71fb7e0cde.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_symboli63f2be15763ed6c70fa13a71fb7e0cde.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_symbolic_numeric_norm_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_wiedemann_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_wiedemann_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_wiedemann_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dixon_solver_3_01_ring_00_01_field_00_01_random_prime_00_01_method_1_1_wiedemann_01_4__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_3_01uint16__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_3_01uint32__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_3_01uint64__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_3_01uint8__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_dot_product_domain_3_01_givaro_1_1_modular_balanced_3_01double_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_abstract__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_archetype.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_element_envelope__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_eliminator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_environment_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y_3_01_givaro_1_1_modular_3_01uint16__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y_3_01_givaro_1_1_modular_3_01uint32__t_00_01_compute__t_01_4_01_4.html @@ -805,68 +631,40 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y_3_01_givaro_1_1_modular_3_01uint8__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_a_x_p_y_3_01_givaro_1_1_modular_balanced_3_01double_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_abstract__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_archetype__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_documentation__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_envelope__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_field_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_fixed_prime_iterator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_g_m_p_rational_element.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gauss_domain__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generator_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_generic_rand_iter.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gmp_random_prime.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gmp_random_prime__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_gmp_random_prime__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert___j_i_t___entry.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hilbert__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_hom.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_inconsistent_system.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_inverse.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_invert_textbook_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_irrecuperable_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_j_i_t___matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_l_a_block_lanczos_solver.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_lanczos_solver.html @@ -879,49 +677,29 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain_3_01_givaro_1_1_modular_3_01uint32__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain_3_01_givaro_1_1_modular_3_01uint64__t_00_01_compute__t_01_4_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain_3_01_givaro_1_1_modular_3_01uint8__t_00_01_compute__t_01_4_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_m_v_product_domain__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_masked_prime_iterator__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_massey_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_archetype.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_blackbox__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_container_trait.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain_3_01_g_f2_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_domain__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_elt_pointer.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_permutation.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_stream.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_matrix_stream_reader.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_modular_crooked_rand_iter.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_moore_penrose.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l___z_z.html @@ -929,183 +707,97 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l___z_z__p_x.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser__inherit__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e___initialiser__inherit__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_e_x__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_n_t_l__zz__p_x__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_no_hom_error.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_not_implemented_yet_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_null_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_one_invariant_factor.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_open_c_l_environ.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_open_c_l_matrix_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_i_r__ntl___z_z__p__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_p_l_u_q_matrix__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_param_fuzzy__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plain_submatrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plain_submatrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plain_submatrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plain_submatrix__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plot_data.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plot_graph.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_plot_style.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_b_b.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_b_b_owner.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_polynomial_ring__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_power_gauss_domain_power_of_two.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_precondition_failed.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_prime_iterator.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_prime_iterator__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_prime_sequence.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_prime_stream.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic_3_01___field_00_01___row_00_01_vector_cate39e348ec7d02914193e1eede090c57c3.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_protected_1_1_sparse_matrix_generic__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_r_n_s.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_abstract__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_archetype.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rand_iter_envelope__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat14a60865c7a516a843c39d5df39ee81a.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat14a60865c7a516a843c39d5df39ee81a.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat14a60865c7a516a843c39d5df39ee81a.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat14a60865c7a516a843c39d5df39ee81a.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cat589381417933a6db12f95d32a4c5da0e.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_catcfd19e7cb65f6fd59324387f6c5e107f.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_catcfd19e7cb65f6fd59324387f6c5e107f.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_catcfd19e7cb65f6fd59324387f6c5e107f.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_catcfd19e7cb65f6fd59324387f6c5e107f.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_dense_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca076d5b0790f7cce9e4742b9ee96c71e3.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1c260a440a9d340287a67531f8b520d6.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1c260a440a9d340287a67531f8b520d6.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1c260a440a9d340287a67531f8b520d6.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1d4ddb9b87c38b71f91c7eb0d9b4eb52.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1d4ddb9b87c38b71f91c7eb0d9b4eb52.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1d4ddb9b87c38b71f91c7eb0d9b4eb52.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1c260a440a9d340287a67531f8b520d6.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca1d4ddb9b87c38b71f91c7eb0d9b4eb52.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca276d66c5e49e11847c8660dd91684cda.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca2ebf42c50775d2c177a869569e11fee5.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca2ebf42c50775d2c177a869569e11fee5.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca2ebf42c50775d2c177a869569e11fee5.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca5c0a127918cc27c31c6d2e29607b5a75.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca5c0a127918cc27c31c6d2e29607b5a75.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca5c0a127918cc27c31c6d2e29607b5a75.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca2ebf42c50775d2c177a869569e11fee5.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca5c0a127918cc27c31c6d2e29607b5a75.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca61dfcd16fddd3b2ca4b1974ad2d160c4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca6d90686be227f69836c19582ab83f011.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca6d90686be227f69836c19582ab83f011.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca6d90686be227f69836c19582ab83f011.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca79eecefba2542132aa39cf072337013b.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca79eecefba2542132aa39cf072337013b.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca79eecefba2542132aa39cf072337013b.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca6d90686be227f69836c19582ab83f011.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca79eecefba2542132aa39cf072337013b.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_ca883e5ca445c8a45322c951afc9074c1d.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_caaa99f9b35c2bd8e6228b4e44fd1cdca7.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_caaa99f9b35c2bd8e6228b4e44fd1cdca7.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_caaa99f9b35c2bd8e6228b4e44fd1cdca7.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cac632072138a8b2ac6e49d4b3b6db311d.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cac632072138a8b2ac6e49d4b3b6db311d.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cac632072138a8b2ac6e49d4b3b6db311d.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_caaa99f9b35c2bd8e6228b4e44fd1cdca7.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream_3_01_field_00_01___vector_00_01_rand_iter_00_01_vector_cac632072138a8b2ac6e49d4b3b6db311d.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_random_sparse_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_rational_reconstruction.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_reverse_vector__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_abstract__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_archetype__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_envelope__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_ring_interface.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_scalar_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_semi_d_iteration.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sigma_basis.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced_polynomial_matrix_addin.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced_polynomial_matrix_subin.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sliced_polynomial_vector_addin.html @@ -1115,9 +807,7 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_smith_form_local.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse___vector.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_l_u_lifting_container__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_c_o_o_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_c_o_o_1_1implicit_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_c_s_r_01_4.html @@ -1126,13 +816,9 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_e_l_l___r_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01___field_00_01_sparse_matrix_format_1_1_h_y_b_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l_01_4__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_3_01_field___00_01_sparse_matrix_format_1_1_t_p_l__omp_01_4__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_format_1_1_b_c_s_r.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_format_1_1_c_o_o.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_format_1_1_c_o_o1.html @@ -1153,60 +839,30 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_sparse_matrix_write_helper.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_squarize.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_de25ce3a2286583c6071ec9e0d7ff82ac2.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_de25ce3a2286583c6071ec9e0d7ff82ac2.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_de25ce3a2286583c6071ec9e0d7ff82ac2.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_def068aed82c189505a74dd0170a766c05.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_def068aed82c189505a74dd0170a766c05.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_def068aed82c189505a74dd0170a766c05.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_de25ce3a2286583c6071ec9e0d7ff82ac2.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_def068aed82c189505a74dd0170a766c05.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_dense_vector_tag_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp2bc07961a950a2b7d87d3655c73eb355.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp2bc07961a950a2b7d87d3655c73eb355.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp2bc07961a950a2b7d87d3655c73eb355.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp3657af9f9c0a082d0a5233dccd254a48.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp3657af9f9c0a082d0a5233dccd254a48.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp3657af9f9c0a082d0a5233dccd254a48.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp50fd54fa14aa9d8c2f9afb1d44b95020.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp50fd54fa14aa9d8c2f9afb1d44b95020.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp50fd54fa14aa9d8c2f9afb1d44b95020.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp71c3d6e79d499f84d7f5557032fb5717.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp71c3d6e79d499f84d7f5557032fb5717.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp71c3d6e79d499f84d7f5557032fb5717.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp9d4ce05cc1a931408a07e35e530a8b13.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp9d4ce05cc1a931408a07e35e530a8b13.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp9d4ce05cc1a931408a07e35e530a8b13.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_spa2bed8314a65b71f5dbdd51f8c5802a4.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_spa2bed8314a65b71f5dbdd51f8c5802a4.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_spa2bed8314a65b71f5dbdd51f8c5802a4.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp2bc07961a950a2b7d87d3655c73eb355.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp3657af9f9c0a082d0a5233dccd254a48.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp50fd54fa14aa9d8c2f9afb1d44b95020.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp71c3d6e79d499f84d7f5557032fb5717.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sp9d4ce05cc1a931408a07e35e530a8b13.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_spa2bed8314a65b71f5dbdd51f8c5802a4.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sparse_parallel_vector_tag_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_sparse_sequence_vector_tag_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream_3_01_field_00_01___vector_00_01_vector_categories_1_1_speb533800f9a893196e1a53ada766ae00.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_standard_basis_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_storage_meta_data__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_subiterator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blackbox_00_01_vector_categories_1_1_dense_zero_one_vector_tag_01_4__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_3_01_blas_matrix_3_01___field_01_4_00_01_vector_categories_1_1_dense_vector_tag_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_adapter.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_submatrix_owner_3_01_blackbox_00_01_vector_categories_1_1_dense_vector_tag_01_4.html @@ -1220,33 +876,18 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_toeplitz_3_01typename_01___p_ring_1_1_coeff_field_00_01___p_ring_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_matrix__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transpose_owner.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_transposed_blas_matrix__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_triangular_blas_matrix.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_unparametric_rand_iter_3_01_n_t_l_1_1_z_z__p_01_4__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_fraction.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_fraction__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_fraction__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_fraction__coll__graph.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_vector_stream__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_wiedemann_lifting_container.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_wiedemann_solver.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_z_o_quad.html @@ -1257,12 +898,8 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_zero_one_3_01_g_f2_01_4_1_1_indexed_iterator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1_zero_one_3_01_g_f2_01_4_1_1_iterator.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1algo_exception__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1index_domain.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1lattice_method.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/class_lin_box_1_1show_progression.html @@ -1270,400 +907,233 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/classes.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/closed.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/commentator_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/copy.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-early-multip_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip-fixed_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-full-multip_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-omp_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-omp_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-omp_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-omp_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-builder-single_8h__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-parallel_8h.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-parallel_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain-sequential_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-givrnsfixed_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/cra-kaapi_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/debug_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/default_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-nullspace_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dense-polynomial_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/densesolverat_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/deprecated.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/det_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dev.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal-gf2_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000003.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000005.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000009.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000015.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/diagonal_8h__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000002.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000004.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000008.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000020.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000022.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000025.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000029.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000001_000008.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000001_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000007.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000025.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000029.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000004_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000004_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000005_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000006_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000008_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000009_000007.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000009_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000009_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000010_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000012_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000012_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000003.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000004.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000018.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000029.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000032.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000017_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000017_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000003.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000004.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000019_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000020_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000020_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000025.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000024_000009.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000024_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000007.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000009.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000020.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000022.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000035.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000023.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000027.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000000_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000001_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000006.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000023.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000027.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000002_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000003_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000004_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000005_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000007_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000008_000006.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000008_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000008_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000010_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000010_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000002.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000003.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000016.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000027.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000030.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000013_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000014_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000015_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000002.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000003.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000016_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000017_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000018_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000021_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000021_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000021_000023.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000021_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000022_000008.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000022_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000006.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000008.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000018.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000020.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000023_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000025_000003.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000004.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000003.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000025.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000000.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000024.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000031_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000029.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000034.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000035.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000002.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000023.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000027_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000000.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000022.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000028_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000029_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000027.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000032.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000030_000033.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000031_000012.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000009.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000013.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000032_000033.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000033_000008.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000033_000014.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000034_000011.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000034_000015.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000034_000035.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000035_000009.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000035_000034.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_000033_000032.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_02b7ce4c960f619e7c5478c4795fae93_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_07fb1efa78d30e6edd00a7a729cbaf24_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_0e4bf3639fd7627649b572bfb0493895_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1242b50208f9a45e6fff0e434cfa05a9_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_13a41d9ad64fb9ae396cb953294783cf_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_1c599de66bbe6c9e8cd34cba0adb4b03_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_24bef21bf2b89e329a490cf28a2e4619_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2580a3333b3f1d025eb518987c7df370_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25a3dad0cbc989f4406249ec44ba917b_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_25c54ace779594001bd2ffed102b48ce_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_29feea0786a8cc926667f762fb234b2b_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f_dep.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2eb35ac3e52303591c88027dc62c9416.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2eb35ac3e52303591c88027dc62c9416_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2eb35ac3e52303591c88027dc62c9416_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2eb35ac3e52303591c88027dc62c9416_dep.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_378a235e21d03f11e546bb8f3992b4e7.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_378a235e21d03f11e546bb8f3992b4e7_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_378a235e21d03f11e546bb8f3992b4e7_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_378a235e21d03f11e546bb8f3992b4e7_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_2e6b3f5ad3c7050a7baa3c01eb74895f_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_579be3422eec46e6edb46658e48c7c1f_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_59425e443f801f1f2fd8bbe4959a3ccf_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_625b6b00e15f34ec666d16cefc93f671_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_678dca5df0aa984fa308276c08c9ea4c_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7af51a00587982c04b08a156fa91c254_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_7d0dfa90a1373fd2c8e8ca70d499dc6c_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_82564e5191afcdf72d713ac61ae04d49_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_965788e378e5dce35657d90db117e13a_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_97e9319567d2a4a7dc9911eb59fd599b_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9906a54e6a581895354c2a2222b15e24_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9a5fb83af990c7ae5075d08bac89b81d_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_9c4fd8e1a7fa8a3318a77bfbc696906f_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ac9473dab6df597d8310cf0512212439_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_b86d7ccc0f47db9132be1f46982f9ef0_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_bc83df2f309e725c545dc043c545bf7a_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c270ced7e00c40c5a8714efccf173dbb_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_c9aab52ca3ab5639679a9a286a242863_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_d28a4824dc47e487b107a5db32ef43c4_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_dd1b9e3f26b4407d6ef48aa3097d1b21_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ec3816dd87c458d65464c1d0b974dae0_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_ee93f46c216a9571cf1eca60fb1f0e0a_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73_dep.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73_dep.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73_dep.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dir_fce6dfce75cd9043bb18144bfa548b73_dep.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dist.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixon-solver-symbolic-numeric_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dixonsolve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/doc.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/docd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/dot-product_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/doubledet_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/doxygen.css %%DOXYGEN%%%%DOCSDIR%%/linbox-html/doxygen.svg %%DOXYGEN%%%%DOCSDIR%%/linbox-html/dynsections.js %%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/echelon_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields-archetype_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields-archetype_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields-archetype_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields-archetype_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ex-fields_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/element_2archetype_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2athadet_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2bigmat_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2charpoly_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2checksolve_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2densesolverat_8_c-example.html @@ -1673,21 +1143,14 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2doubledet_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2echelon_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2graph-charpoly_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2grid_reduce_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2integer-mul_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2matrices_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2minpoly_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2mpidet_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2nullspacebasis_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2nullspacebasis_rank_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2omp_block_rank_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2power_rank_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2poweroftwo_ranks_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2qchar_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2rank_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2ratdet_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2rr_8_c-example.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2samplebb_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2smith_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2smithsparse_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2smithvalence_8_c-example.html @@ -1697,98 +1160,165 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2sparsesolverat_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/examples_2valence_8_c-example.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/field_2archetype_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/files.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/folderclosed.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/folderopen.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_0.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_0_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_1.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_10.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_10_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_11.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_11_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_12.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_12_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_13.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_13_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_14.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_14_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_15.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_15_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_16.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_16_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_17.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_17_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_18.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_18_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_19.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_19_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_1_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_2.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_20.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_20_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_21.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_21_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_22.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_22_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_23.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_23_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_24.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_24_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_25.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_25_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_26.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_26_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_27.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_27_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_28.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_28_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_29.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_29_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_2_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_3.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_30.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_30_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_31.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_31_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_32.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_32_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_33.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_33_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_34.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_34_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_35.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_35_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_36.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_36_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_37.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_37_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_38.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_38_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_39.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_39_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_3_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_4.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_40.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_40_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_41.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_41_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_42.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_42_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_43.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_43_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_44.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_44_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_45.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_45_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_46.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_46_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_47.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_47_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_48.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_48_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_49.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_49_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_4_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_5.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_50.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_50_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_51.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_51_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_52.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_52_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_53.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_53_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_54.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_54_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_55.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_55_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_56.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_56_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_57.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_57_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_58.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_58_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_59.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_59_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_5_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_6.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_60.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_60_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_61.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_61_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_62.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_62_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_63.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_63_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_64.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_64_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_65.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_65_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_66.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_66_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_67.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_67_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_68.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_68_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_69.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_69_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_6_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_7.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_70.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_70_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_71.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_71_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_72.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_72_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_73.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_73_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_74.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_74_dark.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_7_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_8.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_8_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_9.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/form_9_dark.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/formula.repository %%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/frobenius_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions_a.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions_b.html @@ -1849,1303 +1379,481 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions_z.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/functions_~.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss-gf2_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/gauss_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/generic_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/globals.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/globals_defs.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/globals_func.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph-charpoly_8_c__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph_legend.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph_legend.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph_legend.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/graph_legend.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/grid__reduce_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/grid__reduce_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/grid__reduce_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/grid__reduce_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___c_r_a.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___n_t_l.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___solvers.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group___vector.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__algorithms.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__benchmarks.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blackbox.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__blas3.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__charpoly.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__densematrix.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__determin.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__diophant.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__doc.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__element.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__elim.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__examples.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__exceptions.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__field.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__gauss.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__iml.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__integers.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lanczos.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__lattice.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrix.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixdomain.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__matrixiterators.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__minpoly.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__nullsp.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__padic.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__permutationmatrix.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__polynomials.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__primes.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__randiter.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__reducedforms.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__ring.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__rk.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sigmabase.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sliced3.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__solutions.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__sparsematrix.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__systemsolving.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__tests.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__util.html +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/group__wiedemann.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/hierarchy.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/hilbert_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/iml__wrapper_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/index.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_0.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_0.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_0.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_1.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_1.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_1.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_10.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_10.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_10.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_100.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_100.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_100.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_101.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_101.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_101.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_102.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_102.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_102.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_103.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_103.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_103.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_104.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_104.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_104.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_105.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_105.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_105.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_106.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_106.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_106.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_107.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_107.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_107.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_108.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_108.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_108.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_109.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_109.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_109.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_11.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_11.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_11.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_110.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_110.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_110.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_111.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_111.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_111.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_112.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_112.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_112.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_113.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_113.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_113.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_114.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_114.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_114.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_115.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_115.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_115.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_116.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_116.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_116.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_117.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_117.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_117.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_118.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_118.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_118.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_119.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_119.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_119.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_12.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_12.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_12.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_120.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_120.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_120.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_121.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_121.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_121.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_122.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_122.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_122.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_123.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_123.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_123.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_124.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_124.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_124.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_125.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_125.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_125.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_126.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_126.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_126.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_127.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_127.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_127.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_128.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_128.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_128.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_129.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_129.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_129.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_13.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_13.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_13.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_130.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_130.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_130.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_131.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_131.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_131.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_132.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_132.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_132.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_133.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_133.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_133.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_134.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_134.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_134.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_135.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_135.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_135.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_136.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_136.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_136.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_137.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_137.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_137.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_138.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_138.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_138.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_139.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_139.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_139.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_14.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_14.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_14.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_140.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_140.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_140.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_141.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_141.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_141.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_142.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_142.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_142.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_143.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_143.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_143.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_144.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_144.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_144.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_145.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_145.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_145.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_146.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_146.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_146.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_147.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_147.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_147.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_148.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_148.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_148.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_149.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_149.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_149.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_15.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_15.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_15.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_150.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_150.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_150.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_151.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_151.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_151.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_152.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_152.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_152.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_153.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_153.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_153.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_154.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_154.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_154.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_155.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_155.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_155.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_156.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_156.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_156.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_157.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_157.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_157.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_158.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_158.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_158.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_159.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_159.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_159.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_16.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_16.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_16.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_160.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_160.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_160.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_161.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_161.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_161.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_162.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_162.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_162.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_163.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_163.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_163.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_164.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_164.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_164.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_165.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_165.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_165.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_166.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_166.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_166.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_167.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_167.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_167.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_168.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_168.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_168.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_169.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_169.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_169.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_17.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_17.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_17.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_170.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_170.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_170.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_171.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_171.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_171.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_172.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_172.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_172.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_173.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_173.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_173.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_174.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_174.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_174.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_175.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_175.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_175.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_176.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_176.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_176.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_177.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_177.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_177.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_178.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_178.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_178.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_179.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_179.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_179.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_18.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_18.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_18.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_180.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_180.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_180.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_181.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_181.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_181.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_182.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_182.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_182.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_183.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_183.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_183.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_184.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_184.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_184.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_185.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_185.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_185.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_186.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_186.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_186.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_187.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_187.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_187.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_188.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_188.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_188.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_189.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_189.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_189.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_19.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_19.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_19.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_190.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_190.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_190.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_191.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_191.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_191.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_192.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_192.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_192.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_193.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_193.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_193.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_194.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_194.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_194.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_195.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_195.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_195.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_196.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_196.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_196.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_197.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_197.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_197.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_198.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_198.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_198.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_199.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_199.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_199.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_2.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_2.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_2.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_20.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_20.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_20.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_200.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_200.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_200.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_201.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_201.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_201.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_202.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_202.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_202.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_203.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_203.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_203.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_204.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_204.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_204.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_205.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_205.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_205.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_206.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_206.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_206.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_207.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_207.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_207.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_208.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_208.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_208.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_209.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_209.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_209.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_21.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_21.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_21.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_210.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_210.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_210.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_211.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_211.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_211.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_212.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_212.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_212.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_213.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_213.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_213.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_214.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_214.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_214.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_215.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_215.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_215.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_216.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_216.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_216.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_217.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_217.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_217.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_218.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_218.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_218.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_219.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_219.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_219.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_22.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_22.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_22.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_220.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_220.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_220.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_221.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_221.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_221.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_222.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_222.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_222.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_223.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_223.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_223.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_224.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_224.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_224.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_225.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_225.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_225.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_226.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_226.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_226.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_227.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_227.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_227.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_228.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_228.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_228.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_229.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_229.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_229.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_23.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_23.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_23.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_230.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_230.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_230.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_231.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_231.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_231.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_232.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_232.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_232.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_233.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_233.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_233.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_234.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_234.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_234.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_235.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_235.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_235.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_236.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_236.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_236.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_237.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_237.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_237.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_238.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_238.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_238.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_239.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_239.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_239.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_24.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_24.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_24.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_240.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_240.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_240.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_241.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_241.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_241.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_242.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_242.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_242.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_243.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_243.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_243.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_244.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_244.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_244.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_245.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_245.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_245.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_246.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_246.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_246.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_247.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_247.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_247.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_248.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_248.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_248.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_249.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_249.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_249.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_25.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_25.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_25.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_250.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_250.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_250.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_251.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_251.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_251.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_252.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_252.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_252.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_253.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_253.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_253.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_254.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_254.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_254.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_255.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_255.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_255.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_256.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_256.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_256.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_257.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_257.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_257.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_258.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_258.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_258.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_259.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_259.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_259.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_26.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_26.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_26.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_260.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_260.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_260.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_261.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_261.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_261.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_262.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_262.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_262.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_263.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_263.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_263.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_264.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_264.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_264.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_265.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_265.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_265.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_266.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_266.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_266.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_267.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_267.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_267.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_268.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_268.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_268.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_269.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_269.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_269.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_27.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_27.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_27.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_270.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_270.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_270.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_271.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_271.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_271.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_272.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_272.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_272.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_273.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_273.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_273.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_274.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_274.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_274.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_275.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_275.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_275.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_276.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_276.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_276.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_277.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_277.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_277.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_278.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_278.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_278.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_279.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_279.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_279.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_28.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_28.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_28.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_280.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_280.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_280.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_281.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_281.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_281.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_282.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_282.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_282.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_283.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_283.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_283.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_284.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_284.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_284.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_285.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_285.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_285.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_286.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_286.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_286.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_287.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_287.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_287.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_288.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_288.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_288.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_289.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_289.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_289.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_29.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_29.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_29.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_290.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_290.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_290.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_291.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_291.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_291.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_292.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_292.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_292.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_293.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_293.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_293.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_294.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_294.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_294.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_295.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_295.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_295.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_296.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_296.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_296.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_297.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_297.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_297.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_298.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_298.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_298.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_299.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_299.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_299.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_3.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_3.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_3.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_30.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_30.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_30.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_300.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_300.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_300.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_301.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_301.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_301.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_302.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_302.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_302.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_303.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_303.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_303.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_304.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_304.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_304.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_305.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_305.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_305.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_306.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_306.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_306.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_307.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_307.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_307.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_308.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_308.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_308.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_309.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_309.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_309.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_31.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_31.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_31.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_310.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_310.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_310.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_311.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_311.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_311.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_312.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_312.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_312.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_313.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_313.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_313.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_314.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_314.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_314.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_315.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_315.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_315.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_316.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_316.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_316.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_317.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_317.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_317.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_318.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_318.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_318.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_319.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_319.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_319.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_32.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_32.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_32.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_320.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_320.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_320.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_321.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_321.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_321.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_322.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_322.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_322.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_323.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_323.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_323.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_324.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_324.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_324.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_325.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_325.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_325.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_326.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_326.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_326.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_33.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_33.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_33.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_34.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_34.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_34.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_35.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_35.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_35.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_36.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_36.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_36.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_37.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_37.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_37.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_38.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_38.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_38.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_39.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_39.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_39.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_4.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_4.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_4.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_40.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_40.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_40.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_41.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_41.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_41.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_42.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_42.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_42.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_43.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_43.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_43.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_44.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_44.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_44.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_45.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_45.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_45.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_46.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_46.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_46.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_47.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_47.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_47.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_48.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_48.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_48.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_49.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_49.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_49.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_5.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_5.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_5.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_50.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_50.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_50.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_51.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_51.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_51.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_52.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_52.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_52.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_53.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_53.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_53.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_54.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_54.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_54.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_55.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_55.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_55.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_56.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_56.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_56.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_57.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_57.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_57.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_58.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_58.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_58.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_59.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_59.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_59.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_6.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_6.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_6.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_60.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_60.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_60.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_61.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_61.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_61.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_62.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_62.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_62.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_63.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_63.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_63.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_64.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_64.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_64.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_65.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_65.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_65.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_66.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_66.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_66.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_67.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_67.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_67.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_68.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_68.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_68.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_69.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_69.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_69.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_7.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_7.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_7.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_70.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_70.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_70.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_71.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_71.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_71.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_72.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_72.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_72.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_73.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_73.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_73.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_74.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_74.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_74.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_75.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_75.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_75.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_76.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_76.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_76.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_77.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_77.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_77.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_78.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_78.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_78.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_79.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_79.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_79.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_8.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_8.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_8.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_80.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_80.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_80.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_81.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_81.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_81.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_82.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_82.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_82.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_83.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_83.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_83.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_84.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_84.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_84.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_85.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_85.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_85.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_86.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_86.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_86.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_87.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_87.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_87.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_88.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_88.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_88.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_89.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_89.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_89.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_9.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_9.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_9.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_90.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_90.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_90.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_91.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_91.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_91.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_92.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_92.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_92.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_93.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_93.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_93.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_94.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_94.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_94.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_95.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_95.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_95.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_96.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_96.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_96.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_97.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_97.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_97.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_98.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_98.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_98.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_99.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_99.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_99.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_0.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_1.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_10.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_100.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_101.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_102.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_103.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_104.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_105.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_106.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_107.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_108.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_109.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_11.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_110.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_111.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_112.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_113.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_114.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_115.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_116.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_117.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_118.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_119.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_12.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_120.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_121.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_122.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_123.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_124.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_125.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_126.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_127.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_128.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_129.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_13.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_130.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_131.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_132.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_133.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_134.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_135.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_136.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_137.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_138.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_139.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_14.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_140.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_141.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_142.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_143.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_144.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_145.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_146.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_147.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_148.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_149.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_15.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_150.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_151.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_152.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_153.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_154.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_155.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_156.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_157.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_158.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_159.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_16.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_160.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_161.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_162.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_163.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_164.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_165.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_166.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_167.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_168.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_169.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_17.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_170.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_171.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_172.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_173.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_174.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_175.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_176.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_177.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_178.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_179.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_18.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_180.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_181.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_182.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_183.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_184.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_185.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_186.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_187.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_188.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_189.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_19.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_190.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_191.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_192.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_193.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_194.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_195.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_196.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_197.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_198.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_199.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_2.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_20.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_200.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_201.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_202.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_203.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_204.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_205.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_206.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_207.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_208.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_209.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_21.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_210.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_211.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_212.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_213.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_214.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_215.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_216.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_217.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_218.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_219.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_22.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_220.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_221.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_222.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_223.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_224.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_225.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_226.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_227.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_228.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_229.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_23.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_230.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_231.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_232.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_233.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_234.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_235.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_236.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_237.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_238.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_239.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_24.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_240.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_241.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_242.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_243.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_244.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_245.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_246.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_247.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_248.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_249.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_25.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_250.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_251.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_252.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_253.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_254.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_255.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_256.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_257.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_258.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_259.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_26.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_260.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_261.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_262.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_263.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_264.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_265.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_266.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_267.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_268.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_269.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_27.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_270.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_271.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_272.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_273.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_274.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_275.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_276.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_277.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_278.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_279.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_28.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_280.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_281.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_282.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_283.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_284.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_285.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_286.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_287.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_288.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_289.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_29.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_290.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_291.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_292.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_293.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_294.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_295.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_296.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_297.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_298.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_299.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_3.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_30.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_300.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_301.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_302.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_303.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_304.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_305.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_306.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_307.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_308.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_309.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_31.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_310.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_311.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_312.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_313.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_314.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_315.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_316.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_317.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_318.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_319.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_32.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_320.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_321.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_322.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_323.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_33.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_34.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_35.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_36.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_37.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_38.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_39.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_4.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_40.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_41.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_42.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_43.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_44.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_45.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_46.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_47.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_48.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_49.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_5.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_50.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_51.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_52.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_53.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_54.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_55.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_56.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_57.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_58.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_59.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_6.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_60.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_61.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_62.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_63.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_64.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_65.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_66.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_67.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_68.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_69.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_7.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_70.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_71.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_72.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_73.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_74.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_75.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_76.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_77.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_78.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_79.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_8.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_80.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_81.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_82.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_83.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_84.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_85.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_86.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_87.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_88.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_89.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_9.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_90.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_91.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_92.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_93.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_94.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_95.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_96.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_97.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_98.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherit_graph_99.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/inherits.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/inst.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/install-dev.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/install-dist.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer-mul_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer-mul_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer-mul_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer-mul_8_c__incl.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/integer_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/jit-matrix_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/jquery.js %%DOXYGEN%%%%DOCSDIR%%/linbox-html/lattice_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/lifting-container_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-config_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8h__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/map-sparse_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/linbox-tags_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrices_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-hom_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix-stream-readers_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2archetype_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrix_2random-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/matrixdomain_2matrix-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/menu.js %%DOXYGEN%%%%DOCSDIR%%/linbox-html/menudata.js %%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly-integer_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular-int_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular-int_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular-int_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular-int_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/minpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/modular_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/modules.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mpidet_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/mul_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespace_lin_box.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespace_lin_box_1_1_b_l_a_s3_1_1mul_method.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespace_lin_box_1_1_exceptions.html @@ -3208,386 +1916,181 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespaces.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/namespacestd.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_f.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_fd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_g.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_h.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nav_hd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__pex_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-lzz__px_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ntl-zz__p_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspace_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis__rank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis__rank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis__rank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis__rank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/nullspacebasis_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp__block__rank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp__block__rank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp__block__rank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp__block__rank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/omp-benchmark_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/open.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/opencl-resource-controller_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/optimizer_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/pages.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/permutation-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/plain-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/power__rank_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/qchar_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/qchar_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/qchar_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/qchar_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/poweroftwo__ranks_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2archetype_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/randiter_2gmp-rational_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-matrix_8inl__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/random-prime_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/random_f_e_g_w.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/random_i_g_a.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rank_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ratdet_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-reconstruction_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rational-solver_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/read-write-sparse_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/ring_2archetype_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rr_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rr_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rr_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rr_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/samplebb_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/samplebb_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/samplebb_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/samplebb_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/rns_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/scompose_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/short-vector_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sigma-basis_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sliced3_8h.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-adaptive_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-binary_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith-form-valence_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smith_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithsparse_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/smithvalence_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sms_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solution-tags_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/solve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-associative-vector_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-implicit-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-coo-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-csr-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-domain_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ell-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-ellr-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-generic_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-hyb-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-map-map-matrix_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-parallel-vector_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h__dep__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-sequence-vector_8h__dep__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix-omp_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparse-tpl-matrix_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimdet_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparseelimrank_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/sparsesolverat_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/splitbar.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/splitbard.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/stream_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_b_l_a_s3_1_1mul_method_1_1naive.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_blas_matrix_1_1rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_blas_subvector_1_1rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_blas_vector_1_1rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_multip__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_early_single__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_fixed__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_multip_matrix__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_full_single__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_prob_single__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_builder_single_base__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_residue.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_residue_3_01_integer_00_01_function_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_c_r_a_residue_3_01std_1_1vector_3_01_integer_01_4_00_01_function_01_4.html @@ -3595,12 +2098,8 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler__coll__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler_3_01_prime_iterator_00_01true_01_4__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_chinese_remainder_sequential_1_1_prime_sampler__coll__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_classify_ring.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_companion.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_container_categories.html @@ -3621,20 +2120,12 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_method.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_method_base.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___p_i_d__zz__p__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l___z_z__p__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_n_t_l__zz__p__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_plot_style_1_1_plot.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_plot_style_1_1_term.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_point_1_1_labels.html @@ -3648,588 +2139,295 @@ libdata/pkgconfig/linbox.pc %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_rebind_3_01std_1_1vector_3_01_t_01_4_00_01_u_01_4.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_galois_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_generic_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_integer_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_modular_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_ring_categories_1_1_rational_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_submatrix_3_01_blas_matrix_3_01___field_01_4_00_01_vector_categories_1_1_dense_vector_tag_01_4_1_1rebind.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_trace_category.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_unique_sampling_trait.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_dense_zero_one_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_generic_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_associative_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_parallel_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_sequence_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__coll__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__coll__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__coll__graph.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__inherit__graph.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__inherit__graph.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__inherit__graph.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__coll__graph.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_categories_1_1_sparse_zero_one_vector_tag__inherit__graph.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/struct_lin_box_1_1_vector_traits.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sync_off.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/sync_on.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_a.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_ad.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_b.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_bd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_h.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_hd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_s.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/tab_sd.png %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tabs.css %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-bitonic-sort_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blackbox-block-container_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-blas-domain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-ring_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-block-wiedemann_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-butterfly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-charpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-commentator_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-common_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-companion_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cra_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-cradomain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dense_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-det_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-diagonal_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-dif_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-direct-sum_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-echelon-form_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ffpack_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-fibb_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-field_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-frobenius_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ftrmm_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-getentry_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gf2_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-interfaces_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpz_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-givaro-zpzuns_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-gmp-rational_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hilbert_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-hom_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-image-field_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-inverse_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-isposdef_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ispossemidef_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-la-block-lanczos_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-last-invariant-factor_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-domain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-stream_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-matrix-utils_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mg-block-lanczos_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-minpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-double_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-float_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-balanced-int_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-byte_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-double_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-float_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-int_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular-short_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-modular_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-moore-penrose_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-mpi-comm_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-hankel_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__p_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pe_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__pex_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-lzz__px_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-rr_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-sylvester_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-toeplitz_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-ntl-zz__p_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-nullspace_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-one-invariant-factor_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-optimization_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-param-fuzzy_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-plain-domain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-qlup_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-quad-matrix_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-randiter-nonzero-prime_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-ex_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-md_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank-u32_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rank_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-minpoly_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rat-solve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-matrix-factory_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-reconstruction-base_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver-adaptive_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-rational-solver_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-regression_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-scalar-matrix_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-adaptive_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-binary_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-iliopoulos_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form-local_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-smith-form_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-solve_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sparse_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subiterator_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-submatrix_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-subvector_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-sum_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toeplitz-det_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-toom-cook_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-trace_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb-omp_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb-omp_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb-omp_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb-omp_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-transpose_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-triplesbb_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-tutorial_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-vector-domain_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/test-zero-one_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/test.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/timer_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/todo.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/toeplitz_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/tuto.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/upgr.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/valence_8_c__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector-traits_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__dep__incl.dot +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/vector_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__dep__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__dep__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__dep__incl.png -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/whisart__trace_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/wiedemann_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/zero-one_8inl.html %%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo-gf2_8inl__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h.html -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.map -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.md5 -%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.png +%%DOXYGEN%%%%DOCSDIR%%/linbox-html/zo_8h__incl.dot %%DOXYGEN%%%%DOCSDIR%%/linbox.html share/man/man1/linbox-config.1.gz diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 2f7f3d5a1d80..8aca5c80a33e 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -47,4 +47,8 @@ SRCS= cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \ zsico.f zsidi.f zsifa.f zsisl.f zspco.f zspdi.f zspfa.f zspsl.f \ zsvdc.f ztrco.f ztrdi.f ztrsl.f +# ld.bfd supports neither -z relro nor -z norelro on armv7 +BINUTILS_NO_MAKE_ENV_armv7= LD +BINUTILS_NO_MAKE_ENV= ${BINUTILS_NO_MAKE_ENV_${ARCH}} + .include <bsd.port.mk> diff --git a/math/manifold/Makefile b/math/manifold/Makefile deleted file mode 100644 index f15d9c8f5851..000000000000 --- a/math/manifold/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -PORTNAME= manifold -DISTVERSIONPREFIX=v -DISTVERSION= 3.0.1 -CATEGORIES= math cad - -MAINTAINER= thierry@FreeBSD.org -COMMENT= Geometry library for topological robustness -WWW= https://github.com/elalish/manifold - -LICENSE= APACHE20 - -BUILD_DEPENDS= glm>0:math/glm \ - googletest>0:devel/googletest -LIB_DEPENDS= libtbb.so:devel/onetbb \ - libClipper2.so:cad/Clipper2 \ - libassimp.so:multimedia/assimp - -USES= cmake compiler:c++17-lang pathfix - -USE_GITHUB= yes -GH_ACCOUNT= elalish - -CMAKE_ARGS= -DMANIFOLD_FLAGS="${CFLAGS}" \ - -DMANIFOLD_PAR:STRING="NONE" -CMAKE_ON= BUILD_SHARED_LIBS \ - MANIFOLD_EXPORT \ - MANIFOLD_TEST -CMAKE_OFF= MANIFOLD_DOWNLOADS \ - MANIFOLD_JSBIND \ - MANIFOLD_CBIND \ - MANIFOLD_PYBIND \ - MANIFOLD_FUZZ \ - TRACY_ENABLE - -USE_LDCONFIG= yes - -.include <bsd.port.options.mk> - -pre-configure: -.if ${ARCH} == "i386" || ${ARCH} == "armv7" - ${REINPLACE_CMD} -e 's|-Werror|-Wno-format|' ${WRKSRC}/CMakeLists.txt -.endif - -do-test: - (cd ${BUILD_WRKSRC}/test && ./manifold_test) - -.include <bsd.port.mk> diff --git a/math/manifold/distinfo b/math/manifold/distinfo deleted file mode 100644 index a4cd858e490e..000000000000 --- a/math/manifold/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1745870160 -SHA256 (elalish-manifold-v3.0.1_GH0.tar.gz) = 5e84fdaab7933a00fb4279a9bbe2885e94db3adfc45a2ef56ae35abfe5e6ea43 -SIZE (elalish-manifold-v3.0.1_GH0.tar.gz) = 29248289 diff --git a/math/manifold/pkg-descr b/math/manifold/pkg-descr deleted file mode 100644 index d6f869216234..000000000000 --- a/math/manifold/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Manifold is a geometry library dedicated to creating and operating on manifold -triangle meshes. A manifold mesh is a mesh that represents a solid object, and -so is very important in manufacturing, CAD, structural analysis, etc. - -Further information can be found urther information can be found: -see https://github.com/elalish/manifold/wiki/Manifold-Library . diff --git a/math/manifold/pkg-plist b/math/manifold/pkg-plist deleted file mode 100644 index 9849cdeaa722..000000000000 --- a/math/manifold/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -include/manifold/common.h -include/manifold/cross_section.h -include/manifold/linalg.h -include/manifold/manifold.h -include/manifold/meshIO.h -include/manifold/optional_assert.h -include/manifold/polygon.h -include/manifold/vec_view.h -include/manifold/version.h -lib/cmake/manifold/manifoldConfig.cmake -lib/cmake/manifold/manifoldConfigVersion.cmake -lib/cmake/manifold/manifoldTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/manifold/manifoldTargets.cmake -lib/libmanifold.so -lib/libmanifold.so.3 -lib/libmanifold.so.3.0.1 -libdata/pkgconfig/manifold.pc diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile index 21b07bb6e62b..628718c184e4 100644 --- a/math/mate-calc/Makefile +++ b/math/mate-calc/Makefile @@ -1,5 +1,6 @@ PORTNAME= mate-calc PORTVERSION= 1.28.0 +PORTREVISION= 1 CATEGORIES= math mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/math/maxima/Makefile b/math/maxima/Makefile index dd5c2b7b4532..8e95b719ceb6 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,10 +1,9 @@ PORTNAME= maxima -DISTVERSION= 5.47.0 -PORTREVISION= 24 +DISTVERSION= 5.48.1 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source -MAINTAINER= uzsolt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Symbolic mathematics program WWW= http://maxima.sourceforge.net/ diff --git a/math/maxima/distinfo b/math/maxima/distinfo index 891860f31cf1..a7eb241df6a7 100644 --- a/math/maxima/distinfo +++ b/math/maxima/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685801901 -SHA256 (maxima-5.47.0.tar.gz) = 9104021b24fd53e8c03a983509cb42e937a925e8c0c85c335d7709a14fd40f7a -SIZE (maxima-5.47.0.tar.gz) = 47939891 +TIMESTAMP = 1754550342 +SHA256 (maxima-5.48.1.tar.gz) = b0916b5fb37b6eeaae400083175e68e28f80b9a1ab580c106a05448cf1c496b2 +SIZE (maxima-5.48.1.tar.gz) = 46150379 diff --git a/math/maxima/files/patch-Makefile.am b/math/maxima/files/patch-Makefile.am index 165de96d6477..0357a12fee00 100644 --- a/math/maxima/files/patch-Makefile.am +++ b/math/maxima/files/patch-Makefile.am @@ -1,11 +1,11 @@ ---- Makefile.am.orig 2022-05-09 16:39:32 UTC +--- Makefile.am.orig 2024-07-23 03:31:18 UTC +++ Makefile.am @@ -10,7 +10,7 @@ endif DOC_DIR = doc endif --SUBDIRS = admin crosscompile-windows src lisp-utils tests $(DOC_DIR) interfaces share demo plotting desktopintegration $(LOCALE_DIR) -+SUBDIRS = admin crosscompile-windows src lisp-utils tests interfaces share plotting desktopintegration $(LOCALE_DIR) +-SUBDIRS = admin crosscompile-windows src lisp-utils $(DOC_DIR) interfaces share demo plotting desktopintegration $(LOCALE_DIR) tests ++SUBDIRS = admin crosscompile-windows src lisp-utils interfaces share demo plotting desktopintegration $(LOCALE_DIR) tests EXTRA_DIST = \ common.mk maxima.iss.in \ diff --git a/math/maxima/files/patch-configure.ac b/math/maxima/files/patch-configure.ac index 4d03280b444b..e41566c43930 100644 --- a/math/maxima/files/patch-configure.ac +++ b/math/maxima/files/patch-configure.ac @@ -1,4 +1,4 @@ ---- configure.ac.orig 2024-09-01 19:17:42 UTC +--- configure.ac.orig 2025-08-06 06:49:54 UTC +++ configure.ac @@ -165,21 +165,21 @@ dnl See if git exists. If it does, update VERSION to @@ -37,11 +37,11 @@ dnl Parses the version number for the manual manual_version=`echo $VERSION | sed 's+branch_++; s+_base++; s+_dirty++; s+_+.+g'` -@@ -644,7 +644,7 @@ if test x"${enable_build_docs}" = xtrue ; then +@@ -697,7 +697,7 @@ if test x"${enable_build_docs}" = xtrue ; then dnl assuming that the end of the version string contains the dnl version number consisting of digits separated by a period. dnl This allows for version numbers like 6.8.90. -- makeinfo_version_string=`expr "\`makeinfo --version | head -1\`" : '.* \([[.0-9]]\+\)'` +- makeinfo_version_string=`expr "\`$MAKEINFO --version | head -1\`" : '.* \([[.0-9]][[.0-9]]*\)'` + makeinfo_version_string=`expr "$(makeinfo --version | head -1)" : '.* \([[.0-9]]\+\)'` dnl echo Makeinfo version ${makeinfo_version} diff --git a/math/maxima/pkg-plist b/math/maxima/pkg-plist index 6e9cbc661984..8faa31215b8f 100644 --- a/math/maxima/pkg-plist +++ b/math/maxima/pkg-plist @@ -4,7 +4,9 @@ bin/rmaxima %%SAGE%%lib/ecl/maxima.fas lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%BINNAME%% libexec/maxima/%%PORTVERSION%%/mgnuplot -share/applications/net.sourceforge.maxima.xmaxima.desktop +%%MANPAGES%%share/man/man1/maxima.1.gz +%%PORTDOCS%%@dir %%DOCSDIR%% +share/applications/X%%BINNAME%%.desktop share/bash-completion/completions/maxima share/bash-completion/completions/rmaxima share/bash-completion/completions/xmaxima @@ -23,13 +25,15 @@ share/emacs/site-lisp/mylatex.ltx.el share/emacs/site-lisp/setup-imaxima-imath.el share/emacs/site-lisp/smart-complete.el share/emacs/site-lisp/sshell.el -share/info/maxima-index.lisp +share/icons/text-x-%%BINNAME%%-out.svg +share/icons/text-x-%%BINNAME%%session.svg +share/icons/x%%BINNAME%%.png +share/icons/x%%BINNAME%%.svg +share/info/guess.info +share/info/mathml.info share/info/maxima-index-html.lisp -%%MANPAGES%%share/man/man1/maxima.1.gz -share/metainfo/net.sourceforge.maxima.xmaxima.appdata.xml +share/info/maxima-index.lisp +share/info/raddenest.info +share/metainfo/net.sourceforge.%%BINNAME%%.x%%BINNAME%%.appdata.xml share/mime/packages/x-mac.xml share/mime/packages/x-maxima-out.xml -%%XMAXIMA%%share/pixmaps/net.sourceforge.maxima.png -%%XMAXIMA%%share/pixmaps/net.sourceforge.maxima.svg -share/pixmaps/text-x-maxima-out.svg -share/pixmaps/text-x-maximasession.svg diff --git a/math/mdal/Makefile b/math/mdal/Makefile index 7de33d701234..1ef54c326153 100644 --- a/math/mdal/Makefile +++ b/math/mdal/Makefile @@ -1,7 +1,7 @@ PORTNAME= mdal DISTVERSIONPREFIX= release- DISTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= math geography MAINTAINER= wen@FreeBSD.org @@ -14,12 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/gtest/gtest.h:devel/googletest LIB_DEPENDS= libpdalcpp.so:math/pdal \ libnetcdf.so:science/netcdf \ - libsqlite3.so:databases/sqlite3 \ libgdal.so:graphics/gdal \ libhdf5.so:science/hdf5 \ libsz.so:science/libaec -USES= cmake gnome localbase +USES= cmake gnome localbase sqlite USE_GNOME= libxml2 USE_LDCONFIG= yes diff --git a/math/mppp/Makefile b/math/mppp/Makefile index 7ea961658d12..7e7edc4ab1ff 100644 --- a/math/mppp/Makefile +++ b/math/mppp/Makefile @@ -1,7 +1,7 @@ PORTNAME= mppp DISTVERSIONPREFIX= v DISTVERSION= 1.0.3 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/mumps/Makefile b/math/mumps/Makefile index b29eafb76216..cbc3ca9987b3 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -6,7 +6,7 @@ PKGNAMESUFFIX= -edf MAINTAINER= thierry@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver for Code_Aster -WWW= https://graal.ens-lyon.fr/MUMPS/ +WWW= https://mumps-solver.org/ LICENSE= CeCILL_C LICENSE_NAME= CeCILL-C diff --git a/math/mumps4/Makefile b/math/mumps4/Makefile index 987e16064327..72ab350a3fbf 100644 --- a/math/mumps4/Makefile +++ b/math/mumps4/Makefile @@ -10,7 +10,7 @@ DISTNAME= MUMPS_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MUltifrontal Massively Parallel sparse direct Solver -WWW= https://graal.ens-lyon.fr/MUMPS/ +WWW= https://mumps-solver.org/ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/obake/Makefile b/math/obake/Makefile index f2dcdfb056b2..08209118b9ac 100644 --- a/math/obake/Makefile +++ b/math/obake/Makefile @@ -2,7 +2,7 @@ PORTNAME= obake DISTVERSIONPREFIX= v DISTVERSION= 0.7.0-24 DISTVERSIONSUFFIX= -gb8cc71c -PORTREVISION= 21 +PORTREVISION= 23 CATEGORIES= math PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/math/octave-forge-automatic-differentiation/Makefile b/math/octave-forge-automatic-differentiation/Makefile index 8c842f23a5ed..2a8ca6673d9e 100644 --- a/math/octave-forge-automatic-differentiation/Makefile +++ b/math/octave-forge-automatic-differentiation/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-automatic-differentiation -DISTVERSION= 1.0.0 -PORTREVISION= 6 +DISTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -19,5 +19,6 @@ NO_ARCH= yes NO_BUILD= yes OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} +WRKSRC= ${WRKDIR}/${OCTAVE_SRC} .include <bsd.port.mk> diff --git a/math/octave-forge-automatic-differentiation/distinfo b/math/octave-forge-automatic-differentiation/distinfo index a83213655a47..04b950d2f851 100644 --- a/math/octave-forge-automatic-differentiation/distinfo +++ b/math/octave-forge-automatic-differentiation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666744398 -SHA256 (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.0_GH0.tar.gz) = 12e578cd4daedd31537ba5f541db20e85754ab356c3c28cb75da78442beb10e5 -SIZE (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.0_GH0.tar.gz) = 29014 +TIMESTAMP = 1754287808 +SHA256 (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.1_GH0.tar.gz) = 5fdcfaf009ba240bdec5703ca1d230af59b16f8e5173403ddb7f1899cf7d68e7 +SIZE (octave-forge/StevenWaldrip-Automatic-Differentiation-1.0.1_GH0.tar.gz) = 33852 diff --git a/math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION b/math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION new file mode 100644 index 000000000000..70d670a80dee --- /dev/null +++ b/math/octave-forge-automatic-differentiation/files/patch-DESCRIPTION @@ -0,0 +1,9 @@ +--- DESCRIPTION.orig 2025-08-07 20:53:55.335448000 -0500 ++++ DESCRIPTION 2025-08-07 20:54:04.639963000 -0500 +@@ -1,5 +1,5 @@ + name: Automatic-Differentiation +-version: 1.0.0 ++version: 1.0.1 + date: 2022-07-15 + author: Steven Waldrip <https://mathsfromnothing.cf> + maintainer: Steven Waldrip <https://mathsfromnothing.cf> diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index cf3bb6305e49..434f9742e3d3 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -1,7 +1,6 @@ PORTNAME= octave-forge-bim DISTVERSIONPREFIX= v -DISTVERSION= 1.1.6 -PORTREVISION= 5 +DISTVERSION= 1.1.8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-bim/distinfo b/math/octave-forge-bim/distinfo index ebe582ceda67..f82d42d78b60 100644 --- a/math/octave-forge-bim/distinfo +++ b/math/octave-forge-bim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667846208 -SHA256 (octave-forge/carlodefalco-bim-v1.1.6_GH0.tar.gz) = a6feb8b30acf960a29065b9ba4095fa03f4a265392805f7075b81d1c74dcafd7 -SIZE (octave-forge/carlodefalco-bim-v1.1.6_GH0.tar.gz) = 34627 +TIMESTAMP = 1751145226 +SHA256 (octave-forge/carlodefalco-bim-v1.1.8_GH0.tar.gz) = c195c081fbc5b7cc7d3146ed740d8e985a48f3cdca04e06bee385feed4dd55d6 +SIZE (octave-forge/carlodefalco-bim-v1.1.8_GH0.tar.gz) = 595838 diff --git a/math/octave-forge-csg-dataset/Makefile b/math/octave-forge-csg-dataset/Makefile index ba70d406342a..4808cbab9b49 100644 --- a/math/octave-forge-csg-dataset/Makefile +++ b/math/octave-forge-csg-dataset/Makefile @@ -10,8 +10,7 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING -USES= compiler octave -USE_GCC= yes +USES= octave USE_GITHUB= yes GH_ACCOUNT= pr0m1th3as GH_PROJECT= ${OCTAVE_PKGNAME} diff --git a/math/octave-forge-csg-toolkit/Makefile b/math/octave-forge-csg-toolkit/Makefile index 6f1abde3595a..153a5a1adca7 100644 --- a/math/octave-forge-csg-toolkit/Makefile +++ b/math/octave-forge-csg-toolkit/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-csg-toolkit DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -18,8 +18,6 @@ USE_GITHUB= yes GH_ACCOUNT= pr0m1th3as GH_PROJECT= ${OCTAVE_PKGNAME} -CXXFLAGS+= -stdlib=libstdc++ - OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} .include <bsd.port.mk> diff --git a/math/octave-forge-csg-toolkit/distinfo b/math/octave-forge-csg-toolkit/distinfo index aa0b675416d5..5e2b2beb5f84 100644 --- a/math/octave-forge-csg-toolkit/distinfo +++ b/math/octave-forge-csg-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747586917 -SHA256 (octave-forge/pr0m1th3as-csg-toolkit-v1.4.1_GH0.tar.gz) = 16d926e1ec99ddd1d94c9cb8c39ef5fb539e493b11c8d3673946cf3dd5a62cb4 -SIZE (octave-forge/pr0m1th3as-csg-toolkit-v1.4.1_GH0.tar.gz) = 2156001 +TIMESTAMP = 1752819931 +SHA256 (octave-forge/pr0m1th3as-csg-toolkit-v1.4.3_GH0.tar.gz) = cc65e5d6b14f6678739f59119a726dbe0545da8ee662052f6adb3a02ad72ca44 +SIZE (octave-forge/pr0m1th3as-csg-toolkit-v1.4.3_GH0.tar.gz) = 2182368 diff --git a/math/octave-forge-datatypes/Makefile b/math/octave-forge-datatypes/Makefile index e1440b874169..88680220a89d 100644 --- a/math/octave-forge-datatypes/Makefile +++ b/math/octave-forge-datatypes/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-datatypes DISTVERSIONPREFIX= release- -DISTVERSION= 1.0.2 +DISTVERSION= 1.0.7 PORTEPOCH= 1 CATEGORIES= math @@ -12,8 +12,6 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING USES= octave -# \ -# compiler:nestedfct # A way to get g++ which understands -fconcepts. USE_GITHUB= yes GH_ACCOUNT= pr0m1th3as GH_PROJECT= datatypes diff --git a/math/octave-forge-datatypes/distinfo b/math/octave-forge-datatypes/distinfo index 12c659158061..9bf754b94c55 100644 --- a/math/octave-forge-datatypes/distinfo +++ b/math/octave-forge-datatypes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744948847 -SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.0.2_GH0.tar.gz) = 0cbf9171e366d2cfd067ed8089a97c3320b3475a88f63680c3ceeaaca55976f3 -SIZE (octave-forge/pr0m1th3as-datatypes-release-1.0.2_GH0.tar.gz) = 288518 +TIMESTAMP = 1753473679 +SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.0.7_GH0.tar.gz) = b9c60ef0c51b4aff2f032d385d7d6797ee948e5ff29e934b178952f97b83d113 +SIZE (octave-forge/pr0m1th3as-datatypes-release-1.0.7_GH0.tar.gz) = 300497 diff --git a/math/octave-forge-financial/Makefile b/math/octave-forge-financial/Makefile index beb5587f00a6..ae647de46802 100644 --- a/math/octave-forge-financial/Makefile +++ b/math/octave-forge-financial/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-financial -PORTVERSION= 0.5.3 -PORTREVISION= 11 +PORTVERSION= 0.5.4 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -15,8 +14,6 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING RUN_DEPENDS= ${OCTAVE_TARBALLS_DIR}/io.tar.gz:math/octave-forge-io \ ${OCTAVE_TARBALLS_DIR}/statistics.tar.gz:math/octave-forge-statistics -BROKEN= does not install with octave version >= 9.1.0 - USES= octave NO_ARCH= yes diff --git a/math/octave-forge-financial/distinfo b/math/octave-forge-financial/distinfo index 1b6d83598d91..0728d676b6de 100644 --- a/math/octave-forge-financial/distinfo +++ b/math/octave-forge-financial/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542397369 -SHA256 (octave-forge/financial-0.5.3.tar.gz) = ae6ef255597567c79e15f2b78e2d22febf43bc0d679de7ca6c79f36b9e1f2639 -SIZE (octave-forge/financial-0.5.3.tar.gz) = 80482 +TIMESTAMP = 1750880519 +SHA256 (octave-forge/financial-0.5.4.tar.gz) = 0b906886b4c754c683ad5f464dba797743af5d1faccd032357986f38d16d3fbb +SIZE (octave-forge/financial-0.5.4.tar.gz) = 80390 diff --git a/math/octave-forge-fpl/pkg-message b/math/octave-forge-fpl/pkg-message deleted file mode 100644 index 33161878217a..000000000000 --- a/math/octave-forge-fpl/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -[ -{ type: install - message: <<EOM -Although the port builds, it is nonfunctional on sparc64 due to the absence -of opendx. -EOM -} -] diff --git a/math/octave-forge-geometry/Makefile b/math/octave-forge-geometry/Makefile index 9933cf303500..abdc8e77b362 100644 --- a/math/octave-forge-geometry/Makefile +++ b/math/octave-forge-geometry/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-geometry PORTVERSION= 4.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -12,7 +12,7 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${OCTAVE_TARBALLS_DIR}/matgeom.tar.gz:math/octave-forge-matgeom USES= octave python:env diff --git a/math/octave-forge-octave_php_wrapper/Makefile b/math/octave-forge-octave_php_wrapper/Makefile new file mode 100644 index 000000000000..ab0a039e462c --- /dev/null +++ b/math/octave-forge-octave_php_wrapper/Makefile @@ -0,0 +1,25 @@ +PORTNAME= octave-forge-octave_php_wrapper +#DISTVERSIONPREFIX= +DISTVERSION= 1.0.0 +PORTREVISION= 1 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING + +USES= octave +USE_GITHUB= yes +GH_ACCOUNT= CNOCTAVE +GH_PROJECT= ${OCTAVE_PKGNAME} + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} +WRKSRC= ${WRKDIR}/${OCTAVE_SRC} + +NO_ARCH= yes +NO_BUILD= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-octave_php_wrapper/distinfo b/math/octave-forge-octave_php_wrapper/distinfo new file mode 100644 index 000000000000..7568a509a9ac --- /dev/null +++ b/math/octave-forge-octave_php_wrapper/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1748221790 +SHA256 (octave-forge/CNOCTAVE-octave_php_wrapper-1.0.0_GH0.tar.gz) = 1c4ea46304e6d1a033b18abb9f5426aabbf0fe1a49edfd6a0eb76c4881834bab +SIZE (octave-forge/CNOCTAVE-octave_php_wrapper-1.0.0_GH0.tar.gz) = 661019 diff --git a/math/octave-forge-octave_php_wrapper/files/patch-DESCRIPTION b/math/octave-forge-octave_php_wrapper/files/patch-DESCRIPTION new file mode 100644 index 000000000000..cc360bf1ef13 --- /dev/null +++ b/math/octave-forge-octave_php_wrapper/files/patch-DESCRIPTION @@ -0,0 +1,9 @@ +--- DESCRIPTION.orig 2025-07-11 04:12:11 UTC ++++ DESCRIPTION +@@ -1,5 +1,5 @@ Name: octave_php_wrapper + Name: octave_php_wrapper +-Version: 0.1.0 ++Version: 1.0.0 + Date: 2025-5-16 + Author: various authors + Maintainer: Yu Hongbo <yuhongbo@member.fsf.org>, CNOCTAVE <cnoctave@qq.com> diff --git a/math/octave-forge-octave_php_wrapper/pkg-descr b/math/octave-forge-octave_php_wrapper/pkg-descr new file mode 100644 index 000000000000..81d820dc23ec --- /dev/null +++ b/math/octave-forge-octave_php_wrapper/pkg-descr @@ -0,0 +1,9 @@ +The octave-forge package is the result of The GNU Octave Repository project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is octave_php_wrapper. + + The octave_php_wrapper package creates a PHP wrapper for Octave script, so +that you can run the Octave script by PHP, like modern Internet service. diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 2e6eb15371a0..73154f0ccd51 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-octproj -PORTVERSION= 3.0.2 -PORTREVISION= 11 +PORTVERSION= 3.1.0 CATEGORIES= math MASTER_SITES= https://bitbucket.org/jgpallero/octproj/downloads/ DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -16,9 +15,4 @@ LIB_DEPENDS+= libproj.so:graphics/proj USES= octave -NO_ARCH= yes - -post-patch: - ${REINPLACE_CMD} -e s/CC/MKOCTFILE/ -e s/-Wall// -e s/-Wextra// ${WRKSRC}/Makefile - .include <bsd.port.mk> diff --git a/math/octave-forge-octproj/distinfo b/math/octave-forge-octproj/distinfo index 28fa29a9888a..d6eafe24e844 100644 --- a/math/octave-forge-octproj/distinfo +++ b/math/octave-forge-octproj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667845193 -SHA256 (octave-forge/octproj-3.0.2.tar.gz) = 1b60239ede0a19aabd85d5c72c72fee9df6519bf37c2430766ab303628f04b3b -SIZE (octave-forge/octproj-3.0.2.tar.gz) = 9500328 +TIMESTAMP = 1751335353 +SHA256 (octave-forge/octproj-3.1.0.tar.gz) = 17586a1125e6c1a1e9e2a5d9add6859ed2f7a7b86e68e93c94327860f4baafe7 +SIZE (octave-forge/octproj-3.1.0.tar.gz) = 9501835 diff --git a/math/octave-forge-onsas/Makefile b/math/octave-forge-onsas/Makefile index ad3093dab716..fc8171c52186 100644 --- a/math/octave-forge-onsas/Makefile +++ b/math/octave-forge-onsas/Makefile @@ -12,6 +12,8 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING +BROKEN= this software is incompatible with octave pkg + USES= octave USE_GITHUB= yes GH_ACCOUNT= ONSAS diff --git a/math/octave-forge-pkg-octave-doc/Makefile b/math/octave-forge-pkg-octave-doc/Makefile index 5cc3f30f4e79..94ab6b4d858c 100644 --- a/math/octave-forge-pkg-octave-doc/Makefile +++ b/math/octave-forge-pkg-octave-doc/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-pkg-octave-doc DISTVERSIONPREFIX= release- -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pkg-octave-doc/distinfo b/math/octave-forge-pkg-octave-doc/distinfo index 6e7665b04202..0b67f2f9b6b0 100644 --- a/math/octave-forge-pkg-octave-doc/distinfo +++ b/math/octave-forge-pkg-octave-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744815063 -SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.0_GH0.tar.gz) = 18eb90d7a97bfa477b4fee0898d8af85213b710086f6b7a1983561b14da47ebe -SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.0_GH0.tar.gz) = 159428 +TIMESTAMP = 1754614694 +SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.4_GH0.tar.gz) = 6f13b269610cb21be00919e552300aed549afd1d457589a0bf3996aba12ab536 +SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.4_GH0.tar.gz) = 161147 diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index 83e5727925d2..3f809a9e270c 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-statistics DISTVERSIONPREFIX= release- -DISTVERSION= 1.7.4 +DISTVERSION= 1.7.5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-statistics/distinfo b/math/octave-forge-statistics/distinfo index 4e4a04d382a2..47feb5b9bbe0 100644 --- a/math/octave-forge-statistics/distinfo +++ b/math/octave-forge-statistics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744659265 -SHA256 (octave-forge/gnu-octave-statistics-release-1.7.4_GH0.tar.gz) = 7fdea950102b1cbf008f0e90b3780bab53a9c70dc447113ddd8d7f9431cf1035 -SIZE (octave-forge/gnu-octave-statistics-release-1.7.4_GH0.tar.gz) = 1307223 +TIMESTAMP = 1753229115 +SHA256 (octave-forge/gnu-octave-statistics-release-1.7.5_GH0.tar.gz) = 5202b7ddf35014577f4d9ddfd11109789dae29f1febaeab1e19d16cdb7d9753c +SIZE (octave-forge/gnu-octave-statistics-release-1.7.5_GH0.tar.gz) = 1349843 diff --git a/math/octave-forge-tablicious/Makefile b/math/octave-forge-tablicious/Makefile index 5e492e85ba91..33a4eec5398e 100644 --- a/math/octave-forge-tablicious/Makefile +++ b/math/octave-forge-tablicious/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-tablicious DISTVERSIONPREFIX= v -DISTVERSION= 0.4.4 +DISTVERSION= 0.4.5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-tablicious/distinfo b/math/octave-forge-tablicious/distinfo index 727015583f41..d7ddaa841000 100644 --- a/math/octave-forge-tablicious/distinfo +++ b/math/octave-forge-tablicious/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729690484 -SHA256 (octave-forge/apjanke-octave-tablicious-v0.4.4_GH0.tar.gz) = ce48d371875ddf28233a628627342a90b612cd551156643866cfe99cdf3d83f3 -SIZE (octave-forge/apjanke-octave-tablicious-v0.4.4_GH0.tar.gz) = 8542020 +TIMESTAMP = 1751652918 +SHA256 (octave-forge/apjanke-octave-tablicious-v0.4.5_GH0.tar.gz) = 930188ffcf9ca448b588d09399a4d3b53c209d46727ce34ecb9c2a381f298b98 +SIZE (octave-forge/apjanke-octave-tablicious-v0.4.5_GH0.tar.gz) = 9252074 diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index b3b12e710bae..327752eed92a 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge -PORTVERSION= 20250519 +PORTVERSION= 20250808 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -25,8 +25,8 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ MAPPING MATGEOM MCCABE_THIELE \ MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MPI MQTT MSH \ MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS \ - OCT2MAT OCTAVE_POOL OCTAVE_TAR OCTAVE_ZSTD \ - OCTCLIP OCTPROJ ODBC ODEBVP ONSAS OPTICS \ + OCT2MAT OCTAVE_PHP_WRAPPER OCTAVE_POOL OCTAVE_TAR OCTAVE_ZSTD \ + OCTCLIP OCTPROJ ODBC ODEBVP OPTICS \ OPTIM OPTIMINTERP OUTLIERS PARALLEL PKG_OCTAVE_DOC PDE1DM PLOT \ PIQP PONCHON_SAVARIT PROMPT PSYCHROMETRICS PYTHONIC QUATERNION \ QUEUEING RTREE SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SOLE \ @@ -37,12 +37,13 @@ OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ TSA VIDEO VELAS \ WEBSOCKETS ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NBIOINFO:NCHARTJS:NDATA_SMOOTHING:NDATABASE:NECONOMETRICS:NFINANCIAL:NFITS:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPIQP:NPLOT:NOPTIM:NSYMBAND:NSPECFUN} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NBIOINFO:NCHARTJS:NDATA_SMOOTHING:NDATABASE:NECONOMETRICS:NFITS:NGNUPLOT:NINFORMATIONTHEORY:NIRSA:NLEVEL_SET:NMECHANICS:NMPI:NNNET:NNLWING2:NPIQP:NPLOT:NOPTIM:NSYMBAND:NSPECFUN} OCTAVE_TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs .for OPT in ${OPTIONS_DEFINE} . if ${OPTIONS_DEFINE:MGENERATE_HTML} == ${OPT} \ + || ${OPTIONS_DEFINE:MOCTAVE_PHP_WRAPPER} == ${OPT} \ || ${OPTIONS_DEFINE:MOCTAVE_TAR} == ${OPT} \ || ${OPTIONS_DEFINE:MOCTAVE_ZSTD} == ${OPT} ${OPT}_DESC= Install package: ${OPT:tl} diff --git a/math/octave/Makefile b/math/octave/Makefile index 634a77477d17..f5cc8112b3d1 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/octave/distinfo b/math/octave/distinfo index 9bcd6a1b954a..52b290e7b0da 100644 --- a/math/octave/distinfo +++ b/math/octave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743276645 -SHA256 (octave-10.1.0.tar.xz) = 051d092fe7abbed4ed9b74c8c40f3dfb1b9aa9eede770ac6c7e9c8c9e895e0c9 -SIZE (octave-10.1.0.tar.xz) = 27845208 +TIMESTAMP = 1748996512 +SHA256 (octave-10.2.0.tar.xz) = c9a0b0f83381866e816842e83eb35042d9dbc9d684557ba776e9e30292b2f76b +SIZE (octave-10.2.0.tar.xz) = 27794648 diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index da4a1f8eff02..94d9b4d30357 100644 --- a/math/octave/pkg-plist +++ b/math/octave/pkg-plist @@ -778,13 +778,13 @@ include/octave-%%OCTAVE_VERSION%%/octave/xnorm.h include/octave-%%OCTAVE_VERSION%%/octave/xpow.h lib/octave/%%OCTAVE_VERSION%%/liboctave.so lib/octave/%%OCTAVE_VERSION%%/liboctave.so.12 -lib/octave/%%OCTAVE_VERSION%%/liboctave.so.12.0.0 +lib/octave/%%OCTAVE_VERSION%%/liboctave.so.12.0.1 %%QT6%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so %%QT6%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.13 -%%QT6%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.13.0.0 +%%QT6%%lib/octave/%%OCTAVE_VERSION%%/liboctgui.so.13.0.1 lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.13 -lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.13.0.0 +lib/octave/%%OCTAVE_VERSION%%/liboctinterp.so.13.1.0 lib/octave/%%OCTAVE_VERSION%%/liboctmex.so lib/octave/%%OCTAVE_VERSION%%/liboctmex.so.1 lib/octave/%%OCTAVE_VERSION%%/liboctmex.so.1.0.0 diff --git a/math/oink/Makefile b/math/oink/Makefile index 7df176aa7382..e93ae7259c82 100644 --- a/math/oink/Makefile +++ b/math/oink/Makefile @@ -1,5 +1,6 @@ PORTNAME= oink DISTVERSION= g20250105 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -10,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ - liblace.so:devel/lace + liblace.so:devel/lace14 USES= cmake:testing USE_CXXSTD= c++14 diff --git a/math/oink/files/patch-CMakeLists.txt b/math/oink/files/patch-CMakeLists.txt index d2712483dc57..095bae5ce5ba 100644 --- a/math/oink/files/patch-CMakeLists.txt +++ b/math/oink/files/patch-CMakeLists.txt @@ -1,7 +1,11 @@ ---- CMakeLists.txt.orig 2025-03-28 04:18:13 UTC +--- CMakeLists.txt.orig 2025-01-05 22:29:55 UTC +++ CMakeLists.txt -@@ -24,7 +24,7 @@ find_package(Boost REQUIRED COMPONENTS filesystem iost - find_package(Boost REQUIRED COMPONENTS filesystem iostreams regex system random CONFIG) +@@ -21,10 +21,10 @@ endif() + endif() + endif() + +-find_package(Boost REQUIRED COMPONENTS filesystem iostreams regex system random CONFIG) ++find_package(Boost REQUIRED COMPONENTS filesystem iostreams regex random CONFIG) # Main library target -add_library(oink STATIC) diff --git a/math/oink/files/patch-test_test__solvers.cpp b/math/oink/files/patch-test_test__solvers.cpp new file mode 100644 index 000000000000..b20666f94ee4 --- /dev/null +++ b/math/oink/files/patch-test_test__solvers.cpp @@ -0,0 +1,16 @@ +--- test/test_solvers.cpp.orig 2025-01-05 22:29:55 UTC ++++ test/test_solvers.cpp +@@ -29,7 +29,13 @@ + #include <boost/iostreams/filter/gzip.hpp> + #include <boost/filesystem.hpp> + #include <boost/random/random_device.hpp> ++#if BOOST_VERSION >= 108800 // v2 is now default ++#define BOOST_PROCESS_VERSION 1 ++#include <boost/process/v1/io.hpp> ++#include <boost/process/v1/system.hpp> ++#else + #include <boost/process.hpp> ++#endif + + #include "tools/cxxopts.hpp" + #include "oink/oink.hpp" diff --git a/math/openblas/Makefile b/math/openblas/Makefile index e70706747051..d4a5c079ae71 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -1,7 +1,6 @@ PORTNAME= openblas DISTVERSIONPREFIX= v -DISTVERSION= 0.3.29 -PORTREVISION= 1 +DISTVERSION= 0.3.30 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= NL/lapack/timing/:lapack_tmg @@ -9,10 +8,6 @@ DISTFILES= large.tgz:lapack_tmg \ timing.tgz:lapack_tmg DIST_SUBDIR= openblas -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= e8b11a126bbbcabdfa0ca06bbf4dcca44b8e650f.patch:-p1 \ - 643966d9c7eba16de75da14e60c3e554d4019595.patch:-p1 - MAINTAINER= phd_kimberlite@yahoo.co.jp COMMENT= Optimized BLAS library based on GotoBLAS2 WWW= https://github.com/OpenMathLib/OpenBLAS diff --git a/math/openblas/distinfo b/math/openblas/distinfo index e5b8644360cc..474b6c3495ec 100644 --- a/math/openblas/distinfo +++ b/math/openblas/distinfo @@ -1,11 +1,7 @@ -TIMESTAMP = 1741647523 +TIMESTAMP = 1750415154 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af SIZE (openblas/timing.tgz) = 1059485 -SHA256 (openblas/OpenMathLib-OpenBLAS-v0.3.29_GH0.tar.gz) = 38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb -SIZE (openblas/OpenMathLib-OpenBLAS-v0.3.29_GH0.tar.gz) = 24671913 -SHA256 (openblas/e8b11a126bbbcabdfa0ca06bbf4dcca44b8e650f.patch) = fba556c4c0f254570d9d53d556e9fe8af1d6cdfd6daf461a523579b3e59650cf -SIZE (openblas/e8b11a126bbbcabdfa0ca06bbf4dcca44b8e650f.patch) = 4797 -SHA256 (openblas/643966d9c7eba16de75da14e60c3e554d4019595.patch) = 1874a7ef2c78842fa4f29ec4d61c71c9c86036c8c6d1909b3040e9ad9dfc7aa1 -SIZE (openblas/643966d9c7eba16de75da14e60c3e554d4019595.patch) = 834 +SHA256 (openblas/OpenMathLib-OpenBLAS-v0.3.30_GH0.tar.gz) = 27342cff518646afb4c2b976d809102e368957974c250a25ccc965e53063c95d +SIZE (openblas/OpenMathLib-OpenBLAS-v0.3.30_GH0.tar.gz) = 24699801 diff --git a/math/openblas64/Makefile b/math/openblas64/Makefile index 06a4932c56f8..d5c208a2c3a7 100644 --- a/math/openblas64/Makefile +++ b/math/openblas64/Makefile @@ -1,7 +1,6 @@ PORTNAME= openblas DISTVERSIONPREFIX= v -DISTVERSION= 0.3.29 -PORTREVISION= 1 +DISTVERSION= 0.3.30 CATEGORIES= math MASTER_SITES= NL/lapack/timing/:lapack_tmg PKGNAMESUFFIX= 64 @@ -55,7 +54,7 @@ DYNAMIC_ARCH_DESC= Optimize for multiple CPU types, otherwise for this CPU BENCHMARKS_CMAKE_BOOL= BUILD_BENCHMARKS DYNAMIC_ARCH_CMAKE_BOOL=DYNAMIC_ARCH DYNAMIC_OLDER OPENMP_CMAKE_BOOL= USE_OPENMP -OPENMP_LDFLAGS= -lomp +OPENMP_CMAKE_ON= -DOpenMP_omp_LIBRARY="/usr/lib/libomp.so" .include <bsd.port.options.mk> diff --git a/math/openblas64/distinfo b/math/openblas64/distinfo index 4d9f628b7c61..273ce2b88266 100644 --- a/math/openblas64/distinfo +++ b/math/openblas64/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1737726082 +TIMESTAMP = 1750518123 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af SIZE (openblas/timing.tgz) = 1059485 -SHA256 (openblas/OpenMathLib-OpenBLAS-v0.3.29_GH0.tar.gz) = 38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb -SIZE (openblas/OpenMathLib-OpenBLAS-v0.3.29_GH0.tar.gz) = 24671913 +SHA256 (openblas/OpenMathLib-OpenBLAS-v0.3.30_GH0.tar.gz) = 27342cff518646afb4c2b976d809102e368957974c250a25ccc965e53063c95d +SIZE (openblas/OpenMathLib-OpenBLAS-v0.3.30_GH0.tar.gz) = 24699801 diff --git a/math/openblas64/files/patch-CMakeLists.txt b/math/openblas64/files/patch-CMakeLists.txt index a58aa620cb0b..7fa2920ca645 100644 --- a/math/openblas64/files/patch-CMakeLists.txt +++ b/math/openblas64/files/patch-CMakeLists.txt @@ -1,11 +1,18 @@ ---- CMakeLists.txt.orig 2024-04-04 20:26:04 UTC +--- CMakeLists.txt.orig 2025-06-22 09:12:23 UTC +++ CMakeLists.txt -@@ -448,7 +448,7 @@ if (BUILD_SHARED_LIBS AND NOT ${SYMBOLPREFIX}${SYMBOLS +@@ -541,13 +541,13 @@ message(STATUS "adding postbuild instruction to rename if (NOT USE_PERL) add_custom_command(TARGET ${OpenBLAS_LIBNAME}_shared POST_BUILD - COMMAND ${PROJECT_SOURCE_DIR}/exports/gensymbol "objcopy" "${ARCH}" "${BU}" "${EXPRECISION_IN}" "${NO_CBLAS_IN}" "${NO_LAPACK_IN}" "${NO_LAPACKE_IN}" "${NEED2UNDERSCORES_IN}" "${ONLY_CBLAS_IN}" \"${SYMBOLPREFIX}\" \"${SYMBOLSUFFIX}\" "${BLD}" "${BBF16}" "${BS}" "${BD}" "${BC}" "${BZ}" > ${PROJECT_BINARY_DIR}/objcopy.def -- COMMAND objcopy -v --redefine-syms ${PROJECT_BINARY_DIR}/objcopy.def ${PROJECT_BINARY_DIR}/lib/lib${OpenBLAS_LIBNAME}.so + COMMAND sh ${PROJECT_SOURCE_DIR}/exports/gensymbol "objcopy" "${ARCH}" "${BU}" "${EXPRECISION_IN}" "${NO_CBLAS_IN}" "${NO_LAPACK_IN}" "${NO_LAPACKE_IN}" "${NEED2UNDERSCORES_IN}" "${ONLY_CBLAS_IN}" \"${SYMBOLPREFIX}\" \"${SYMBOLSUFFIX}\" "${BLD}" "${BBF16}" "${BS}" "${BD}" "${BC}" "${BZ}" > ${PROJECT_BINARY_DIR}/objcopy.def +- COMMAND objcopy -v --redefine-syms ${PROJECT_BINARY_DIR}/objcopy.def ${PROJECT_BINARY_DIR}/lib/${OpenBLAS_LIBNAME}.so + COMMAND objcopy --redefine-syms ${PROJECT_BINARY_DIR}/objcopy.def ${PROJECT_BINARY_DIR}/lib/lib${OpenBLAS_LIBNAME}.so COMMENT "renaming symbols" ) else() + add_custom_command(TARGET ${OpenBLAS_LIBNAME}_shared POST_BUILD + COMMAND perl ${PROJECT_SOURCE_DIR}/exports/gensymbol.pl "objcopy" "${ARCH}" "${BU}" "${EXPRECISION_IN}" "${NO_CBLAS_IN}" "${NO_LAPACK_IN}" "${NO_LAPACKE_IN}" "${NEED2UNDERSCORES_IN}" "${ONLY_CBLAS_IN}" \"${SYMBOLPREFIX}\" \"${SYMBOLSUFFIX}\" "${BLD}" "${BBF16}" "${BS}" "${BD}" "${BC}" "${BZ}" > ${PROJECT_BINARY_DIR}/objcopy.def +- COMMAND objcopy -v --redefine-syms ${PROJECT_BINARY_DIR}/objcopy.def ${PROJECT_BINARY_DIR}/lib/lib${OpenBLAS_LIBNAME}.so ++ COMMAND objcopy --redefine-syms ${PROJECT_BINARY_DIR}/objcopy.def ${PROJECT_BINARY_DIR}/lib/lib${OpenBLAS_LIBNAME}.so + COMMENT "renaming symbols" + ) + endif() diff --git a/math/openblas64/files/patch-cmake_system.cmake b/math/openblas64/files/patch-cmake_system.cmake new file mode 100644 index 000000000000..763a00e23156 --- /dev/null +++ b/math/openblas64/files/patch-cmake_system.cmake @@ -0,0 +1,13 @@ +--- cmake/system.cmake.orig 2025-06-19 09:45:39 UTC ++++ cmake/system.cmake +@@ -380,8 +380,9 @@ if (USE_OPENMP) + # Avoid mixed OpenMP linkage + get_target_property(OMP_C_LIB OpenMP::OpenMP_C INTERFACE_LINK_LIBRARIES) + get_target_property(OMP_Fortran_LIB OpenMP::OpenMP_Fortran INTERFACE_LINK_LIBRARIES) ++# Disable this error on FreeBSD (dangerous by OK for the moment) + if (NOT OMP_C_LIB STREQUAL OMP_Fortran_LIB) +- message(FATAL_ERROR "Multiple OpenMP runtime libraries detected. Mixed OpenMP runtime linkage is dangerous. You may pass -DOpenMP_LANG_LIB_NAMES and -DOpenMP_omp_LIBRARY to manually choose the OpenMP library.") ++ message(STATUS "Multiple OpenMP runtime libraries detected. Mixed OpenMP runtime linkage is dangerous. You may pass -DOpenMP_LANG_LIB_NAMES and -DOpenMP_omp_LIBRARY to manually choose the OpenMP library.") + endif() + endif () + endif () diff --git a/math/openblas64/files/patch-common__arm.h b/math/openblas64/files/patch-common__arm.h index 1ffd13a2c63b..0c34ba948968 100644 --- a/math/openblas64/files/patch-common__arm.h +++ b/math/openblas64/files/patch-common__arm.h @@ -1,6 +1,6 @@ ---- common_arm.h.orig 2023-04-01 20:18:01 UTC +--- common_arm.h.orig 2025-06-19 09:45:39 UTC +++ common_arm.h -@@ -95,6 +95,17 @@ static inline int blas_quickdivide(blasint x, blasint +@@ -93,6 +93,17 @@ static inline int blas_quickdivide(blasint x, blasint #endif diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile index 807df24ea62e..0f6e8a250017 100644 --- a/math/openlibm/Makefile +++ b/math/openlibm/Makefile @@ -1,6 +1,6 @@ PORTNAME= openlibm DISTVERSIONPREFIX= v -DISTVERSION= 0.8.6 +DISTVERSION= 0.8.7 CATEGORIES= math MAINTAINER= laurent.chardon@gmail.com @@ -18,11 +18,12 @@ BROKEN_armv6= fails to compile: a parameter list without types is only allowed i BROKEN_armv7= fails to compile: a parameter list without types is only allowed in a function definition USES= cmake -USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= JuliaMath +USE_LDCONFIG= yes + do-test: (cd ${WRKSRC}/test && ${SETENVI} ${CC} test-double.c -o test-double \ ${CFLAGS} ${CPPFLAGS} -std=c99 ${LDFLAGS} \ diff --git a/math/openlibm/distinfo b/math/openlibm/distinfo index 060e41582598..a81cb5b6dfe7 100644 --- a/math/openlibm/distinfo +++ b/math/openlibm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741436572 -SHA256 (JuliaMath-openlibm-v0.8.6_GH0.tar.gz) = 347998968cfeb2f9b91de6a8e85d2ba92dec0915d53500a4bc483e056f85b94c -SIZE (JuliaMath-openlibm-v0.8.6_GH0.tar.gz) = 374461 +TIMESTAMP = 1750098575 +SHA256 (JuliaMath-openlibm-v0.8.7_GH0.tar.gz) = e328a1d59b94748b111e022bca6a9d2fc0481fb57d23c87d90f394b559d4f062 +SIZE (JuliaMath-openlibm-v0.8.7_GH0.tar.gz) = 374759 diff --git a/math/openturns/Makefile b/math/openturns/Makefile index fc355500574a..dca10464a177 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,7 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.24 -PORTREVISION= 4 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/p5-Math-GMPq/Makefile b/math/p5-Math-GMPq/Makefile index b399e3439e6f..6b4f7392d9e3 100644 --- a/math/p5-Math-GMPq/Makefile +++ b/math/p5-Math-GMPq/Makefile @@ -1,5 +1,5 @@ PORTNAME= Math-GMPq -PORTVERSION= 0.64 +PORTVERSION= 0.67 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-GMPq/distinfo b/math/p5-Math-GMPq/distinfo index 4d4180ebb293..18277abedf93 100644 --- a/math/p5-Math-GMPq/distinfo +++ b/math/p5-Math-GMPq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288808 -SHA256 (Math-GMPq-0.64.tar.gz) = bc9cdf01afc1c024e9bb3a7bd261823ba2ad64296431ff28deb3376f8b6581cd -SIZE (Math-GMPq-0.64.tar.gz) = 63298 +TIMESTAMP = 1750188040 +SHA256 (Math-GMPq-0.67.tar.gz) = 45a5ce5da5975efdb43ca2511b6fba0827baed9224829b26cd7b020a92eb0770 +SIZE (Math-GMPq-0.67.tar.gz) = 70782 diff --git a/math/p5-Math-GMPz/Makefile b/math/p5-Math-GMPz/Makefile index 592dd627ef73..95eb4aa47b8e 100644 --- a/math/p5-Math-GMPz/Makefile +++ b/math/p5-Math-GMPz/Makefile @@ -1,5 +1,5 @@ PORTNAME= Math-GMPz -PORTVERSION= 0.65 +PORTVERSION= 0.67 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-GMPz/distinfo b/math/p5-Math-GMPz/distinfo index b93db35fcec3..2669f901db5b 100644 --- a/math/p5-Math-GMPz/distinfo +++ b/math/p5-Math-GMPz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288810 -SHA256 (Math-GMPz-0.65.tar.gz) = 4d71808431a22c334118df67d93549948c31ad49581019ea511b0c2097f0899e -SIZE (Math-GMPz-0.65.tar.gz) = 109452 +TIMESTAMP = 1750188042 +SHA256 (Math-GMPz-0.67.tar.gz) = 534ab5799815145161328fff6a4742cc19bbcc9e4c1149478390d73377bc2706 +SIZE (Math-GMPz-0.67.tar.gz) = 110724 diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index c4775e4adebe..b44a9d11c69b 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -1,5 +1,5 @@ PORTNAME= Math-MPFR -PORTVERSION= 4.38 +PORTVERSION= 4.43 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo index 23137127edc1..46c83f4f7f69 100644 --- a/math/p5-Math-MPFR/distinfo +++ b/math/p5-Math-MPFR/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742457881 -SHA256 (Math-MPFR-4.38.tar.gz) = 7b8ad93bbab8cbb55270e147c205dc95118287c6a32d1c61e155a6bf5c2395ec -SIZE (Math-MPFR-4.38.tar.gz) = 238700 +TIMESTAMP = 1752262705 +SHA256 (Math-MPFR-4.43.tar.gz) = cfa3d6c15c0a7f991927f7e6046543343798351724f9d13868751dbdb476ee89 +SIZE (Math-MPFR-4.43.tar.gz) = 243205 diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile index ea6d64f7e86a..333a0f4f2612 100644 --- a/math/p5-Math-Pari/Makefile +++ b/math/p5-Math-Pari/Makefile @@ -70,4 +70,10 @@ post-install: ${INSTALL_LIB} ${PARI_WRKSRC}/build/libpari-gmp.so.2.3.5 ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Pari ${LN} -s libpari-gmp.so.2.3.5 ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Pari/libpari-gmp.so.2 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +BROKEN= fails to build +.endif + +.include <bsd.port.post.mk> diff --git a/math/p5-Statistics-CaseResampling/Makefile b/math/p5-Statistics-CaseResampling/Makefile index 405a3b4ec8a4..045e9ffa6319 100644 --- a/math/p5-Statistics-CaseResampling/Makefile +++ b/math/p5-Statistics-CaseResampling/Makefile @@ -1,5 +1,5 @@ PORTNAME= Statistics-CaseResampling -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Statistics-CaseResampling/distinfo b/math/p5-Statistics-CaseResampling/distinfo index 94f3eb488dd8..cd5167e201c4 100644 --- a/math/p5-Statistics-CaseResampling/distinfo +++ b/math/p5-Statistics-CaseResampling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532715420 -SHA256 (Statistics-CaseResampling-0.15.tar.gz) = 851c43bd6f10d32289522a50c6a209c3b246cfd3eb566773e6861eda04a49087 -SIZE (Statistics-CaseResampling-0.15.tar.gz) = 58153 +TIMESTAMP = 1753265732 +SHA256 (Statistics-CaseResampling-0.17.tar.gz) = 6ee66d0eed81882ec4fa48fffe163a04fd98c4d56ac1e8cdc14a9f83bd1839bc +SIZE (Statistics-CaseResampling-0.17.tar.gz) = 58325 diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 46e6d28e95e0..0c7ebdff593d 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= pdal DISTVERSION= 2.8.4 +PORTREVISION= 3 CATEGORIES= math databases graphics MASTER_SITES= https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/math/php85-bcmath/Makefile b/math/php85-bcmath/Makefile new file mode 100644 index 000000000000..57963b7ed57d --- /dev/null +++ b/math/php85-bcmath/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" diff --git a/math/php85-gmp/Makefile b/math/php85-gmp/Makefile new file mode 100644 index 000000000000..88a9d5f7b23b --- /dev/null +++ b/math/php85-gmp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -gmp + +.include "${MASTERDIR}/Makefile" diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 55312ff415cd..193dc3bf8ab4 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -196,4 +196,10 @@ post-install-TESTS-on: test test: @cd ${WRKSRC} && HOME=${WRKDIR} perl/polymake --script run_testcases -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 504200 +BROKEN= polymake has not been checked for compatibility with perl 5.42 or newer +.endif + +.include <bsd.port.post.mk> diff --git a/math/primecount/Makefile b/math/primecount/Makefile index 9bd365431bf1..a94059e31673 100644 --- a/math/primecount/Makefile +++ b/math/primecount/Makefile @@ -1,6 +1,6 @@ PORTNAME= primecount DISTVERSIONPREFIX= v -DISTVERSION= 7.16 +DISTVERSION= 7.19 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/primecount/distinfo b/math/primecount/distinfo index 6413bd8f5c04..5e920f15c4bd 100644 --- a/math/primecount/distinfo +++ b/math/primecount/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743933234 -SHA256 (kimwalisch-primecount-v7.16_GH0.tar.gz) = 437cde8198fbfed3a16510786d99edb22da2766f0f0376450690d55a74ea5cf3 -SIZE (kimwalisch-primecount-v7.16_GH0.tar.gz) = 504826 +TIMESTAMP = 1750597095 +SHA256 (kimwalisch-primecount-v7.19_GH0.tar.gz) = 0ecb63282c02e3056707671b3d6c5bdb783b64a33c911f0fd4abe6e79e9f8a34 +SIZE (kimwalisch-primecount-v7.19_GH0.tar.gz) = 535688 diff --git a/math/primecount/pkg-plist b/math/primecount/pkg-plist index d9b40171c08c..05b5e2d976a1 100644 --- a/math/primecount/pkg-plist +++ b/math/primecount/pkg-plist @@ -1,8 +1,12 @@ bin/primecount include/primecount.h include/primecount.hpp +lib/cmake/primecount/primecountConfig.cmake +lib/cmake/primecount/primecountConfigVersion.cmake +lib/cmake/primecount/primecountShared-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/primecount/primecountShared.cmake lib/libprimecount.so -lib/libprimecount.so.7 lib/libprimecount.so.%%VER%% +lib/libprimecount.so.7 libdata/pkgconfig/primecount.pc share/man/man1/primecount.1.gz diff --git a/math/primesieve/Makefile b/math/primesieve/Makefile index 01b4c75c3881..44c0bbddbf5e 100644 --- a/math/primesieve/Makefile +++ b/math/primesieve/Makefile @@ -1,6 +1,6 @@ PORTNAME= primesieve DISTVERSIONPREFIX= v -DISTVERSION= 12.7 +DISTVERSION= 12.9 PORTEPOCH= 1 CATEGORIES= math @@ -20,6 +20,6 @@ GH_ACCOUNT= kimwalisch CMAKE_OFF= BUILD_STATIC_LIBS CMAKE_TESTING_ON= BUILD_TESTS -# tests as of 12.7: 100% tests passed, 0 tests failed out of 34 +# tests as of 12.9: 100% tests passed, 0 tests failed out of 34 .include <bsd.port.mk> diff --git a/math/primesieve/distinfo b/math/primesieve/distinfo index d983422fe2f8..79eb8e4d1a50 100644 --- a/math/primesieve/distinfo +++ b/math/primesieve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740988483 -SHA256 (kimwalisch-primesieve-v12.7_GH0.tar.gz) = c29d5173266f39804fa607783163c823eb1112132d4c68884e20a54b1a30f9f5 -SIZE (kimwalisch-primesieve-v12.7_GH0.tar.gz) = 203120 +TIMESTAMP = 1747936107 +SHA256 (kimwalisch-primesieve-v12.9_GH0.tar.gz) = 0638f82a3dc35c0dc0b598857dfd1bc280b6de71e930724a40a35af60b440278 +SIZE (kimwalisch-primesieve-v12.9_GH0.tar.gz) = 204842 diff --git a/math/primesieve/pkg-plist b/math/primesieve/pkg-plist index d7d1a368fb3f..f047e9787908 100644 --- a/math/primesieve/pkg-plist +++ b/math/primesieve/pkg-plist @@ -11,6 +11,6 @@ lib/cmake/primesieve/primesieveShared-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/primesieve/primesieveShared.cmake lib/libprimesieve.so lib/libprimesieve.so.12 -lib/libprimesieve.so.12.7.0 +lib/libprimesieve.so.12.9.0 libdata/pkgconfig/primesieve.pc share/man/man1/primesieve.1.gz diff --git a/math/py-CyLP/Makefile b/math/py-CyLP/Makefile index 24e953829189..088d382fadea 100644 --- a/math/py-CyLP/Makefile +++ b/math/py-CyLP/Makefile @@ -1,7 +1,7 @@ PORTNAME= CyLP DISTVERSIONPREFIX= v DISTVERSION= 0.92.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-CyLP/files/patch-cython b/math/py-CyLP/files/patch-cython new file mode 100644 index 000000000000..790d2e24b939 --- /dev/null +++ b/math/py-CyLP/files/patch-cython @@ -0,0 +1,10 @@ +--- cylp/cy/CyClpSimplex.pyx.orig 2024-08-20 08:36:08 UTC ++++ cylp/cy/CyClpSimplex.pyx +@@ -20,6 +20,7 @@ from cylp.cy cimport CyCoinMpsIO + from cylp.py.pivots.DualPivotPythonBase import DualPivotPythonBase + from cylp.py.modeling.CyLPModel import CyLPModel + from cylp.cy cimport CyCoinMpsIO ++from ctypes import c_long as long + + # Initialize numpy + np.import_array() diff --git a/math/py-POT/Makefile b/math/py-POT/Makefile index 49364d284c55..3d51ac06257d 100644 --- a/math/py-POT/Makefile +++ b/math/py-POT/Makefile @@ -24,6 +24,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/test post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ot/lp/emd_wrap${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ot/lp/emd_wrap${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-SQNomad/Makefile b/math/py-SQNomad/Makefile index f58c8de60700..26b830702e29 100644 --- a/math/py-SQNomad/Makefile +++ b/math/py-SQNomad/Makefile @@ -21,7 +21,7 @@ USES= python USE_PYTHON= pep517 autoplist post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libsqnomad${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libsqnomad${PYTHON_TAG}.so # there are a lot of errors during build stemming from the numpy code, for example: # cc: error: unknown argument: '-mavx5124fmaps' diff --git a/math/py-ambit/pkg-plist b/math/py-ambit/pkg-plist index e0963c5099d4..e1c8c3547481 100644 --- a/math/py-ambit/pkg-plist +++ b/math/py-ambit/pkg-plist @@ -1,2 +1,2 @@ %%PYTHON_SITELIBDIR%%/ambit/__init__.py -%%PYTHON_SITELIBDIR%%/ambit/pyambit%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ambit/pyambit%%PYTHON_TAG%%.so diff --git a/math/py-annoy/Makefile b/math/py-annoy/Makefile index 1e45b9cc2189..90383cb91414 100644 --- a/math/py-annoy/Makefile +++ b/math/py-annoy/Makefile @@ -25,7 +25,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/test post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/annoy/annoylib${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/annoy/annoylib${PYTHON_TAG}.so do-test: cd ${TEST_WRKSRC} && \ diff --git a/math/py-arviz/Makefile b/math/py-arviz/Makefile index 57e2c4263320..15fd25dbf01b 100644 --- a/math/py-arviz/Makefile +++ b/math/py-arviz/Makefile @@ -1,26 +1,27 @@ PORTNAME= arviz DISTVERSIONPREFIX= v -DISTVERSION= 0.21.0 +DISTVERSION= 0.22.0 CATEGORIES= math python #MASTER_SITES= PYPI # missing test files PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Package for exploratory analysis of Bayesian models -WWW= https://arviz-devs.github.io/arviz/ +WWW= https://python.arviz.org/en/stable/ \ + https://github.com/arviz-devs/arviz LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dm-tree>=0.1.8:devel/py-dm-tree@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.5:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.8:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=1.5.0:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.9.0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}h5netcdf>0:science/py-h5netcdf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=2.1.0:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.11.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}h5netcdf>=1.0.2:science/py-h5netcdf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xarray>=2022.6.0:devel/py-xarray@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xarray>=2023.7.0:devel/py-xarray@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray-einstats>=0.3:devel/py-xarray-einstats@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cloudpickle>0:devel/py-cloudpickle@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>0:devel/py-numba@${PY_FLAVOR} \ @@ -41,6 +42,6 @@ TEST_ENV= ${MAKE_ENV} \ DISPLAY=${DISPLAY} \ XAUTHORITY=${XAUTHORITY} -# tests as of 0.21.0: 2928 passed, 31 skipped, 124 warnings, 599 errors in 1751.10s (0:29:11) +# tests as of 0.22.0: 2930 passed, 30 skipped, 128 warnings, 613 errors in 1228.57s (0:20:28), see https://github.com/arviz-devs/arviz/issues/2462 .include <bsd.port.mk> diff --git a/math/py-arviz/distinfo b/math/py-arviz/distinfo index 632820c200bb..7d6daefbbffb 100644 --- a/math/py-arviz/distinfo +++ b/math/py-arviz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741403489 -SHA256 (arviz-devs-arviz-v0.21.0_GH0.tar.gz) = bc38c9090c33f098232aa390904bea9865aa9f62d600599dcb9ee2a447d54c07 -SIZE (arviz-devs-arviz-v0.21.0_GH0.tar.gz) = 9375621 +TIMESTAMP = 1752189724 +SHA256 (arviz-devs-arviz-v0.22.0_GH0.tar.gz) = 69f63ef24118bf6d82069658cb20ae1ae69ffe56472e04be7db6731b9568a367 +SIZE (arviz-devs-arviz-v0.22.0_GH0.tar.gz) = 11415945 diff --git a/math/py-awkward-cpp/Makefile b/math/py-awkward-cpp/Makefile index 1c675bf14faf..0532d55560ef 100644 --- a/math/py-awkward-cpp/Makefile +++ b/math/py-awkward-cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= awkward-cpp -PORTVERSION= 45 +PORTVERSION= 47 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-awkward-cpp/distinfo b/math/py-awkward-cpp/distinfo index 7fe42ddf3277..bd191dd6466c 100644 --- a/math/py-awkward-cpp/distinfo +++ b/math/py-awkward-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289020 -SHA256 (awkward_cpp-45.tar.gz) = 86014cf5b1aabbadea2819c6e6055ee498a503eca234edc19ff502928b34f162 -SIZE (awkward_cpp-45.tar.gz) = 1688280 +TIMESTAMP = 1752266152 +SHA256 (awkward_cpp-47.tar.gz) = 676cf4976810edab32187edf5a8a716af95047b9038c96d27d3be44f1331950f +SIZE (awkward_cpp-47.tar.gz) = 1485902 diff --git a/math/py-awkward-cpp/files/patch-pyproject.toml b/math/py-awkward-cpp/files/patch-pyproject.toml new file mode 100644 index 000000000000..61728bd4677c --- /dev/null +++ b/math/py-awkward-cpp/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-07-03 22:14:18 UTC ++++ pyproject.toml +@@ -43,8 +43,7 @@ classifiers = [ + "Topic :: Software Development", + "Topic :: Utilities", + ] +-license = "BSD-3-Clause AND MIT" +-license-files = ["LICENSE", "rapidjson/license.txt"] ++license = {text = "BSD-3-Clause"} + requires-python = ">=3.9" + + [project.urls] diff --git a/math/py-awkward/Makefile b/math/py-awkward/Makefile index 80deb10604a8..fe76f73cfd3e 100644 --- a/math/py-awkward/Makefile +++ b/math/py-awkward/Makefile @@ -1,5 +1,5 @@ PORTNAME= awkward -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.5 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awkward-cpp>=45<45_99:math/py-awkward-cpp@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awkward-cpp>=47<47_99:math/py-awkward-cpp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fsspec>=2022.11.0:filesystems/py-fsspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-awkward/distinfo b/math/py-awkward/distinfo index 980c0e60f199..9da7751e000e 100644 --- a/math/py-awkward/distinfo +++ b/math/py-awkward/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289018 -SHA256 (awkward-2.8.1.tar.gz) = 265249fb98d6b616eb50bba547612ccd746617cfed4101ae7be5d41082caac3b -SIZE (awkward-2.8.1.tar.gz) = 6187080 +TIMESTAMP = 1752266150 +SHA256 (awkward-2.8.5.tar.gz) = 4b9049440bb98214e05908098afd0d4f66af0b1b23c158159f9774db27447c89 +SIZE (awkward-2.8.5.tar.gz) = 6223297 diff --git a/math/py-awkward/files/patch-pyproject.toml b/math/py-awkward/files/patch-pyproject.toml new file mode 100644 index 000000000000..7231149ee6d6 --- /dev/null +++ b/math/py-awkward/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-07-03 22:14:18 UTC ++++ pyproject.toml +@@ -9,8 +9,7 @@ description = "Manipulate JSON-like data with NumPy-li + name = "awkward" + version = "2.8.5" + description = "Manipulate JSON-like data with NumPy-like idioms." +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = { text = "BSD-3-Clause" } + requires-python = ">=3.9" + authors = [ + { name = "Jim Pivarski", email = "jpivarski@gmail.com" }, diff --git a/math/py-blis/Makefile b/math/py-blis/Makefile index a8040e41539c..153586695a61 100644 --- a/math/py-blis/Makefile +++ b/math/py-blis/Makefile @@ -1,5 +1,6 @@ PORTNAME= blis PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/explosion/cython-blis/releases/download/release-v${PORTVERSION}/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.3,1<3.0.0,1:math/py-numpy@${PY RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.19.0,1<3.0.0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/math/py-blis/files/patch-pyproject.toml b/math/py-blis/files/patch-pyproject.toml deleted file mode 100644 index 6e108948eb19..000000000000 --- a/math/py-blis/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2025-04-03 12:23:45 UTC -+++ pyproject.toml -@@ -1,7 +1,7 @@ requires = [ - [build-system] - requires = [ - "setuptools", -- "cython>=3.0,<4.0", -+ "cython>=0,<4.0", - "numpy>=1.19.3,<3.0.0" - ] - build-backend = "setuptools.build_meta" diff --git a/math/py-blis/files/patch-setup.py b/math/py-blis/files/patch-setup.py index 7f66284b12b2..ebd4020cd70d 100644 --- a/math/py-blis/files/patch-setup.py +++ b/math/py-blis/files/patch-setup.py @@ -1,12 +1,10 @@ --- setup.py.orig 2025-04-03 12:23:45 UTC +++ setup.py -@@ -302,8 +302,8 @@ setup( - +@@ -303,7 +303,7 @@ setup( setup( setup_requires=[ -- "cython>=3.0,<4.0", + "cython>=3.0,<4.0", - "numpy>=2.0.0,<3.0.0", -+ "cython>=0,<4.0", + "numpy>=1.19.0,<3.0.0", ], install_requires=[ diff --git a/math/py-clarabel/Makefile b/math/py-clarabel/Makefile index 4b518624d20f..7d8e9f5e14d7 100644 --- a/math/py-clarabel/Makefile +++ b/math/py-clarabel/Makefile @@ -1,7 +1,7 @@ PORTNAME= clarabel DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 -PORTREVISION= 7 +PORTREVISION= 9 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-clingcon/Makefile b/math/py-clingcon/Makefile index 2c1abbd1a49e..3cfbea153713 100644 --- a/math/py-clingcon/Makefile +++ b/math/py-clingcon/Makefile @@ -22,6 +22,6 @@ USES= compiler:c++17-lang python USE_PYTHON= distutils autoplist post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/clingcon/_clingcon${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/clingcon/_clingcon${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-clingo/Makefile b/math/py-clingo/Makefile index 3895e4af7bfa..48acedd1bdb4 100644 --- a/math/py-clingo/Makefile +++ b/math/py-clingo/Makefile @@ -24,6 +24,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/clingo TEST_WRKSRC= ${WRKSRC}/libpyclingo post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/clingo/_clingo${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/clingo/_clingo${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-cmaes/Makefile b/math/py-cmaes/Makefile index 698c9769c833..1e54f4115386 100644 --- a/math/py-cmaes/Makefile +++ b/math/py-cmaes/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmaes -PORTVERSION= 0.11.1 +PORTVERSION= 0.12.0 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-cmaes/distinfo b/math/py-cmaes/distinfo index 293e049eb2aa..12bcb009a4b6 100644 --- a/math/py-cmaes/distinfo +++ b/math/py-cmaes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724084626 -SHA256 (cmaes-0.11.1.tar.gz) = cf71fa3679814723be771f2c9edd85f465b1bc1e409e1ad6d8a9e481efcd5160 -SIZE (cmaes-0.11.1.tar.gz) = 31439 +TIMESTAMP = 1753369398 +SHA256 (cmaes-0.12.0.tar.gz) = 6aab41eee2f38bf917560a7e7d1ba0060632cd44cdf7ac2a10704da994624182 +SIZE (cmaes-0.12.0.tar.gz) = 52779 diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile index 03b1987ef60c..b44d5da3b146 100644 --- a/math/py-cvxopt/Makefile +++ b/math/py-cvxopt/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvxopt DISTVERSION= 1.3.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-cvxpy/Makefile b/math/py-cvxpy/Makefile index 257752494f64..b20e40ef7e4f 100644 --- a/math/py-cvxpy/Makefile +++ b/math/py-cvxpy/Makefile @@ -32,7 +32,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${STRIP_CMD} \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxcore${PYTHON_EXT_SUFFIX}.so \ - ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxpy_sparsecholesky${PYTHON_EXT_SUFFIX}.so + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxcore${PYTHON_TAG}.so \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_cvxpy_sparsecholesky${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-cyipopt/Makefile b/math/py-cyipopt/Makefile index 9d3a89568aff..e715bb658fbc 100644 --- a/math/py-cyipopt/Makefile +++ b/math/py-cyipopt/Makefile @@ -27,6 +27,6 @@ GH_ACCOUNT= matthias-k TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ipopt_wrapper${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ipopt_wrapper${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-cypari2/Makefile b/math/py-cypari2/Makefile index 715f0408b805..58350ac2dd42 100644 --- a/math/py-cypari2/Makefile +++ b/math/py-cypari2/Makefile @@ -1,5 +1,5 @@ PORTNAME= cypari2 -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-cypari2/distinfo b/math/py-cypari2/distinfo index 462a75a19fe4..6b216dd4eae9 100644 --- a/math/py-cypari2/distinfo +++ b/math/py-cypari2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737838943 -SHA256 (cypari2-2.2.1.tar.gz) = aaa017a6a280581902f73cf5ce1695712b6598a032be14cfab81f97c475f83b8 -SIZE (cypari2-2.2.1.tar.gz) = 127323 +TIMESTAMP = 1747769694 +SHA256 (cypari2-2.2.2.tar.gz) = 13a338735ea221c1068f8fc415561bf777d8c68725702bc749547264fd091720 +SIZE (cypari2-2.2.2.tar.gz) = 127375 diff --git a/math/py-cypari2/pkg-plist b/math/py-cypari2/pkg-plist index 1b4c67db9b58..d917f5696a41 100644 --- a/math/py-cypari2/pkg-plist +++ b/math/py-cypari2/pkg-plist @@ -7,32 +7,32 @@ %%PYTHON_SITELIBDIR%%/cypari2/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/cypari2/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/cypari2/auto_paridecl.pxd -%%PYTHON_SITELIBDIR%%/cypari2/closure%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/cypari2/closure%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/cypari2/closure.pxd %%PYTHON_SITELIBDIR%%/cypari2/closure.pyx -%%PYTHON_SITELIBDIR%%/cypari2/convert%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/cypari2/convert%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/cypari2/convert.pxd %%PYTHON_SITELIBDIR%%/cypari2/convert.pyx -%%PYTHON_SITELIBDIR%%/cypari2/custom_block%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/cypari2/custom_block%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/cypari2/custom_block.pyx %%PYTHON_SITELIBDIR%%/cypari2/cypari.h -%%PYTHON_SITELIBDIR%%/cypari2/gen%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/cypari2/gen%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/cypari2/gen.pxd %%PYTHON_SITELIBDIR%%/cypari2/gen.pyx -%%PYTHON_SITELIBDIR%%/cypari2/handle_error%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/cypari2/handle_error%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/cypari2/handle_error.pxd %%PYTHON_SITELIBDIR%%/cypari2/handle_error.pyx -%%PYTHON_SITELIBDIR%%/cypari2/pari_instance%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/cypari2/pari_instance%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/cypari2/pari_instance.pxd %%PYTHON_SITELIBDIR%%/cypari2/pari_instance.pyx %%PYTHON_SITELIBDIR%%/cypari2/paridecl.pxd %%PYTHON_SITELIBDIR%%/cypari2/paripriv.pxd %%PYTHON_SITELIBDIR%%/cypari2/pycore_long.h %%PYTHON_SITELIBDIR%%/cypari2/pycore_long.pxd -%%PYTHON_SITELIBDIR%%/cypari2/stack%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/cypari2/stack%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/cypari2/stack.pxd %%PYTHON_SITELIBDIR%%/cypari2/stack.pyx -%%PYTHON_SITELIBDIR%%/cypari2/string_utils%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/cypari2/string_utils%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/cypari2/string_utils.pxd %%PYTHON_SITELIBDIR%%/cypari2/string_utils.pyx %%PYTHON_SITELIBDIR%%/cypari2/types.pxd diff --git a/math/py-daqp/Makefile b/math/py-daqp/Makefile index d1d85dfa2a4f..899988fb8ee9 100644 --- a/math/py-daqp/Makefile +++ b/math/py-daqp/Makefile @@ -18,7 +18,7 @@ USE_PYTHON= distutils cython autoplist TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/daqp${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/daqp${PYTHON_TAG}.so do-test: @${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${FILESDIR}/test.py diff --git a/math/py-deap/Makefile b/math/py-deap/Makefile index 7800ef945d76..1e57eeba3c71 100644 --- a/math/py-deap/Makefile +++ b/math/py-deap/Makefile @@ -20,6 +20,6 @@ USE_PYTHON= distutils autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/deap/tools/_hypervolume/hv${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/deap/tools/_hypervolume/hv${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-dgl/Makefile b/math/py-dgl/Makefile index f94131bdde5c..0b39e1c13120 100644 --- a/math/py-dgl/Makefile +++ b/math/py-dgl/Makefile @@ -35,7 +35,7 @@ MAKE_ENV= DGL_LIBRARY_PATH=${LOCALBASE}/lib POST_PLIST= fix-plist OPTIONS_RADIO= BACKEND -OPTIONS_RADIO_BACKEND= PYTORCH TENSORFLOW MXNET +OPTIONS_RADIO_BACKEND= PYTORCH TENSORFLOW OPTIONS_DEFAULT= PYTORCH PYTORCH_DESC= Use PyTorch backend @@ -46,10 +46,6 @@ TENSORFLOW_DESC= Use TensorFlow backend TENSORFLOW_VARS= BACKEND_DEPENDS=${PYTHON_PKGNAMEPREFIX}tensorflow>0:science/py-tensorflow@${PY_FLAVOR} TENSORFLOW_MAKE_ENV= DGLBACKEND=tensorflow -MXNET_DESC= Use MXNET backend -MXNET_VARS= BACKEND_DEPENDS=${PYTHON_PKGNAMEPREFIX}mxnet>0:misc/py-mxnet@${PY_FLAVOR} -MXNET_MAKE_ENV= DGLBACKEND=mxnet - post-install: # workaround for https://github.com/dmlc/dgl/issues/5665 @${RM} ${STAGEDIR}${PREFIX}/dgl/libdgl.so @@ -60,7 +56,7 @@ post-install: ${STAGEDIR}${PREFIX}/dgl/dgl_sparse \ ${STAGEDIR}${PREFIX}/dgl # strip binaries - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/dgl/_ffi/_cy3/core${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/dgl/_ffi/_cy3/core${PYTHON_TAG}.so fix-plist: # workaround for https://github.com/dmlc/dgl/issues/5665 diff --git a/math/py-diffcp/Makefile b/math/py-diffcp/Makefile index cbcbe2e4436d..07711c68b370 100644 --- a/math/py-diffcp/Makefile +++ b/math/py-diffcp/Makefile @@ -26,6 +26,6 @@ USE_PYTHON= pep517 autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_diffcp${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_diffcp${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-dionysus/Makefile b/math/py-dionysus/Makefile index 183493010c9e..cec1cddac76a 100644 --- a/math/py-dionysus/Makefile +++ b/math/py-dionysus/Makefile @@ -24,7 +24,7 @@ TEST_WRKSRC= ${WRKSRC}/tests TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} PLIST_FILES= ${PYTHON_SITELIBDIR}/dionysus/__init__.py \ - ${PYTHON_SITELIBDIR}/dionysus/_dionysus${PYTHON_EXT_SUFFIX}.so \ + ${PYTHON_SITELIBDIR}/dionysus/_dionysus${PYTHON_TAG}.so \ ${PYTHON_SITELIBDIR}/dionysus/_version.py \ ${PYTHON_SITELIBDIR}/dionysus/plot.py diff --git a/math/py-fastdtw/Makefile b/math/py-fastdtw/Makefile deleted file mode 100644 index b73ab51f95ca..000000000000 --- a/math/py-fastdtw/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= fastdtw -DISTVERSIONPREFIX= v -DISTVERSION= 0.3.4 -PORTREVISION= 3 -CATEGORIES= math python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Dynamic Time Warping (DTW) algorithm with an O(N) complexity -WWW= https://github.com/slaypni/fastdtw - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Depends on expired devel/py-pytest-runner -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYNUMPY} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} - -USES= python - -USE_GITHUB= yes # tests are only on github -GH_ACCOUNT= slaypni -USE_PYTHON= distutils cython autoplist pytest # tests fail: https://github.com/slaypni/fastdtw/issues/23 - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/fastdtw/_fastdtw${PYTHON_EXT_SUFFIX}.so - -.include <bsd.port.mk> diff --git a/math/py-fastdtw/distinfo b/math/py-fastdtw/distinfo deleted file mode 100644 index e8ce8867fb1c..000000000000 --- a/math/py-fastdtw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1570521412 -SHA256 (slaypni-fastdtw-v0.3.4_GH0.tar.gz) = da9bea6a9bc3c3a3424de1d82d3ce7d0545514ed255af16558ef4ddce28f36a7 -SIZE (slaypni-fastdtw-v0.3.4_GH0.tar.gz) = 127976 diff --git a/math/py-fastdtw/pkg-descr b/math/py-fastdtw/pkg-descr deleted file mode 100644 index b8d8c587ff66..000000000000 --- a/math/py-fastdtw/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Python implementation of FastDTW [1], which is an approximate Dynamic Time -Warping (DTW) algorithm that provides optimal or near-optimal alignments -with an O(N) time and memory complexity. - -[1] http://cs.fit.edu/~pkc/papers/tdm04.pdf diff --git a/math/py-formulaic-contrasts/Makefile b/math/py-formulaic-contrasts/Makefile new file mode 100644 index 000000000000..713849cee4eb --- /dev/null +++ b/math/py-formulaic-contrasts/Makefile @@ -0,0 +1,22 @@ +PORTNAME= formulaic_contrasts +DISTVERSION= 1.0.0 +CATEGORIES= math python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Build arbitrary contrasts for models defined with formulaic +WWW= https://github.com/scverse/formulaic-contrasts + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}formulaic>0:math/py-formulaic@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +.include <bsd.port.mk> diff --git a/math/py-formulaic-contrasts/distinfo b/math/py-formulaic-contrasts/distinfo new file mode 100644 index 000000000000..cb0b599dc842 --- /dev/null +++ b/math/py-formulaic-contrasts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1749587724 +SHA256 (formulaic_contrasts-1.0.0.tar.gz) = 0a575a810bf1fba28938259d86a3ae2ae90cb9826fca84b9409085170862f701 +SIZE (formulaic_contrasts-1.0.0.tar.gz) = 123794 diff --git a/math/py-formulaic-contrasts/pkg-descr b/math/py-formulaic-contrasts/pkg-descr new file mode 100644 index 000000000000..c2d48b01d3b0 --- /dev/null +++ b/math/py-formulaic-contrasts/pkg-descr @@ -0,0 +1 @@ +Build arbitrary contrasts for models defined with formulaic. diff --git a/math/py-fpylll/Makefile b/math/py-fpylll/Makefile index 70cec1723019..0dd5e78ae999 100644 --- a/math/py-fpylll/Makefile +++ b/math/py-fpylll/Makefile @@ -1,7 +1,7 @@ PORTNAME= fpylll -PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTVERSION= 0.6.4 CATEGORIES= math python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= thierry@FreeBSD.org @@ -26,8 +26,8 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= fplll +#USE_GITHUB= yes +#GH_ACCOUNT= fplll USES= compiler:c++11-lang python USE_PYTHON= cython3 distutils diff --git a/math/py-fpylll/distinfo b/math/py-fpylll/distinfo index 1a9fe9e2f8cb..988101d6cfc8 100644 --- a/math/py-fpylll/distinfo +++ b/math/py-fpylll/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737885511 -SHA256 (fplll-fpylll-0.6.3_GH0.tar.gz) = b9d352a1294784aabe4401c9924a22d0e1c911b76d42b61a6215e93391f04cec -SIZE (fplll-fpylll-0.6.3_GH0.tar.gz) = 133848 +TIMESTAMP = 1749663524 +SHA256 (fpylll-0.6.4.tar.gz) = 711d60d8ada46a410932cc45587728b4c7f4ea38a9b8d0be061f5ce098632ecd +SIZE (fpylll-0.6.4.tar.gz) = 124097 diff --git a/math/py-fpylll/pkg-plist b/math/py-fpylll/pkg-plist index 629db14fb3e1..1d05369f1756 100644 --- a/math/py-fpylll/pkg-plist +++ b/math/py-fpylll/pkg-plist @@ -19,25 +19,25 @@ %%PYTHON_SITELIBDIR%%/fpylll/algorithms/bkz2.py %%PYTHON_SITELIBDIR%%/fpylll/algorithms/simple_bkz.py %%PYTHON_SITELIBDIR%%/fpylll/algorithms/simple_dbkz.py -%%PYTHON_SITELIBDIR%%/fpylll/config%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/fpylll/config%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/fpylll/fplll/__init__.py %%PYTHON_SITELIBDIR%%/fpylll/fplll/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/fpylll/fplll/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/fpylll/fplll/bkz%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/fplll/bkz_param%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/fplll/enumeration%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/fplll/gso%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/fplll/integer_matrix%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/fplll/lll%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/fplll/pruner%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/fplll/svpcvp%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/fplll/wrapper%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/fpylll/fplll/bkz%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/fplll/bkz_param%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/fplll/enumeration%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/fplll/gso%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/fplll/integer_matrix%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/fplll/lll%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/fplll/pruner%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/fplll/svpcvp%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/fplll/wrapper%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/fpylll/gmp/__init__.py %%PYTHON_SITELIBDIR%%/fpylll/gmp/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/fpylll/gmp/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/fpylll/gmp/pylong%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/io%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/fpylll/numpy%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/fpylll/gmp/pylong%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/io%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/fpylll/numpy%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/fpylll/tools/__init__.py %%PYTHON_SITELIBDIR%%/fpylll/tools/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/fpylll/tools/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc @@ -59,4 +59,4 @@ %%PYTHON_SITELIBDIR%%/fpylll/tools/bkz_stats.py %%PYTHON_SITELIBDIR%%/fpylll/tools/compare.py %%PYTHON_SITELIBDIR%%/fpylll/tools/quality.py -%%PYTHON_SITELIBDIR%%/fpylll/util%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/fpylll/util%%PYTHON_TAG%%.so diff --git a/math/py-fsph/Makefile b/math/py-fsph/Makefile index d410b1637b45..ac16f7290684 100644 --- a/math/py-fsph/Makefile +++ b/math/py-fsph/Makefile @@ -31,7 +31,7 @@ CONFLICTS_BUILD= ${PYTHON_PKGNAMEPREFIX}-tensorflow post-install: @${STRIP_CMD} \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/fsph/_fsph${PYTHON_EXT_SUFFIX}.so - #${STAGEDIR}${PYTHON_SITELIBDIR}/fsph/_tf_ops${PYTHON_EXT_SUFFIX}.so + ${STAGEDIR}${PYTHON_SITELIBDIR}/fsph/_fsph${PYTHON_TAG}.so + #${STAGEDIR}${PYTHON_SITELIBDIR}/fsph/_tf_ops${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-grandalf/Makefile b/math/py-grandalf/Makefile index 2cd5cd73b3e1..9539a066d981 100644 --- a/math/py-grandalf/Makefile +++ b/math/py-grandalf/Makefile @@ -1,28 +1,19 @@ PORTNAME= grandalf -DISTVERSIONPREFIX= v DISTVERSION= 0.8 PORTREVISION= 1 -CATEGORIES= math graphics python -#MASTER_SITES= PYPI # no tarball +CATEGORIES= math python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org -COMMENT= Graph experimentation and drawing algorithms framework +COMMENT= Graph and drawing algorithms framework WWW= https://github.com/bdcht/grandalf -LICENSE= MIT - -DEPRECATED= Depends on expired devel/py-pytest-runner -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} +LICENSE= GPLv2 USES= python -USE_GITHUB= yes -GH_ACCOUNT= bdcht -USE_PYTHON= distutils autoplist pytest +USE_PYTHON= distutils autoplist -NO_ARCH= yes +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/math/py-grandalf/distinfo b/math/py-grandalf/distinfo index 58ab8a158e36..3027bcc2a6a7 100644 --- a/math/py-grandalf/distinfo +++ b/math/py-grandalf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731040005 -SHA256 (bdcht-grandalf-v0.8_GH0.tar.gz) = 82d80072e5a1928bc46d94a54d2d92a38f73da0af052efc84ce34b5f4601dfa2 -SIZE (bdcht-grandalf-v0.8_GH0.tar.gz) = 445590 +TIMESTAMP = 1752859612 +SHA256 (grandalf-0.8.tar.gz) = 2813f7aab87f0d20f334a3162ccfbcbf085977134a17a5b516940a93a77ea974 +SIZE (grandalf-0.8.tar.gz) = 38128 diff --git a/math/py-grandalf/files/patch-setup.py b/math/py-grandalf/files/patch-setup.py new file mode 100644 index 000000000000..795641ece9b4 --- /dev/null +++ b/math/py-grandalf/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2025-07-18 17:28:03 UTC ++++ setup.py +@@ -72,7 +72,6 @@ setup( + # your project is installed. For an analysis of "install_requires" vs pip's + # requirements files see: + # https://packaging.python.org/en/latest/requirements.html +- setup_requires=['pytest-runner',], + tests_require=['pytest',], + + install_requires=['pyparsing'], diff --git a/math/py-grandalf/pkg-descr b/math/py-grandalf/pkg-descr index 673159be8430..c6cc12335ca3 100644 --- a/math/py-grandalf/pkg-descr +++ b/math/py-grandalf/pkg-descr @@ -1,15 +1,7 @@ -Grandalf is a python package made for experimentations with graphs and drawing -algorithms. It is written in pure python, and implements two layouts: the -Sugiyama hierarchical layout and the force-driven or energy minimization -approach. While not as fast or featured as _graphviz_ or other libraries like -_OGDF_ (C++), _GDToolkit_ (C), _tulip_ (Java), it provides a way to draw and -navigate graphs no larger than thousands of nodes, while keeping the source code -simple enough to make it possible to easily tweak and hack any part of it for -experimental purpose. With a total of about 1500 lines of python, the code -involved in drawing the Sugiyama (dot) layout fits in less than 600 lines. -The energy minimization approach is comprised of only 250 lines! - -Grandalf does only two not-so-simple things: -* computing the nodes (x,y) coordinates (based on provided nodes dimensions, and - a chosen layout) -* routing the edges with lines or nurbs +Grandalf is a python package made for experimentations with graphs drawing +algorithms. It is written in pure python, and currently implements two layouts: +the Sugiyama hierarchical layout and the force-driven or energy minimization +approach. While not as fast or featured as graphviz or other libraries like OGDF +(C++), it provides a way to walk and draw graphs no larger than thousands of +nodes, while keeping the source code simple enough to make it possible to easily +tweak and hack any part of it for experimental purpose. diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile index e20b2aadbf2e..dad69ff37f79 100644 --- a/math/py-heyoka/Makefile +++ b/math/py-heyoka/Makefile @@ -1,7 +1,7 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v DISTVERSION= 6.0.0 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-heyoka/pkg-plist b/math/py-heyoka/pkg-plist index abc95f356377..dbe3a4f0fcd4 100644 --- a/math/py-heyoka/pkg-plist +++ b/math/py-heyoka/pkg-plist @@ -23,6 +23,6 @@ %%PYTHON_SITELIBDIR%%/heyoka/_test_vsop2013.py %%PYTHON_SITELIBDIR%%/heyoka/_version.py %%PYTHON_SITELIBDIR%%/heyoka/callback/__init__.py -%%PYTHON_SITELIBDIR%%/heyoka/core%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/heyoka/core%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/heyoka/model/__init__.py %%PYTHON_SITELIBDIR%%/heyoka/test.py diff --git a/math/py-hypernetx/Makefile b/math/py-hypernetx/Makefile index 10cb05432724..e1d0579ba550 100644 --- a/math/py-hypernetx/Makefile +++ b/math/py-hypernetx/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypernetx -DISTVERSION= 2.3.10 +DISTVERSION= 2.4.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-hypernetx/distinfo b/math/py-hypernetx/distinfo index f81fbb462128..e38cb17b1b8f 100644 --- a/math/py-hypernetx/distinfo +++ b/math/py-hypernetx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734679017 -SHA256 (hypernetx-2.3.10.tar.gz) = 1ce900ea7b74aa18f6ac488a22fd1c68893b62c5fc5f0c6fdd8061baaf1cec46 -SIZE (hypernetx-2.3.10.tar.gz) = 574993 +TIMESTAMP = 1754878555 +SHA256 (hypernetx-2.4.0.tar.gz) = 69cb9f4e0709e48f3c776fe832f90105d73596eded50e23157018186ff939194 +SIZE (hypernetx-2.4.0.tar.gz) = 577214 diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 153b128f9a31..59e9aed6bfd8 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -1,6 +1,5 @@ PORTNAME= igraph -DISTVERSION= 0.10.6 -PORTREVISION= 6 +DISTVERSION= 0.11.9 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +13,11 @@ LICENSE= GPLv2 BUILD_DEPENDS= cmake:devel/cmake-core \ ${LOCALBASE}/bin/flex:textproc/flex -LIB_DEPENDS= libigraph.so:math/igraph \ - libarpack.so:math/arpack-ng \ +LIB_DEPENDS= libarpack.so:math/arpack-ng \ libblas.so:math/blas \ libglpk.so:math/glpk \ libgmp.so:math/gmp \ - liblapack.so:math/lapack \ - libopenblas.so:math/openblas + liblapack.so:math/lapack RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}texttable>=1.6.2:textproc/py-texttable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} diff --git a/math/py-igraph/distinfo b/math/py-igraph/distinfo index 92d43956c400..3b9f5d95b2c0 100644 --- a/math/py-igraph/distinfo +++ b/math/py-igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692030616 -SHA256 (python-igraph/igraph-0.10.6.tar.gz) = 76f7aad294514412f835366a7d9a9c1e7a34c3e6ef0a6c3a1a835234323228e8 -SIZE (python-igraph/igraph-0.10.6.tar.gz) = 4233333 +TIMESTAMP = 1752616078 +SHA256 (python-igraph/igraph-0.11.9.tar.gz) = c57ce44873abcfcfd1d61d7d261e416d352186958e7b5d299cf244efa6757816 +SIZE (python-igraph/igraph-0.11.9.tar.gz) = 4587322 diff --git a/math/py-igraph/files/patch-setup.py b/math/py-igraph/files/patch-setup.py index c45c6da41642..24e3ea45c0df 100644 --- a/math/py-igraph/files/patch-setup.py +++ b/math/py-igraph/files/patch-setup.py @@ -1,24 +1,26 @@ ---- setup.py.orig 2023-07-13 11:49:16 UTC +--- setup.py.orig 2025-06-11 00:02:53 UTC +++ setup.py -@@ -281,7 +281,7 @@ class IgraphCCoreCMakeBuilder: +@@ -280,8 +280,8 @@ class IgraphCCoreCMakeBuilder: + args.append("-DIGRAPH_GRAPHML_SUPPORT:BOOL=OFF") # Build the Python interface with vendored libraries - for deps in "ARPACK BLAS GLPK GMP LAPACK".split(): +- for deps in "ARPACK BLAS GLPK GMP LAPACK PLFIT".split(): - args.append("-DIGRAPH_USE_INTERNAL_" + deps + "=ON") ++ for deps in "ARPACK BLAS GLPK GMP LAPACK".split(): + args.append("-DIGRAPH_USE_INTERNAL_" + deps + "=OFF") - # -fPIC is needed on Linux so we can link to a static igraph lib from a - # Python shared library -@@ -289,6 +289,12 @@ class IgraphCCoreCMakeBuilder: - + # Use link-time optinization if available + args.append("-DIGRAPH_ENABLE_LTO=AUTO") +@@ -293,6 +293,12 @@ class IgraphCCoreCMakeBuilder: # No need to build tests args.append("-DBUILD_TESTING=OFF") -+ + + # Always use flex from ports + args.append("-DFLEX_EXECUTABLE:FILEPATH=%%LOCALBASE%%/bin/flex") + + # Don't try to use git + args.append("-DCMAKE_DISABLE_FIND_PACKAGE_Git:BOOL=True") - ++ # Do not treat compilation warnings as errors in case someone is trying # to "pip install" igraph in an environment for which we don't provide + # wheels and the compiler complains about harmless things diff --git a/math/py-igraph/files/patch-vendor_source_igraph_etc_cmake_compilers.cmake b/math/py-igraph/files/patch-vendor_source_igraph_etc_cmake_compilers.cmake new file mode 100644 index 000000000000..c0f153b37fa3 --- /dev/null +++ b/math/py-igraph/files/patch-vendor_source_igraph_etc_cmake_compilers.cmake @@ -0,0 +1,19 @@ +Strip the _POSIX_C_SOURCE=200809L define again, our libc++ breaks claiming +that a set included from locale cannot find isascii()... + +--- vendor/source/igraph/etc/cmake/compilers.cmake.orig 2025-06-11 00:03:00 UTC ++++ vendor/source/igraph/etc/cmake/compilers.cmake +@@ -1,13 +1,5 @@ include(CheckCCompilerFlag) + include(CheckCCompilerFlag) + +-# Enable POSIX features. This needs to be set here instead of in source files so +-# that it affects CMake-based feature tests. +-# +-# See: +-# - https://pubs.opengroup.org/onlinepubs/007904875/functions/xsh_chap02_02.html +-# - https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html +-add_compile_definitions(_POSIX_C_SOURCE=200809L) +- + if(MSVC) + add_compile_options(/FS) + add_compile_definitions(_CRT_SECURE_NO_WARNINGS) # necessary to compile for UWP diff --git a/math/py-kahip/Makefile b/math/py-kahip/Makefile index 7109ac75f15f..ece173aaa0b7 100644 --- a/math/py-kahip/Makefile +++ b/math/py-kahip/Makefile @@ -26,13 +26,13 @@ CMAKE_ARGS= -DFREEBSD_WRKSRC=${WRKSRC} CXXFLAGS+= -I${WRKSRC} -PLIST_FILES= ${PYTHON_SITELIBDIR}/${PORTNAME}${PYTHON_EXT_SUFFIX}.so +PLIST_FILES= ${PYTHON_SITELIBDIR}/${PORTNAME}${PYTHON_TAG}.so TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} do-install: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} - ${INSTALL_LIB} ${BUILD_WRKSRC}/${PORTNAME}${PYTHON_EXT_SUFFIX}.so ${STAGEDIR}${PYTHON_SITELIBDIR} + ${INSTALL_LIB} ${BUILD_WRKSRC}/${PORTNAME}${PYTHON_TAG}.so ${STAGEDIR}${PYTHON_SITELIBDIR} do-test: @cd ${WRKSRC} && \ diff --git a/math/py-levmar/Makefile b/math/py-levmar/Makefile index 097ba52ca67b..1638cd818723 100644 --- a/math/py-levmar/Makefile +++ b/math/py-levmar/Makefile @@ -19,8 +19,7 @@ BROKEN= doesn't build with Python-3.11, 4 authors were notified via e-mail on 2 BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest4>0:devel/py-pytest4@${PY_FLAVOR} \ - ${PYNUMPY} +TEST_DEPENDS= ${PYNUMPY} USES= python USE_PYTHON= distutils autoplist diff --git a/math/py-linearmodels/Makefile b/math/py-linearmodels/Makefile index 1716a6ea6872..575e53d9a020 100644 --- a/math/py-linearmodels/Makefile +++ b/math/py-linearmodels/Makefile @@ -39,6 +39,6 @@ USE_PYTHON= autoplist cython3 distutils pytest # 14 tests fail, see https://gith TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/linearmodels/panel/_utility${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/linearmodels/panel/_utility${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-lmfit/Makefile b/math/py-lmfit/Makefile index c8031223894e..c8cdc96407c5 100644 --- a/math/py-lmfit/Makefile +++ b/math/py-lmfit/Makefile @@ -1,5 +1,5 @@ PORTNAME= lmfit -DISTVERSION= 1.3.2 +DISTVERSION= 1.3.3 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,25 +11,25 @@ WWW= https://lmfit.github.io/lmfit-py/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asteval>=1.0:devel/py-asteval@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dill>=0.3.4:devel/py-dill@${PY_FLAVOR} \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.6:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}uncertainties>=3.1.4:math/py-uncertainties@${PY_FLAVOR} BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ ${PY_DEPENDS} -RUN_DEPENDS= ${PY_DEPENDS} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asteval>=1.0:devel/py-asteval@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dill>=0.3.4:devel/py-dill@${PY_FLAVOR} \ + ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.10.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uncertainties>=3.2.2:math/py-uncertainties@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numdifftools>0:math/py-numdifftools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 autoplist pytest # 4 tests fail because of the DISPLAY variable: _tkinter.TclError: no display name and no $DISPLAY environment variable +USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes +# tests as of 1.3.3: 5 failed, 654 passed, 12 skipped, 16 warnings in 153.81s (0:02:33) # _tkinter.TclError: no display name and no $DISPLAY environment variable + .include <bsd.port.mk> diff --git a/math/py-lmfit/distinfo b/math/py-lmfit/distinfo index b721e5110de2..285c676a876d 100644 --- a/math/py-lmfit/distinfo +++ b/math/py-lmfit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724574507 -SHA256 (lmfit-1.3.2.tar.gz) = 31beeae1f027c1b8c14dcd7f2e8488a80b75fb389e77fca677549bdc2fe597bb -SIZE (lmfit-1.3.2.tar.gz) = 623945 +TIMESTAMP = 1748799852 +SHA256 (lmfit-1.3.3.tar.gz) = 73321e6b881f2f686235721a7dfc02af6bb0f030a25efeb66638f62b1c6053a1 +SIZE (lmfit-1.3.3.tar.gz) = 632645 diff --git a/math/py-lrcalc/Makefile b/math/py-lrcalc/Makefile index 592fe209743d..304312be2ee3 100644 --- a/math/py-lrcalc/Makefile +++ b/math/py-lrcalc/Makefile @@ -21,6 +21,6 @@ USE_PYTHON= cython distutils LDFLAGS+= -s .endif -PLIST_FILES= %%PYTHON_SITELIBDIR%%/lrcalc%%PYTHON_EXT_SUFFIX%%.so +PLIST_FILES= %%PYTHON_SITELIBDIR%%/lrcalc%%PYTHON_TAG%%.so .include <bsd.port.mk> diff --git a/math/py-mapbox-earcut/Makefile b/math/py-mapbox-earcut/Makefile index 9e028a0d38e4..e6ef6bd5a7b9 100644 --- a/math/py-mapbox-earcut/Makefile +++ b/math/py-mapbox-earcut/Makefile @@ -27,6 +27,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/tests post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/mapbox_earcut${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/mapbox_earcut${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-mathics-scanner/Makefile b/math/py-mathics-scanner/Makefile index be51e50e9606..96baae1f5df0 100644 --- a/math/py-mathics-scanner/Makefile +++ b/math/py-mathics-scanner/Makefile @@ -1,6 +1,6 @@ PORTNAME= mathics_scanner PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types_ujson>0:devel/py-types-ujson@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}types-PyYAML>0:devel/py-types-PyYAML@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}types-pyyaml>0:devel/py-types-pyyaml@${PY_FLAVOR} TEST_DEPENDS= gmake:devel/gmake \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} diff --git a/math/py-mathics/Makefile b/math/py-mathics/Makefile index 65d3cf8ed8ad..56ec33321e68 100644 --- a/math/py-mathics/Makefile +++ b/math/py-mathics/Makefile @@ -1,5 +1,6 @@ PORTNAME= Mathics3 PORTVERSION= 8.0.1 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,7 +31,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PY_PILLOW} \ bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}py>0:devel/py-py@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pint>0:devel/py-pint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ diff --git a/math/py-mathics/pkg-plist b/math/py-mathics/pkg-plist index a7ee458209af..11d50ca22d82 100644 --- a/math/py-mathics/pkg-plist +++ b/math/py-mathics/pkg-plist @@ -178,7 +178,7 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/sums.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/basic.py %%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/sums.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/arithmetic%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/builtin/arithmetic%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/builtin/arithmetic.py %%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__init__.py %%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -396,7 +396,7 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/functional/apply_fns_to_lists.py %%PYTHON_SITELIBDIR%%/mathics/builtin/functional/composition.py %%PYTHON_SITELIBDIR%%/mathics/builtin/functional/functional_iteration.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/graphics%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/builtin/graphics%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/builtin/graphics.py %%PYTHON_SITELIBDIR%%/mathics/builtin/image/__init__.py %%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -562,15 +562,15 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/restrictions.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/rules.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/rules.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/basic%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/basic%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/basic.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/composite%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/composite%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/composite.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/defaults%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/defaults%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/defaults.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/restrictions%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/restrictions%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/restrictions.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/rules%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/rules%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/rules.py %%PYTHON_SITELIBDIR%%/mathics/builtin/physchemdata.py %%PYTHON_SITELIBDIR%%/mathics/builtin/procedural.py @@ -810,14 +810,14 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/core/element.py %%PYTHON_SITELIBDIR%%/mathics/core/evaluation.py %%PYTHON_SITELIBDIR%%/mathics/core/exceptions.py -%%PYTHON_SITELIBDIR%%/mathics/core/expression%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/core/expression%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/core/expression.py %%PYTHON_SITELIBDIR%%/mathics/core/expression_predefined.py %%PYTHON_SITELIBDIR%%/mathics/core/formatter.py %%PYTHON_SITELIBDIR%%/mathics/core/interrupt.py %%PYTHON_SITELIBDIR%%/mathics/core/list.py %%PYTHON_SITELIBDIR%%/mathics/core/load_builtin.py -%%PYTHON_SITELIBDIR%%/mathics/core/number%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/core/number%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/core/number.py %%PYTHON_SITELIBDIR%%/mathics/core/parser/__init__.py %%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -840,14 +840,14 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/core/parser/operators.py %%PYTHON_SITELIBDIR%%/mathics/core/parser/parser.py %%PYTHON_SITELIBDIR%%/mathics/core/parser/util.py -%%PYTHON_SITELIBDIR%%/mathics/core/pattern%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/core/pattern%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/core/pattern.py -%%PYTHON_SITELIBDIR%%/mathics/core/rules%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/core/rules%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/core/rules.py %%PYTHON_SITELIBDIR%%/mathics/core/streams.py %%PYTHON_SITELIBDIR%%/mathics/core/structure.py %%PYTHON_SITELIBDIR%%/mathics/core/subexpression.py -%%PYTHON_SITELIBDIR%%/mathics/core/symbols%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/core/symbols%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/core/symbols.py %%PYTHON_SITELIBDIR%%/mathics/core/systemsymbols.py %%PYTHON_SITELIBDIR%%/mathics/core/util.py @@ -1047,7 +1047,7 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/outputforms.py %%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/precedence.py %%PYTHON_SITELIBDIR%%/mathics/eval/math_ops.py -%%PYTHON_SITELIBDIR%%/mathics/eval/nevaluator%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/eval/nevaluator%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/eval/nevaluator.py %%PYTHON_SITELIBDIR%%/mathics/eval/numbers/__init__.py %%PYTHON_SITELIBDIR%%/mathics/eval/numbers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -1090,7 +1090,7 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/stack.py %%PYTHON_SITELIBDIR%%/mathics/eval/sympy.py %%PYTHON_SITELIBDIR%%/mathics/eval/tensors.py -%%PYTHON_SITELIBDIR%%/mathics/eval/test%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/mathics/eval/test%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/mathics/eval/test.py %%PYTHON_SITELIBDIR%%/mathics/eval/testing_expressions.py %%PYTHON_SITELIBDIR%%/mathics/eval/tracing.py diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile index c98331d5b4a5..c121b0bd9201 100644 --- a/math/py-matplotlib-scalebar/Makefile +++ b/math/py-matplotlib-scalebar/Makefile @@ -1,5 +1,6 @@ PORTNAME= matplotlib-scalebar PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +10,7 @@ MAINTAINER= rhurlin@FreeBSD.org COMMENT= Artist for matplotlib to display a scale bar WWW= https://github.com/ppinard/matplotlib-scalebar -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ diff --git a/math/py-matplotlib/pkg-plist b/math/py-matplotlib/pkg-plist index 870a5672e517..d1df12a5258d 100644 --- a/math/py-matplotlib/pkg-plist +++ b/math/py-matplotlib/pkg-plist @@ -76,8 +76,8 @@ %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/bezier.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/category.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/category.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cbook%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cbook%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cbook%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cbook%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cm.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/cm.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/collections.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -156,8 +156,8 @@ %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/ticker.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/transforms.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/transforms.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/typing%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/typing%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/typing%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/typing%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/units.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/units.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/matplotlib/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc diff --git a/math/py-minorminer/Makefile b/math/py-minorminer/Makefile index f174f2f3716a..f235bbb3244c 100644 --- a/math/py-minorminer/Makefile +++ b/math/py-minorminer/Makefile @@ -34,9 +34,9 @@ TEST_WRKSRC= ${WRKSRC}/tests post-install: @${STRIP_CMD} \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/minorminer/_extern/rpack/_core${PYTHON_EXT_SUFFIX}.so \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/minorminer/_minorminer${PYTHON_EXT_SUFFIX}.so \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/minorminer/busclique${PYTHON_EXT_SUFFIX}.so \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/minorminer/subgraph${PYTHON_EXT_SUFFIX}.so + ${STAGEDIR}${PYTHON_SITELIBDIR}/minorminer/_extern/rpack/_core${PYTHON_TAG}.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/minorminer/_minorminer${PYTHON_TAG}.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/minorminer/busclique${PYTHON_TAG}.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/minorminer/subgraph${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-mnnpy/Makefile b/math/py-mnnpy/Makefile index 87667c377ea6..505523b429e4 100644 --- a/math/py-mnnpy/Makefile +++ b/math/py-mnnpy/Makefile @@ -25,7 +25,11 @@ USE_PYTHON= distutils cython autoplist post-patch: .if defined(CPUTYPE) +. if ${ARCH:Mpowerpc*} + @${REINPLACE_CMD} -e "s|'-march=native'|'-mcpu=${CPUTYPE}'|" ${WRKSRC}/setup.py +. else @${REINPLACE_CMD} -e "s|'-march=native'|'-march=${CPUTYPE}'|" ${WRKSRC}/setup.py +. endif .else @${REINPLACE_CMD} -e "s|'-march=native', ||" ${WRKSRC}/setup.py .endif diff --git a/math/py-modin/Makefile b/math/py-modin/Makefile index 3e4d6e8e877c..07ef57565dc7 100644 --- a/math/py-modin/Makefile +++ b/math/py-modin/Makefile @@ -1,5 +1,5 @@ PORTNAME= modin -PORTVERSION= 0.32.0 +PORTVERSION= 0.34.1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fsspec>=2022.11.0:filesystems/py-fsspec@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.4,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=2,1<2.3,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=2.2,1<2.3,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.8.0:sysutils/py-psutil@${PY_FLAVOR} USES= python diff --git a/math/py-modin/distinfo b/math/py-modin/distinfo index 86acdcab8f3f..bf98632db566 100644 --- a/math/py-modin/distinfo +++ b/math/py-modin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726080919 -SHA256 (modin-0.32.0.tar.gz) = 9f68557add5e92617d006eb98bfd93d298e7d4d9932a0cd48a5e38ee4f30a134 -SIZE (modin-0.32.0.tar.gz) = 842563 +TIMESTAMP = 1752266154 +SHA256 (modin-0.34.1.tar.gz) = 421b498f0cca4be41241936d051602603715f06e1568307b8b52fcd98ed75263 +SIZE (modin-0.34.1.tar.gz) = 892196 diff --git a/math/py-modin/files/patch-setup.py b/math/py-modin/files/patch-setup.py deleted file mode 100644 index 967cfe5cacfb..000000000000 --- a/math/py-modin/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2024-09-11 12:58:49 UTC -+++ setup.py -@@ -52,7 +52,7 @@ setup(
- long_description=long_description,
- long_description_content_type="text/markdown",
- install_requires=[
-- "pandas>=2.2,<2.3",
-+ "pandas>=2,<2.3",
- "packaging>=21.0",
- "numpy>=1.22.4",
- "fsspec>=2022.11.0",
diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index 1fc8b6ecdac0..996dc336c9ae 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 1.37.0 +PORTVERSION= 1.48.1 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ @@ -31,10 +31,10 @@ SQLFRAME_DESC= SQLFrame support DASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dask>=2024.8:devel/py-dask@${PY_FLAVOR} DUCKDB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}duckdb>=1.0:databases/py-duckdb@${PY_FLAVOR} -PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.25.3,1:math/py-pandas@${PY_FLAVOR} +PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.1.3,1:math/py-pandas@${PY_FLAVOR} MODIN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}modin>=0:math/py-modin@${PY_FLAVOR} -POLARS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}polars>=0.20.3:misc/py-polars@${PY_FLAVOR} -PYARROW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyarrow>=11.0.0:databases/py-pyarrow@${PY_FLAVOR} +POLARS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}polars>=0.20.4:misc/py-polars@${PY_FLAVOR} +PYARROW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyarrow>=13.0.0:databases/py-pyarrow@${PY_FLAVOR} SQLFRAME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlframe>=3.22.0:databases/py-sqlframe@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index 71c12ed13fb0..61bcf19af018 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936202 -SHA256 (narwhals-1.37.0.tar.gz) = 47cb7bb63afd85e72c5260a8c6281fce88b2e12fbe18eba777b980e3dccd5a45 -SIZE (narwhals-1.37.0.tar.gz) = 271458 +TIMESTAMP = 1753796090 +SHA256 (narwhals-1.48.1.tar.gz) = b375cfdfc20b84b5ac0926f34c5c1373eb23ebea48d47bf75e282161cda63e34 +SIZE (narwhals-1.48.1.tar.gz) = 515882 diff --git a/math/py-ndindex/Makefile b/math/py-ndindex/Makefile index 9329ae2cb958..8e4aa2c03e1b 100644 --- a/math/py-ndindex/Makefile +++ b/math/py-ndindex/Makefile @@ -1,5 +1,5 @@ PORTNAME= ndindex -PORTVERSION= 1.9.2 +PORTVERSION= 1.10.0 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/Quansight-Labs/ndindex/releases/download/${PORTVERSION}/ diff --git a/math/py-ndindex/distinfo b/math/py-ndindex/distinfo index ca62899867b7..0d88beeb05c0 100644 --- a/math/py-ndindex/distinfo +++ b/math/py-ndindex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727718444 -SHA256 (ndindex-1.9.2.tar.gz) = b8658a06e52d6c47445c2ec11d292e1d52c3af259214c8b52e3a1aab733daa72 -SIZE (ndindex-1.9.2.tar.gz) = 243001 +TIMESTAMP = 1748495833 +SHA256 (ndindex-1.10.0.tar.gz) = 20e3a2f0a8ed4646abf0f13296aab0b5b9cc8c5bc182b71b5945e76eb6f558bb +SIZE (ndindex-1.10.0.tar.gz) = 258688 diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index 2155c71982a2..687730db26cb 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,5 +1,6 @@ PORTNAME= networkx -DISTVERSION= 3.4 +DISTVERSION= 3.5 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math python MASTER_SITES= PYPI @@ -47,7 +48,7 @@ GRAPHVIZ_DESC= Additional graph layout and rendering algorithms GRAPHVIZ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygraphviz>=1.2:graphics/py-pygraphviz@${PY_FLAVOR} LXML_DESC= Binding for the libxml2 and libxslt libraries -LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} +LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} PANDAS_DESC= Data analysis PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.3:math/py-pandas@${PY_FLAVOR} diff --git a/math/py-networkx/distinfo b/math/py-networkx/distinfo index 7b457ab06c97..75ba9bbe277d 100644 --- a/math/py-networkx/distinfo +++ b/math/py-networkx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728895024 -SHA256 (networkx-3.4.tar.gz) = 1269b90f8f0d3a4095f016f49650f35ac169729f49b69d0572b2bb142748162b -SIZE (networkx-3.4.tar.gz) = 2151262 +TIMESTAMP = 1749718775 +SHA256 (networkx-3.5.tar.gz) = d4c6f9cf81f52d69230866796b82afbccdec3db7ae4fbd1b65ea750feed50037 +SIZE (networkx-3.5.tar.gz) = 2471065 diff --git a/math/py-nlopt/Makefile b/math/py-nlopt/Makefile index 7c41078b7a06..306c77860ae2 100644 --- a/math/py-nlopt/Makefile +++ b/math/py-nlopt/Makefile @@ -1,6 +1,5 @@ PORTNAME= nlopt -DISTVERSION= 2.9.0 -PORTREVISION= 1 +DISTVERSION= 2.9.1 CATEGORIES= math #MASTER_SITES= PYPI # https://github.com/DanielBok/nlopt-python/issues/15 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake-core \ swig:devel/swig \ ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} USES= python @@ -30,7 +29,7 @@ GH_TUPLE= stevengj:nlopt:75dd16e:nlopt/extern/nlopt #CMAKE_ARGS= -DFREEBSD_PYTHON_VER=${PYTHON_VER} MAKE_ENV= FREEBSD_PYTHON_VER=${PYTHON_VER} -xpost-install: +post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/nlopt/_nlopt.so do-test: diff --git a/math/py-nlopt/distinfo b/math/py-nlopt/distinfo index 2e6f7e75faa1..9d9aa63d909d 100644 --- a/math/py-nlopt/distinfo +++ b/math/py-nlopt/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1731822083 -SHA256 (DanielBok-nlopt-python-2.9.0_GH0.tar.gz) = bd16c2a8af7819efeb6cc1b4f349c4553be02e95e628bca7a5c9891da467b99b -SIZE (DanielBok-nlopt-python-2.9.0_GH0.tar.gz) = 9154 +TIMESTAMP = 1754067585 +SHA256 (DanielBok-nlopt-python-2.9.1_GH0.tar.gz) = 9b9ce8ecb686a2e489d056b9aa21110a63ace7a9f3cefe816b011459e1cce6e7 +SIZE (DanielBok-nlopt-python-2.9.1_GH0.tar.gz) = 9184 SHA256 (stevengj-nlopt-75dd16e_GH0.tar.gz) = 969621b928096094546d77d118e1f3e94496f9160a8b01adc6a7755e301f9568 SIZE (stevengj-nlopt-75dd16e_GH0.tar.gz) = 2054748 diff --git a/math/py-nlopt/pkg-plist b/math/py-nlopt/pkg-plist index 325f0732f7c5..80ac7ab3e28f 100644 --- a/math/py-nlopt/pkg-plist +++ b/math/py-nlopt/pkg-plist @@ -1,7 +1,13 @@ +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/not-zip-safe +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/nlopt-2.9.0-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/nlopt/__init__.py -%%PYTHON_SITELIBDIR%%/nlopt/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/nlopt/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/nlopt/__pycache__/nlopt%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/nlopt/__pycache__/nlopt%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/nlopt/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/nlopt/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/nlopt/__pycache__/nlopt%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/nlopt/__pycache__/nlopt%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/nlopt/_nlopt.so %%PYTHON_SITELIBDIR%%/nlopt/nlopt.py diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index c32a9698a4ab..625e573db981 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -1,5 +1,5 @@ PORTNAME= numexpr -PORTVERSION= 2.10.2 +PORTVERSION= 2.11.0 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/pydata/numexpr/releases/download/v${PORTVERSION}/ @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.23.0,1:math/py-numpy@${PY_FLAVOR} -USES= dos2unix python:3.9+ +USES= dos2unix python:3.10+ USE_PYTHON= autoplist concurrent pep517 post-install: diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo index 5a8cd7f2b38c..c96ebe825f40 100644 --- a/math/py-numexpr/distinfo +++ b/math/py-numexpr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888336 -SHA256 (numexpr-2.10.2.tar.gz) = b0aff6b48ebc99d2f54f27b5f73a58cb92fde650aeff1b397c71c8788b4fff1a -SIZE (numexpr-2.10.2.tar.gz) = 106787 +TIMESTAMP = 1750188128 +SHA256 (numexpr-2.11.0.tar.gz) = 75b2c01a4eda2e7c357bc67a3f5c3dd76506c15b5fd4dc42845ef2e182181bad +SIZE (numexpr-2.11.0.tar.gz) = 108960 diff --git a/math/py-numexpr/files/patch-pyproject.toml b/math/py-numexpr/files/patch-pyproject.toml index 66558beeca1f..da1b991c2e63 100644 --- a/math/py-numexpr/files/patch-pyproject.toml +++ b/math/py-numexpr/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2024-06-20 17:09:56 UTC +--- pyproject.toml.orig 2025-06-19 14:14:08 UTC +++ pyproject.toml @@ -2,7 +2,7 @@ requires = [ requires = [ @@ -9,3 +9,12 @@ ] build-backend = "setuptools.build_meta" +@@ -15,7 +15,7 @@ maintainers = [{ name = "Blosc Development Team", emai + readme = "README.rst" + authors = [{name = "David M. Cooke, Francesc Alted, and others", email = "blosc@blosc.org"}] + maintainers = [{ name = "Blosc Development Team", email = "blosc@blosc.org"}] +-license = "MIT" ++license = {text = "MIT"} + classifiers = [ + "Development Status :: 6 - Mature", + "Intended Audience :: Developers", diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 42a13b88864f..9e95667d2031 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.26.4 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ diff --git a/math/py-or-tools/pkg-plist b/math/py-or-tools/pkg-plist index 92504e12116f..3b630196fd3d 100644 --- a/math/py-or-tools/pkg-plist +++ b/math/py-or-tools/pkg-plist @@ -27,9 +27,9 @@ %%PYTHON_SITELIBDIR%%/ortools/graph/__init__.py %%PYTHON_SITELIBDIR%%/ortools/graph/flow_problem_pb2.py %%PYTHON_SITELIBDIR%%/ortools/graph/python/__init__.py -%%PYTHON_SITELIBDIR%%/ortools/graph/python/linear_sum_assignment%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ortools/graph/python/max_flow%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/ortools/graph/python/min_cost_flow%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ortools/graph/python/linear_sum_assignment%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/ortools/graph/python/max_flow%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/ortools/graph/python/min_cost_flow%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ortools/init/__init__.py %%PYTHON_SITELIBDIR%%/ortools/init/_pywrapinit.so %%PYTHON_SITELIBDIR%%/ortools/init/pywrapinit.py @@ -41,7 +41,7 @@ %%PYTHON_SITELIBDIR%%/ortools/linear_solver/python/__init__.py %%PYTHON_SITELIBDIR%%/ortools/linear_solver/python/model_builder.py %%PYTHON_SITELIBDIR%%/ortools/linear_solver/python/model_builder_helper.py -%%PYTHON_SITELIBDIR%%/ortools/linear_solver/python/pywrap_model_builder_helper%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ortools/linear_solver/python/pywrap_model_builder_helper%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ortools/linear_solver/pywraplp.py %%PYTHON_SITELIBDIR%%/ortools/packing/__init__.py %%PYTHON_SITELIBDIR%%/ortools/packing/multiple_dimensions_bin_packing_pb2.py @@ -50,7 +50,7 @@ %%PYTHON_SITELIBDIR%%/ortools/packing/vector_bin_packing_pb2.pyi %%PYTHON_SITELIBDIR%%/ortools/pdlp/__init__.py %%PYTHON_SITELIBDIR%%/ortools/pdlp/python/__init__.py -%%PYTHON_SITELIBDIR%%/ortools/pdlp/python/pywrap_pdlp%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ortools/pdlp/python/pywrap_pdlp%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ortools/pdlp/solve_log_pb2.py %%PYTHON_SITELIBDIR%%/ortools/pdlp/solve_log_pb2.pyi %%PYTHON_SITELIBDIR%%/ortools/pdlp/solvers_pb2.py @@ -67,7 +67,7 @@ %%PYTHON_SITELIBDIR%%/ortools/sat/python/__init__.py %%PYTHON_SITELIBDIR%%/ortools/sat/python/cp_model.py %%PYTHON_SITELIBDIR%%/ortools/sat/python/cp_model_helper.py -%%PYTHON_SITELIBDIR%%/ortools/sat/python/swig_helper%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ortools/sat/python/swig_helper%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ortools/sat/sat_parameters_pb2.py %%PYTHON_SITELIBDIR%%/ortools/sat/sat_parameters_pb2.pyi %%PYTHON_SITELIBDIR%%/ortools/scheduling/__init__.py @@ -82,4 +82,4 @@ %%PYTHON_SITELIBDIR%%/ortools/util/__init__.py %%PYTHON_SITELIBDIR%%/ortools/util/optional_boolean_pb2.py %%PYTHON_SITELIBDIR%%/ortools/util/python/__init__.py -%%PYTHON_SITELIBDIR%%/ortools/util/python/sorted_interval_list%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ortools/util/python/sorted_interval_list%%PYTHON_TAG%%.so diff --git a/math/py-pandas-datareader/Makefile b/math/py-pandas-datareader/Makefile index 82f4f3440d19..4e941b803578 100644 --- a/math/py-pandas-datareader/Makefile +++ b/math/py-pandas-datareader/Makefile @@ -1,6 +1,6 @@ PORTNAME= pandas-datareader DISTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/pydata/pandas-datareader LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0.19.2:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.3.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-file>0:www/py-requests-file@${PY_FLAVOR} \ diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 956fd1610b28..70c2f9abe9b6 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -1,5 +1,6 @@ PORTNAME= pandas PORTVERSION= 2.2.3 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math devel python MASTER_SITES= PYPI @@ -78,7 +79,7 @@ HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautif ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} JINJA2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}lxml5>0:devel/py-lxml5@${PY_FLAVOR} MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} NUMEXPR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numexpr>=2.6.1:math/py-numexpr@${PY_FLAVOR} OPENPYXL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.4.0:textproc/py-openpyxl@${PY_FLAVOR} diff --git a/math/py-pandas/files/patch-pyproject.toml b/math/py-pandas/files/patch-pyproject.toml index ed0dc0e94664..63506fa05bea 100644 --- a/math/py-pandas/files/patch-pyproject.toml +++ b/math/py-pandas/files/patch-pyproject.toml @@ -9,7 +9,8 @@ + "meson-python>=0.13.1", + "meson>=1.2.1", "wheel", - "Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json +- "Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json ++ "Cython>=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json # Force numpy higher than 2.0, so that built wheels are compatible # with both numpy 1 and 2 - "numpy>=2.0", diff --git a/math/py-pcodec/Makefile b/math/py-pcodec/Makefile new file mode 100644 index 000000000000..5711ecccf91d --- /dev/null +++ b/math/py-pcodec/Makefile @@ -0,0 +1,23 @@ +PORTNAME= pcodec +PORTVERSION= 0.3.5 +PORTREVISION= 1 +CATEGORIES= math python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTFILES= pcodec-${PORTVERSION}${EXTRACT_SUFX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Good compression for numerical sequences +WWW= https://github.com/pcodec/pcodec + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maturin>=1.0<2.0:devel/py-maturin@${PY_FLAVOR} + +USES= cargo python +USE_PYTHON= autoplist concurrent pep517 + +CARGO_BUILD= no +CARGO_INSTALL= no + +.include <bsd.port.mk> diff --git a/math/py-pcodec/Makefile.crates b/math/py-pcodec/Makefile.crates new file mode 100644 index 000000000000..6599aa0926f5 --- /dev/null +++ b/math/py-pcodec/Makefile.crates @@ -0,0 +1,412 @@ +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.0 \ + ahash-0.8.11 \ + aho-corasick-1.1.3 \ + alloc-no-stdlib-2.0.4 \ + alloc-stdlib-0.2.2 \ + allocator-api2-0.2.21 \ + android-tzdata-0.1.1 \ + android_system_properties-0.1.5 \ + anstream-0.6.18 \ + anstyle-1.0.10 \ + anstyle-parse-0.2.6 \ + anstyle-query-1.1.2 \ + anstyle-wincon-3.0.7 \ + anyhow-1.0.97 \ + arrayref-0.3.9 \ + arrow-54.3.1 \ + arrow-arith-54.3.1 \ + arrow-array-54.3.1 \ + arrow-buffer-54.3.1 \ + arrow-cast-54.3.1 \ + arrow-csv-54.3.1 \ + arrow-data-54.3.1 \ + arrow-ipc-54.3.1 \ + arrow-ord-54.3.1 \ + arrow-row-54.3.1 \ + arrow-schema-54.3.1 \ + arrow-select-54.3.1 \ + arrow-string-54.3.1 \ + async-lock-3.4.0 \ + async-trait-0.1.88 \ + atoi-2.0.0 \ + autocfg-1.4.0 \ + backtrace-0.3.74 \ + base64-0.22.1 \ + bindgen-0.69.5 \ + bit-vec-0.8.0 \ + bitflags-1.3.2 \ + bitflags-2.9.0 \ + blosc2-src-0.1.4 \ + brotli-7.0.0 \ + brotli-decompressor-4.0.2 \ + bumpalo-3.17.0 \ + bytecheck-0.8.1 \ + bytecheck_derive-0.8.1 \ + bytecount-0.6.8 \ + byteorder-1.5.0 \ + bytes-1.10.1 \ + cc-1.2.18 \ + cesu8-1.1.0 \ + cexpr-0.6.0 \ + cfg-if-1.0.0 \ + chrono-0.4.40 \ + clang-sys-1.8.1 \ + clap-4.5.35 \ + clap_builder-4.5.35 \ + clap_derive-4.5.32 \ + clap_lex-0.7.4 \ + colorchoice-1.0.3 \ + combine-4.6.7 \ + concurrent-queue-2.5.0 \ + console-0.15.11 \ + const-random-0.1.18 \ + const-random-macro-0.1.16 \ + const_for-0.1.5 \ + core-foundation-sys-0.8.7 \ + crossbeam-channel-0.5.14 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-utils-0.8.21 \ + crunchy-0.2.3 \ + csv-1.3.1 \ + csv-core-0.1.12 \ + dashmap-6.1.0 \ + displaydoc-0.2.5 \ + dyn-hash-0.2.2 \ + either-1.15.0 \ + encode_unicode-1.0.0 \ + enum-iterator-2.1.0 \ + enum-iterator-derive-1.4.0 \ + equivalent-1.0.2 \ + errno-0.3.11 \ + event-listener-5.4.0 \ + event-listener-strategy-0.5.4 \ + exponential-decay-histogram-0.1.13 \ + fastlanes-0.1.8 \ + flatbuffers-24.12.23 \ + flatbuffers-25.2.10 \ + flexbuffers-25.2.10 \ + flume-0.11.1 \ + fnv-1.0.7 \ + foldhash-0.1.5 \ + form_urlencoded-1.2.1 \ + fsst-rs-0.5.2 \ + futures-0.3.31 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-executor-0.3.31 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + generator-0.8.4 \ + getrandom-0.2.15 \ + getrandom-0.3.2 \ + gimli-0.31.1 \ + glob-0.3.2 \ + half-2.5.0 \ + hashbrown-0.14.5 \ + hashbrown-0.15.2 \ + heck-0.5.0 \ + home-0.5.11 \ + humansize-2.1.3 \ + iana-time-zone-0.1.63 \ + iana-time-zone-haiku-0.1.2 \ + icu_collections-1.5.0 \ + icu_locid-1.5.0 \ + icu_locid_transform-1.5.0 \ + icu_locid_transform_data-1.5.1 \ + icu_normalizer-1.5.0 \ + icu_normalizer_data-1.5.1 \ + icu_properties-1.5.1 \ + icu_properties_data-1.5.1 \ + icu_provider-1.5.0 \ + icu_provider_macros-1.5.0 \ + idna-1.0.3 \ + idna_adapter-1.2.0 \ + indexmap-2.9.0 \ + indicatif-0.17.11 \ + indoc-2.0.6 \ + integer-encoding-3.0.4 \ + is_terminal_polyfill-1.70.1 \ + itertools-0.12.1 \ + itertools-0.14.0 \ + itoa-1.0.15 \ + jiff-0.2.6 \ + jiff-static-0.2.6 \ + jiff-tzdb-0.1.4 \ + jiff-tzdb-platform-0.1.3 \ + jni-0.21.1 \ + jni-sys-0.3.0 \ + jobserver-0.1.33 \ + js-sys-0.3.77 \ + lazy_static-1.5.0 \ + lazycell-1.3.0 \ + lexical-core-1.0.5 \ + lexical-parse-float-1.0.5 \ + lexical-parse-integer-1.0.5 \ + lexical-util-1.0.6 \ + lexical-write-float-1.0.5 \ + lexical-write-integer-1.0.5 \ + libc-0.2.171 \ + libloading-0.8.6 \ + libm-0.2.11 \ + linked-hash-map-0.5.6 \ + linked_hash_set-0.1.5 \ + linux-raw-sys-0.4.15 \ + litemap-0.7.5 \ + lock_api-0.4.12 \ + log-0.4.27 \ + loom-0.7.2 \ + matchers-0.1.0 \ + matrixmultiply-0.3.9 \ + memchr-2.7.4 \ + memoffset-0.9.1 \ + minimal-lexical-0.2.1 \ + miniz_oxide-0.8.7 \ + mio-1.0.3 \ + moka-0.12.10 \ + munge-0.4.3 \ + munge_macro-0.4.3 \ + nanorand-0.7.0 \ + ndarray-0.16.1 \ + nom-7.1.3 \ + nu-ansi-term-0.46.0 \ + num-0.4.3 \ + num-bigint-0.4.6 \ + num-complex-0.4.6 \ + num-integer-0.1.46 \ + num-iter-0.1.45 \ + num-rational-0.4.2 \ + num-traits-0.2.19 \ + num_enum-0.5.11 \ + num_enum-0.7.3 \ + num_enum_derive-0.5.11 \ + num_enum_derive-0.7.3 \ + number_prefix-0.4.0 \ + numpy-0.24.0 \ + object-0.36.7 \ + once_cell-1.21.3 \ + ordered-float-2.10.1 \ + ordered-float-5.0.0 \ + overload-0.1.1 \ + papergrid-0.14.0 \ + parking-2.2.1 \ + parking_lot-0.12.3 \ + parking_lot_core-0.9.10 \ + parquet-54.3.1 \ + paste-1.0.15 \ + percent-encoding-2.3.1 \ + pin-project-1.1.10 \ + pin-project-internal-1.1.10 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + pkg-config-0.3.32 \ + portable-atomic-1.11.0 \ + portable-atomic-util-0.2.4 \ + ppv-lite86-0.2.21 \ + prettyplease-0.2.32 \ + proc-macro-crate-1.3.1 \ + proc-macro-crate-3.3.0 \ + proc-macro-error-attr2-2.0.0 \ + proc-macro-error2-2.0.1 \ + proc-macro2-1.0.94 \ + prost-0.13.5 \ + prost-derive-0.13.5 \ + prost-types-0.13.5 \ + ptr_meta-0.3.0 \ + ptr_meta_derive-0.3.0 \ + pyo3-0.24.2 \ + pyo3-build-config-0.24.2 \ + pyo3-ffi-0.24.2 \ + pyo3-macros-0.24.2 \ + pyo3-macros-backend-0.24.2 \ + quote-1.0.40 \ + r-efi-5.2.0 \ + rancor-0.1.0 \ + rand-0.8.5 \ + rand-0.9.0 \ + rand_chacha-0.3.1 \ + rand_chacha-0.9.0 \ + rand_core-0.6.4 \ + rand_core-0.9.3 \ + rand_xoshiro-0.6.0 \ + rawpointer-0.2.1 \ + rayon-1.10.0 \ + rayon-core-1.12.1 \ + redox_syscall-0.5.11 \ + regex-1.11.1 \ + regex-automata-0.1.10 \ + regex-automata-0.4.9 \ + regex-syntax-0.6.29 \ + regex-syntax-0.8.5 \ + rend-0.5.2 \ + riff-1.0.1 \ + rkyv-0.8.10 \ + rkyv_derive-0.8.10 \ + rstest_reuse-0.7.0 \ + rustc-demangle-0.1.24 \ + rustc-hash-1.1.0 \ + rustc-hash-2.1.1 \ + rustc_version-0.4.1 \ + rustix-0.38.44 \ + rustversion-1.0.20 \ + ryu-1.0.20 \ + same-file-1.0.6 \ + scoped-tls-1.0.1 \ + scopeguard-1.2.0 \ + semver-1.0.26 \ + seq-macro-0.3.6 \ + serde-1.0.219 \ + serde-value-0.7.0 \ + serde_derive-1.0.219 \ + serde_spanned-0.6.8 \ + sharded-slab-0.1.7 \ + shlex-1.3.0 \ + signal-hook-registry-1.4.2 \ + simdutf8-0.1.5 \ + sketches-ddsketch-0.3.0 \ + slab-0.4.9 \ + smallvec-1.15.0 \ + snap-1.1.1 \ + socket2-0.5.9 \ + spdp_sys-0.1.0 \ + spin-0.9.8 \ + stable_deref_trait-1.2.0 \ + static_assertions-1.1.0 \ + strsim-0.11.1 \ + syn-1.0.109 \ + syn-2.0.100 \ + synstructure-0.13.1 \ + tabled-0.18.0 \ + tabled_derive-0.10.0 \ + tagptr-0.2.0 \ + target-lexicon-0.13.2 \ + thiserror-1.0.69 \ + thiserror-2.0.12 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.12 \ + thread_local-1.1.8 \ + thrift-0.17.0 \ + tiny-keccak-2.0.2 \ + tinystr-0.7.6 \ + tinyvec-1.9.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.44.2 \ + tokio-macros-2.5.0 \ + toml-0.8.20 \ + toml_datetime-0.6.8 \ + toml_edit-0.19.15 \ + toml_edit-0.22.24 \ + tracing-0.1.41 \ + tracing-core-0.1.33 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.19 \ + turbo_pfor_sys-0.1.3 \ + twox-hash-1.6.3 \ + unicode-ident-1.0.18 \ + unicode-width-0.2.0 \ + unindent-0.2.4 \ + url-2.5.4 \ + utf16_iter-1.0.5 \ + utf8_iter-1.0.4 \ + utf8parse-0.2.2 \ + uuid-1.16.0 \ + valuable-0.1.1 \ + version_check-0.9.5 \ + vortex-0.28.0 \ + vortex-alp-0.28.0 \ + vortex-array-0.28.0 \ + vortex-btrblocks-0.28.0 \ + vortex-buffer-0.28.0 \ + vortex-bytebool-0.28.0 \ + vortex-datetime-parts-0.28.0 \ + vortex-dict-0.28.0 \ + vortex-dtype-0.28.0 \ + vortex-error-0.28.0 \ + vortex-expr-0.28.0 \ + vortex-fastlanes-0.28.0 \ + vortex-file-0.28.0 \ + vortex-flatbuffers-0.28.0 \ + vortex-fsst-0.28.0 \ + vortex-io-0.28.0 \ + vortex-ipc-0.28.0 \ + vortex-layout-0.28.0 \ + vortex-mask-0.28.0 \ + vortex-metrics-0.28.0 \ + vortex-proto-0.28.0 \ + vortex-runend-0.28.0 \ + vortex-scalar-0.28.0 \ + vortex-sparse-0.28.0 \ + vortex-zigzag-0.28.0 \ + walkdir-2.5.0 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-futures-0.4.50 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + wav-1.0.1 \ + web-sys-0.3.77 \ + web-time-1.1.0 \ + which-4.4.2 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.9 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-0.58.0 \ + windows-core-0.58.0 \ + windows-core-0.61.0 \ + windows-implement-0.58.0 \ + windows-implement-0.60.0 \ + windows-interface-0.58.0 \ + windows-interface-0.59.1 \ + windows-link-0.1.1 \ + windows-result-0.2.0 \ + windows-result-0.3.2 \ + windows-strings-0.1.0 \ + windows-strings-0.4.0 \ + windows-sys-0.45.0 \ + windows-sys-0.52.0 \ + windows-sys-0.59.0 \ + windows-targets-0.42.2 \ + windows-targets-0.52.6 \ + windows_aarch64_gnullvm-0.42.2 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_msvc-0.42.2 \ + windows_aarch64_msvc-0.52.6 \ + windows_i686_gnu-0.42.2 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_msvc-0.42.2 \ + windows_i686_msvc-0.52.6 \ + windows_x86_64_gnu-0.42.2 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnullvm-0.42.2 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_msvc-0.42.2 \ + windows_x86_64_msvc-0.52.6 \ + winnow-0.5.40 \ + winnow-0.7.6 \ + wit-bindgen-rt-0.39.0 \ + witchcraft-metrics-1.0.1 \ + write16-1.0.0 \ + writeable-0.5.5 \ + yoke-0.7.5 \ + yoke-derive-0.7.5 \ + zerocopy-0.7.35 \ + zerocopy-0.8.24 \ + zerocopy-derive-0.7.35 \ + zerocopy-derive-0.8.24 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zerovec-0.10.4 \ + zerovec-derive-0.10.3 \ + zigzag-0.1.0 \ + zstd-0.13.3 \ + zstd-safe-7.2.4 \ + zstd-sys-2.0.15+zstd.1.5.7 diff --git a/math/py-pcodec/distinfo b/math/py-pcodec/distinfo new file mode 100644 index 000000000000..35fbb5c256cd --- /dev/null +++ b/math/py-pcodec/distinfo @@ -0,0 +1,827 @@ +TIMESTAMP = 1750954216 +SHA256 (pcodec-0.3.5.tar.gz) = d0242d3cabfd82cbd3d4d1f83a71aba92273a49972a372f39ca3eb20db12861d +SIZE (pcodec-0.3.5.tar.gz) = 129855 +SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 +SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 +SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 +SIZE (rust/crates/adler2-2.0.0.crate) = 13529 +SHA256 (rust/crates/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 +SIZE (rust/crates/ahash-0.8.11.crate) = 43607 +SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 +SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3 +SIZE (rust/crates/alloc-no-stdlib-2.0.4.crate) = 10105 +SHA256 (rust/crates/alloc-stdlib-0.2.2.crate) = 94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece +SIZE (rust/crates/alloc-stdlib-0.2.2.crate) = 6693 +SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 +SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 +SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 +SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 +SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b +SIZE (rust/crates/anstream-0.6.18.crate) = 29681 +SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 +SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 +SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9 +SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 +SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c +SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 +SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e +SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 +SHA256 (rust/crates/anyhow-1.0.97.crate) = dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f +SIZE (rust/crates/anyhow-1.0.97.crate) = 52221 +SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb +SIZE (rust/crates/arrayref-0.3.9.crate) = 9186 +SHA256 (rust/crates/arrow-54.3.1.crate) = b5ec52ba94edeed950e4a41f75d35376df196e8cb04437f7280a5aa49f20f796 +SIZE (rust/crates/arrow-54.3.1.crate) = 85939 +SHA256 (rust/crates/arrow-arith-54.3.1.crate) = 8fc766fdacaf804cb10c7c70580254fcdb5d55cdfda2bc57b02baf5223a3af9e +SIZE (rust/crates/arrow-arith-54.3.1.crate) = 47090 +SHA256 (rust/crates/arrow-array-54.3.1.crate) = a12fcdb3f1d03f69d3ec26ac67645a8fe3f878d77b5ebb0b15d64a116c212985 +SIZE (rust/crates/arrow-array-54.3.1.crate) = 233605 +SHA256 (rust/crates/arrow-buffer-54.3.1.crate) = 263f4801ff1839ef53ebd06f99a56cecd1dbaf314ec893d93168e2e860e0291c +SIZE (rust/crates/arrow-buffer-54.3.1.crate) = 75084 +SHA256 (rust/crates/arrow-cast-54.3.1.crate) = ede6175fbc039dfc946a61c1b6d42fd682fcecf5ab5d148fbe7667705798cac9 +SIZE (rust/crates/arrow-cast-54.3.1.crate) = 101062 +SHA256 (rust/crates/arrow-csv-54.3.1.crate) = 1644877d8bc9a0ef022d9153dc29375c2bda244c39aec05a91d0e87ccf77995f +SIZE (rust/crates/arrow-csv-54.3.1.crate) = 38788 +SHA256 (rust/crates/arrow-data-54.3.1.crate) = 61cfdd7d99b4ff618f167e548b2411e5dd2c98c0ddebedd7df433d34c20a4429 +SIZE (rust/crates/arrow-data-54.3.1.crate) = 53574 +SHA256 (rust/crates/arrow-ipc-54.3.1.crate) = 62ff528658b521e33905334723b795ee56b393dbe9cf76c8b1f64b648c65a60c +SIZE (rust/crates/arrow-ipc-54.3.1.crate) = 114610 +SHA256 (rust/crates/arrow-ord-54.3.1.crate) = f0a3334a743bd2a1479dbc635540617a3923b4b2f6870f37357339e6b5363c21 +SIZE (rust/crates/arrow-ord-54.3.1.crate) = 53345 +SHA256 (rust/crates/arrow-row-54.3.1.crate) = 8d1d7a7291d2c5107e92140f75257a99343956871f3d3ab33a7b41532f79cb68 +SIZE (rust/crates/arrow-row-54.3.1.crate) = 36555 +SHA256 (rust/crates/arrow-schema-54.3.1.crate) = 39cfaf5e440be44db5413b75b72c2a87c1f8f0627117d110264048f2969b99e9 +SIZE (rust/crates/arrow-schema-54.3.1.crate) = 64422 +SHA256 (rust/crates/arrow-select-54.3.1.crate) = 69efcd706420e52cd44f5c4358d279801993846d1c2a8e52111853d61d55a619 +SIZE (rust/crates/arrow-select-54.3.1.crate) = 65951 +SHA256 (rust/crates/arrow-string-54.3.1.crate) = a21546b337ab304a32cfc0770f671db7411787586b45b78b4593ae78e64e2b03 +SIZE (rust/crates/arrow-string-54.3.1.crate) = 43813 +SHA256 (rust/crates/async-lock-3.4.0.crate) = ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18 +SIZE (rust/crates/async-lock-3.4.0.crate) = 34446 +SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 +SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 +SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 +SIZE (rust/crates/atoi-2.0.0.crate) = 7785 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a +SIZE (rust/crates/backtrace-0.3.74.crate) = 88516 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bindgen-0.69.5.crate) = 271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088 +SIZE (rust/crates/bindgen-0.69.5.crate) = 221128 +SHA256 (rust/crates/bit-vec-0.8.0.crate) = 5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7 +SIZE (rust/crates/bit-vec-0.8.0.crate) = 24132 +SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a +SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 +SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd +SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 +SHA256 (rust/crates/blosc2-src-0.1.4.crate) = cf03473159be955a6a6dc91b9bb1dbcdcb5462e02c5247914af2391e6da43768 +SIZE (rust/crates/blosc2-src-0.1.4.crate) = 3006315 +SHA256 (rust/crates/brotli-7.0.0.crate) = cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd +SIZE (rust/crates/brotli-7.0.0.crate) = 1356970 +SHA256 (rust/crates/brotli-decompressor-4.0.2.crate) = 74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37 +SIZE (rust/crates/brotli-decompressor-4.0.2.crate) = 193388 +SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf +SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (rust/crates/bytecheck-0.8.1.crate) = 50690fb3370fb9fe3550372746084c46f2ac8c9685c583d2be10eefd89d3d1a3 +SIZE (rust/crates/bytecheck-0.8.1.crate) = 12597 +SHA256 (rust/crates/bytecheck_derive-0.8.1.crate) = efb7846e0cb180355c2dec69e721edafa36919850f1a9f52ffba4ebc0393cb71 +SIZE (rust/crates/bytecheck_derive-0.8.1.crate) = 8911 +SHA256 (rust/crates/bytecount-0.6.8.crate) = 5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce +SIZE (rust/crates/bytecount-0.6.8.crate) = 14694 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/cc-1.2.18.crate) = 525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c +SIZE (rust/crates/cc-1.2.18.crate) = 105851 +SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c +SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 +SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 +SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/chrono-0.4.40.crate) = 1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c +SIZE (rust/crates/chrono-0.4.40.crate) = 229824 +SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 +SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 +SHA256 (rust/crates/clap-4.5.35.crate) = d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944 +SIZE (rust/crates/clap-4.5.35.crate) = 56970 +SHA256 (rust/crates/clap_builder-4.5.35.crate) = 2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9 +SIZE (rust/crates/clap_builder-4.5.35.crate) = 168525 +SHA256 (rust/crates/clap_derive-4.5.32.crate) = 09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7 +SIZE (rust/crates/clap_derive-4.5.32.crate) = 33441 +SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 +SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 +SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 +SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 +SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd +SIZE (rust/crates/combine-4.6.7.crate) = 134808 +SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 +SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 +SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8 +SIZE (rust/crates/console-0.15.11.crate) = 37822 +SHA256 (rust/crates/const-random-0.1.18.crate) = 87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359 +SIZE (rust/crates/const-random-0.1.18.crate) = 6646 +SHA256 (rust/crates/const-random-macro-0.1.16.crate) = f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e +SIZE (rust/crates/const-random-macro-0.1.16.crate) = 6657 +SHA256 (rust/crates/const_for-0.1.5.crate) = d9c50fcfdf972929aff202c16b80086aa3cfc6a3a820af714096c58c7c1d0582 +SIZE (rust/crates/const_for-0.1.5.crate) = 4781 +SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b +SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 +SHA256 (rust/crates/crossbeam-channel-0.5.14.crate) = 06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471 +SIZE (rust/crates/crossbeam-channel-0.5.14.crate) = 92728 +SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 +SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 +SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e +SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875 +SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 +SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 +SHA256 (rust/crates/crunchy-0.2.3.crate) = 43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929 +SIZE (rust/crates/crunchy-0.2.3.crate) = 3775 +SHA256 (rust/crates/csv-1.3.1.crate) = acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf +SIZE (rust/crates/csv-1.3.1.crate) = 888542 +SHA256 (rust/crates/csv-core-0.1.12.crate) = 7d02f3b0da4c6504f86e9cd789d8dbafab48c2321be74e9987593de5a894d93d +SIZE (rust/crates/csv-core-0.1.12.crate) = 26298 +SHA256 (rust/crates/dashmap-6.1.0.crate) = 5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf +SIZE (rust/crates/dashmap-6.1.0.crate) = 24828 +SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 +SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 +SHA256 (rust/crates/dyn-hash-0.2.2.crate) = 15401da73a9ed8c80e3b2d4dc05fe10e7b72d7243b9f614e516a44fa99986e88 +SIZE (rust/crates/dyn-hash-0.2.2.crate) = 10735 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0 +SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 +SHA256 (rust/crates/enum-iterator-2.1.0.crate) = c280b9e6b3ae19e152d8e31cf47f18389781e119d4013a2a2bb0180e5facc635 +SIZE (rust/crates/enum-iterator-2.1.0.crate) = 7668 +SHA256 (rust/crates/enum-iterator-derive-1.4.0.crate) = a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b +SIZE (rust/crates/enum-iterator-derive-1.4.0.crate) = 5516 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.11.crate) = 976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e +SIZE (rust/crates/errno-0.3.11.crate) = 12048 +SHA256 (rust/crates/event-listener-5.4.0.crate) = 3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae +SIZE (rust/crates/event-listener-5.4.0.crate) = 43452 +SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93 +SIZE (rust/crates/event-listener-strategy-0.5.4.crate) = 16179 +SHA256 (rust/crates/exponential-decay-histogram-0.1.13.crate) = 988360e80225a42d5e2f78fcb90ef7d54d1e4394d335476b5465d34942426776 +SIZE (rust/crates/exponential-decay-histogram-0.1.13.crate) = 16480 +SHA256 (rust/crates/fastlanes-0.1.8.crate) = 0504746b2d3b8249642d675325a6de910351f5aefc909a08450b2e239b169fd2 +SIZE (rust/crates/fastlanes-0.1.8.crate) = 15039 +SHA256 (rust/crates/flatbuffers-24.12.23.crate) = 4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096 +SIZE (rust/crates/flatbuffers-24.12.23.crate) = 25779 +SHA256 (rust/crates/flatbuffers-25.2.10.crate) = 1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1 +SIZE (rust/crates/flatbuffers-25.2.10.crate) = 27330 +SHA256 (rust/crates/flexbuffers-25.2.10.crate) = 935627e7bc8f083035d9faad09ffaed9128f73fb1f74a8798f115749c43378e8 +SIZE (rust/crates/flexbuffers-25.2.10.crate) = 28718 +SHA256 (rust/crates/flume-0.11.1.crate) = da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095 +SIZE (rust/crates/flume-0.11.1.crate) = 67947 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 +SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/fsst-rs-0.5.2.crate) = 5fa1df9a00094a6b351a2aa517e7972ec23a97d97f5223eafab15d5c3531f1e9 +SIZE (rust/crates/fsst-rs-0.5.2.crate) = 241277 +SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 +SIZE (rust/crates/futures-0.3.31.crate) = 54953 +SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 +SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-executor-0.3.31.crate) = 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f +SIZE (rust/crates/futures-executor-0.3.31.crate) = 17965 +SHA256 (rust/crates/futures-io-0.3.31.crate) = 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6 +SIZE (rust/crates/futures-io-0.3.31.crate) = 9047 +SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 +SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 +SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 +SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 +SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 +SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 +SHA256 (rust/crates/generator-0.8.4.crate) = cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd +SIZE (rust/crates/generator-0.8.4.crate) = 34400 +SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 +SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0 +SIZE (rust/crates/getrandom-0.3.2.crate) = 49140 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +SHA256 (rust/crates/half-2.5.0.crate) = 7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1 +SIZE (rust/crates/half-2.5.0.crate) = 59156 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 +SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf +SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/humansize-2.1.3.crate) = 6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7 +SIZE (rust/crates/humansize-2.1.3.crate) = 11953 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 +SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f +SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 +SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 +SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762 +SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637 +SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 +SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e +SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 +SHA256 (rust/crates/icu_locid_transform_data-1.5.1.crate) = 7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d +SIZE (rust/crates/icu_locid_transform_data-1.5.1.crate) = 42937 +SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f +SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 +SHA256 (rust/crates/icu_normalizer_data-1.5.1.crate) = c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7 +SIZE (rust/crates/icu_normalizer_data-1.5.1.crate) = 50737 +SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 +SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 +SHA256 (rust/crates/icu_properties_data-1.5.1.crate) = 85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2 +SIZE (rust/crates/icu_properties_data-1.5.1.crate) = 229231 +SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 +SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 +SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 +SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436 +SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e +SIZE (rust/crates/idna-1.0.3.crate) = 142515 +SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 +SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indicatif-0.17.11.crate) = 183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235 +SIZE (rust/crates/indicatif-0.17.11.crate) = 66577 +SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd +SIZE (rust/crates/indoc-2.0.6.crate) = 17164 +SHA256 (rust/crates/integer-encoding-3.0.4.crate) = 8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02 +SIZE (rust/crates/integer-encoding-3.0.4.crate) = 12446 +SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf +SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 +SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 +SIZE (rust/crates/itertools-0.12.1.crate) = 137761 +SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 +SIZE (rust/crates/itertools-0.14.0.crate) = 152715 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/jiff-0.2.6.crate) = 1f33145a5cbea837164362c7bd596106eb7c5198f97d1ba6f6ebb3223952e488 +SIZE (rust/crates/jiff-0.2.6.crate) = 700266 +SHA256 (rust/crates/jiff-static-0.2.6.crate) = 43ce13c40ec6956157a3635d97a1ee2df323b263f09ea14165131289cb0f5c19 +SIZE (rust/crates/jiff-static-0.2.6.crate) = 75873 +SHA256 (rust/crates/jiff-tzdb-0.1.4.crate) = c1283705eb0a21404d2bfd6eef2a7593d240bc42a0bdb39db0ad6fa2ec026524 +SIZE (rust/crates/jiff-tzdb-0.1.4.crate) = 62435 +SHA256 (rust/crates/jiff-tzdb-platform-0.1.3.crate) = 875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8 +SIZE (rust/crates/jiff-tzdb-platform-0.1.3.crate) = 3179 +SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 +SIZE (rust/crates/jni-0.21.1.crate) = 105028 +SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 +SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 +SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 +SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 +SHA256 (rust/crates/lexical-core-1.0.5.crate) = b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958 +SIZE (rust/crates/lexical-core-1.0.5.crate) = 27818 +SHA256 (rust/crates/lexical-parse-float-1.0.5.crate) = de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2 +SIZE (rust/crates/lexical-parse-float-1.0.5.crate) = 186731 +SHA256 (rust/crates/lexical-parse-integer-1.0.5.crate) = 72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e +SIZE (rust/crates/lexical-parse-integer-1.0.5.crate) = 36912 +SHA256 (rust/crates/lexical-util-1.0.6.crate) = 5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3 +SIZE (rust/crates/lexical-util-1.0.6.crate) = 106117 +SHA256 (rust/crates/lexical-write-float-1.0.5.crate) = c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd +SIZE (rust/crates/lexical-write-float-1.0.5.crate) = 99790 +SHA256 (rust/crates/lexical-write-integer-1.0.5.crate) = 629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978 +SIZE (rust/crates/lexical-write-integer-1.0.5.crate) = 65127 +SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 +SIZE (rust/crates/libc-0.2.171.crate) = 785246 +SHA256 (rust/crates/libloading-0.8.6.crate) = fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34 +SIZE (rust/crates/libloading-0.8.6.crate) = 28922 +SHA256 (rust/crates/libm-0.2.11.crate) = 8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa +SIZE (rust/crates/libm-0.2.11.crate) = 111477 +SHA256 (rust/crates/linked-hash-map-0.5.6.crate) = 0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f +SIZE (rust/crates/linked-hash-map-0.5.6.crate) = 15049 +SHA256 (rust/crates/linked_hash_set-0.1.5.crate) = bae85b5be22d9843c80e5fc80e9b64c8a3b1f98f867c709956eca3efff4e92e2 +SIZE (rust/crates/linked_hash_set-0.1.5.crate) = 14810 +SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab +SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 +SHA256 (rust/crates/litemap-0.7.5.crate) = 23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856 +SIZE (rust/crates/litemap-0.7.5.crate) = 29962 +SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 +SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/loom-0.7.2.crate) = 419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca +SIZE (rust/crates/loom-0.7.2.crate) = 73989 +SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 +SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/matrixmultiply-0.3.9.crate) = 9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a +SIZE (rust/crates/matrixmultiply-0.3.9.crate) = 57819 +SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 +SIZE (rust/crates/memchr-2.7.4.crate) = 96670 +SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a +SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 +SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a +SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 +SHA256 (rust/crates/miniz_oxide-0.8.7.crate) = ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430 +SIZE (rust/crates/miniz_oxide-0.8.7.crate) = 66905 +SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd +SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/moka-0.12.10.crate) = a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926 +SIZE (rust/crates/moka-0.12.10.crate) = 253622 +SHA256 (rust/crates/munge-0.4.3.crate) = a0091202c98cf06da46c279fdf50cccb6b1c43b4521abdf6a27b4c7e71d5d9d7 +SIZE (rust/crates/munge-0.4.3.crate) = 10986 +SHA256 (rust/crates/munge_macro-0.4.3.crate) = 734799cf91479720b2f970c61a22850940dd91e27d4f02b1c6fc792778df2459 +SIZE (rust/crates/munge_macro-0.4.3.crate) = 5852 +SHA256 (rust/crates/nanorand-0.7.0.crate) = 6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3 +SIZE (rust/crates/nanorand-0.7.0.crate) = 18437 +SHA256 (rust/crates/ndarray-0.16.1.crate) = 882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841 +SIZE (rust/crates/ndarray-0.16.1.crate) = 291026 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 +SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 +SIZE (rust/crates/num-0.4.3.crate) = 9575 +SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 +SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 +SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 +SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 +SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f +SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 +SHA256 (rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf +SIZE (rust/crates/num-iter-0.1.45.crate) = 10320 +SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824 +SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/num_enum-0.5.11.crate) = 1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9 +SIZE (rust/crates/num_enum-0.5.11.crate) = 16772 +SHA256 (rust/crates/num_enum-0.7.3.crate) = 4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179 +SIZE (rust/crates/num_enum-0.7.3.crate) = 18603 +SHA256 (rust/crates/num_enum_derive-0.5.11.crate) = dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799 +SIZE (rust/crates/num_enum_derive-0.5.11.crate) = 15552 +SHA256 (rust/crates/num_enum_derive-0.7.3.crate) = af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56 +SIZE (rust/crates/num_enum_derive-0.7.3.crate) = 17092 +SHA256 (rust/crates/number_prefix-0.4.0.crate) = 830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3 +SIZE (rust/crates/number_prefix-0.4.0.crate) = 6922 +SHA256 (rust/crates/numpy-0.24.0.crate) = a7cfbf3f0feededcaa4d289fe3079b03659e85c5b5a177f4ba6fb01ab4fb3e39 +SIZE (rust/crates/numpy-0.24.0.crate) = 82393 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c +SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 +SHA256 (rust/crates/ordered-float-5.0.0.crate) = e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01 +SIZE (rust/crates/ordered-float-5.0.0.crate) = 23364 +SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (rust/crates/overload-0.1.1.crate) = 24439 +SHA256 (rust/crates/papergrid-0.14.0.crate) = b915f831b85d984193fdc3d3611505871dc139b2534530fa01c1a6a6707b6723 +SIZE (rust/crates/papergrid-0.14.0.crate) = 57733 +SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba +SIZE (rust/crates/parking-2.2.1.crate) = 10685 +SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 +SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 +SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 +SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (rust/crates/parquet-54.3.1.crate) = bfb15796ac6f56b429fd99e33ba133783ad75b27c36b4b5ce06f1f82cc97754e +SIZE (rust/crates/parquet-54.3.1.crate) = 590081 +SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a +SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 +SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a +SIZE (rust/crates/pin-project-1.1.10.crate) = 56348 +SHA256 (rust/crates/pin-project-internal-1.1.10.crate) = 6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861 +SIZE (rust/crates/pin-project-internal-1.1.10.crate) = 29162 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e +SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 +SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 +SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 +SHA256 (rust/crates/prettyplease-0.2.32.crate) = 664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6 +SIZE (rust/crates/prettyplease-0.2.32.crate) = 72024 +SHA256 (rust/crates/proc-macro-crate-1.3.1.crate) = 7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919 +SIZE (rust/crates/proc-macro-crate-1.3.1.crate) = 9678 +SHA256 (rust/crates/proc-macro-crate-3.3.0.crate) = edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35 +SIZE (rust/crates/proc-macro-crate-3.3.0.crate) = 12432 +SHA256 (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5 +SIZE (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 7745 +SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802 +SIZE (rust/crates/proc-macro-error2-2.0.1.crate) = 24807 +SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 +SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 +SHA256 (rust/crates/prost-0.13.5.crate) = 2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5 +SIZE (rust/crates/prost-0.13.5.crate) = 32469 +SHA256 (rust/crates/prost-derive-0.13.5.crate) = 8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d +SIZE (rust/crates/prost-derive-0.13.5.crate) = 20600 +SHA256 (rust/crates/prost-types-0.13.5.crate) = 52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16 +SIZE (rust/crates/prost-types-0.13.5.crate) = 49145 +SHA256 (rust/crates/ptr_meta-0.3.0.crate) = fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90 +SIZE (rust/crates/ptr_meta-0.3.0.crate) = 7192 +SHA256 (rust/crates/ptr_meta_derive-0.3.0.crate) = ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1 +SIZE (rust/crates/ptr_meta_derive-0.3.0.crate) = 4259 +SHA256 (rust/crates/pyo3-0.24.2.crate) = e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219 +SIZE (rust/crates/pyo3-0.24.2.crate) = 1113754 +SHA256 (rust/crates/pyo3-build-config-0.24.2.crate) = 99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999 +SIZE (rust/crates/pyo3-build-config-0.24.2.crate) = 34019 +SHA256 (rust/crates/pyo3-ffi-0.24.2.crate) = 78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33 +SIZE (rust/crates/pyo3-ffi-0.24.2.crate) = 76458 +SHA256 (rust/crates/pyo3-macros-0.24.2.crate) = 0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9 +SIZE (rust/crates/pyo3-macros-0.24.2.crate) = 8874 +SHA256 (rust/crates/pyo3-macros-backend-0.24.2.crate) = 822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a +SIZE (rust/crates/pyo3-macros-backend-0.24.2.crate) = 72654 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 +SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/rancor-0.1.0.crate) = caf5f7161924b9d1cea0e4cabc97c372cea92b5f927fc13c6bca67157a0ad947 +SIZE (rust/crates/rancor-0.1.0.crate) = 9759 +SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 +SIZE (rust/crates/rand-0.9.0.crate) = 97798 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 +SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb +SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 +SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c +SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 +SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (rust/crates/rand_xoshiro-0.6.0.crate) = 6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa +SIZE (rust/crates/rand_xoshiro-0.6.0.crate) = 17125 +SHA256 (rust/crates/rawpointer-0.2.1.crate) = 60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3 +SIZE (rust/crates/rawpointer-0.2.1.crate) = 7490 +SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa +SIZE (rust/crates/rayon-1.10.0.crate) = 180155 +SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 +SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 +SHA256 (rust/crates/redox_syscall-0.5.11.crate) = d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3 +SIZE (rust/crates/redox_syscall-0.5.11.crate) = 30300 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 +SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/rend-0.5.2.crate) = a35e8a6bf28cd121053a66aa2e6a2e3eaffad4a60012179f0e864aa5ffeff215 +SIZE (rust/crates/rend-0.5.2.crate) = 14775 +SHA256 (rust/crates/riff-1.0.1.crate) = b9b1a3d5f46d53f4a3478e2be4a5a5ce5108ea58b100dcd139830eae7f79a3a1 +SIZE (rust/crates/riff-1.0.1.crate) = 5876 +SHA256 (rust/crates/rkyv-0.8.10.crate) = 1e147371c75553e1e2fcdb483944a8540b8438c31426279553b9a8182a9b7b65 +SIZE (rust/crates/rkyv-0.8.10.crate) = 163013 +SHA256 (rust/crates/rkyv_derive-0.8.10.crate) = 246b40ac189af6c675d124b802e8ef6d5246c53e17367ce9501f8f66a81abb7a +SIZE (rust/crates/rkyv_derive-0.8.10.crate) = 22743 +SHA256 (rust/crates/rstest_reuse-0.7.0.crate) = b3a8fb4672e840a587a66fc577a5491375df51ddb88f2a2c2a792598c326fe14 +SIZE (rust/crates/rstest_reuse-0.7.0.crate) = 12828 +SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f +SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 +SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 +SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d +SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 +SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 +SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 +SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294 +SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 +SIZE (rust/crates/semver-1.0.26.crate) = 31303 +SHA256 (rust/crates/seq-macro-0.3.6.crate) = 1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc +SIZE (rust/crates/seq-macro-0.3.6.crate) = 16031 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde-value-0.7.0.crate) = f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c +SIZE (rust/crates/serde-value-0.7.0.crate) = 10249 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 +SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 +SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 +SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 +SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 +SHA256 (rust/crates/simdutf8-0.1.5.crate) = e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e +SIZE (rust/crates/simdutf8-0.1.5.crate) = 28488 +SHA256 (rust/crates/sketches-ddsketch-0.3.0.crate) = c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a +SIZE (rust/crates/sketches-ddsketch-0.3.0.crate) = 13202 +SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 +SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +SHA256 (rust/crates/snap-1.1.1.crate) = 1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b +SIZE (rust/crates/snap-1.1.1.crate) = 33763 +SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef +SIZE (rust/crates/socket2-0.5.9.crate) = 57432 +SHA256 (rust/crates/spdp_sys-0.1.0.crate) = 1a73a4d6b35001391b29057728a0058ba5747c9e60192f2a3fafd841fca03127 +SIZE (rust/crates/spdp_sys-0.1.0.crate) = 4235 +SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 +SIZE (rust/crates/spin-0.9.8.crate) = 38958 +SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 +SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 +SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 +SIZE (rust/crates/syn-1.0.109.crate) = 237611 +SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 +SIZE (rust/crates/syn-2.0.100.crate) = 297947 +SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 +SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 +SHA256 (rust/crates/tabled-0.18.0.crate) = 121d8171ee5687a4978d1b244f7d99c43e7385a272185a2f1e1fa4dc0979d444 +SIZE (rust/crates/tabled-0.18.0.crate) = 231662 +SHA256 (rust/crates/tabled_derive-0.10.0.crate) = 52d9946811baad81710ec921809e2af67ad77719418673b2a3794932d57b7538 +SIZE (rust/crates/tabled_derive-0.10.0.crate) = 12251 +SHA256 (rust/crates/tagptr-0.2.0.crate) = 7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417 +SIZE (rust/crates/tagptr-0.2.0.crate) = 13320 +SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a +SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 +SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c +SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 +SHA256 (rust/crates/thrift-0.17.0.crate) = 7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09 +SIZE (rust/crates/thrift-0.17.0.crate) = 45286 +SHA256 (rust/crates/tiny-keccak-2.0.2.crate) = 2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237 +SIZE (rust/crates/tiny-keccak-2.0.2.crate) = 20129 +SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f +SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 +SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71 +SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 +SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 +SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 +SHA256 (rust/crates/tokio-1.44.2.crate) = e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48 +SIZE (rust/crates/tokio-1.44.2.crate) = 841618 +SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 +SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/toml-0.8.20.crate) = cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148 +SIZE (rust/crates/toml-0.8.20.crate) = 51095 +SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 +SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 +SHA256 (rust/crates/toml_edit-0.19.15.crate) = 1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421 +SIZE (rust/crates/toml_edit-0.19.15.crate) = 95324 +SHA256 (rust/crates/toml_edit-0.22.24.crate) = 17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474 +SIZE (rust/crates/toml_edit-0.22.24.crate) = 106399 +SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 +SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c +SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 +SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 +SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 +SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 +SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/turbo_pfor_sys-0.1.3.crate) = 28932be17efcefa650352ca73530c77f537ff73f8adc0bc24cbf8297d8eb0a38 +SIZE (rust/crates/turbo_pfor_sys-0.1.3.crate) = 297794 +SHA256 (rust/crates/twox-hash-1.6.3.crate) = 97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675 +SIZE (rust/crates/twox-hash-1.6.3.crate) = 21842 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd +SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 +SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 +SIZE (rust/crates/unindent-0.2.4.crate) = 7422 +SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 +SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246 +SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736 +SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be +SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9 +SIZE (rust/crates/uuid-1.16.0.crate) = 58549 +SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 +SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a +SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/vortex-0.28.0.crate) = d98c98db5580f15fcbc36f427e32f1dfebbdf652b2def3b1a6c748d851fc4af0 +SIZE (rust/crates/vortex-0.28.0.crate) = 29127 +SHA256 (rust/crates/vortex-alp-0.28.0.crate) = 78aa69c5cf8ea88cd5427e1de16241decb1e0a095378a0a50b10a60b78c36474 +SIZE (rust/crates/vortex-alp-0.28.0.crate) = 43701 +SHA256 (rust/crates/vortex-array-0.28.0.crate) = 642fcda37c4e6bfe35b8906926b664c9cd85d0b5e85630bd18e5de0db8b1c5ba +SIZE (rust/crates/vortex-array-0.28.0.crate) = 193950 +SHA256 (rust/crates/vortex-btrblocks-0.28.0.crate) = c0ec680e771cd34dd3d3e2047e9557a1936b4ae36ec79f4b9e48e41c2c6e49dd +SIZE (rust/crates/vortex-btrblocks-0.28.0.crate) = 41626 +SHA256 (rust/crates/vortex-buffer-0.28.0.crate) = 041dbfb8b32c1e96d7e5447596513c74b836bb1d9b1ad13a156861a7a90d3570 +SIZE (rust/crates/vortex-buffer-0.28.0.crate) = 28172 +SHA256 (rust/crates/vortex-bytebool-0.28.0.crate) = c81ac690fc1b5ae1807c2fd9ea2b5fca11fc31595901bc656dc0f522522965d2 +SIZE (rust/crates/vortex-bytebool-0.28.0.crate) = 24765 +SHA256 (rust/crates/vortex-datetime-parts-0.28.0.crate) = facdf372d2ae16e9f93ed20d90dcc53e55910437a556454fa6ea41a0ce7aa971 +SIZE (rust/crates/vortex-datetime-parts-0.28.0.crate) = 29261 +SHA256 (rust/crates/vortex-dict-0.28.0.crate) = 3d4fb6958da612a3f7ef51c0182b7ede5e8f3b9c297c51bf461b9df48841ef00 +SIZE (rust/crates/vortex-dict-0.28.0.crate) = 34906 +SHA256 (rust/crates/vortex-dtype-0.28.0.crate) = fecce181b2f626bfcd99046f5f03c62baa67ca2271123bb79c4eb7169ca132ed +SIZE (rust/crates/vortex-dtype-0.28.0.crate) = 36932 +SHA256 (rust/crates/vortex-error-0.28.0.crate) = 8bb5f7796f9983c90e308ed9fa2cfd22bb15569b672cf66a169f085974c362a1 +SIZE (rust/crates/vortex-error-0.28.0.crate) = 28128 +SHA256 (rust/crates/vortex-expr-0.28.0.crate) = 33fbdb956422cdb33f65bbd6523722e0206a2f23a27501d5f11eaa0879bdf987 +SIZE (rust/crates/vortex-expr-0.28.0.crate) = 48873 +SHA256 (rust/crates/vortex-fastlanes-0.28.0.crate) = 0e1f2b655b515de050fba525388a17d13a6348424a8f12c1d6b9b23326390a3a +SIZE (rust/crates/vortex-fastlanes-0.28.0.crate) = 54494 +SHA256 (rust/crates/vortex-file-0.28.0.crate) = 3436f30d76f6ac38d224614c322ff0ccb4c2e42a65685ebc3f88800f72e26be3 +SIZE (rust/crates/vortex-file-0.28.0.crate) = 45849 +SHA256 (rust/crates/vortex-flatbuffers-0.28.0.crate) = 55edd8605be1437969bdb4afc0a302252ff2bc71727e0298f68143833d266909 +SIZE (rust/crates/vortex-flatbuffers-0.28.0.crate) = 26972 +SHA256 (rust/crates/vortex-fsst-0.28.0.crate) = ec623798c12a2168144d3a045e535ec24e384abe2f3a7285fe6a5ee126ea8b6b +SIZE (rust/crates/vortex-fsst-0.28.0.crate) = 25623 +SHA256 (rust/crates/vortex-io-0.28.0.crate) = c59a6d53e18e8f6b4ec6dc5315ad9773aa0a4d401389357f8d8c2fdbf6620d4c +SIZE (rust/crates/vortex-io-0.28.0.crate) = 32948 +SHA256 (rust/crates/vortex-ipc-0.28.0.crate) = f21fb3d93a9abf256c54061e6500b06780d9e0a15f26a94d24ebc571891188c0 +SIZE (rust/crates/vortex-ipc-0.28.0.crate) = 28431 +SHA256 (rust/crates/vortex-layout-0.28.0.crate) = 6d1e9cbf38119a05c81e9fad2eb22d3779be5844a85751a0292eef9063961be7 +SIZE (rust/crates/vortex-layout-0.28.0.crate) = 57507 +SHA256 (rust/crates/vortex-mask-0.28.0.crate) = 80e73a61c8a68aa8a5ceb542a9ed7348bc6654e6df711a12b22896279ec9ff76 +SIZE (rust/crates/vortex-mask-0.28.0.crate) = 17690 +SHA256 (rust/crates/vortex-metrics-0.28.0.crate) = bf89ce770c06dfcf053d479063c90f523a3dce108c3d41128f3fe002347ccf31 +SIZE (rust/crates/vortex-metrics-0.28.0.crate) = 15695 +SHA256 (rust/crates/vortex-proto-0.28.0.crate) = aa0b54792f5e369388a8e602947a35db3538d62b6f253902a25a3113f1c1858f +SIZE (rust/crates/vortex-proto-0.28.0.crate) = 11337 +SHA256 (rust/crates/vortex-runend-0.28.0.crate) = 245483d8e03e8e471d2cd10faae4692c9af49cb7d292fa6dfa3c515d420880e4 +SIZE (rust/crates/vortex-runend-0.28.0.crate) = 33189 +SHA256 (rust/crates/vortex-scalar-0.28.0.crate) = a336437ffefd860bd3cc1eddc293911dd482d4a760d0d07db58e2f0bdc8339c9 +SIZE (rust/crates/vortex-scalar-0.28.0.crate) = 46337 +SHA256 (rust/crates/vortex-sparse-0.28.0.crate) = 292cd541c35d2ed9a2b848f62fb58d4c46df752ccf405190782f00c6fde5aa2d +SIZE (rust/crates/vortex-sparse-0.28.0.crate) = 31374 +SHA256 (rust/crates/vortex-zigzag-0.28.0.crate) = 70d93c7a36ff72ce9e3269a4390a98c5fcb8b346db9cf4b705c08e708ce53ad6 +SIZE (rust/crates/vortex-zigzag-0.28.0.crate) = 24678 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 +SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 +SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 +SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/wav-1.0.1.crate) = 99d97402f69875b579ec37f2aa52d1f455a1d6224251edba32e8c18a5da2698d +SIZE (rust/crates/wav-1.0.1.crate) = 540929 +SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb +SIZE (rust/crates/web-time-1.1.0.crate) = 18026 +SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 +SIZE (rust/crates/which-4.4.2.crate) = 15953 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-0.58.0.crate) = dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6 +SIZE (rust/crates/windows-0.58.0.crate) = 9744521 +SHA256 (rust/crates/windows-core-0.58.0.crate) = 6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99 +SIZE (rust/crates/windows-core-0.58.0.crate) = 41022 +SHA256 (rust/crates/windows-core-0.61.0.crate) = 4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980 +SIZE (rust/crates/windows-core-0.61.0.crate) = 36707 +SHA256 (rust/crates/windows-implement-0.58.0.crate) = 2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b +SIZE (rust/crates/windows-implement-0.58.0.crate) = 10491 +SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 +SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 +SHA256 (rust/crates/windows-interface-0.58.0.crate) = 053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515 +SIZE (rust/crates/windows-interface-0.58.0.crate) = 11246 +SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 +SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 +SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 +SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 +SHA256 (rust/crates/windows-result-0.2.0.crate) = 1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e +SIZE (rust/crates/windows-result-0.2.0.crate) = 12756 +SHA256 (rust/crates/windows-result-0.3.2.crate) = c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252 +SIZE (rust/crates/windows-result-0.3.2.crate) = 13399 +SHA256 (rust/crates/windows-strings-0.1.0.crate) = 4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10 +SIZE (rust/crates/windows-strings-0.1.0.crate) = 13832 +SHA256 (rust/crates/windows-strings-0.4.0.crate) = 7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97 +SIZE (rust/crates/windows-strings-0.4.0.crate) = 13939 +SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 +SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 +SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d +SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 +SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b +SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 +SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 +SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 +SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_msvc-0.42.2.crate) = e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43 +SIZE (rust/crates/windows_aarch64_msvc-0.42.2.crate) = 666981 +SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 +SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_i686_gnu-0.42.2.crate) = c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f +SIZE (rust/crates/windows_i686_gnu-0.42.2.crate) = 736236 +SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b +SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 +SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_msvc-0.42.2.crate) = 44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060 +SIZE (rust/crates/windows_i686_msvc-0.42.2.crate) = 724951 +SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 +SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36 +SIZE (rust/crates/windows_x86_64_gnu-0.42.2.crate) = 699373 +SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 +SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3 +SIZE (rust/crates/windows_x86_64_gnullvm-0.42.2.crate) = 364068 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d +SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0 +SIZE (rust/crates/windows_x86_64_msvc-0.42.2.crate) = 666936 +SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec +SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 +SHA256 (rust/crates/winnow-0.5.40.crate) = f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876 +SIZE (rust/crates/winnow-0.5.40.crate) = 159316 +SHA256 (rust/crates/winnow-0.7.6.crate) = 63d3fcd9bba44b03821e7d699eeee959f3126dcc4aa8e4ae18ec617c2a5cea10 +SIZE (rust/crates/winnow-0.7.6.crate) = 174072 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/witchcraft-metrics-1.0.1.crate) = 867a74dec702d742179279ab0b5bcab72ca5858c0c3ccf870bdb5c99f54d675b +SIZE (rust/crates/witchcraft-metrics-1.0.1.crate) = 9810 +SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 +SIZE (rust/crates/write16-1.0.0.crate) = 7218 +SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 +SIZE (rust/crates/writeable-0.5.5.crate) = 22354 +SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40 +SIZE (rust/crates/yoke-0.7.5.crate) = 29673 +SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 +SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 +SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 +SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 +SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879 +SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777 +SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e +SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 +SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be +SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487 +SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 +SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 +SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 +SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 +SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079 +SIZE (rust/crates/zerovec-0.10.4.crate) = 126398 +SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6 +SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 +SHA256 (rust/crates/zigzag-0.1.0.crate) = 70b40401a28d86ce16a330b863b86fd7dbee4d7c940587ab09ab8c019f9e3fdf +SIZE (rust/crates/zigzag-0.1.0.crate) = 2085 +SHA256 (rust/crates/zstd-0.13.3.crate) = e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a +SIZE (rust/crates/zstd-0.13.3.crate) = 30514 +SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d +SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 +SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 +SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 diff --git a/math/py-pcodec/pkg-descr b/math/py-pcodec/pkg-descr new file mode 100644 index 000000000000..06a7d6791466 --- /dev/null +++ b/math/py-pcodec/pkg-descr @@ -0,0 +1,10 @@ +Pcodec (or Pco) losslessly compresses and decompresses numerical sequences with +high compression ratio and moderately fast speed. + +Use cases include: +- columnar data +- long-term time series data +- serving numerical data to web clients +- low-bandwidth communication + +Data types: u16, u32, u64, i16, i32, i64, f16, f32, f64 diff --git a/math/py-petsc4py/Makefile b/math/py-petsc4py/Makefile index 4a36a7f2d0b9..697b4b0a8cbe 100644 --- a/math/py-petsc4py/Makefile +++ b/math/py-petsc4py/Makefile @@ -33,6 +33,6 @@ OPENMPI_USES= mpi:openmpi TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/petsc4py/lib/PETSc${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/petsc4py/lib/PETSc${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-petsc4py/files/patch-cython b/math/py-petsc4py/files/patch-cython new file mode 100644 index 000000000000..2fb9419b9dbc --- /dev/null +++ b/math/py-petsc4py/files/patch-cython @@ -0,0 +1,101 @@ +Obtained from: https://gitlab.com/petsc/petsc/-/commit/87b0c9e1f4d83439f081eddd06cf19f419b1e4f9 + +--- conf/cyautodoc.py.orig 2025-01-29 22:17:46 UTC ++++ conf/cyautodoc.py +@@ -24,8 +24,9 @@ class ExpressionWriter(BaseExpressionWriter): + self.visit(node.index) + self.put(']') + +- def visit_UnicodeNode(self, node): +- self.emit_string(node, '') ++ if hasattr(BaseExpressionWriter, 'emit_string'): ++ def visit_UnicodeNode(self, node): ++ self.emit_string(node, '') + + + class AnnotationWriter(ExpressionWriter, BaseAnnotationWriter): +--- src/petsc4py/PETSc/petscdm.pxi.orig 2025-01-29 22:17:46 UTC ++++ src/petsc4py/PETSc/petscdm.pxi +@@ -236,9 +236,12 @@ cdef inline PetscInt asBoundary(object boundary, + PetscDMBoundaryType *_z) except -1: + cdef PetscInt dim = 0 + cdef object x=None, y=None, z=None ++ # Use `type(0)` instead of `int` to workaround ++ # Cython 3.1 failing to interpret `int` as a type ++ cdef type pyint = type(0) + if boundary is None or \ + isinstance(boundary, str) or \ +- isinstance(boundary, int): ++ isinstance(boundary, pyint): + _x[0] = _y[0] = _z[0] = asBoundaryType(boundary) + else: + _x[0] = _y[0] = _z[0] = DM_BOUNDARY_NONE +--- src/petsc4py/PETSc/petscis.pxi.orig 2025-01-29 22:17:46 UTC ++++ src/petsc4py/PETSc/petscis.pxi +@@ -181,28 +181,6 @@ cdef class _IS_buffer: + def __exit__(self, *exc): + return self.exit() + +- # buffer interface (legacy) +- +- cdef Py_ssize_t getbuffer(self, void **p) except -1: +- cdef PetscInt n = 0 +- if p != NULL: +- self.acquire() +- p[0] = <void*>self.data +- n = self.size +- elif self.iset != NULL: +- CHKERR(ISGetLocalSize(self.iset, &n)) +- return <Py_ssize_t>(<size_t>n*sizeof(PetscInt)) +- +- def __getsegcount__(self, Py_ssize_t *lenp): +- if lenp != NULL: +- lenp[0] = self.getbuffer(NULL) +- return 1 +- +- def __getreadbuffer__(self, Py_ssize_t idx, void **p): +- if idx != 0: raise SystemError( +- "accessing non-existent buffer segment") +- return self.getbuffer(p) +- + # NumPy array interface (legacy) + + property __array_interface__: +--- src/petsc4py/PETSc/petscvec.pxi.orig 2025-01-29 22:17:46 UTC ++++ src/petsc4py/PETSc/petscvec.pxi +@@ -573,35 +573,6 @@ cdef class _Vec_buffer: + def __exit__(self, *exc): + return self.exit() + +- # buffer interface (legacy) +- +- cdef Py_ssize_t getbuffer(self, void **p) except -1: +- cdef PetscInt n = 0 +- if p != NULL: +- self.acquire() +- p[0] = <void*>self.data +- n = self.size +- elif self.vec != NULL: +- CHKERR(VecGetLocalSize(self.vec, &n)) +- return <Py_ssize_t>(<size_t>n*sizeof(PetscScalar)) +- +- def __getsegcount__(self, Py_ssize_t *lenp): +- if lenp != NULL: +- lenp[0] = self.getbuffer(NULL) +- return 1 +- +- def __getreadbuffer__(self, Py_ssize_t idx, void **p): +- if idx != 0: raise SystemError( +- "accessing non-existent buffer segment") +- return self.getbuffer(p) +- +- def __getwritebuffer__(self, Py_ssize_t idx, void **p): +- if idx != 0: raise SystemError( +- "accessing non-existent buffer segment") +- if self.readonly: raise TypeError( +- "Object is not writable.") +- return self.getbuffer(p) +- + # NumPy array interface (legacy) + + property __array_interface__: diff --git a/math/py-pplpy/pkg-plist b/math/py-pplpy/pkg-plist index 126f54c4e0fc..b7c0d8ba494e 100644 --- a/math/py-pplpy/pkg-plist +++ b/math/py-pplpy/pkg-plist @@ -2,18 +2,18 @@ %%PYTHON_SITELIBDIR%%/ppl/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/ppl/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/ppl/bit_arrays.pxd -%%PYTHON_SITELIBDIR%%/ppl/bit_arrays%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/bit_arrays%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/congruence.pxd -%%PYTHON_SITELIBDIR%%/ppl/congruence%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/congruence%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/constraint.pxd -%%PYTHON_SITELIBDIR%%/ppl/constraint%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/constraint%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/generator.pxd -%%PYTHON_SITELIBDIR%%/ppl/generator%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/generator%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/linear_algebra.pxd -%%PYTHON_SITELIBDIR%%/ppl/linear_algebra%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/linear_algebra%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/mip_problem.pxd -%%PYTHON_SITELIBDIR%%/ppl/mip_problem%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/mip_problem%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/polyhedron.pxd -%%PYTHON_SITELIBDIR%%/ppl/polyhedron%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/polyhedron%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/ppl_decl.pxd %%PYTHON_SITELIBDIR%%/ppl/ppl_shim.hh diff --git a/math/py-primecountpy/Makefile b/math/py-primecountpy/Makefile index a2ddc6cac0d3..dff8d1687203 100644 --- a/math/py-primecountpy/Makefile +++ b/math/py-primecountpy/Makefile @@ -1,6 +1,5 @@ PORTNAME= primecountpy -PORTVERSION= 0.1.0 -PORTREVISION= 6 +PORTVERSION= 0.1.1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,11 +17,17 @@ LIB_DEPENDS= libpari.so:math/pari \ RUN_DEPENDS= ${PYDEPS} USES= localbase python -USE_PYTHON= cython distutils +USE_PYTHON= cython3 distutils .if !defined(WITH_DEBUG) LDFLAGS+= -s .endif PYDEPS= ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} +post-build: + ${FIND} ${WRKSRC} -name "*gnu.so" -delete -o -name "*313.pyc" -delete + +post-stage: + ${FIND} ${STAGEDIR} -name "*.cpp" -delete -o -name "*.pyx" -delete + .include <bsd.port.mk> diff --git a/math/py-primecountpy/distinfo b/math/py-primecountpy/distinfo index ad3fbcadde22..67b21416d88d 100644 --- a/math/py-primecountpy/distinfo +++ b/math/py-primecountpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642085161 -SHA256 (primecountpy-0.1.0.tar.gz) = 78fe7cc32115f0669a45d7c90faaf39f7ce3939e39e2e7e5f14c17fe4bff0676 -SIZE (primecountpy-0.1.0.tar.gz) = 16070 +TIMESTAMP = 1747926193 +SHA256 (primecountpy-0.1.1.tar.gz) = c8561817c0be86eeffc41b97b6ef617d795f72cf3de59d9234d1c83d7e424030 +SIZE (primecountpy-0.1.1.tar.gz) = 117697 diff --git a/math/py-primecountpy/files/patch-primecountpy.egg-info_SOURCES.txt b/math/py-primecountpy/files/patch-primecountpy.egg-info_SOURCES.txt new file mode 100644 index 000000000000..ff02d703f757 --- /dev/null +++ b/math/py-primecountpy/files/patch-primecountpy.egg-info_SOURCES.txt @@ -0,0 +1,16 @@ +--- primecountpy.egg-info/SOURCES.txt.orig 2025-05-20 20:18:19 UTC ++++ primecountpy.egg-info/SOURCES.txt +@@ -8,7 +8,6 @@ primecountpy/primecount.cpp + primecountpy/__init__.py + primecountpy/defs.pxd + primecountpy/primecount.cpp +-primecountpy/primecount.cpython-313-x86_64-linux-gnu.so + primecountpy/primecount.pyx + primecountpy.egg-info/PKG-INFO + primecountpy.egg-info/SOURCES.txt +@@ -16,4 +15,3 @@ primecountpy.egg-info/top_level.txt + primecountpy.egg-info/not-zip-safe + primecountpy.egg-info/requires.txt + primecountpy.egg-info/top_level.txt +-primecountpy/__pycache__/__init__.cpython-313.pyc +\ No newline at end of file diff --git a/math/py-primecountpy/pkg-plist b/math/py-primecountpy/pkg-plist index c759a15b49b9..b50a49a654d5 100644 --- a/math/py-primecountpy/pkg-plist +++ b/math/py-primecountpy/pkg-plist @@ -1,5 +1,5 @@ %%PYTHON_SITELIBDIR%%/primecountpy/__init__.py -%%PYTHON_SITELIBDIR%%/primecountpy/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/primecountpy/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/primecountpy/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/primecountpy/__pycache__/__init__%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/primecountpy/defs.pxd -%%PYTHON_SITELIBDIR%%/primecountpy/primecount%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/primecountpy/primecount%%PYTHON_TAG%%.so diff --git a/math/py-primme/Makefile b/math/py-primme/Makefile index 15011d35bb3a..0cfe927fa5a8 100644 --- a/math/py-primme/Makefile +++ b/math/py-primme/Makefile @@ -32,6 +32,6 @@ TEST_TARGET= test BINARY_ALIAS= python2=${PYTHON_CMD} post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/primme${PYTHON_EXT_SUFFIX}.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/primme${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-py-find-1st/Makefile b/math/py-py-find-1st/Makefile index 7bce3970b398..294efb172aa6 100644 --- a/math/py-py-find-1st/Makefile +++ b/math/py-py-find-1st/Makefile @@ -22,6 +22,6 @@ USE_PYTHON= pep517 autoplist pytest # tests are broken, see https://github.com/r TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/utils_find_1st/find_1st${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/utils_find_1st/find_1st${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-pyFFTW/Makefile b/math/py-pyFFTW/Makefile index ac704b19d9be..d4f2a931a0b4 100644 --- a/math/py-pyFFTW/Makefile +++ b/math/py-pyFFTW/Makefile @@ -29,6 +29,6 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/tests post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyfftw/pyfftw${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyfftw/pyfftw${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile index e040c11fbd43..1712534ad97a 100644 --- a/math/py-pyaudi/Makefile +++ b/math/py-pyaudi/Makefile @@ -2,7 +2,7 @@ PORTNAME= pyaudi DISTVERSIONPREFIX= v DISTVERSION= 1.9.2-1 DISTVERSIONSUFFIX= -g899eb78 -PORTREVISION= 15 +PORTREVISION= 17 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pyclipper/Makefile b/math/py-pyclipper/Makefile index fa4967b7c384..9f1179034b95 100644 --- a/math/py-pyclipper/Makefile +++ b/math/py-pyclipper/Makefile @@ -21,6 +21,6 @@ USE_PYTHON= distutils cython autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyclipper/_pyclipper${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyclipper/_pyclipper${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-pyodeint/Makefile b/math/py-pyodeint/Makefile index 89af866dbb87..eb6a819e4ab4 100644 --- a/math/py-pyodeint/Makefile +++ b/math/py-pyodeint/Makefile @@ -23,7 +23,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/pyodeint/tests post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyodeint/_odeint${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyodeint/_odeint${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-pyreadstat/Makefile b/math/py-pyreadstat/Makefile index bfdc74a27146..d948c77b4952 100644 --- a/math/py-pyreadstat/Makefile +++ b/math/py-pyreadstat/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyreadstat -PORTVERSION= 1.2.8 +PORTVERSION= 1.3.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.2.0,1:math/py-pandas@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/math/py-pyreadstat/distinfo b/math/py-pyreadstat/distinfo index f8963473ffb1..333820b5c423 100644 --- a/math/py-pyreadstat/distinfo +++ b/math/py-pyreadstat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730540890 -SHA256 (pyreadstat-1.2.8.tar.gz) = ced3f261659f10d23843e36ec3ad6699fcac9a863820e53c6fb4b6c1abcf9e94 -SIZE (pyreadstat-1.2.8.tar.gz) = 560144 +TIMESTAMP = 1751208170 +SHA256 (pyreadstat-1.3.0.tar.gz) = faddb9086797b24ff8f0540b8493ef5875620384e065a2d212f94295f69517a4 +SIZE (pyreadstat-1.3.0.tar.gz) = 566015 diff --git a/math/py-pyreadstat/files/patch-setup.py b/math/py-pyreadstat/files/patch-setup.py deleted file mode 100644 index ee04a6d9cc21..000000000000 --- a/math/py-pyreadstat/files/patch-setup.py +++ /dev/null @@ -1,14 +0,0 @@ ---- setup.py.orig 2024-10-18 20:21:39 UTC -+++ setup.py -@@ -26,11 +26,6 @@ if PY_MAJOR_VERSION < 3 and os.name == 'nt': - if PY_MAJOR_VERSION < 3 and os.name == 'nt': - raise Exception("Python 2 is not supported on Windows.") - --cyver = int(Cython.__version__.split(".")[0]) --if cyver < 3: -- msg = "Cython version 3 or newer required" -- raise Exception(msg) -- - ext = '.pyx' - - diff --git a/math/py-pyrfr/Makefile b/math/py-pyrfr/Makefile new file mode 100644 index 000000000000..f6b888d07f6a --- /dev/null +++ b/math/py-pyrfr/Makefile @@ -0,0 +1,26 @@ +PORTNAME= pyrfr +DISTVERSION= 0.9.0 +CATEGORIES= math +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python bindings for the extensible C++ library for random forests +WWW= https://github.com/automl/random_forest_run + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + swig:devel/swig \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= compiler:c++11-lang python +USE_PYTHON= pep517 autoplist pytest + +post-install: + @${STRIP_CMD} \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/pyrfr/_regression${PYTHON_TAG}.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/pyrfr/_util${PYTHON_TAG}.so + +.include <bsd.port.mk> diff --git a/math/py-pyrfr/distinfo b/math/py-pyrfr/distinfo new file mode 100644 index 000000000000..2442b3d9b0f1 --- /dev/null +++ b/math/py-pyrfr/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751228849 +SHA256 (pyrfr-0.9.0.tar.gz) = bc6e758317cf79579fe6b7ce5f01dd42f77c991bf707e33646e8c6a9112c186b +SIZE (pyrfr-0.9.0.tar.gz) = 295099 diff --git a/math/py-pyrfr/files/patch-include_cereal_external_rapidjson_document.h b/math/py-pyrfr/files/patch-include_cereal_external_rapidjson_document.h new file mode 100644 index 000000000000..86d71f96a4b3 --- /dev/null +++ b/math/py-pyrfr/files/patch-include_cereal_external_rapidjson_document.h @@ -0,0 +1,13 @@ +- https://github.com/automl/random_forest_run/issues/8 + +--- include/cereal/external/rapidjson/document.h.orig 2025-06-29 20:57:03 UTC ++++ include/cereal/external/rapidjson/document.h +@@ -322,7 +322,7 @@ struct GenericStringRef { + operator const Ch *() const { return s; } + + const Ch* const s; //!< plain CharType pointer +- const SizeType length; //!< length of the string (excluding the trailing NULL terminator) ++ SizeType length; //!< length of the string (excluding the trailing NULL terminator) + + private: + //! Disallow construction from non-const array diff --git a/math/py-pyrfr/pkg-descr b/math/py-pyrfr/pkg-descr new file mode 100644 index 000000000000..082449e5a710 --- /dev/null +++ b/math/py-pyrfr/pkg-descr @@ -0,0 +1,2 @@ +pyrfr is a Python binding for the extensible C++ library +for random forests. diff --git a/math/py-pytensor/Makefile b/math/py-pytensor/Makefile index f3ab180cfdcb..838148f7eb2e 100644 --- a/math/py-pytensor/Makefile +++ b/math/py-pytensor/Makefile @@ -30,7 +30,7 @@ USES= python USE_PYTHON= pep517 cython autoplist pytest # tests fail to run, see https://github.com/pymc-devs/pytensor/issues/355 post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pytensor/scan/scan_perform${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pytensor/scan/scan_perform${PYTHON_TAG}.so # BUG: installs the file /usr/local/lib/python3.9/site-packages/bin/__init__.py, see https://github.com/pymc-devs/pytensor/issues/356 diff --git a/math/py-rectangle-packer/Makefile b/math/py-rectangle-packer/Makefile index 1f6d8de931ce..8f3e0df52caf 100644 --- a/math/py-rectangle-packer/Makefile +++ b/math/py-rectangle-packer/Makefile @@ -22,7 +22,7 @@ TEST_WRKSRC= ${WRKSRC}/test post-install: @${STRIP_CMD} \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/rpack/_core${PYTHON_EXT_SUFFIX}.so \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/rpack/_rpack${PYTHON_EXT_SUFFIX}.so + ${STAGEDIR}${PYTHON_SITELIBDIR}/rpack/_core${PYTHON_TAG}.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/rpack/_rpack${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile index 36e46dc10eb8..ae62ed541a5b 100644 --- a/math/py-rustworkx/Makefile +++ b/math/py-rustworkx/Makefile @@ -1,5 +1,6 @@ PORTNAME= rustworkx DISTVERSION= 0.16.0 +PORTREVISION= 2 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -108,7 +109,7 @@ MAKE_ENV= ${CARGO_ENV} TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${BUILD_WRKDIR} -PLIST_FILES= ${PYTHON_SITELIBDIR}/rustworkx/rustworkx${PYTHON_EXT_SUFFIX}.so # workaround for https://github.com/Qiskit/rustworkx/issues/654 +PLIST_FILES= ${PYTHON_SITELIBDIR}/rustworkx/rustworkx${PYTHON_TAG}.so # workaround for https://github.com/Qiskit/rustworkx/issues/654 BINARY_ALIAS= python3=${PYTHON_CMD} diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile index e7f56fb1d57a..f8a1e596980a 100644 --- a/math/py-scikit-umfpack/Makefile +++ b/math/py-scikit-umfpack/Makefile @@ -1,6 +1,6 @@ PORTNAME= scikit-umfpack DISTVERSION= 0.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -39,6 +39,6 @@ post-patch: ${WRKSRC}/scikits/umfpack/meson.build post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/scikits/umfpack/__umfpack${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/scikits/umfpack/__umfpack${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-slepc4py/Makefile b/math/py-slepc4py/Makefile index d16bab567fbb..8ed60a92bb1a 100644 --- a/math/py-slepc4py/Makefile +++ b/math/py-slepc4py/Makefile @@ -28,6 +28,6 @@ MAKE_ENV= PETSC_DIR=${LOCALBASE} SLEPC_DIR=${LOCALBASE} TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/slepc4py/lib/SLEPc${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/slepc4py/lib/SLEPc${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-spot/pkg-plist b/math/py-spot/pkg-plist index 387e84ef0df7..b6641ea20881 100644 --- a/math/py-spot/pkg-plist +++ b/math/py-spot/pkg-plist @@ -1,6 +1,6 @@ %%PYTHON_SITELIBDIR%%/__pycache__/buddy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/__pycache__/buddy.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/_buddy%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/_buddy%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/buddy.py %%PYTHON_SITELIBDIR%%/spot/__init__.py %%PYTHON_SITELIBDIR%%/spot/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc @@ -15,9 +15,9 @@ %%PYTHON_SITELIBDIR%%/spot/__pycache__/jupyter.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON_SITELIBDIR%%/spot/__pycache__/ltsmin.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON_SITELIBDIR%%/spot/__pycache__/ltsmin.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/spot/_gen%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/spot/_impl%%PYTHON_EXT_SUFFIX%%.so -%%PYTHON_SITELIBDIR%%/spot/_ltsmin%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/spot/_gen%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/spot/_impl%%PYTHON_TAG%%.so +%%PYTHON_SITELIBDIR%%/spot/_ltsmin%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/spot/aux_.py %%PYTHON_SITELIBDIR%%/spot/gen.py %%PYTHON_SITELIBDIR%%/spot/impl.py diff --git a/math/py-spreg/Makefile b/math/py-spreg/Makefile index 83032e2851f9..0ddac6656e38 100644 --- a/math/py-spreg/Makefile +++ b/math/py-spreg/Makefile @@ -1,5 +1,5 @@ PORTNAME= spreg -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-spreg/distinfo b/math/py-spreg/distinfo index 7b1211592013..35b75d796693 100644 --- a/math/py-spreg/distinfo +++ b/math/py-spreg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836170 -SHA256 (spreg-1.8.2.tar.gz) = 206a7802a345cf1b3ca0ecc962c4e8d69ddb957afee2bb83c77e5464615c09cc -SIZE (spreg-1.8.2.tar.gz) = 599702 +TIMESTAMP = 1748107938 +SHA256 (spreg-1.8.3.tar.gz) = ef162161baf6aafd247233f68c479da777c4a3a360d6f768dae292bde3294131 +SIZE (spreg-1.8.3.tar.gz) = 601179 diff --git a/math/py-spvcm/Makefile b/math/py-spvcm/Makefile deleted file mode 100644 index 731ff1b7e83e..000000000000 --- a/math/py-spvcm/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= spvcm -PORTVERSION= 0.3.0 -PORTREVISION= 2 -CATEGORIES= math python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Fit spatial multilevel models and diagnose convergence -WWW= https://github.com/pysal/spvcm - -LICENSE= BSD3CLAUSE - -DEPRECATED= Upstream repository has been archived on Jul 9, 2024 -EXPIRATION_DATE=2025-04-30 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/math/py-spvcm/distinfo b/math/py-spvcm/distinfo deleted file mode 100644 index 6c43139a755b..000000000000 --- a/math/py-spvcm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1609598753 -SHA256 (spvcm-0.3.0.tar.gz) = ce331bd5d6bcb64a07c4393093f3978763cfc8764ad0737e1866f3905e6cceae -SIZE (spvcm-0.3.0.tar.gz) = 5724408 diff --git a/math/py-spvcm/pkg-descr b/math/py-spvcm/pkg-descr deleted file mode 100644 index 094ee77cf74d..000000000000 --- a/math/py-spvcm/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Gibbs sampling for spatially-correlated variance-components - -This is a package to estimate spatially-correlated variance components -models/varying intercept models. In addition to a general toolkit to conduct -Gibbs sampling in Python, the package also provides an interface to PyMC3 and -CODA. diff --git a/math/py-symengine/pkg-plist b/math/py-symengine/pkg-plist index 6ffdd43741cd..f6ae7bdbf3ff 100644 --- a/math/py-symengine/pkg-plist +++ b/math/py-symengine/pkg-plist @@ -3,7 +3,7 @@ %%PYTHON_SITELIBDIR%%/symengine/lib/__init__.py %%PYTHON_SITELIBDIR%%/symengine/lib/pywrapper.h %%PYTHON_SITELIBDIR%%/symengine/lib/symengine.pxd -%%PYTHON_SITELIBDIR%%/symengine/lib/symengine_wrapper%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/symengine/lib/symengine_wrapper%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/symengine/lib/symengine_wrapper.pxd %%PYTHON_SITELIBDIR%%/symengine/printing.py %%PYTHON_SITELIBDIR%%/symengine/sympy_compat.py diff --git a/math/py-topologic/Makefile b/math/py-topologic/Makefile index 9a6a132baa06..a2d3917ded91 100644 --- a/math/py-topologic/Makefile +++ b/math/py-topologic/Makefile @@ -27,13 +27,13 @@ CXXFLAGS+= -I${LOCALBASE}/include/OpenCASCADE \ -I${LOCALBASE}/include/TopologicCore LDFLAGS+= -L${LOCALBASE}/lib/TopologicCore -PLIST_FILES= ${PYTHON_SITELIBDIR}/topologic_core${PYTHON_EXT_SUFFIX}.so +PLIST_FILES= ${PYTHON_SITELIBDIR}/topologic_core${PYTHON_TAG}.so TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} do-install: # workaround for https://github.com/wassimj/Topologic/issues/34 ${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - ${INSTALL_LIB} ${BUILD_WRKSRC}/topologic_core${PYTHON_EXT_SUFFIX}.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + ${INSTALL_LIB} ${BUILD_WRKSRC}/topologic_core${PYTHON_TAG}.so ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} do-test: .for tst in topologictest01 topologictest02 diff --git a/math/py-vector/Makefile b/math/py-vector/Makefile new file mode 100644 index 000000000000..2bff38f7fe8f --- /dev/null +++ b/math/py-vector/Makefile @@ -0,0 +1,39 @@ +PORTNAME= vector +PORTVERSION= 1.6.3 +CATEGORIES= math python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Vector classes and utilities +WWW= https://vector.readthedocs.io/en/latest/ \ + https://github.com/scikit-hep/vector + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13.3,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=19:devel/py-packaging@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +OPTIONS_DEFINE= AWKWARD NUMBA SYMPY +AWKWARD_DESC= Awkward arrays +NUMBA_DESC= Numba-compiled functions +SYMPY_DESC= SymPy expressions + +AWKWARD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awkward>=2:math/py-awkward@${PY_FLAVOR} +SYMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=0:math/py-sympy@${PY_FLAVOR} + +.include <bsd.port.pre.mk> + +.if ${PORT_OPTIONS:MNUMBA} && ${PYTHON_REL} < 31400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}numba>=0.57:devel/py-numba@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/math/py-vector/distinfo b/math/py-vector/distinfo new file mode 100644 index 000000000000..be8472579db3 --- /dev/null +++ b/math/py-vector/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1753265780 +SHA256 (vector-1.6.3.tar.gz) = a85149a62fcaa8a4d95214ca217f3910ea6800d79d65ef1cfb1005720b4f713a +SIZE (vector-1.6.3.tar.gz) = 352886 diff --git a/math/py-vector/pkg-descr b/math/py-vector/pkg-descr new file mode 100644 index 000000000000..cf382d09425e --- /dev/null +++ b/math/py-vector/pkg-descr @@ -0,0 +1,4 @@ +Vector is a Python library for 2D and 3D spatial vectors, as well as 4D +space-time vectors. It is especially intended for performing geometric +calculations on arrays of vectors, rather than one vector at a time in a Python +for loop. diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index ffc2b6a54f5a..3f481deb632e 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,5 +1,5 @@ PORTNAME= qalculate-gtk -PORTVERSION= 5.5.1 +PORTVERSION= 5.7.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/qalculate-gtk/distinfo b/math/qalculate-gtk/distinfo index 7bb43dabff78..393049d4c84a 100644 --- a/math/qalculate-gtk/distinfo +++ b/math/qalculate-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740445761 -SHA256 (qalculate-gtk-5.5.1.tar.gz) = dcf33e89ec2539c3e0bf9c5aee18b44680f6630b1e02cf23e2e9add6578450c7 -SIZE (qalculate-gtk-5.5.1.tar.gz) = 3025854 +TIMESTAMP = 1754377627 +SHA256 (qalculate-gtk-5.7.0.tar.gz) = dcb3663b36abafdfe32e943644bf4fc64bd685c0225f944a3f1c4a85e70db3b5 +SIZE (qalculate-gtk-5.7.0.tar.gz) = 3074403 diff --git a/math/qalculate-gtk/pkg-plist b/math/qalculate-gtk/pkg-plist index bdf372225fba..b8a0032a6694 100644 --- a/math/qalculate-gtk/pkg-plist +++ b/math/qalculate-gtk/pkg-plist @@ -66,5 +66,6 @@ share/icons/hicolor/scalable/apps/qalculate.svg %%NLS%%share/locale/sl/LC_MESSAGES/qalculate-gtk.mo %%NLS%%share/locale/sv/LC_MESSAGES/qalculate-gtk.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/qalculate-gtk.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/qalculate-gtk.mo share/man/man1/qalculate-gtk.1.gz share/metainfo/qalculate-gtk.appdata.xml diff --git a/math/qalculate-qt/Makefile b/math/qalculate-qt/Makefile index 89c1dd9137d3..1c23e9ffb775 100644 --- a/math/qalculate-qt/Makefile +++ b/math/qalculate-qt/Makefile @@ -1,5 +1,5 @@ PORTNAME= qalculate-qt -PORTVERSION= 5.5.1 +PORTVERSION= 5.7.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/math/qalculate-qt/distinfo b/math/qalculate-qt/distinfo index 2cd962d2e946..31f5530abbcd 100644 --- a/math/qalculate-qt/distinfo +++ b/math/qalculate-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740447221 -SHA256 (qalculate-qt-5.5.1.tar.gz) = 2d01841f7a7703417c6c251bcd6bcda81db0bf7d5c32827b7a8b396d572af843 -SIZE (qalculate-qt-5.5.1.tar.gz) = 1904495 +TIMESTAMP = 1754377968 +SHA256 (qalculate-qt-5.7.0.tar.gz) = 76e03b976a7b1347a6e8779b6be83ea053ab74e8ddeafb0aa62d20b3fadc0b9c +SIZE (qalculate-qt-5.7.0.tar.gz) = 1992166 diff --git a/math/qalculate-qt/pkg-plist b/math/qalculate-qt/pkg-plist index dcb1b40744e3..c3755800516b 100644 --- a/math/qalculate-qt/pkg-plist +++ b/math/qalculate-qt/pkg-plist @@ -20,3 +20,4 @@ share/metainfo/io.github.Qalculate.qalculate-qt.metainfo.xml %%NLS%%%%DATADIR%%/translations/qalculate-qt_sl.qm %%NLS%%%%DATADIR%%/translations/qalculate-qt_sv.qm %%NLS%%%%DATADIR%%/translations/qalculate-qt_zh_CN.qm +%%NLS%%%%DATADIR%%/translations/qalculate-qt_zh_TW.qm diff --git a/math/qtiplot-doc/Makefile b/math/qtiplot-doc/Makefile index 70c7f141a04f..8d8790e4a0cf 100644 --- a/math/qtiplot-doc/Makefile +++ b/math/qtiplot-doc/Makefile @@ -9,9 +9,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The QtiPlot Handbook WWW= http://soft.proindependent.com/qtiplot.html -DEPRECATED= Depends on expired textproc-docbook-utils -EXPIRATION_DATE=2025-06-21 - BUILD_DEPENDS= docbook2html:textproc/docbook-utils \ docbook-xml>0:textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:textproc/docbook-xsl \ diff --git a/math/rkward/Makefile b/math/rkward/Makefile index e4d83e4a33db..c6c85fc150cc 100644 --- a/math/rkward/Makefile +++ b/math/rkward/Makefile @@ -1,5 +1,6 @@ PORTNAME= rkward PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ @@ -53,13 +54,13 @@ RUN_DEPENDS+= ${LR_MOD_DIR}/XML/INDEX:textproc/R-cran-XML \ ${LR_MOD_DIR}/tseries/INDEX:finance/R-cran-tseries \ ${LR_MOD_DIR}/xtable/INDEX:textproc/R-cran-xtable \ ${LR_MOD_DIR}/car/INDEX:math/R-cran-car \ - ${LR_MOD_DIR}/XLConnect/INDEX:math/R-cran-XLConnect \ ${LR_MOD_DIR}/ltm/INDEX:math/R-cran-ltm \ ${LR_MOD_DIR}/moments/INDEX:math/R-cran-moments \ ${LR_MOD_DIR}/pwr/INDEX:math/R-cran-pwr \ ${LR_MOD_DIR}/hdrcde/INDEX:math/R-cran-hdrcde \ ${LR_MOD_DIR}/devtools/INDEX:devel/R-cran-devtools \ ${LR_MOD_DIR}/exactRankTests/INDEX:math/R-cran-exactRankTests +#RUN_DEPENDS+= ${LR_MOD_DIR}/XLConnect/INDEX:math/R-cran-XLConnect .endif .if ${PORT_OPTIONS:MINSTTEST} diff --git a/math/rocs/distinfo b/math/rocs/distinfo index aa5c4975ca2e..63e4960ecd16 100644 --- a/math/rocs/distinfo +++ b/math/rocs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746557914 -SHA256 (KDE/release-service/25.04.1/rocs-25.04.1.tar.xz) = d71bfdbfdb7fb491343d303144fd13dee45dab056ce25799611e76aad34871c3 -SIZE (KDE/release-service/25.04.1/rocs-25.04.1.tar.xz) = 1567020 +TIMESTAMP = 1754646429 +SHA256 (KDE/release-service/25.08.0/rocs-25.08.0.tar.xz) = b4e8e702303767269463473707cf4b24a3d99f5f9433cc7c2ce2e5e40df31c89 +SIZE (KDE/release-service/25.08.0/rocs-25.08.0.tar.xz) = 1565404 diff --git a/math/rubygem-bigdecimal/Makefile b/math/rubygem-bigdecimal/Makefile index abdfe81bff55..940005f2d01c 100644 --- a/math/rubygem-bigdecimal/Makefile +++ b/math/rubygem-bigdecimal/Makefile @@ -1,5 +1,5 @@ PORTNAME= bigdecimal -PORTVERSION= 3.1.9 +PORTVERSION= 3.2.2 CATEGORIES= math rubygems MASTER_SITES= RG diff --git a/math/rubygem-bigdecimal/distinfo b/math/rubygem-bigdecimal/distinfo index 387c720019ca..c94c43fa9fab 100644 --- a/math/rubygem-bigdecimal/distinfo +++ b/math/rubygem-bigdecimal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735228156 -SHA256 (rubygem/bigdecimal-3.1.9.gem) = 2ffc742031521ad69c2dfc815a98e426a230a3d22aeac1995826a75dabfad8cc -SIZE (rubygem/bigdecimal-3.1.9.gem) = 88576 +TIMESTAMP = 1749813980 +SHA256 (rubygem/bigdecimal-3.2.2.gem) = 39085f76b495eb39a79ce07af716f3a6829bc35eb44f2195e2753749f2fa5adc +SIZE (rubygem/bigdecimal-3.2.2.gem) = 88576 diff --git a/math/rubygem-matrix/Makefile b/math/rubygem-matrix/Makefile index 1186c52a5b4f..f702f7ad12c3 100644 --- a/math/rubygem-matrix/Makefile +++ b/math/rubygem-matrix/Makefile @@ -1,5 +1,5 @@ PORTNAME= matrix -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.3 CATEGORIES= math rubygems MASTER_SITES= RG @@ -9,7 +9,8 @@ WWW= https://github.com/ruby/matrix LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual -LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem diff --git a/math/rubygem-matrix/distinfo b/math/rubygem-matrix/distinfo index 18a8c62bb238..0a14e1e82559 100644 --- a/math/rubygem-matrix/distinfo +++ b/math/rubygem-matrix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189831 -SHA256 (rubygem/matrix-0.4.2.gem) = 71083ccbd67a14a43bfa78d3e4dc0f4b503b9cc18e5b4b1d686dc0f9ef7c4cc0 -SIZE (rubygem/matrix-0.4.2.gem) = 27136 +TIMESTAMP = 1750954418 +SHA256 (rubygem/matrix-0.4.3.gem) = a0d5ab7ddcc1973ff690ab361b67f359acbb16958d1dc072b8b956a286564c5b +SIZE (rubygem/matrix-0.4.3.gem) = 28160 diff --git a/math/rubygem-prime/Makefile b/math/rubygem-prime/Makefile index 462604241e0b..7e8768dc805e 100644 --- a/math/rubygem-prime/Makefile +++ b/math/rubygem-prime/Makefile @@ -1,5 +1,5 @@ PORTNAME= prime -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4 CATEGORIES= math rubygems MASTER_SITES= RG diff --git a/math/rubygem-prime/distinfo b/math/rubygem-prime/distinfo index f858b91da385..e428e055c424 100644 --- a/math/rubygem-prime/distinfo +++ b/math/rubygem-prime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732261044 -SHA256 (rubygem/prime-0.1.3.gem) = baf031c50d6ce923594913befc8ac86a3251bffb9d6a5e8b03687962054e53e3 -SIZE (rubygem/prime-0.1.3.gem) = 13312 +TIMESTAMP = 1750954420 +SHA256 (rubygem/prime-0.1.4.gem) = 4d755ebf7c2994a6f3a3fee0d072063be3fff2d4042ebff6cd5eebd4747a225e +SIZE (rubygem/prime-0.1.4.gem) = 13312 diff --git a/math/saga/Makefile b/math/saga/Makefile index cb6c029573e6..4816be5c055e 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,5 +1,5 @@ PORTNAME= saga -PORTVERSION= 9.8.1 +PORTVERSION= 9.9.1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} @@ -35,7 +35,7 @@ DOS2UNIX_GLOB= *.cpp *.h USE_LDCONFIG= yes USE_WX= 3.2+ -GIT_TAGNAME= f6d3d9e20 +GIT_TAGNAME= f41608881 CMAKE_ARGS= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h CMAKE_ON= CMAKE_VERBOSE_MAKEFILE diff --git a/math/saga/distinfo b/math/saga/distinfo index 3a5d8ccce70c..f17c2ff8d063 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747061684 -SHA256 (saga-9.8.1.tar.gz) = 34235e4f1478796309dce1dc044436319932f578841313ec70686b883bd761ff -SIZE (saga-9.8.1.tar.gz) = 9959164 +TIMESTAMP = 1753265252 +SHA256 (saga-9.9.1.tar.gz) = 227ca9c950a4d3cb6c07229a2014455a5770473d4090d0a0143dc32f8386f38c +SIZE (saga-9.9.1.tar.gz) = 10699714 diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist index 4e2b79366255..47eef532479a 100644 --- a/math/saga/pkg-plist +++ b/math/saga/pkg-plist @@ -24,6 +24,7 @@ include/saga/saga_gdi/3d_view.h include/saga/saga_gdi/3d_view_tools.h include/saga/saga_gdi/map_dc.h include/saga/saga_gdi/saga_gdi.h +include/saga/saga_gdi/sgdi_classify.h include/saga/saga_gdi/sgdi_controls.h include/saga/saga_gdi/sgdi_core.h include/saga/saga_gdi/sgdi_diagram.h diff --git a/math/savage/Makefile b/math/savage/Makefile index 1533036276db..1bcf918ef259 100644 --- a/math/savage/Makefile +++ b/math/savage/Makefile @@ -1,7 +1,7 @@ PORTNAME= savage DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 29 +PORTREVISION= 31 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index 0f67d23a97e0..af24a86e3a8e 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -1,7 +1,7 @@ PORTNAME= sc-im DISTVERSIONPREFIX= v -DISTVERSION= 0.8.4 -PORTREVISION= 1 +DISTVERSION= 0.8.5 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= bapt@FreeBSD.org @@ -23,7 +23,7 @@ WRKSRC_SUBDIR= src CFLAGS+= -DXLSX_EXPORT -DXLS LIBS+= -lxlsreader -lxlsxwriter MAKE_ENV+= LDLIBS="${LIBS}" LUA_PKGNAME=lua-${LUA_VER} -MAKE_ARGS+= CC="${CC}" prefix="${PREFIX}" MANDIR="${PREFIX}/share/man/man1" +MAKE_ARGS+= CC="${CC}" prefix="${PREFIX}" MANDIR="${PREFIX}/share/man/man1" THEMEDIR="${DATADIR}/themes" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sc-im diff --git a/math/sc-im/distinfo b/math/sc-im/distinfo index 0c5c73070999..83bc44e89931 100644 --- a/math/sc-im/distinfo +++ b/math/sc-im/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724058252 -SHA256 (andmarti1424-sc-im-v0.8.4_GH0.tar.gz) = ebb1f10006fe49f964a356494f96d86a4f06eb018659e3b9bde63b25c03abdf0 -SIZE (andmarti1424-sc-im-v0.8.4_GH0.tar.gz) = 1672884 +TIMESTAMP = 1749037441 +SHA256 (andmarti1424-sc-im-v0.8.5_GH0.tar.gz) = 49adb76fc55bc3e6ea8ee414f41428db4aef947e247718d9210be8d14a6524bd +SIZE (andmarti1424-sc-im-v0.8.5_GH0.tar.gz) = 1677609 diff --git a/math/sc-im/pkg-plist b/math/sc-im/pkg-plist index cfb1ec421e3f..d21c9d91fbed 100644 --- a/math/sc-im/pkg-plist +++ b/math/sc-im/pkg-plist @@ -5,3 +5,7 @@ share/sc-im/plot_line share/sc-im/plot_pie share/sc-im/plot_scatter share/sc-im/sc-im_help +%%DATADIR%%/themes/dracula.sc +%%DATADIR%%/themes/old.sc +%%DATADIR%%/themes/papercolor-dark.sc +%%DATADIR%%/themes/prince.persia.sc diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 95a4faccb394..ed81d37d291e 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,8 +1,8 @@ PORTNAME= scilab -PORTVERSION= 6.1.1 -PORTREVISION= 21 +DISTVERSION= 6.1.1 +PORTREVISION= 24 CATEGORIES= math cad java -MASTER_SITES= https://www.scilab.org/download/${PORTVERSION}/ +MASTER_SITES= https://www.scilab.org/download/${DISTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org @@ -41,7 +41,7 @@ LDFLAGS+= ${ICONV_LIB} CONFIGURE_ENV= BLAS_LIBS="${BLASLIB}" LAPACK_LIBS="${LAPACKLIB}" INSTALL_TARGET= install-strip -PLIST_SUB= SHLIB_VER=${PORTVERSION} +PLIST_SUB= SHLIB_VER=${DISTVERSION} OPTIONS_DEFINE= GUI OCAML TK OPTIONS_RADIO= BLAS @@ -58,6 +58,7 @@ OPENBLAS_USES= blaslapack:openblas GUI_DESC= Java-based Graphical User Interface OCAML_DESC= Scicos - dynamical system simulator (requires GUI) +_JAVADIR= ${LOCALBASE}/share/java # Java dependencies: _GUI_DEPENDS+= ${JAVALIBDIR}/flexdock.jar:devel/flexdock \ ${JAVALIBDIR}/jogl2.jar:graphics/jogamp-jogl \ @@ -70,9 +71,9 @@ _GUI_DEPENDS+= ${JAVALIBDIR}/flexdock.jar:devel/flexdock \ ${JAVALIBDIR}/ecj-4.4.2.jar:java/eclipse-ecj \ ${JAVALIBDIR}/lucene-core-5.5.5.jar:textproc/lucene5 # Documentation, graphic export: -_GUI_DEPENDS+= ${LOCALBASE}/share/java/fop/build/fop.jar:textproc/fop \ +_GUI_DEPENDS+= ${_JAVADIR}/fop/build/fop.jar:textproc/fop \ ${JAVALIBDIR}/jlatexmath-fop.jar:math/jlatexmath \ - ${LOCALBASE}/share/java/batik/lib/batik-all.jar:graphics/batik \ + ${_JAVADIR}/batik/lib/batik-all.jar:graphics/batik \ ${JAVALIBDIR}/avalon-framework.jar:devel/avalon-framework \ ${JAVALIBDIR}/commons-io.jar:devel/apache-commons-io \ ${JAVALIBDIR}/xmlgraphics-commons.jar:graphics/xmlgraphics-commons @@ -83,8 +84,8 @@ _GUI_DEPENDS+= ${JAVALIBDIR}/commons-beanutils.jar:java/apache-commons-beanutils ${LOCALBASE}/bin/splint:devel/splint # Documentation building: _GUI_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/javahelp/javahelp.xsl:textproc/docbook-xsl \ - ${JAVALIBDIR}/saxon-he-12.5.jar:textproc/saxon-he \ - ${JAVALIBDIR}/xml-apis-ext.jar:textproc/xml-commons \ + saxon-he>=12.8:textproc/saxon-he \ + ${_JAVADIR}/xml-commons/xml-apis-ext.jar:textproc/xml-commons \ xsltproc:textproc/libxslt # Other gui deps: _GUI_DEPENDS+= ${JAVALIBDIR}/looks.jar:devel/jgoodies-looks \ @@ -145,6 +146,7 @@ FFLAGS+= -fallow-argument-mismatch post-patch: @${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},' ${WRKSRC}/etc/librarypath.xml @${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure + @${REINPLACE_CMD} -e 's,valgrind,X_X_NONEXIST_X_X,' ${WRKSRC}/configure .if ${COMPILER_TYPE} == clang @${REINPLACE_CMD} -e 's|std::filesystem|std::__fs::filesystem|g' \ ${WRKSRC}/modules/fileio/src/cpp/fullpath.cpp \ @@ -162,16 +164,21 @@ post-patch-GUI-on: @${REINPLACE_CMD} -e 's|/usr/lib/java|${JAVALIBDIR}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/lib64/jni|${LOCALBASE}/lib/|g' ${WRKSRC}/configure @${REINPLACE_CMD} 's,\(DEFAULT_JAR_DIR="\),\1 \ - ${LOCALBASE}/share/java/classes \ - ${LOCALBASE}/share/java/fop/build \ - ${LOCALBASE}/share/java/batik/lib \ - ${LOCALBASE}/share/java/jeuclid/repo ,' ${WRKSRC}/configure + ${JAVALIBDIR} \ + ${_JAVADIR} \ + ${_JAVADIR}/batik/lib \ + ${_JAVADIR}/fop/build \ + ${_JAVADIR}/jeuclid/repo \ + ${_JAVADIR}/xml-commons \ + ,' ${WRKSRC}/configure # Prefer non-versioned files to avoid excessive rebuilds. This also fixes detection of fop. @${REINPLACE_CMD} 's|batik-all\*\.jar|batik-all.jar|g; \ s|commons-io\*\.jar|commons-io.jar|g; \ s|commons-logging\*\.jar|commons-logging.jar|g; \ s|fop\*\.jar|fop.jar|g; \ s|jlatexmath\*\.jar|jlatexmath.jar|g; \ + s|jrosetta-API.jar|jrosetta-api.jar|g; \ + s|saxon9he.jar|saxon-he-*.jar|g; \ s|xmlgraphics-commons\*\.jar|xmlgraphics-commons.jar|g' \ ${WRKSRC}/configure # Part of the jogamp-jogl-2.3 patch: diff --git a/math/scilab/files/patch-libxml2.13 b/math/scilab/files/patch-libxml2.13 new file mode 100644 index 000000000000..d304ca60c5df --- /dev/null +++ b/math/scilab/files/patch-libxml2.13 @@ -0,0 +1,41 @@ +diff -up modules/scicos/src/cpp/XMIResource_load.cpp.orig modules/scicos/src/cpp/XMIResource_load.cpp +--- modules/scicos/src/cpp/XMIResource_load.cpp.orig 2021-07-15 13:55:14.000000000 +0200 ++++ modules/scicos/src/cpp/XMIResource_load.cpp 2025-07-14 14:43:30.773655000 +0200 +@@ -56,11 +56,11 @@ struct LibXML2State + LibXML2State() + { + xmlGenericErrorFunc f = &console_print; +- initGenericErrorDefaultFunc(&f); ++ xmlSetGenericErrorFunc(nullptr, f); + } + ~LibXML2State() + { +- initGenericErrorDefaultFunc(nullptr); ++ xmlSetGenericErrorFunc(nullptr, nullptr); + } + }; + +diff -up modules/xml/src/cpp/XMLDocument.cpp.orig modules/xml/src/cpp/XMLDocument.cpp +--- modules/xml/src/cpp/XMLDocument.cpp.orig 2021-07-15 13:55:21.000000000 +0200 ++++ modules/xml/src/cpp/XMLDocument.cpp 2025-07-14 14:31:16.844487000 +0200 +@@ -520,7 +520,7 @@ void XMLDocument::errorFunction(void *ctx, const char + errorBuffer.append(str); + } + +-void XMLDocument::errorXPathFunction(void *ctx, xmlError * error) ++void XMLDocument::errorXPathFunction(void *ctx, const xmlError * error) + { + errorXPathBuffer.append(error->message); + } +diff -up modules/xml/src/cpp/XMLDocument.hxx.orig modules/xml/src/cpp/XMLDocument.hxx +--- modules/xml/src/cpp/XMLDocument.hxx.orig 2021-07-15 13:55:21.000000000 +0200 ++++ modules/xml/src/cpp/XMLDocument.hxx 2025-07-14 14:31:29.264578000 +0200 +@@ -175,7 +175,7 @@ class XML_SCILAB_IMPEXP XMLDocument: public XMLObject + * Error function used when the XPath query is compiled/ + * @see http://xmlsoft.org/html/libxml-xmlerror.html#xmlStructuredErrorFunc + */ +- static void errorXPathFunction(void *ctx, xmlError * error); ++ static void errorXPathFunction(void *ctx, const xmlError * error); + + /** + * Reads and parses a document given in a file. diff --git a/math/scipoptsuite/Makefile b/math/scipoptsuite/Makefile index a5d8fc0dcc7c..ce001d0eb252 100644 --- a/math/scipoptsuite/Makefile +++ b/math/scipoptsuite/Makefile @@ -1,5 +1,5 @@ PORTNAME= scipoptsuite -DISTVERSION= 9.2.1 +DISTVERSION= 9.2.3 CATEGORIES= math MASTER_SITES= https://scipopt.org/download/release/ diff --git a/math/scipoptsuite/distinfo b/math/scipoptsuite/distinfo index 1f8e70d74fa3..23a32f5a0226 100644 --- a/math/scipoptsuite/distinfo +++ b/math/scipoptsuite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742782011 -SHA256 (scipoptsuite-9.2.1.tgz) = 41b71a57af773403e9a6724f78c37d8396ac4b6b270a9bbf3716d67f1af12edf -SIZE (scipoptsuite-9.2.1.tgz) = 17608938 +TIMESTAMP = 1752906975 +SHA256 (scipoptsuite-9.2.3.tgz) = 9cb8278ce40b59939a200a36bd1ee3b9a7923b3c6df5c31b135a5a42ecabac5a +SIZE (scipoptsuite-9.2.3.tgz) = 17627327 diff --git a/math/scipoptsuite/pkg-plist b/math/scipoptsuite/pkg-plist index 102d232f0959..59f2544e4a17 100644 --- a/math/scipoptsuite/pkg-plist +++ b/math/scipoptsuite/pkg-plist @@ -1095,15 +1095,15 @@ lib/cmake/zimpl/zimpl-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/zimpl/zimpl-targets.cmake lib/libgcg.so lib/libgcg.so.3.7 -lib/libgcg.so.3.7.1.0 +lib/libgcg.so.3.7.2.0 lib/libpapilo-core.a lib/libscip.so lib/libscip.so.9.2 -lib/libscip.so.9.2.1.0 +lib/libscip.so.9.2.3.0 lib/libsoplex-pic.a lib/libsoplex.a lib/libsoplexshared.so lib/libsoplexshared.so.7.1 -lib/libsoplexshared.so.7.1.3.0 +lib/libsoplexshared.so.7.1.5.0 lib/libzimpl-pic.a lib/libzimpl.a diff --git a/math/slatec/Makefile b/math/slatec/Makefile index 0c746dbf2da9..5b2e2ec45ead 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -14,6 +14,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SLATEC Common Mathematical Library WWW= https://www.netlib.org/slatec/ +LICENSE= PD + USES= fortran uidfix USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/src @@ -29,6 +31,10 @@ MAKE_ENV+= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \ SRCCONF="${SRCCONF}" FFLAGS+= -std=legacy +# ld.bfd supports neither -z relro nor -z norelro on armv7 +BINUTILS_NO_MAKE_ENV_armv7= LD +BINUTILS_NO_MAKE_ENV= ${BINUTILS_NO_MAKE_ENV_${ARCH}} + OPTIONS_DEFINE= DOCS PROFILE .include <bsd.port.options.mk> diff --git a/math/slepc/Makefile b/math/slepc/Makefile index 2d7c04e4a2a2..862edc2e9c16 100644 --- a/math/slepc/Makefile +++ b/math/slepc/Makefile @@ -1,6 +1,6 @@ PORTNAME= slepc DISTVERSION= 3.22.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= http://slepc.upv.es/download/distrib/ diff --git a/math/sound-of-sorting/Makefile b/math/sound-of-sorting/Makefile index e9a0214bf639..0715916b8f2f 100644 --- a/math/sound-of-sorting/Makefile +++ b/math/sound-of-sorting/Makefile @@ -1,7 +1,7 @@ PORTNAME= sound-of-sorting PORTVERSION= 0.6.5 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= se@FreeBSD.org diff --git a/math/spblas/Makefile b/math/spblas/Makefile index 7e7de6963583..b714a879b0b9 100644 --- a/math/spblas/Makefile +++ b/math/spblas/Makefile @@ -1,5 +1,6 @@ PORTNAME= spblas DISTVERSION= 1_03 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://math.nist.gov/spblas/:1 NL/blas/blast-forum/:2 DISTFILES= nist_spblas_${DISTVERSION}.zip:1 @@ -11,7 +12,6 @@ WWW= https://math.nist.gov/spblas/ LICENSE= PD USES= dos2unix uidfix zip -USE_GCC= yes USE_LDCONFIG= yes HEADERS= blas_enum.h blas_sparse.h blas_sparse_proto.h diff --git a/math/stp/Makefile b/math/stp/Makefile index e7de69ab9729..a720b4fb9038 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -1,6 +1,6 @@ PORTNAME= stp DISTVERSION= 2.3.4 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/suitesparse-Example/Makefile b/math/suitesparse-Example/Makefile new file mode 100644 index 000000000000..24b7070a1f30 --- /dev/null +++ b/math/suitesparse-Example/Makefile @@ -0,0 +1,40 @@ +PORTNAME= ${MPORTNAME:tl} +PORTVERSION= 1.8.9 +CATEGORIES= math + +COMMENT= Examples for SuiteSparse +WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html + +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libamd.so:math/suitesparse-amd \ + libbtf.so:math/suitesparse-btf \ + libcamd.so:math/suitesparse-camd \ + libccolamd.so:math/suitesparse-ccolamd \ + libcholmod.so:math/suitesparse-cholmod \ + libcolamd.so:math/suitesparse-colamd \ + libcxsparse.so:math/suitesparse-cxsparse \ + libgraphblas.so:math/suitesparse-graphblas \ + libklu_cholmod.so:math/suitesparse-klu \ + liblagraph.so:math/suitesparse-lagraph \ + libldl.so:math/suitesparse-ldl \ + libsuitesparse_mongoose.so:math/suitesparse-mongoose \ + libparu.so:math/suitesparse-paru \ + librbio.so:math/suitesparse-rbio \ + libspex.so:math/suitesparse-spex \ + libspqr.so:math/suitesparse-spqr \ + libumfpack.so:math/suitesparse-umfpack + +USES= localbase:ldflags fortran + +MPORTNAME= Example +USE_LDCONFIG= yes + +.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" + +post-stage-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${BUILD_WRKSRC}/README.md \ + ${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.md + +.include <bsd.port.post.mk> diff --git a/math/suitesparse-Example/pkg-descr b/math/suitesparse-Example/pkg-descr new file mode 100644 index 000000000000..522fc4848f98 --- /dev/null +++ b/math/suitesparse-Example/pkg-descr @@ -0,0 +1,3 @@ +This port installs the 'my' library of SuiteSparse. + +This is only a demonstration package. diff --git a/math/suitesparse-Example/pkg-plist b/math/suitesparse-Example/pkg-plist new file mode 100644 index 000000000000..4a1f5e863a67 --- /dev/null +++ b/math/suitesparse-Example/pkg-plist @@ -0,0 +1,10 @@ +include/my.h +lib/libmy.a +lib/libmy.so +lib/libmy.so.1 +lib/libmy.so.%%VER%% +lib/libmy_cxx.a +lib/libmy_cxx.so +lib/libmy_cxx.so.1 +lib/libmy_cxx.so.%%VER%% +%%PORTDOCS%%%%DOCSDIR%%/Example_README.md diff --git a/math/suitesparse-amd/Makefile b/math/suitesparse-amd/Makefile index d691bd32e98a..bb01c56997d9 100644 --- a/math/suitesparse-amd/Makefile +++ b/math/suitesparse-amd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.3 +PORTVERSION= 3.3.4 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-amd/pkg-plist b/math/suitesparse-amd/pkg-plist index 7f9d4cb64247..b30ea55628ef 100644 --- a/math/suitesparse-amd/pkg-plist +++ b/math/suitesparse-amd/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/AMD/AMDConfig.cmake lib/cmake/AMD/AMDConfigVersion.cmake lib/cmake/AMD/AMDTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/AMD/AMDTargets.cmake +lib/cmake/AMD/AMDTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/AMD/AMDTargets_static.cmake lib/libamd.a lib/libamd.so lib/libamd.so.3 diff --git a/math/suitesparse-btf/Makefile b/math/suitesparse-btf/Makefile index 0e25c5999c25..547acabef031 100644 --- a/math/suitesparse-btf/Makefile +++ b/math/suitesparse-btf/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.3 CATEGORIES= math COMMENT= Permutation to block triangular form diff --git a/math/suitesparse-btf/pkg-plist b/math/suitesparse-btf/pkg-plist index fc63adb3b323..06160da359f5 100644 --- a/math/suitesparse-btf/pkg-plist +++ b/math/suitesparse-btf/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/BTF/BTFConfig.cmake lib/cmake/BTF/BTFConfigVersion.cmake lib/cmake/BTF/BTFTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/BTF/BTFTargets.cmake +lib/cmake/BTF/BTFTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/BTF/BTFTargets_static.cmake lib/libbtf.a lib/libbtf.so lib/libbtf.so.2 diff --git a/math/suitesparse-camd/Makefile b/math/suitesparse-camd/Makefile index 7596e428ef20..64c36d665ab6 100644 --- a/math/suitesparse-camd/Makefile +++ b/math/suitesparse-camd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-camd/pkg-plist b/math/suitesparse-camd/pkg-plist index 6817a03fc4a5..437b4e9e99b0 100644 --- a/math/suitesparse-camd/pkg-plist +++ b/math/suitesparse-camd/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/CAMD/CAMDConfig.cmake lib/cmake/CAMD/CAMDConfigVersion.cmake lib/cmake/CAMD/CAMDTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/CAMD/CAMDTargets.cmake +lib/cmake/CAMD/CAMDTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CAMD/CAMDTargets_static.cmake lib/libcamd.a lib/libcamd.so lib/libcamd.so.3 diff --git a/math/suitesparse-ccolamd/Makefile b/math/suitesparse-ccolamd/Makefile index 784e115fefbf..5fb295f02e2f 100644 --- a/math/suitesparse-ccolamd/Makefile +++ b/math/suitesparse-ccolamd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= math COMMENT= Constrained column approximate minimum degree ordering diff --git a/math/suitesparse-ccolamd/pkg-plist b/math/suitesparse-ccolamd/pkg-plist index 1754cd1d83a6..93418a178aed 100644 --- a/math/suitesparse-ccolamd/pkg-plist +++ b/math/suitesparse-ccolamd/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/CCOLAMD/CCOLAMDConfig.cmake lib/cmake/CCOLAMD/CCOLAMDConfigVersion.cmake lib/cmake/CCOLAMD/CCOLAMDTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/CCOLAMD/CCOLAMDTargets.cmake +lib/cmake/CCOLAMD/CCOLAMDTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CCOLAMD/CCOLAMDTargets_static.cmake lib/libccolamd.a lib/libccolamd.so lib/libccolamd.so.3 diff --git a/math/suitesparse-cholmod/Makefile b/math/suitesparse-cholmod/Makefile index e5a3d98139ce..f025c2fc0bb6 100644 --- a/math/suitesparse-cholmod/Makefile +++ b/math/suitesparse-cholmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 5.3.2 +PORTVERSION= 5.3.4 CATEGORIES= math COMMENT= Sparse CHOLesky MODification package diff --git a/math/suitesparse-cholmod/pkg-plist b/math/suitesparse-cholmod/pkg-plist index 887dd314fa99..cde57d659031 100644 --- a/math/suitesparse-cholmod/pkg-plist +++ b/math/suitesparse-cholmod/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/CHOLMOD/CHOLMODConfig.cmake lib/cmake/CHOLMOD/CHOLMODConfigVersion.cmake lib/cmake/CHOLMOD/CHOLMODTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/CHOLMOD/CHOLMODTargets.cmake +lib/cmake/CHOLMOD/CHOLMODTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CHOLMOD/CHOLMODTargets_static.cmake lib/libcholmod.a lib/libcholmod.so lib/libcholmod.so.5 diff --git a/math/suitesparse-colamd/Makefile b/math/suitesparse-colamd/Makefile index 4edc32470c9a..a7f682bc89dc 100644 --- a/math/suitesparse-colamd/Makefile +++ b/math/suitesparse-colamd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= math COMMENT= Column approximate minimum degree ordering algorithm diff --git a/math/suitesparse-colamd/pkg-plist b/math/suitesparse-colamd/pkg-plist index 71655a9ae6ff..1042fdb51199 100644 --- a/math/suitesparse-colamd/pkg-plist +++ b/math/suitesparse-colamd/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/COLAMD/COLAMDConfig.cmake lib/cmake/COLAMD/COLAMDConfigVersion.cmake lib/cmake/COLAMD/COLAMDTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/COLAMD/COLAMDTargets.cmake +lib/cmake/COLAMD/COLAMDTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/COLAMD/COLAMDTargets_static.cmake lib/libcolamd.a lib/libcolamd.so lib/libcolamd.so.3 diff --git a/math/suitesparse-config/pkg-plist b/math/suitesparse-config/pkg-plist index f5852a04ba21..0b8a8171caf1 100644 --- a/math/suitesparse-config/pkg-plist +++ b/math/suitesparse-config/pkg-plist @@ -10,6 +10,8 @@ lib/cmake/SuiteSparse_config/SuiteSparse_configConfig.cmake lib/cmake/SuiteSparse_config/SuiteSparse_configConfigVersion.cmake lib/cmake/SuiteSparse_config/SuiteSparse_configTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SuiteSparse_config/SuiteSparse_configTargets.cmake +lib/cmake/SuiteSparse_config/SuiteSparse_configTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SuiteSparse_config/SuiteSparse_configTargets_static.cmake lib/libsuitesparseconfig.a lib/libsuitesparseconfig.so lib/libsuitesparseconfig.so.7 diff --git a/math/suitesparse-cxsparse/Makefile b/math/suitesparse-cxsparse/Makefile index fa1aa8d7d47b..9762e6783c44 100644 --- a/math/suitesparse-cxsparse/Makefile +++ b/math/suitesparse-cxsparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 CATEGORIES= math COMMENT= Extended version of CSparse diff --git a/math/suitesparse-cxsparse/pkg-plist b/math/suitesparse-cxsparse/pkg-plist index 395afe984e6b..5a55cbd34ac0 100644 --- a/math/suitesparse-cxsparse/pkg-plist +++ b/math/suitesparse-cxsparse/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/CXSparse/CXSparseConfig.cmake lib/cmake/CXSparse/CXSparseConfigVersion.cmake lib/cmake/CXSparse/CXSparseTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/CXSparse/CXSparseTargets.cmake +lib/cmake/CXSparse/CXSparseTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CXSparse/CXSparseTargets_static.cmake lib/libcxsparse.a lib/libcxsparse.so lib/libcxsparse.so.4 diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile index 0a1e902b920d..1f8f7f092dcd 100644 --- a/math/suitesparse-graphblas/Makefile +++ b/math/suitesparse-graphblas/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 10.0.5 +PORTVERSION= 10.1.1 CATEGORIES= math COMMENT= Graph algorithms in the language of linear algebra diff --git a/math/suitesparse-klu/Makefile b/math/suitesparse-klu/Makefile index 1d955e7b479c..7fffcaa6f305 100644 --- a/math/suitesparse-klu/Makefile +++ b/math/suitesparse-klu/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.3.5 +PORTVERSION= 2.3.6 CATEGORIES= math COMMENT= Sparse LU factorization, for circuit simulation diff --git a/math/suitesparse-klu/pkg-plist b/math/suitesparse-klu/pkg-plist index 3ec8e46b6ff6..e7cfda035bf7 100644 --- a/math/suitesparse-klu/pkg-plist +++ b/math/suitesparse-klu/pkg-plist @@ -4,10 +4,14 @@ lib/cmake/KLU/KLUConfig.cmake lib/cmake/KLU/KLUConfigVersion.cmake lib/cmake/KLU/KLUTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KLU/KLUTargets.cmake +lib/cmake/KLU/KLUTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KLU/KLUTargets_static.cmake lib/cmake/KLU_CHOLMOD/KLU_CHOLMODConfig.cmake lib/cmake/KLU_CHOLMOD/KLU_CHOLMODConfigVersion.cmake lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets.cmake +lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static.cmake lib/libklu.a lib/libklu.so lib/libklu.so.2 diff --git a/math/suitesparse-lagraph/Makefile b/math/suitesparse-lagraph/Makefile index 40c01db21381..b91ccd9cb75e 100644 --- a/math/suitesparse-lagraph/Makefile +++ b/math/suitesparse-lagraph/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 1.1.5 +PORTVERSION= 1.2.0 CATEGORIES= math COMMENT= Graph algorithms based on GraphBLAS diff --git a/math/suitesparse-lagraph/pkg-plist b/math/suitesparse-lagraph/pkg-plist index 204761be3c9f..4e210ec20611 100644 --- a/math/suitesparse-lagraph/pkg-plist +++ b/math/suitesparse-lagraph/pkg-plist @@ -5,6 +5,8 @@ lib/cmake/LAGraph/LAGraphConfig.cmake lib/cmake/LAGraph/LAGraphConfigVersion.cmake lib/cmake/LAGraph/LAGraphTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LAGraph/LAGraphTargets.cmake +lib/cmake/LAGraph/LAGraphTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LAGraph/LAGraphTargets_static.cmake lib/liblagraph.a lib/liblagraph.so lib/liblagraph.so.1 diff --git a/math/suitesparse-ldl/Makefile b/math/suitesparse-ldl/Makefile index 849def7868c9..252ea2320362 100644 --- a/math/suitesparse-ldl/Makefile +++ b/math/suitesparse-ldl/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 CATEGORIES= math COMMENT= Simple LDL^T factorization diff --git a/math/suitesparse-ldl/pkg-plist b/math/suitesparse-ldl/pkg-plist index cd009c322018..05d973626314 100644 --- a/math/suitesparse-ldl/pkg-plist +++ b/math/suitesparse-ldl/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/LDL/LDLConfig.cmake lib/cmake/LDL/LDLConfigVersion.cmake lib/cmake/LDL/LDLTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LDL/LDLTargets.cmake +lib/cmake/LDL/LDLTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/LDL/LDLTargets_static.cmake lib/libldl.a lib/libldl.so lib/libldl.so.3 diff --git a/math/suitesparse-mongoose/Makefile b/math/suitesparse-mongoose/Makefile index 42feafc8145e..0bb1824f7079 100644 --- a/math/suitesparse-mongoose/Makefile +++ b/math/suitesparse-mongoose/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-mongoose/pkg-plist b/math/suitesparse-mongoose/pkg-plist index ea35c6611cf9..94926f47df6d 100644 --- a/math/suitesparse-mongoose/pkg-plist +++ b/math/suitesparse-mongoose/pkg-plist @@ -4,6 +4,8 @@ lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfig.cmake lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfigVersion.cmake lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets.cmake +lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static.cmake lib/libsuitesparse_mongoose.a lib/libsuitesparse_mongoose.so lib/libsuitesparse_mongoose.so.3 diff --git a/math/suitesparse-paru/Makefile b/math/suitesparse-paru/Makefile index 891dabfadce1..6008a6d1cfbf 100644 --- a/math/suitesparse-paru/Makefile +++ b/math/suitesparse-paru/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= math parallel COMMENT= Parallel unsymmetric multifrontal method diff --git a/math/suitesparse-paru/pkg-plist b/math/suitesparse-paru/pkg-plist index d69f298fbcbd..ec9ef863f88a 100644 --- a/math/suitesparse-paru/pkg-plist +++ b/math/suitesparse-paru/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/ParU/ParUConfig.cmake lib/cmake/ParU/ParUConfigVersion.cmake lib/cmake/ParU/ParUTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ParU/ParUTargets.cmake +lib/cmake/ParU/ParUTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ParU/ParUTargets_static.cmake lib/libparu.a lib/libparu.so lib/libparu.so.1 diff --git a/math/suitesparse-rbio/Makefile b/math/suitesparse-rbio/Makefile index 6f8f9c0b87fe..5ec80176886f 100644 --- a/math/suitesparse-rbio/Makefile +++ b/math/suitesparse-rbio/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.3.4 +PORTVERSION= 4.3.5 CATEGORIES= math COMMENT= Read/write sparse matrices diff --git a/math/suitesparse-rbio/pkg-plist b/math/suitesparse-rbio/pkg-plist index 97649bd59077..c90ddfda63f8 100644 --- a/math/suitesparse-rbio/pkg-plist +++ b/math/suitesparse-rbio/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/RBio/RBioConfig.cmake lib/cmake/RBio/RBioConfigVersion.cmake lib/cmake/RBio/RBioTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/RBio/RBioTargets.cmake +lib/cmake/RBio/RBioTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/RBio/RBioTargets_static.cmake lib/librbio.a lib/librbio.so lib/librbio.so.4 diff --git a/math/suitesparse-spex/Makefile b/math/suitesparse-spex/Makefile index fddd2d7ccbd9..5b6cf3f60770 100644 --- a/math/suitesparse-spex/Makefile +++ b/math/suitesparse-spex/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= math COMMENT= Sparse Left-looking Integer-Preserving LU Factorization diff --git a/math/suitesparse-spex/pkg-plist b/math/suitesparse-spex/pkg-plist index 0c7215d11bfd..ae29828cfc4f 100644 --- a/math/suitesparse-spex/pkg-plist +++ b/math/suitesparse-spex/pkg-plist @@ -6,6 +6,8 @@ lib/cmake/SPEX/SPEXConfig.cmake lib/cmake/SPEX/SPEXConfigVersion.cmake lib/cmake/SPEX/SPEXTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SPEX/SPEXTargets.cmake +lib/cmake/SPEX/SPEXTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SPEX/SPEXTargets_static.cmake lib/libspex.a lib/libspex.so lib/libspex.so.3 diff --git a/math/suitesparse-spqr/Makefile b/math/suitesparse-spqr/Makefile index c3e64e65cbf8..9f75a98bcdcd 100644 --- a/math/suitesparse-spqr/Makefile +++ b/math/suitesparse-spqr/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.3.4 -PORTREVISION= 1 +PORTVERSION= 4.3.5 CATEGORIES= math COMMENT= Sparse QR factorization diff --git a/math/suitesparse-spqr/pkg-plist b/math/suitesparse-spqr/pkg-plist index 1accac9a2fc9..d3ad6d04e6c9 100644 --- a/math/suitesparse-spqr/pkg-plist +++ b/math/suitesparse-spqr/pkg-plist @@ -5,6 +5,8 @@ lib/cmake/SPQR/SPQRConfig.cmake lib/cmake/SPQR/SPQRConfigVersion.cmake lib/cmake/SPQR/SPQRTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/SPQR/SPQRTargets.cmake +lib/cmake/SPQR/SPQRTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SPQR/SPQRTargets_static.cmake lib/libspqr.a lib/libspqr.so lib/libspqr.so.4 diff --git a/math/suitesparse-umfpack/Makefile b/math/suitesparse-umfpack/Makefile index 26e9c6a17275..0c51632261b6 100644 --- a/math/suitesparse-umfpack/Makefile +++ b/math/suitesparse-umfpack/Makefile @@ -1,6 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 6.3.5 -PORTREVISION= 1 +PORTVERSION= 6.3.6 CATEGORIES= math COMMENT= Sparse multifrontal LU factorization diff --git a/math/suitesparse-umfpack/pkg-plist b/math/suitesparse-umfpack/pkg-plist index ba92e000f8c1..e83fc9c701a1 100644 --- a/math/suitesparse-umfpack/pkg-plist +++ b/math/suitesparse-umfpack/pkg-plist @@ -3,6 +3,8 @@ lib/cmake/UMFPACK/UMFPACKConfig.cmake lib/cmake/UMFPACK/UMFPACKConfigVersion.cmake lib/cmake/UMFPACK/UMFPACKTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/UMFPACK/UMFPACKTargets.cmake +lib/cmake/UMFPACK/UMFPACKTargets_static-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/UMFPACK/UMFPACKTargets_static.cmake lib/libumfpack.a lib/libumfpack.so lib/libumfpack.so.6 diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index b7bedb46b514..69ddb541ee88 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= suitesparse -PORTVERSION= 7.10.3 +PORTVERSION= 7.11.0 CATEGORIES= math MAINTAINER= fortran@FreeBSD.org @@ -19,13 +19,14 @@ RUN_DEPENDS= suitesparse-config>0:math/suitesparse-config \ suitesparse-lagraph>0:math/suitesparse-lagraph \ suitesparse-ldl>0:math/suitesparse-ldl \ suitesparse-mongoose>0:math/suitesparse-mongoose \ - suitesparse-paru>0:math/suitesparse-paru \ suitesparse-rbio>0:math/suitesparse-rbio \ suitesparse-spex>0:math/suitesparse-spex \ suitesparse-spqr>0:math/suitesparse-spqr \ - suitesparse-umfpack>0:math/suitesparse-umfpack + suitesparse-umfpack>0:math/suitesparse-umfpack \ + suitesparse-paru>0:math/suitesparse-paru .if !defined(PACKAGE_BUILDING) -RUN_DEPENDS+= suitesparse-csparse>0:math/suitesparse-csparse +RUN_DEPENDS+= suitesparse-csparse>0:math/suitesparse-csparse \ + suitesparse-example>0:math/suitesparse-Example .endif USES= metaport diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index 64fcee04076c..6d8bb1c68203 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -4,7 +4,7 @@ PKGNAMEPREFIX= suitesparse- SSPNAME= suitesparse -SSPVERSION= 7.10.3 +SSPVERSION= 7.11.0 DISTVERSIONPREFIX= v MAINTAINER= fortran@FreeBSD.org @@ -35,6 +35,7 @@ LIB_DEPENDS+= libsuitesparseconfig.so:math/suitesparse-config .endif .if ${MPORTNAME} != config && \ ${MPORTNAME} != BTF && \ + ${MPORTNAME} != Example && \ ${MPORTNAME} != ssget OPTIONS_DEFINE+=DEMOS .endif diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index 2ab4923b6c55..092d5a7d76df 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747585409 -SHA256 (suitesparse/v7.10.3.tar.gz) = 09e7bcc8e5de0a5b55d2ae9fd6378d5f4dc1b85a933593339a0872b24e2cc102 -SIZE (suitesparse/v7.10.3.tar.gz) = 87836881 +TIMESTAMP = 1754064684 +SHA256 (suitesparse/v7.11.0.tar.gz) = 93ed4c4e546a49fc75884c3a8b807d5af4a91e39d191fbbc60a07380b12a35d1 +SIZE (suitesparse/v7.11.0.tar.gz) = 95030220 diff --git a/math/sundials/Makefile b/math/sundials/Makefile index 8ddec9eab0cf..aabdd8134d52 100644 --- a/math/sundials/Makefile +++ b/math/sundials/Makefile @@ -1,6 +1,6 @@ PORTNAME= sundials DISTVERSION= 7.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= https://github.com/LLNL/sundials/releases/download/v${DISTVERSION}/ diff --git a/math/superlu/Makefile b/math/superlu/Makefile index e6a9fc273496..43e41239c43f 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,10 +1,9 @@ PORTNAME= superlu DISTVERSIONPREFIX= v -DISTVERSION= 5.3.0 -PORTREVISION= 4 +DISTVERSION= 7.0.1 CATEGORIES= math -MAINTAINER= robert.ayrapetyan@gmail.com +MAINTAINER= me@svmhdvn.name COMMENT= Library of routines for performing sparse factorization WWW= https://portal.nersc.gov/project/sparse/superlu/ @@ -12,40 +11,40 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt USES= cmake fortran pkgconfig -USE_LDCONFIG= yes - USE_GITHUB= yes GH_ACCOUNT= xiaoyeli +USE_LDCONFIG= yes -CMAKE_ON= USE_XSDK_DEFAULTS +CMAKE_ON= BUILD_SHARED_LIBS USE_XSDK_DEFAULTS CMAKE_OFF= enable_tests +PORTDOCS= * +PORTEXAMPLES= * + OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFAULT= REFERENCE OPTIONS_SINGLE= BLAS OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS REFERENCE -OPTIONS_DEFAULT= REFERENCE + +REFERENCE_DESC= Reference BLAS implementation ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" OPENBLAS_USES= blaslapack:openblas OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="OpenBLAS" -REFERENCE_DESC= Reference blas implementation REFERENCE_USES= blaslapack REFERENCE_CMAKE_ON= -DBLA_VENDOR:STRING="Generic" -PORTDOCS= * -PORTEXAMPLES= * - post-patch: - @${REINPLACE_CMD} -e \ - '/CMAKE_C_FLAGS_RELEASE/s|^|#|' ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e \ - '/FFLAGS/s|FATAL_ERROR|WARNING|' ${WRKSRC}/cmake/XSDKDefaults.cmake + @${REINPLACE_CMD} -e '/CMAKE_C_FLAGS_RELEASE/s|^|#|' \ + ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e '/FFLAGS/s|FATAL_ERROR|WARNING|' \ + ${WRKSRC}/cmake/XSDKDefaults.cmake post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/DOC && ${COPYTREE_SHARE} "html ug.pdf" \ - ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/DOC && \ + ${COPYTREE_SHARE} "html ug.pdf" ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @@ -55,7 +54,8 @@ post-install-EXAMPLES-on: do-test: @cd ${BUILD_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -Denable_tests:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} \ + -Denable_tests:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test diff --git a/math/superlu/distinfo b/math/superlu/distinfo index 5a32b9fb1bcb..f5bfb40dc711 100644 --- a/math/superlu/distinfo +++ b/math/superlu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664140814 -SHA256 (xiaoyeli-superlu-v5.3.0_GH0.tar.gz) = 3e464afa77335de200aeb739074a11e96d9bef6d0b519950cfa6684c4be1f350 -SIZE (xiaoyeli-superlu-v5.3.0_GH0.tar.gz) = 2483070 +TIMESTAMP = 1749227670 +SHA256 (xiaoyeli-superlu-v7.0.1_GH0.tar.gz) = 86dcca1e086f8b8079990d07f00eb707fc9ef412cf3b2ce808b37956f0de2cb8 +SIZE (xiaoyeli-superlu-v7.0.1_GH0.tar.gz) = 2515612 diff --git a/math/superlu/pkg-plist b/math/superlu/pkg-plist index 8232a13894fe..759ed1903d8f 100644 --- a/math/superlu/pkg-plist +++ b/math/superlu/pkg-plist @@ -6,6 +6,7 @@ include/superlu/slu_scomplex.h include/superlu/slu_sdefs.h include/superlu/slu_util.h include/superlu/slu_zdefs.h +include/superlu/superlu_config.h include/superlu/superlu_enum_consts.h include/superlu/supermatrix.h lib/cmake/superlu/superluConfig.cmake @@ -13,6 +14,6 @@ lib/cmake/superlu/superluConfigVersion.cmake lib/cmake/superlu/superluTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/superlu/superluTargets.cmake lib/libsuperlu.so -lib/libsuperlu.so.5 -lib/libsuperlu.so.5.3.0 +lib/libsuperlu.so.7 +lib/libsuperlu.so.7.0.1 libdata/pkgconfig/superlu.pc diff --git a/math/symengine/Makefile b/math/symengine/Makefile index e841743d140d..38eae0858511 100644 --- a/math/symengine/Makefile +++ b/math/symengine/Makefile @@ -1,6 +1,7 @@ PORTNAME= symengine DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/sympol/Makefile b/math/sympol/Makefile index b3dd0d5462f0..4bc3c85b1174 100644 --- a/math/sympol/Makefile +++ b/math/sympol/Makefile @@ -1,7 +1,7 @@ PORTNAME= sympol DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/timbl/Makefile b/math/timbl/Makefile index 1951c62e8c3f..7d8799af6c59 100644 --- a/math/timbl/Makefile +++ b/math/timbl/Makefile @@ -1,6 +1,6 @@ PORTNAME= timbl DISTVERSION= 6.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math education MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/math/topologic/Makefile b/math/topologic/Makefile index 29f4a0e6cff8..8b8431a7cc5d 100644 --- a/math/topologic/Makefile +++ b/math/topologic/Makefile @@ -1,7 +1,7 @@ PORTNAME= topologic DISTVERSIONPREFIX= v DISTVERSION= 6.0.3 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= math PKGNAMESUFFIX= -space-modeling-library @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtbb.so:devel/onetbb \ libTKernel.so:cad/opencascade \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid USES= cmake compiler:c++14-lang localbase:ldflags USE_LDCONFIG= ${PREFIX}/lib/TopologicCore diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 2ea41f61e4e4..d882fac3dc8a 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -1,6 +1,6 @@ PORTNAME= vowpal_wabbit PORTVERSION= 7.10 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= math MAINTAINER= demon@FreeBSD.org diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile index d0a3a97bdb2d..06d0030f5f76 100644 --- a/math/vtk8/Makefile +++ b/math/vtk8/Makefile @@ -12,6 +12,7 @@ WWW= https://www.vtk.org LICENSE= BSD3CLAUSE +BROKEN_FreeBSD_13= complation fails: error: no member named 'derived' in 'Transpose<TranspositionsBase<type-parameter-0-0>>' BROKEN_FreeBSD_15= complation fails: error: no member named 'derived' in 'Transpose<TranspositionsBase<type-parameter-0-0>>' LIB_DEPENDS= libtiff.so:graphics/tiff \ diff --git a/math/vtk9/Makefile b/math/vtk9/Makefile index 85979ec768e3..41087e74f8e4 100644 --- a/math/vtk9/Makefile +++ b/math/vtk9/Makefile @@ -1,6 +1,5 @@ PORTNAME= vtk -DISTVERSION= 9.2.6 -PORTREVISION= 6 +DISTVERSION= 9.5.0 CATEGORIES= math graphics MASTER_SITES= https://vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 9 diff --git a/math/vtk9/Makefile.version b/math/vtk9/Makefile.version index 66ceb4b6ed8f..0704e0637ff9 100644 --- a/math/vtk9/Makefile.version +++ b/math/vtk9/Makefile.version @@ -1,3 +1,3 @@ # this file is provided for VTK users -VTK_VER=9.2 +VTK_VER=9.5 diff --git a/math/vtk9/distinfo b/math/vtk9/distinfo index c73d546ac962..89bd22215236 100644 --- a/math/vtk9/distinfo +++ b/math/vtk9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1687488293 -SHA256 (VTK-9.2.6.tar.gz) = 06fc8d49c4e56f498c40fcb38a563ed8d4ec31358d0101e8988f0bb4d539dd12 -SIZE (VTK-9.2.6.tar.gz) = 53810904 +TIMESTAMP = 1750828031 +SHA256 (VTK-9.5.0.tar.gz) = 04ae86246b9557c6b61afbc534a6df099244fbc8f3937f82e6bc0570953af87d +SIZE (VTK-9.5.0.tar.gz) = 50172790 diff --git a/math/vtk9/files/patch-ThirdParty_cgns_vtkcgns_src_adfh_ADFH.c b/math/vtk9/files/patch-ThirdParty_cgns_vtkcgns_src_adfh_ADFH.c deleted file mode 100644 index 908a0098eced..000000000000 --- a/math/vtk9/files/patch-ThirdParty_cgns_vtkcgns_src_adfh_ADFH.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ThirdParty/cgns/vtkcgns/src/adfh/ADFH.c.orig 2022-10-02 11:37:19 UTC -+++ ThirdParty/cgns/vtkcgns/src/adfh/ADFH.c -@@ -287,6 +287,10 @@ if (mta_root == NULL){set_error(ADFH_ERR_ROOTNULL, err - #define CMP_OINFO(r,n) ((r)->fileno==(n)->fileno && \ - (r)->addr==(n)->addr && (r)->addr != HADDR_UNDEF) - -+#if H5_VERSION_GE(1,12,0) -+#undef H5L_info_t -+#define H5L_info_t H5L_info2_t -+#endif - - static herr_t gfind_by_name(hid_t, const char *, const H5L_info_t*, void *); - static herr_t find_by_name(hid_t, const char *, const H5A_info_t*, void *); diff --git a/math/vtk9/files/patch-ThirdParty_diy2_vtkdiy2_include_vtkdiy2_fmt_format.h b/math/vtk9/files/patch-ThirdParty_diy2_vtkdiy2_include_vtkdiy2_fmt_format.h deleted file mode 100644 index eb9c13efbe2f..000000000000 --- a/math/vtk9/files/patch-ThirdParty_diy2_vtkdiy2_include_vtkdiy2_fmt_format.h +++ /dev/null @@ -1,18 +0,0 @@ ---- ThirdParty/diy2/vtkdiy2/include/vtkdiy2/fmt/format.h.orig 2023-02-15 04:03:53 UTC -+++ ThirdParty/diy2/vtkdiy2/include/vtkdiy2/fmt/format.h -@@ -480,6 +480,7 @@ void buffer<T>::append(const U* begin, const U* end) { - } - } // namespace internal - -+#ifdef __cpp_char8_t - // A UTF-8 string view. - class u8string_view : public basic_string_view<char8_t> { - public: -@@ -497,6 +498,7 @@ inline u8string_view operator"" _u(const char* s, std: - } - } // namespace literals - #endif -+#endif // __cpp_char8_t - - // The number of characters to store in the basic_memory_buffer object itself - // to avoid dynamic memory allocation. diff --git a/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_Core b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_Core new file mode 100644 index 000000000000..9a8e867cba27 --- /dev/null +++ b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_Core @@ -0,0 +1,11 @@ +--- ThirdParty/eigen/vtkeigen/eigen/Core.orig 2021-08-18 20:41:58 UTC ++++ ThirdParty/eigen/vtkeigen/eigen/Core +@@ -346,7 +346,7 @@ using std::ptrdiff_t; + #include "src/Core/CoreIterators.h" + #include "src/Core/ConditionEstimator.h" + +-#if defined(EIGEN_VECTORIZE_ALTIVEC) || defined(EIGEN_VECTORIZE_VSX) ++#if defined(EIGEN_VECTORIZE_VSX) + #include "src/Core/arch/AltiVec/MatrixProduct.h" + #elif defined EIGEN_VECTORIZE_NEON + #include "src/Core/arch/NEON/GeneralBlockPanelKernel.h" diff --git a/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_Complex.h b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_Complex.h new file mode 100644 index 000000000000..19f201dd91ed --- /dev/null +++ b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_Complex.h @@ -0,0 +1,18 @@ +--- ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/Complex.h.orig 2021-08-18 20:41:58 UTC ++++ ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/Complex.h +@@ -100,6 +100,7 @@ template<> struct packet_traits<std::complex<float> > + HasAbs2 = 0, + HasMin = 0, + HasMax = 0, ++ HasSqrt = 1, + #ifdef __VSX__ + HasBlend = 1, + #endif +@@ -320,6 +321,7 @@ template<> struct packet_traits<std::complex<double> > + HasAbs2 = 0, + HasMin = 0, + HasMax = 0, ++ HasSqrt = 1, + HasSetLinear = 0 + }; + }; diff --git a/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_MathFunctions.h b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_MathFunctions.h new file mode 100644 index 000000000000..a8c2ff027ad0 --- /dev/null +++ b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_MathFunctions.h @@ -0,0 +1,47 @@ +--- ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/MathFunctions.h.orig 2021-08-18 20:41:58 UTC ++++ ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/MathFunctions.h +@@ -40,16 +40,14 @@ Packet4f pcos<Packet4f>(const Packet4f& _x) + return pcos_float(_x); + } + ++#ifdef __VSX__ + #ifndef EIGEN_COMP_CLANG + template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED + Packet4f prsqrt<Packet4f>(const Packet4f& x) + { + return vec_rsqrt(x); + } +-#endif + +-#ifdef __VSX__ +-#ifndef EIGEN_COMP_CLANG + template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS EIGEN_UNUSED + Packet2d prsqrt<Packet2d>(const Packet2d& x) + { +@@ -73,6 +71,26 @@ template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEF + Packet2d pexp<Packet2d>(const Packet2d& _x) + { + return pexp_double(_x); ++} ++ ++template<> EIGEN_STRONG_INLINE Packet8bf psqrt<Packet8bf> (const Packet8bf& a){ ++ BF16_TO_F32_UNARY_OP_WRAPPER(psqrt<Packet4f>, a); ++} ++ ++#ifndef EIGEN_COMP_CLANG ++template<> EIGEN_STRONG_INLINE Packet8bf prsqrt<Packet8bf> (const Packet8bf& a){ ++ BF16_TO_F32_UNARY_OP_WRAPPER(prsqrt<Packet4f>, a); ++} ++#endif ++#else ++template<> EIGEN_DEFINE_FUNCTION_ALLOWING_MULTIPLE_DEFINITIONS ++Packet4f psqrt<Packet4f>(const Packet4f& x) ++{ ++ Packet4f a; ++ for (Index i = 0; i < packet_traits<float>::size; i++) { ++ a[i] = numext::sqrt(x[i]); ++ } ++ return a; + } + #endif + diff --git a/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_PacketMath.h b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_PacketMath.h new file mode 100644 index 000000000000..f8a09e76d845 --- /dev/null +++ b/math/vtk9/files/patch-ThirdParty_eigen_vtkeigen_eigen_src_Core_arch_AltiVec_PacketMath.h @@ -0,0 +1,117 @@ +--- ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/PacketMath.h.orig 2021-08-18 20:41:58 UTC ++++ ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AltiVec/PacketMath.h +@@ -175,16 +175,19 @@ struct packet_traits<float> : default_packet_traits { + #else + HasRsqrt = 0, + #endif ++ HasTanh = EIGEN_FAST_MATH, ++ HasErf = EIGEN_FAST_MATH, ++ HasRint = 1, + #else + HasSqrt = 0, + HasRsqrt = 0, +- HasTanh = EIGEN_FAST_MATH, +- HasErf = EIGEN_FAST_MATH, ++ HasTanh = 0, ++ HasErf = 0, ++ HasRint = 0, + #endif + HasRound = 1, + HasFloor = 1, + HasCeil = 1, +- HasRint = 1, + HasNegate = 1, + HasBlend = 1 + }; +@@ -217,16 +220,17 @@ struct packet_traits<bfloat16> : default_packet_traits + #else + HasRsqrt = 0, + #endif ++ HasRint = 1, + #else + HasSqrt = 0, + HasRsqrt = 0, +- HasTanh = EIGEN_FAST_MATH, +- HasErf = EIGEN_FAST_MATH, ++ HasRint = 0, + #endif ++ HasTanh = 0, ++ HasErf = 0, + HasRound = 1, + HasFloor = 1, + HasCeil = 1, +- HasRint = 1, + HasNegate = 1, + HasBlend = 1 + }; +@@ -872,19 +876,29 @@ template<> EIGEN_STRONG_INLINE Packet4f pcmp_lt_or_nan + return vec_nor(c,c); + } + ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet4i pcmp_le(const Packet4i& a, const Packet4i& b) { return reinterpret_cast<Packet4i>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet4i pcmp_lt(const Packet4i& a, const Packet4i& b) { return reinterpret_cast<Packet4i>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet4i pcmp_eq(const Packet4i& a, const Packet4i& b) { return reinterpret_cast<Packet4i>(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet8s pcmp_le(const Packet8s& a, const Packet8s& b) { return reinterpret_cast<Packet8s>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet8s pcmp_lt(const Packet8s& a, const Packet8s& b) { return reinterpret_cast<Packet8s>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet8s pcmp_eq(const Packet8s& a, const Packet8s& b) { return reinterpret_cast<Packet8s>(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet8us pcmp_le(const Packet8us& a, const Packet8us& b) { return reinterpret_cast<Packet8us>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet8us pcmp_lt(const Packet8us& a, const Packet8us& b) { return reinterpret_cast<Packet8us>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet8us pcmp_eq(const Packet8us& a, const Packet8us& b) { return reinterpret_cast<Packet8us>(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet16c pcmp_le(const Packet16c& a, const Packet16c& b) { return reinterpret_cast<Packet16c>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet16c pcmp_lt(const Packet16c& a, const Packet16c& b) { return reinterpret_cast<Packet16c>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet16c pcmp_eq(const Packet16c& a, const Packet16c& b) { return reinterpret_cast<Packet16c>(vec_cmpeq(a,b)); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet16uc pcmp_le(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast<Packet16uc>(vec_cmple(a,b)); } ++#endif + template<> EIGEN_STRONG_INLINE Packet16uc pcmp_lt(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast<Packet16uc>(vec_cmplt(a,b)); } + template<> EIGEN_STRONG_INLINE Packet16uc pcmp_eq(const Packet16uc& a, const Packet16uc& b) { return reinterpret_cast<Packet16uc>(vec_cmpeq(a,b)); } + +@@ -937,6 +951,7 @@ template<> EIGEN_STRONG_INLINE Packet4f pround<Packet4 + } + template<> EIGEN_STRONG_INLINE Packet4f pceil<Packet4f>(const Packet4f& a) { return vec_ceil(a); } + template<> EIGEN_STRONG_INLINE Packet4f pfloor<Packet4f>(const Packet4f& a) { return vec_floor(a); } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet4f print<Packet4f>(const Packet4f& a) + { + Packet4f res; +@@ -947,6 +962,7 @@ template<> EIGEN_STRONG_INLINE Packet4f print<Packet4f + + return res; + } ++#endif + + template<typename Packet> EIGEN_STRONG_INLINE Packet ploadu_common(const __UNPACK_TYPE__(Packet)* from) + { +@@ -1341,12 +1357,6 @@ template<> EIGEN_STRONG_INLINE Packet8bf psub<Packet8b + BF16_TO_F32_BINARY_OP_WRAPPER(psub<Packet4f>, a, b); + } + +-template<> EIGEN_STRONG_INLINE Packet8bf psqrt<Packet8bf> (const Packet8bf& a){ +- BF16_TO_F32_UNARY_OP_WRAPPER(vec_sqrt, a); +-} +-template<> EIGEN_STRONG_INLINE Packet8bf prsqrt<Packet8bf> (const Packet8bf& a){ +- BF16_TO_F32_UNARY_OP_WRAPPER(prsqrt<Packet4f>, a); +-} + template<> EIGEN_STRONG_INLINE Packet8bf pexp<Packet8bf> (const Packet8bf& a){ + BF16_TO_F32_UNARY_OP_WRAPPER(pexp_float, a); + } +@@ -1390,9 +1400,11 @@ template<> EIGEN_STRONG_INLINE Packet8bf pceil<Packet8 + template<> EIGEN_STRONG_INLINE Packet8bf pround<Packet8bf> (const Packet8bf& a){ + BF16_TO_F32_UNARY_OP_WRAPPER(pround<Packet4f>, a); + } ++#ifdef __VSX__ + template<> EIGEN_STRONG_INLINE Packet8bf print<Packet8bf> (const Packet8bf& a){ + BF16_TO_F32_UNARY_OP_WRAPPER(print<Packet4f>, a); + } ++#endif + template<> EIGEN_STRONG_INLINE Packet8bf pmadd(const Packet8bf& a, const Packet8bf& b, const Packet8bf& c) { + Packet4f a_even = Bf16ToF32Even(a); + Packet4f a_odd = Bf16ToF32Odd(a); diff --git a/math/vtk9/files/patch-ThirdParty_exodusII_vtkexodusII_src_ex__put__prop.c b/math/vtk9/files/patch-ThirdParty_exodusII_vtkexodusII_src_ex__put__prop.c deleted file mode 100644 index eb29a277f139..000000000000 --- a/math/vtk9/files/patch-ThirdParty_exodusII_vtkexodusII_src_ex__put__prop.c +++ /dev/null @@ -1,14 +0,0 @@ -- fix build with science/netcdf 4.9.3 -- see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284680 - ---- ThirdParty/exodusII/vtkexodusII/src/ex_put_prop.c.orig 2025-02-10 02:00:23 UTC -+++ ThirdParty/exodusII/vtkexodusII/src/ex_put_prop.c -@@ -243,7 +243,7 @@ int ex_put_prop(int exoid, ex_entity_type obj_type, ex - vals[0] = 0; /* fill value */ - /* create attribute to cause variable to fill with zeros per routine spec - */ -- if ((status = nc_put_att_longlong(exoid, propid, _FillValue, int_type, 1, vals)) != NC_NOERR) { -+ if ((status = nc_put_att_longlong(exoid, propid, NC_FillValue, int_type, 1, vals)) != NC_NOERR) { - snprintf(errmsg, MAX_ERR_LENGTH, - "ERROR: failed to create property name fill attribute in file id %d", exoid); - ex_err_fn(exoid, __func__, errmsg, status); diff --git a/math/vtk9/files/patch-ThirdParty_exodusII_vtkexodusII_src_ex__put__prop__names.c b/math/vtk9/files/patch-ThirdParty_exodusII_vtkexodusII_src_ex__put__prop__names.c deleted file mode 100644 index 335822e40906..000000000000 --- a/math/vtk9/files/patch-ThirdParty_exodusII_vtkexodusII_src_ex__put__prop__names.c +++ /dev/null @@ -1,14 +0,0 @@ -- fix build with science/netcdf 4.9.3 -- see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284680 - ---- ThirdParty/exodusII/vtkexodusII/src/ex_put_prop_names.c.orig 2025-02-10 02:01:23 UTC -+++ ThirdParty/exodusII/vtkexodusII/src/ex_put_prop_names.c -@@ -172,7 +172,7 @@ int ex_put_prop_names(int exoid, ex_entity_type obj_ty - - /* create attribute to cause variable to fill with zeros per routine spec - */ -- if ((status = nc_put_att_longlong(exoid, propid, _FillValue, int_type, 1, vals)) != NC_NOERR) { -+ if ((status = nc_put_att_longlong(exoid, propid, NC_FillValue, int_type, 1, vals)) != NC_NOERR) { - snprintf(errmsg, MAX_ERR_LENGTH, - "ERROR: failed to create property name fill attribute in file id %d", exoid); - ex_err_fn(exoid, __func__, errmsg, status); diff --git a/math/vtk9/files/patch-ThirdParty_glew_vtkglew_src_glew.c b/math/vtk9/files/patch-ThirdParty_glew_vtkglew_src_glew.c deleted file mode 100644 index 65889826bdd6..000000000000 --- a/math/vtk9/files/patch-ThirdParty_glew_vtkglew_src_glew.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ThirdParty/glew/vtkglew/src/glew.c.orig 2024-02-21 22:29:42 UTC -+++ ThirdParty/glew/vtkglew/src/glew.c -@@ -38,6 +38,7 @@ - - #if defined(GLEW_OSMESA) - # define GLAPI extern -+# define APIENTRY __stdcall - # include <GL/osmesa.h> - #elif defined(GLEW_EGL) - # include <GL/eglew.h> diff --git a/math/vtk9/files/patch-ThirdParty_glew_vtkglew_src_glewinfo.c b/math/vtk9/files/patch-ThirdParty_glew_vtkglew_src_glewinfo.c deleted file mode 100644 index 0ea9659d6ec5..000000000000 --- a/math/vtk9/files/patch-ThirdParty_glew_vtkglew_src_glewinfo.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ThirdParty/glew/vtkglew/src/glewinfo.c.orig 2024-02-21 22:29:54 UTC -+++ ThirdParty/glew/vtkglew/src/glewinfo.c -@@ -38,6 +38,7 @@ - #include <GL/eglew.h> - #elif defined(GLEW_OSMESA) - #define GLAPI extern -+#define APIENTRY __stdcall - #include <GL/osmesa.h> - #elif defined(_WIN32) - #include <GL/wglew.h> diff --git a/math/vtk9/files/patch-Utilities_octree_octree_octree__node.txx b/math/vtk9/files/patch-Utilities_octree_octree_octree__node.txx deleted file mode 100644 index de91955442bb..000000000000 --- a/math/vtk9/files/patch-Utilities_octree_octree_octree__node.txx +++ /dev/null @@ -1,11 +0,0 @@ ---- Utilities/octree/octree/octree_node.txx.orig 2023-02-15 04:03:53 UTC -+++ Utilities/octree/octree/octree_node.txx -@@ -207,7 +207,7 @@ const octree_node<T_, d_, A_>& octree_node<T_, d_, A_> - { - throw std::domain_error("Attempt to access children of an octree leaf node."); - } -- return this->_M_chilren[child]; -+ return this->m_children[child]; - } - - /**\brief Return a reference to a child node. diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile index f52d8aad8d3a..a93108f6392e 100644 --- a/math/wxmaxima/Makefile +++ b/math/wxmaxima/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 23.12.0 PORTEPOCH= 1 CATEGORIES= math -MAINTAINER= uzsolt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= WxWidgets GUI for the computer algebra system maxima WWW= https://wxmaxima-developers.github.io/wxmaxima/ diff --git a/math/xfce4-calculator-plugin/Makefile b/math/xfce4-calculator-plugin/Makefile index 53097e122358..f1b756249626 100644 --- a/math/xfce4-calculator-plugin/Makefile +++ b/math/xfce4-calculator-plugin/Makefile @@ -1,5 +1,5 @@ PORTNAME= xfce4-calculator-plugin -PORTVERSION= 0.7.3 +PORTVERSION= 0.8.0 CATEGORIES= math xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -10,21 +10,18 @@ WWW= https://docs.xfce.org/panel-plugins/xfce4-calculator-plugin/start LICENSE= GPLv2 -LIB_DEPENDS= libharfbuzz.so:print/harfbuzz - -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ - tar:bz2 xfce xorg -USE_GNOME= cairo gdkpixbuf gtk30 +USES= compiler:c11 gettext-tools gnome meson pkgconfig tar:xz xfce \ + xorg +USE_GNOME= gtk30 USE_XFCE= libmenu panel USE_XORG= x11 -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime +NLS_USES= gettext-runtime + +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> diff --git a/math/xfce4-calculator-plugin/distinfo b/math/xfce4-calculator-plugin/distinfo index 92d4c9278f2d..2cc0a4c5e89f 100644 --- a/math/xfce4-calculator-plugin/distinfo +++ b/math/xfce4-calculator-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735047891 -SHA256 (xfce4/xfce4-calculator-plugin-0.7.3.tar.bz2) = 3feb5f56092ceef2858c3c1bd443317d4caf289a6409f9db506f49088e19a2e8 -SIZE (xfce4/xfce4-calculator-plugin-0.7.3.tar.bz2) = 481917 +TIMESTAMP = 1747672757 +SHA256 (xfce4/xfce4-calculator-plugin-0.8.0.tar.xz) = aaf3d7e9654ef6cf8ec442ad9e4316c481f9a6087a8e8949261140f5ae136aeb +SIZE (xfce4/xfce4-calculator-plugin-0.8.0.tar.xz) = 87640 diff --git a/math/xfce4-calculator-plugin/pkg-plist b/math/xfce4-calculator-plugin/pkg-plist index 757d696c120d..3e1d82ea66b3 100644 --- a/math/xfce4-calculator-plugin/pkg-plist +++ b/math/xfce4-calculator-plugin/pkg-plist @@ -12,6 +12,7 @@ share/icons/hicolor/64x64/apps/xfce4-calculator-plugin.png %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-calculator-plugin.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-calculator-plugin.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfce4-calculator-plugin.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-calculator-plugin.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-calculator-plugin.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-calculator-plugin.mo @@ -50,6 +51,7 @@ share/icons/hicolor/64x64/apps/xfce4-calculator-plugin.png %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-calculator-plugin.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-calculator-plugin.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-calculator-plugin.mo +%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-calculator-plugin.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-calculator-plugin.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-calculator-plugin.mo share/xfce4/panel/plugins/calculator.desktop |