diff options
Diffstat (limited to 'math')
1153 files changed, 19508 insertions, 12811 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/GiNaC/Makefile b/math/GiNaC/Makefile index 8fe021f20b68..1a9aea7f6f11 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -1,5 +1,5 @@ PORTNAME= GiNaC -PORTVERSION= 1.8.8 +PORTVERSION= 1.8.10 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index 8e64ceb3fa68..779aa1266baf 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736134935 -SHA256 (ginac-1.8.8.tar.bz2) = 330f57d0ed79dbd8f9c46ca4b408439b8b30e2ea061e3672d904c5dab94ecad6 -SIZE (ginac-1.8.8.tar.bz2) = 1154686 +TIMESTAMP = 1770836341 +SHA256 (ginac-1.8.10.tar.bz2) = 6cac1973a5325de0b9bcb8e392988ae95fbc37aa66c0f1f1d3b8e64c08cec1b9 +SIZE (ginac-1.8.10.tar.bz2) = 1517978 diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index c79088a9264b..1d254739b63c 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -1,5 +1,7 @@ bin/ginsh bin/viewgar +include/ginac/Gt.h +include/ginac/Gt_helpers.h include/ginac/add.h include/ginac/archive.h include/ginac/assertion.h @@ -51,7 +53,7 @@ include/ginac/wildcard.h lib/libginac.a lib/libginac.so lib/libginac.so.13 -lib/libginac.so.13.0.0 +lib/libginac.so.13.1.2 libdata/pkgconfig/ginac.pc libexec/ginac-excompiler share/man/man1/ginsh.1.gz diff --git a/math/Imath/Makefile b/math/Imath/Makefile index ff8253cf8049..5842673860e9 100644 --- a/math/Imath/Makefile +++ b/math/Imath/Makefile @@ -1,14 +1,15 @@ # Based on the graphics/ilmbase port that was done by: nork@FreeBSD.org PORTNAME= Imath -PORTVERSION= 3.1.12 +PORTVERSION= 3.2.2 +PORTREVISION= 2 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.2 \ +# /usr/ports/distfiles/Imath-3.2.2.tar.gz --bundle Imath-3.2.2.tar.gz.sigstore.json MAINTAINER= mandree@FreeBSD.org COMMENT= C++/Python lib of 2D/3D vector, matrix, math ops for computer graphics @@ -26,32 +27,28 @@ 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 OPTIONS_DEFINE= DOCS LARGE_STACK PYTHON +OPTIONS_DEFAULT=DOCS PYTHON OPTIONS_SUB= yes 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..f6c5d01ad56e 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 = 1759950923 +SHA256 (Imath-3.2.2.tar.gz) = 0f5a783b424f374e6f27ec8b0c73130e89b08814ac8fa2e84fd7fe0b05862c53 +SIZE (Imath-3.2.2.tar.gz) = 680358 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 5a9ac034f0d3..82f1120429c9 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 @@ -105,6 +104,7 @@ SUBDIR += R-cran-mitools SUBDIR += R-cran-mnormt SUBDIR += R-cran-moments + SUBDIR += R-cran-mpoly SUBDIR += R-cran-mvtnorm SUBDIR += R-cran-ncdf4 SUBDIR += R-cran-nloptr @@ -112,11 +112,13 @@ SUBDIR += R-cran-nortest SUBDIR += R-cran-numDeriv SUBDIR += R-cran-numbers + SUBDIR += R-cran-orthopolynom SUBDIR += R-cran-outliers SUBDIR += R-cran-partitions SUBDIR += R-cran-pbkrtest SUBDIR += R-cran-plot3D SUBDIR += R-cran-pls + SUBDIR += R-cran-polyclip SUBDIR += R-cran-polycor SUBDIR += R-cran-polynom SUBDIR += R-cran-pracma @@ -393,6 +395,7 @@ SUBDIR += gsl SUBDIR += half SUBDIR += hexcalc + SUBDIR += hexowl SUBDIR += heyoka SUBDIR += highs SUBDIR += hmat-oss @@ -461,7 +464,6 @@ SUBDIR += libformfactor SUBDIR += libhomfly SUBDIR += libmesh - SUBDIR += libmissing SUBDIR += libnormaliz SUBDIR += libocas SUBDIR += liborigin @@ -471,7 +473,6 @@ SUBDIR += librdata SUBDIR += librsb SUBDIR += libsemigroups - SUBDIR += libsharp2 SUBDIR += libtexprintf SUBDIR += libtommath SUBDIR += libxls @@ -569,6 +570,7 @@ SUBDIR += octave-forge-coder SUBDIR += octave-forge-communications SUBDIR += octave-forge-control + SUBDIR += octave-forge-csg-dataset SUBDIR += octave-forge-csg-toolkit SUBDIR += octave-forge-data-smoothing SUBDIR += octave-forge-database @@ -598,17 +600,24 @@ SUBDIR += octave-forge-ident SUBDIR += octave-forge-image SUBDIR += octave-forge-informationtheory + SUBDIR += octave-forge-instrument-control SUBDIR += octave-forge-integration SUBDIR += octave-forge-internal-fluid-flow SUBDIR += octave-forge-interval SUBDIR += octave-forge-io SUBDIR += octave-forge-irsa + SUBDIR += octave-forge-joystick SUBDIR += octave-forge-level-set SUBDIR += octave-forge-linear-algebra + SUBDIR += octave-forge-llms SUBDIR += octave-forge-lssa SUBDIR += octave-forge-ltfat SUBDIR += octave-forge-mapping SUBDIR += octave-forge-matgeom + SUBDIR += octave-forge-mboct-fem-pkg + SUBDIR += octave-forge-mboct-mbdyn-pkg + SUBDIR += octave-forge-mboct-numerical-pkg + SUBDIR += octave-forge-mboct-octave-pkg SUBDIR += octave-forge-mccabe-thiele SUBDIR += octave-forge-mechanics SUBDIR += octave-forge-miscellaneous @@ -626,13 +635,14 @@ SUBDIR += octave-forge-nurbs SUBDIR += octave-forge-oct2mat SUBDIR += octave-forge-octave-pool + SUBDIR += octave-forge-octave_mermaid_js + SUBDIR += octave-forge-octave_php_wrapper SUBDIR += octave-forge-octave_tar SUBDIR += octave-forge-octave_zstd SUBDIR += octave-forge-octclip SUBDIR += octave-forge-octproj SUBDIR += octave-forge-odbc SUBDIR += octave-forge-odebvp - SUBDIR += octave-forge-onsas SUBDIR += octave-forge-optics SUBDIR += octave-forge-optim SUBDIR += octave-forge-optiminterp @@ -705,7 +715,6 @@ SUBDIR += p5-Algorithm-Combinatorics SUBDIR += p5-Algorithm-CurveFit SUBDIR += p5-Algorithm-Munkres - SUBDIR += p5-Alien-GSL SUBDIR += p5-Bit-ShiftReg SUBDIR += p5-Bit-Vector SUBDIR += p5-Bit-Vector-Minimal @@ -750,6 +759,7 @@ SUBDIR += p5-Math-GMPq SUBDIR += p5-Math-GMPz SUBDIR += p5-Math-GSL + SUBDIR += p5-Math-GSL-Alien SUBDIR += p5-Math-Geometry SUBDIR += p5-Math-Geometry-Planar SUBDIR += p5-Math-Geometry-Planar-GPC @@ -886,14 +896,14 @@ SUBDIR += petanque SUBDIR += petiga SUBDIR += pffft - SUBDIR += php81-bcmath - SUBDIR += php81-gmp SUBDIR += php82-bcmath SUBDIR += php82-gmp SUBDIR += php83-bcmath SUBDIR += php83-gmp SUBDIR += php84-bcmath SUBDIR += php84-gmp + SUBDIR += php85-bcmath + SUBDIR += php85-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha @@ -955,6 +965,7 @@ SUBDIR += py-cmyt SUBDIR += py-colormath SUBDIR += py-contourpy + SUBDIR += py-conway-polynomials SUBDIR += py-cryptominisat SUBDIR += py-cvxopt SUBDIR += py-cvxpy @@ -973,12 +984,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 @@ -994,6 +1005,7 @@ SUBDIR += py-hdmedians SUBDIR += py-hepstats SUBDIR += py-heyoka + SUBDIR += py-highspy SUBDIR += py-hmmlearn SUBDIR += py-hypernetx SUBDIR += py-igraph @@ -1005,6 +1017,7 @@ SUBDIR += py-isosurfaces SUBDIR += py-jacobi SUBDIR += py-jax + SUBDIR += py-jij-cimod SUBDIR += py-kahip SUBDIR += py-keras SUBDIR += py-keras-applications @@ -1035,6 +1048,7 @@ SUBDIR += py-munkres SUBDIR += py-narwhals SUBDIR += py-ndindex + SUBDIR += py-ndonnx SUBDIR += py-networkx SUBDIR += py-nevergrad SUBDIR += py-nlopt @@ -1051,6 +1065,7 @@ SUBDIR += py-pandas SUBDIR += py-pandas-datareader SUBDIR += py-patsy + SUBDIR += py-pcodec SUBDIR += py-pdal SUBDIR += py-permutation SUBDIR += py-petsc4py @@ -1080,6 +1095,7 @@ SUBDIR += py-pyprobables SUBDIR += py-pyreadr SUBDIR += py-pyreadstat + SUBDIR += py-pyrfr SUBDIR += py-pyrr SUBDIR += py-pysmt SUBDIR += py-pysym @@ -1117,8 +1133,8 @@ SUBDIR += py-splot SUBDIR += py-spopt SUBDIR += py-spot + SUBDIR += py-spox SUBDIR += py-spreg - SUBDIR += py-spvcm SUBDIR += py-squarify SUBDIR += py-ssm SUBDIR += py-statsmodels @@ -1133,6 +1149,7 @@ SUBDIR += py-umap-learn SUBDIR += py-uncertainties SUBDIR += py-unyt + SUBDIR += py-vector SUBDIR += py-vincenty SUBDIR += py-yt SUBDIR += py-z3-solver @@ -1149,7 +1166,6 @@ SUBDIR += qxfun SUBDIR += randlib SUBDIR += rankwidth - SUBDIR += rapid SUBDIR += readstat SUBDIR += reduce SUBDIR += reduce-psl @@ -1163,6 +1179,7 @@ SUBDIR += rubiks SUBDIR += rubygem-algebra SUBDIR += rubygem-bigdecimal + SUBDIR += rubygem-bigdecimal-gitlab SUBDIR += rubygem-cmath SUBDIR += rubygem-enumerable-statistics SUBDIR += rubygem-expression_parser @@ -1175,7 +1192,6 @@ SUBDIR += rubygem-numru-misc SUBDIR += rubygem-numru-units SUBDIR += rubygem-prime - SUBDIR += rubygem-rb-gsl SUBDIR += rumur SUBDIR += saga SUBDIR += savage @@ -1217,6 +1233,7 @@ SUBDIR += stanmath SUBDIR += stp SUBDIR += suitesparse + SUBDIR += suitesparse-Example SUBDIR += suitesparse-amd SUBDIR += suitesparse-btf SUBDIR += suitesparse-camd @@ -1256,6 +1273,7 @@ SUBDIR += tinyexpr SUBDIR += tinymt SUBDIR += tlapack + SUBDIR += tlfloat SUBDIR += tmv SUBDIR += tomsfastmath SUBDIR += topaz @@ -1277,7 +1295,6 @@ SUBDIR += vinci SUBDIR += visualpolylib SUBDIR += vowpal_wabbit - SUBDIR += vtk8 SUBDIR += vtk9 SUBDIR += wavelib SUBDIR += wcalc 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-LearnBayes/Makefile b/math/R-cran-LearnBayes/Makefile index 84518cdb78fd..79d6e61b5aa7 100644 --- a/math/R-cran-LearnBayes/Makefile +++ b/math/R-cran-LearnBayes/Makefile @@ -1,6 +1,5 @@ PORTNAME= LearnBayes -PORTVERSION= 2.15.1 -PORTREVISION= 4 +PORTVERSION= 2.15.2 CATEGORIES= math education DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -10,6 +9,8 @@ WWW= https://cran.r-project.org/web/packages/LearnBayes/ LICENSE= GPLv2+ -USES= cran:auto-plist +RUN_DEPENDS= R-cran-coda>0:math/R-cran-coda + +USES= cran:auto-plist .include <bsd.port.mk> diff --git a/math/R-cran-LearnBayes/distinfo b/math/R-cran-LearnBayes/distinfo index 6e47fe6d4b3d..2d2cac43d194 100644 --- a/math/R-cran-LearnBayes/distinfo +++ b/math/R-cran-LearnBayes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522140990 -SHA256 (LearnBayes_2.15.1.tar.gz) = 9b110858456523ca0b2a63f22013c4e1fbda6674b9d84dc1f4de8bffc5260532 -SIZE (LearnBayes_2.15.1.tar.gz) = 794622 +TIMESTAMP = 1769986159 +SHA256 (LearnBayes_2.15.2.tar.gz) = 7ae3458c64b426b7a753bf0613dc1e6eebccddcadbea9e86687ab2312861d192 +SIZE (LearnBayes_2.15.2.tar.gz) = 89218 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..b90943ddb31a 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= 15.2.3-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-RcppArmadillo/distinfo b/math/R-cran-RcppArmadillo/distinfo index 707967ba740d..cdf2521b0d96 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 = 1766089629 +SHA256 (RcppArmadillo_15.2.3-1.tar.gz) = 5bbb4c32001439e4d2090edaff3e0b5a00249aaa41f89c94a5c3c1a6548656f3 +SIZE (RcppArmadillo_15.2.3-1.tar.gz) = 2123239 diff --git a/math/R-cran-Rmpfr/Makefile b/math/R-cran-Rmpfr/Makefile index 62c6eca7fcbb..74238c980a44 100644 --- a/math/R-cran-Rmpfr/Makefile +++ b/math/R-cran-Rmpfr/Makefile @@ -1,5 +1,5 @@ PORTNAME= Rmpfr -DISTVERSION= 1.0-0 +DISTVERSION= 1.1-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-Rmpfr/distinfo b/math/R-cran-Rmpfr/distinfo index 38faae8516f6..605341e0ee4f 100644 --- a/math/R-cran-Rmpfr/distinfo +++ b/math/R-cran-Rmpfr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732351079 -SHA256 (Rmpfr_1.0-0.tar.gz) = 9f82423a802855903939244a40f5616519a685a505900efdf36837505e077a50 -SIZE (Rmpfr_1.0-0.tar.gz) = 615875 +TIMESTAMP = 1762432994 +SHA256 (Rmpfr_1.1-2.tar.gz) = d9f6caa4511afbf1465fee5edd2ae56869e496229dabd9f6e1a7e122e55ed5b4 +SIZE (Rmpfr_1.1-2.tar.gz) = 660620 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-VGAM/Makefile b/math/R-cran-VGAM/Makefile index e1ed59f0dd08..5d33962ff93e 100644 --- a/math/R-cran-VGAM/Makefile +++ b/math/R-cran-VGAM/Makefile @@ -1,5 +1,5 @@ PORTNAME= VGAM -DISTVERSION= 1.1-13 +DISTVERSION= 1.1-14 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-VGAM/distinfo b/math/R-cran-VGAM/distinfo index cc31fdd9e595..57946e3b97c3 100644 --- a/math/R-cran-VGAM/distinfo +++ b/math/R-cran-VGAM/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739427616 -SHA256 (VGAM_1.1-13.tar.gz) = be388d62db6974fae5bb428af5fdf2b51d9aae9cd5e6f7b4d5401937b35a119f -SIZE (VGAM_1.1-13.tar.gz) = 1710222 +TIMESTAMP = 1767919798 +SHA256 (VGAM_1.1-14.tar.gz) = 87820cf3141ecb5d16e1f9b16df6fa97358abcb9df063fd4673ab33c6983248f +SIZE (VGAM_1.1-14.tar.gz) = 1732944 diff --git a/math/R-cran-XLConnect/Makefile b/math/R-cran-XLConnect/Makefile index 69519f3650ed..e15ea4fd742b 100644 --- a/math/R-cran-XLConnect/Makefile +++ b/math/R-cran-XLConnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= XLConnect -PORTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -26,21 +26,7 @@ TEST_DEPENDS= R-cran-zoo>0:math/R-cran-zoo \ USES= cran java -DEP_JARS= commons-codec commons-collections4 commons-compress commons-io \ - commons-lang3 commons-math log4j-api poi poi-ooxml poi-ooxml-full\ - SparseBitSet xmlbeans - -post-stage: -.for j in ${DEP_JARS} - ${LN} -sf ${JAVALIBDIR}/${j}.jar ${STAGEDIR}${PREFIX}/${R_MOD_DIR}/java/ -.endfor - ${LN} -sf ${JAVALIBDIR}/commons-lang3.jar \ - ${STAGEDIR}${PREFIX}/${R_MOD_DIR}/java/commons-lang3-3.16.0.jar - ${LN} -sf ${JAVALIBDIR}/commons-math.jar \ - ${STAGEDIR}${PREFIX}/${R_MOD_DIR}/java/commons-math3.jar - ${LN} -sf ${JAVALIBDIR}/commons-io.jar \ - ${STAGEDIR}${PREFIX}/${R_MOD_DIR}/java/commons-io-2.18.0.jar - ${LN} -sf ${JAVALIBDIR}/commons-codec.jar \ - ${STAGEDIR}${PREFIX}/${R_MOD_DIR}/java/commons-codec-1.18.0.jar +post-patch: + @${REINPLACE_CMD} -e 's|JAVALIBDIR|${JAVALIBDIR}|g' ${WRKSRC}/R/onLoad.R .include <bsd.port.mk> 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-XLConnect/files/patch-R_onLoad.R b/math/R-cran-XLConnect/files/patch-R_onLoad.R index c44134cc8c79..1317db929f59 100644 --- a/math/R-cran-XLConnect/files/patch-R_onLoad.R +++ b/math/R-cran-XLConnect/files/patch-R_onLoad.R @@ -1,11 +1,12 @@ ---- R/onLoad.R.orig 2025-04-29 09:58:50 UTC +--- R/onLoad.R.orig 2025-10-07 15:45:48 UTC +++ R/onLoad.R -@@ -55,50 +55,7 @@ +@@ -55,50 +55,21 @@ repo <- "https://repo1.maven.org/maven2" } apachePrefix <- paste0(repo, "/org/apache") - sharedPaths <- tryCatch({ -- c( ++ sharedPaths <- + c( - xlcEnsureDependenciesFor( - paste0(apachePrefix, "/poi/poi-ooxml-full/5.4.1/poi-ooxml-full-5.4.1.jar"), "poi-ooxml-full.jar", - "5.4.1", libname, pkgname), @@ -42,13 +43,24 @@ - xlcEnsureDependenciesFor( - paste0(repo, "/com/zaxxer/SparseBitSet/1.3/SparseBitSet-1.3.jar"), "SparseBitSet.jar", - "1\\.([2-9]|[1-9][0-9]).*", libname, pkgname) -- ) ++ "JAVALIBDIR/poi-ooxml-full.jar", ++ "JAVALIBDIR/poi-ooxml.jar", ++ "JAVALIBDIR/poi.jar", ++ "JAVALIBDIR/commons-compress.jar", ++ "JAVALIBDIR/commons-lang3.jar", ++ "JAVALIBDIR/xmlbeans.jar", ++ "JAVALIBDIR/commons-collections4.jar", ++ "JAVALIBDIR/commons-math.jar", ++ "JAVALIBDIR/log4j-api.jar", ++ "JAVALIBDIR/commons-codec.jar", ++ "JAVALIBDIR/commons-io.jar", ++ "JAVALIBDIR/SparseBitSet.jar" + ) - }, - error=function(e) { - e - } - ) -+ sharedPaths <- "" .jpackage(name = pkgname, jars = "*", morePaths = sharedPaths, own.loader=TRUE) # Perform general XLConnect settings - pass package description XLConnectSettings(packageDescription(pkgname)) diff --git a/math/R-cran-XLConnect/pkg-plist b/math/R-cran-XLConnect/pkg-plist index c23b9d5691d5..d03cae491b25 100644 --- a/math/R-cran-XLConnect/pkg-plist +++ b/math/R-cran-XLConnect/pkg-plist @@ -57,25 +57,9 @@ %%R_MOD_DIR%%/help/paths.rds %%R_MOD_DIR%%/html/00Index.html %%R_MOD_DIR%%/html/R.css -%%R_MOD_DIR%%/java/SparseBitSet.jar %%R_MOD_DIR%%/java/XLConnect-3.1.1.jar -%%R_MOD_DIR%%/java/commons-codec-1.18.0.jar -%%R_MOD_DIR%%/java/commons-codec.jar -%%R_MOD_DIR%%/java/commons-collections4.jar -%%R_MOD_DIR%%/java/commons-compress.jar -%%R_MOD_DIR%%/java/commons-io-2.18.0.jar -%%R_MOD_DIR%%/java/commons-io.jar -%%R_MOD_DIR%%/java/commons-lang3-3.16.0.jar -%%R_MOD_DIR%%/java/commons-lang3.jar -%%R_MOD_DIR%%/java/commons-math3.jar -%%R_MOD_DIR%%/java/commons-math.jar %%R_MOD_DIR%%/java/curvesapi-1.08.jar -%%R_MOD_DIR%%/java/log4j-api.jar %%R_MOD_DIR%%/java/log4j2.system.properties -%%R_MOD_DIR%%/java/poi-ooxml-full.jar -%%R_MOD_DIR%%/java/poi-ooxml.jar -%%R_MOD_DIR%%/java/poi.jar -%%R_MOD_DIR%%/java/xmlbeans.jar %%R_MOD_DIR%%/tests/run_tests.R %%R_MOD_DIR%%/unitTests/resources/test37.xlsx %%R_MOD_DIR%%/unitTests/resources/testBug106.xlsx diff --git a/math/R-cran-admisc/Makefile b/math/R-cran-admisc/Makefile index 67821b4134a5..3f17caa935ce 100644 --- a/math/R-cran-admisc/Makefile +++ b/math/R-cran-admisc/Makefile @@ -1,5 +1,5 @@ PORTNAME= admisc -DISTVERSION= 0.38 +DISTVERSION= 0.39 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-admisc/distinfo b/math/R-cran-admisc/distinfo index eeafd718d5c1..8acbe91f3dc7 100644 --- a/math/R-cran-admisc/distinfo +++ b/math/R-cran-admisc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744361891 -SHA256 (admisc_0.38.tar.gz) = c827a97677fdae37da13698c7d7674f60bf894b8ba7729d6a3f594765605bc53 -SIZE (admisc_0.38.tar.gz) = 66660 +TIMESTAMP = 1762968920 +SHA256 (admisc_0.39.tar.gz) = 153afa8dd3fc52fff73105e0d8877a866f7c2124ca01d3dfdae070ed7f4e21cc +SIZE (admisc_0.39.tar.gz) = 67410 diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 015174487b50..e79cd0f18e03 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -1,5 +1,5 @@ PORTNAME= car -DISTVERSION= 3.1-3 +DISTVERSION= 3.1-5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,7 +10,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-car/distinfo b/math/R-cran-car/distinfo index 28c99b32a7a9..be178231b9c8 100644 --- a/math/R-cran-car/distinfo +++ b/math/R-cran-car/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727683020 -SHA256 (car_3.1-3.tar.gz) = 59f2c024395995f662a8f64fe807765fc8507f1d2f7a8ab8a1c4f66a63be49bf -SIZE (car_3.1-3.tar.gz) = 384407 +TIMESTAMP = 1770188767 +SHA256 (car_3.1-5.tar.gz) = 27ab23cff7c5c123ffe8a2475b5a3b4d778414a28dde0a59d5cfbbefa08c99fb +SIZE (car_3.1-5.tar.gz) = 378895 diff --git a/math/R-cran-carData/Makefile b/math/R-cran-carData/Makefile index 5c637820b37d..392516efc442 100644 --- a/math/R-cran-carData/Makefile +++ b/math/R-cran-carData/Makefile @@ -1,6 +1,5 @@ PORTNAME= carData -DISTVERSION= 3.0-5 -PORTREVISION= 1 +DISTVERSION= 3.0-6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-carData/distinfo b/math/R-cran-carData/distinfo index 24b205e44d4a..47b129de3f3b 100644 --- a/math/R-cran-carData/distinfo +++ b/math/R-cran-carData/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641970313 -SHA256 (carData_3.0-5.tar.gz) = 02e77159b33e3afb8cd9cfab11cf5a996a93175f924b07d991ce44bc6e16451a -SIZE (carData_3.0-5.tar.gz) = 1004201 +TIMESTAMP = 1770272301 +SHA256 (carData_3.0-6.tar.gz) = b14d5b40b35e5a59c1ec1cdf3cce2cea239b60ff6977a821cca0d6d5b4112551 +SIZE (carData_3.0-6.tar.gz) = 995588 diff --git a/math/R-cran-cvar/Makefile b/math/R-cran-cvar/Makefile index d4ff21eb7ab5..37bf9079de01 100644 --- a/math/R-cran-cvar/Makefile +++ b/math/R-cran-cvar/Makefile @@ -1,20 +1,19 @@ PORTNAME= cvar -DISTVERSION= 0.5 -PORTREVISION= 1 +DISTVERSION= 0.6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Compute Expected Shortfall and Value at Risk for Continuous Distributions -WWW= https://geobosh.github.io/cvar/ +WWW= https://cran.r-project.org/package=cvar LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-Rdpack>=0.8:devel/R-cran-Rdpack \ - R-cran-gbutils>0:math/R-cran-gbutils -TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat \ +RUN_DEPENDS= R-cran-gbutils>0:math/R-cran-gbutils \ + R-cran-Rdpack>=0.8:devel/R-cran-Rdpack +TEST_DEPENDS= R-cran-fGarch>0:finance/R-cran-fGarch \ R-cran-PerformanceAnalytics>0:finance/R-cran-PerformanceAnalytics \ - R-cran-fGarch>0:finance/R-cran-fGarch + R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist diff --git a/math/R-cran-cvar/distinfo b/math/R-cran-cvar/distinfo index f8ef13f5b0fc..3db073113250 100644 --- a/math/R-cran-cvar/distinfo +++ b/math/R-cran-cvar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670370144 -SHA256 (cvar_0.5.tar.gz) = 7e721a68a321acbc74149d6ae9c6e3b0c1f896df9fa7786b8b40264e1db2db18 -SIZE (cvar_0.5.tar.gz) = 255174 +TIMESTAMP = 1766094361 +SHA256 (cvar_0.6.tar.gz) = 9079f57578b0f7e26e788511803e8448ff4f2353c8ff271c5c7b7576198a4330 +SIZE (cvar_0.6.tar.gz) = 128006 diff --git a/math/R-cran-doBy/Makefile b/math/R-cran-doBy/Makefile index cb2311b8b087..80046f2e5637 100644 --- a/math/R-cran-doBy/Makefile +++ b/math/R-cran-doBy/Makefile @@ -1,5 +1,5 @@ PORTNAME= doBy -DISTVERSION= 4.6.26 +DISTVERSION= 4.7.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,9 +13,11 @@ RUN_DEPENDS= R-cran-broom>0:devel/R-cran-broom \ R-cran-cowplot>0:graphics/R-cran-cowplot \ R-cran-Deriv>0:math/R-cran-Deriv \ R-cran-dplyr>0:math/R-cran-dplyr \ + R-cran-forecast>0:math/R-cran-forecast \ R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-microbenchmark>0:devel/R-cran-microbenchmark \ R-cran-modelr>0:devel/R-cran-modelr \ + R-cran-purrr>0:devel/R-cran-purrr \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-tibble>0:devel/R-cran-tibble \ R-cran-tidyr>0:devel/R-cran-tidyr diff --git a/math/R-cran-doBy/distinfo b/math/R-cran-doBy/distinfo index 244a9cc479ec..ffeaf904b660 100644 --- a/math/R-cran-doBy/distinfo +++ b/math/R-cran-doBy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745103709 -SHA256 (doBy_4.6.26.tar.gz) = e574dc958c6bf6924b9efa8d61f24dad68486833805ff588e284c1eddb78fa36 -SIZE (doBy_4.6.26.tar.gz) = 4580190 +TIMESTAMP = 1764858659 +SHA256 (doBy_4.7.1.tar.gz) = a6d9b14e3b4f907addbe7461a39bab2c0efda6b78ee6b91372908cfaf87b827b +SIZE (doBy_4.7.1.tar.gz) = 4468168 diff --git a/math/R-cran-dplyr/Makefile b/math/R-cran-dplyr/Makefile index 84d801fc77c8..af71d37fb213 100644 --- a/math/R-cran-dplyr/Makefile +++ b/math/R-cran-dplyr/Makefile @@ -1,5 +1,5 @@ PORTNAME= dplyr -DISTVERSION= 1.1.4 +DISTVERSION= 1.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,18 +11,15 @@ LICENSE= MIT BUILD_DEPENDS= R-cran-assertthat>=0.2.0:math/R-cran-assertthat \ R-cran-generics>=0:devel/R-cran-generics \ - R-cran-glue>=1.3.0:devel/R-cran-glue \ + R-cran-glue>=1.3.2:devel/R-cran-glue \ + R-cran-lifecycle>=1.0.5:devel/R-cran-lifecycle \ R-cran-magrittr>=1.5:devel/R-cran-magrittr \ - R-cran-pkgconfig>0:devel/R-cran-pkgconfig \ + R-cran-pillar>=1.9.0:devel/R-cran-pillar \ R-cran-R6>0:devel/R-cran-R6 \ - R-cran-Rcpp>=1.0.1:devel/R-cran-Rcpp \ - R-cran-rlang>=1.1.0:devel/R-cran-rlang \ + R-cran-rlang>=1.1.7:devel/R-cran-rlang \ R-cran-tibble>=3.2.0:devel/R-cran-tibble \ - R-cran-tidyselect>=0.2.5:devel/R-cran-tidyselect \ - R-cran-BH>0:devel/R-cran-BH \ - R-cran-plogr>=0.2.0:devel/R-cran-plogr \ - R-cran-vctrs>=0.6.4:devel/R-cran-vctrs \ - R-cran-pillar>=1.9.0:devel/R-cran-pillar + R-cran-tidyselect>=1.2.0:devel/R-cran-tidyselect \ + R-cran-vctrs>=0.7.1:devel/R-cran-vctrs RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cran:auto-plist,compiles diff --git a/math/R-cran-dplyr/distinfo b/math/R-cran-dplyr/distinfo index fed430325d53..b42378a63c5c 100644 --- a/math/R-cran-dplyr/distinfo +++ b/math/R-cran-dplyr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702215237 -SHA256 (dplyr_1.1.4.tar.gz) = cf730414d5d4ab387b4e9890a4b1df9d17a3903488e8da8df1cf2e11e44558cb -SIZE (dplyr_1.1.4.tar.gz) = 1207521 +TIMESTAMP = 1770857817 +SHA256 (dplyr_1.2.0.tar.gz) = a82c292f2249d439157986b504edd1d99741f467c75bf08969254ca8d441bfa3 +SIZE (dplyr_1.2.0.tar.gz) = 922393 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-forcats/Makefile b/math/R-cran-forcats/Makefile index 4131b5567245..ffb9a07bcd34 100644 --- a/math/R-cran-forcats/Makefile +++ b/math/R-cran-forcats/Makefile @@ -1,17 +1,15 @@ PORTNAME= forcats -DISTVERSION= 1.0.0 -PORTREVISION= 1 +DISTVERSION= 1.0.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Tools for Working with Categorical Variables (Factors) -WWW= https://forcats.tidyverse.org/ +WWW= https://cran.r-project.org/package=forcats LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr RUN_DEPENDS= R-cran-cli>=3.4.0:devel/R-cran-cli \ R-cran-glue>0:devel/R-cran-glue \ R-cran-lifecycle>0:devel/R-cran-lifecycle \ @@ -19,9 +17,10 @@ RUN_DEPENDS= R-cran-cli>=3.4.0:devel/R-cran-cli \ R-cran-rlang>=1.0.0:devel/R-cran-rlang \ R-cran-tibble>0:devel/R-cran-tibble TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ - R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-dplyr>0:math/R-cran-dplyr \ - R-cran-knitr>0:print/R-cran-knitr + R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist diff --git a/math/R-cran-forcats/distinfo b/math/R-cran-forcats/distinfo index c251c633b30e..c37196557911 100644 --- a/math/R-cran-forcats/distinfo +++ b/math/R-cran-forcats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675153338 -SHA256 (forcats_1.0.0.tar.gz) = c5bb157909d92e1e1a427c0dc5cb358ea00a43a14918a9088fa4f6630962254e -SIZE (forcats_1.0.0.tar.gz) = 294183 +TIMESTAMP = 1758869742 +SHA256 (forcats_1.0.1.tar.gz) = 1de46b83b7038a293e612775197b7ffe47bd079cd2385aa7c65e98171bbd3605 +SIZE (forcats_1.0.1.tar.gz) = 294628 diff --git a/math/R-cran-forecast/Makefile b/math/R-cran-forecast/Makefile index f89615c40e9b..da731a8a989e 100644 --- a/math/R-cran-forecast/Makefile +++ b/math/R-cran-forecast/Makefile @@ -1,5 +1,5 @@ PORTNAME= forecast -PORTVERSION= 8.24.0 +PORTVERSION= 9.0.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,7 +12,7 @@ LICENSE= GPLv3 RUN_DEPENDS= R-cran-colorspace>0:graphics/R-cran-colorspace \ R-cran-fracdiff>0:math/R-cran-fracdiff \ R-cran-generics>=0.1.2:devel/R-cran-generics \ - R-cran-ggplot2>=2.2.1:graphics/R-cran-ggplot2 \ + R-cran-ggplot2>=3.4.0:graphics/R-cran-ggplot2 \ R-cran-lmtest>0:finance/R-cran-lmtest \ R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ diff --git a/math/R-cran-forecast/distinfo b/math/R-cran-forecast/distinfo index 97132fece852..6fe3cfc18ebe 100644 --- a/math/R-cran-forecast/distinfo +++ b/math/R-cran-forecast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745028872 -SHA256 (forecast_8.24.0.tar.gz) = fb0bf1f1bfa3e3df379d6a1ebce9e64d92829eefedde5400d13578f37bd61646 -SIZE (forecast_8.24.0.tar.gz) = 581947 +TIMESTAMP = 1768217249 +SHA256 (forecast_9.0.0.tar.gz) = cd87ed85a29ddd9e9db53ad8482ef53ead18947c29502ded0c8123f40a538617 +SIZE (forecast_9.0.0.tar.gz) = 589836 diff --git a/math/R-cran-gbutils/Makefile b/math/R-cran-gbutils/Makefile index 9c297cb7af23..5d3cb354afe2 100644 --- a/math/R-cran-gbutils/Makefile +++ b/math/R-cran-gbutils/Makefile @@ -1,12 +1,11 @@ PORTNAME= gbutils -DISTVERSION= 0.5 -PORTREVISION= 1 +DISTVERSION= 0.5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Utilities for Simulation, Plots, Quantile Functions and Programming -WWW= https://github.com/GeoBosh/gbutils +WWW= https://cran.r-project.org/package=gbutils LICENSE= GPLv2+ diff --git a/math/R-cran-gbutils/distinfo b/math/R-cran-gbutils/distinfo index 7cd0c8957000..d05064a51a35 100644 --- a/math/R-cran-gbutils/distinfo +++ b/math/R-cran-gbutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670305562 -SHA256 (gbutils_0.5.tar.gz) = ae53356b4e039d937bdd66ec5dd1f061d651b574fa2671997cb0c7e26265c6be -SIZE (gbutils_0.5.tar.gz) = 110921 +TIMESTAMP = 1766147360 +SHA256 (gbutils_0.5.1.tar.gz) = 097b1479760828d2e715a675a7dfe52dbe803ac352faafd6be3e176620cd517b +SIZE (gbutils_0.5.1.tar.gz) = 168068 diff --git a/math/R-cran-geepack/Makefile b/math/R-cran-geepack/Makefile index 5046d9476034..52890046642e 100644 --- a/math/R-cran-geepack/Makefile +++ b/math/R-cran-geepack/Makefile @@ -1,5 +1,5 @@ PORTNAME= geepack -DISTVERSION= 1.3.12 +DISTVERSION= 1.3.13 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-geepack/distinfo b/math/R-cran-geepack/distinfo index f8035c00f306..77c178f237f4 100644 --- a/math/R-cran-geepack/distinfo +++ b/math/R-cran-geepack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727683704 -SHA256 (geepack_1.3.12.tar.gz) = e01be9555155ecd6d4dee2e566066c2a6e0953d0e3a58bb31fa5c07f3834054d -SIZE (geepack_1.3.12.tar.gz) = 186359 +TIMESTAMP = 1767920144 +SHA256 (geepack_1.3.13.tar.gz) = 6ef0ee6876fbbed01ecf5c6150ad2d38709fcb83560b7acd5860e381371ae1d6 +SIZE (geepack_1.3.13.tar.gz) = 187166 diff --git a/math/R-cran-gmp/Makefile b/math/R-cran-gmp/Makefile index 4adf219b1ffd..df0f90eb5876 100644 --- a/math/R-cran-gmp/Makefile +++ b/math/R-cran-gmp/Makefile @@ -1,11 +1,11 @@ PORTNAME= gmp -DISTVERSION= 0.7-5 +DISTVERSION= 0.7-5.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Multiple Precision Arithmetic -WWW= https://cran.r-project.org/web/packages/gmp/ +WWW= https://cran.r-project.org/package=gmp LICENSE= GPLv2+ diff --git a/math/R-cran-gmp/distinfo b/math/R-cran-gmp/distinfo index c32c9a3a5935..b98ffab54bc6 100644 --- a/math/R-cran-gmp/distinfo +++ b/math/R-cran-gmp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724561746 -SHA256 (gmp_0.7-5.tar.gz) = f5cdaf9afb4cd921924f16682a6d6097ff372c95b697f363704c367f9b13ce78 -SIZE (gmp_0.7-5.tar.gz) = 166664 +TIMESTAMP = 1770806611 +SHA256 (gmp_0.7-5.1.tar.gz) = 6e56d8373fd7a4148bac4ada5d3eee96f5033b76e5aaf1689db9ce7d9e3bdb69 +SIZE (gmp_0.7-5.1.tar.gz) = 166706 diff --git a/math/R-cran-gsl/Makefile b/math/R-cran-gsl/Makefile index 34639c9fe2ed..abc5732d5e9e 100644 --- a/math/R-cran-gsl/Makefile +++ b/math/R-cran-gsl/Makefile @@ -1,12 +1,12 @@ PORTNAME= gsl -DISTVERSION= 2.1-8 +DISTVERSION= 2.1-9 PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Wrapper for the Gnu Scientific Library -WWW= https://cran.r-project.org/web/packages/gsl/ +WWW= https://cran.r-project.org/package=gsl LICENSE= GPLv3 diff --git a/math/R-cran-gsl/distinfo b/math/R-cran-gsl/distinfo index 1d4c2c9d7588..06eb33703532 100644 --- a/math/R-cran-gsl/distinfo +++ b/math/R-cran-gsl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674627049 -SHA256 (gsl_2.1-8.tar.gz) = f33609bf485abd190e65ff5d0fdab438b759294c47b921d983d89d6f053a2d95 -SIZE (gsl_2.1-8.tar.gz) = 217997 +TIMESTAMP = 1762854184 +SHA256 (gsl_2.1-9.tar.gz) = 56dec6105a882c7d976765b879d0832b436f0371c174e34a3e37bc390c56ed80 +SIZE (gsl_2.1-9.tar.gz) = 232420 diff --git a/math/R-cran-gss/Makefile b/math/R-cran-gss/Makefile index 1c5fecf9690c..ff8109754580 100644 --- a/math/R-cran-gss/Makefile +++ b/math/R-cran-gss/Makefile @@ -1,5 +1,5 @@ PORTNAME= gss -DISTVERSION= 2.2-9 +DISTVERSION= 2.2-10 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-gss/distinfo b/math/R-cran-gss/distinfo index 707679b886f2..56da75c6e956 100644 --- a/math/R-cran-gss/distinfo +++ b/math/R-cran-gss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744943438 -SHA256 (gss_2.2-9.tar.gz) = 6ea16559c1507511a496dc4200e5b67c882017f5d230d681467b668405e80e47 -SIZE (gss_2.2-9.tar.gz) = 544977 +TIMESTAMP = 1767920896 +SHA256 (gss_2.2-10.tar.gz) = 11c4c91caf162a4077b2c2611cedfd7fbcfeae679f4438dcb7349c90aa2e7d07 +SIZE (gss_2.2-10.tar.gz) = 545241 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-hdrcde/Makefile b/math/R-cran-hdrcde/Makefile index 5c611094e73c..b59cf81ae8ed 100644 --- a/math/R-cran-hdrcde/Makefile +++ b/math/R-cran-hdrcde/Makefile @@ -1,6 +1,5 @@ PORTNAME= hdrcde -PORTVERSION= 3.4 -PORTREVISION= 1 +PORTVERSION= 3.5.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-hdrcde/distinfo b/math/R-cran-hdrcde/distinfo index 8e06956c7456..7f2c79f0240c 100644 --- a/math/R-cran-hdrcde/distinfo +++ b/math/R-cran-hdrcde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651782131 -SHA256 (hdrcde_3.4.tar.gz) = 4341c6a021da46dcae3b1ef6d580e84dcf625c2b2139f537d0c26ec90899149b -SIZE (hdrcde_3.4.tar.gz) = 62285 +TIMESTAMP = 1768306971 +SHA256 (hdrcde_3.5.0.tar.gz) = 3affe9cafe987fd0973b54ed50a423de60ec6412aa1416733543448cddc5b32a +SIZE (hdrcde_3.5.0.tar.gz) = 108699 diff --git a/math/R-cran-hdrcde/pkg-plist b/math/R-cran-hdrcde/pkg-plist index 1043033c5f44..2811f2956959 100644 --- a/math/R-cran-hdrcde/pkg-plist +++ b/math/R-cran-hdrcde/pkg-plist @@ -18,9 +18,13 @@ %%R_MOD_DIR%%/data/Rdata.rdx %%R_MOD_DIR%%/help/AnIndex %%R_MOD_DIR%%/help/aliases.rds +%%R_MOD_DIR%%/help/figures/hdrcde-hex.png %%R_MOD_DIR%%/help/hdrcde.rdb %%R_MOD_DIR%%/help/hdrcde.rdx %%R_MOD_DIR%%/help/paths.rds %%R_MOD_DIR%%/html/00Index.html %%R_MOD_DIR%%/html/R.css %%R_MOD_DIR%%/libs/hdrcde.so +%%R_MOD_DIR%%/tests/testthat.R +%%R_MOD_DIR%%/tests/testthat/test-cde.R +%%R_MOD_DIR%%/tests/testthat/test-hdr.R diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index bad03af9c974..316d8829e014 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -1,5 +1,5 @@ PORTNAME= igraph -DISTVERSION= 2.1.4 +DISTVERSION= 2.2.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,7 +15,7 @@ RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ R-cran-lifecycle>0:devel/R-cran-lifecycle \ R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig \ - R-cran-rlang>0:devel/R-cran-rlang \ + R-cran-rlang>=1.1.0:devel/R-cran-rlang \ R-cran-vctrs>0:devel/R-cran-vctrs USES= compiler:c++11-lang cran:auto-plist,compiles gnome diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index a4064cc047f7..80a020022afe 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737856472 -SHA256 (igraph_2.1.4.tar.gz) = fdced402c9d2e355fd1a5cbd640639fdc97efe50f5b69e9f321a03785a7ab3ed -SIZE (igraph_2.1.4.tar.gz) = 4997408 +TIMESTAMP = 1771047736 +SHA256 (igraph_2.2.2.tar.gz) = 6720c73cddd81fed502f9a92b333da480d71f69cd633807ddd1974bd6d5dd982 +SIZE (igraph_2.2.2.tar.gz) = 5126150 diff --git a/math/R-cran-irlba/Makefile b/math/R-cran-irlba/Makefile index cfbac8000332..aa9733d8d37a 100644 --- a/math/R-cran-irlba/Makefile +++ b/math/R-cran-irlba/Makefile @@ -1,5 +1,5 @@ PORTNAME= irlba -PORTVERSION= 2.3.5.1 +PORTVERSION= 2.3.7 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -9,6 +9,6 @@ WWW= https://cran.r-project.org/web/packages/irlba/ LICENSE= GPLv3 -USES= cran:auto-plist,compiles +USES= cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-irlba/distinfo b/math/R-cran-irlba/distinfo index 13732fd9a67e..8f1ba2102211 100644 --- a/math/R-cran-irlba/distinfo +++ b/math/R-cran-irlba/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682217904 -SHA256 (irlba_2.3.5.1.tar.gz) = 2cfe6384fef91c223a9920895ce89496f990d1450d731e44309fdbec2bb5c5cf -SIZE (irlba_2.3.5.1.tar.gz) = 233555 +TIMESTAMP = 1769983646 +SHA256 (irlba_2.3.7.tar.gz) = 33acd384832443df378c2e906440a90a1928f79a57ef324852f0fe846ff66899 +SIZE (irlba_2.3.7.tar.gz) = 391622 diff --git a/math/R-cran-isoband/Makefile b/math/R-cran-isoband/Makefile index c5ff794f0947..61c9fe786eea 100644 --- a/math/R-cran-isoband/Makefile +++ b/math/R-cran-isoband/Makefile @@ -1,5 +1,5 @@ PORTNAME= isoband -PORTVERSION= 0.2.7 +DISTVERSION= 0.3.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -9,6 +9,20 @@ WWW= https://cran.r-project.org/web/packages/isoband/ LICENSE= MIT -USES= compiler:c++11-lang cran:auto-plist,compiles +CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ + R-cran-cpp11>0:devel/R-cran-cpp11 \ + R-cran-rlang>0:devel/R-cran-rlang +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-magick>0:graphics/R-cran-magick \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-sf>0:math/R-cran-sf \ + R-cran-testthat>=3.0.0:devel/R-cran-testthat \ + R-cran-xml2>0:textproc/R-cran-xml2 + +USES= compiler:c++17-lang cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-isoband/distinfo b/math/R-cran-isoband/distinfo index 431f7a6c822a..516c21591311 100644 --- a/math/R-cran-isoband/distinfo +++ b/math/R-cran-isoband/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682475010 -SHA256 (isoband_0.2.7.tar.gz) = 7693223343b45b86de2b5b638ff148f0dafa6d7b1237e822c5272902f79cdf61 -SIZE (isoband_0.2.7.tar.gz) = 1591812 +TIMESTAMP = 1765257970 +SHA256 (isoband_0.3.0.tar.gz) = fe8d3d58ca75bbee32f389152ac0058818f3f76f09c9867949531de7abc424ac +SIZE (isoband_0.3.0.tar.gz) = 1593511 diff --git a/math/R-cran-lava/Makefile b/math/R-cran-lava/Makefile index 31a4b4d93a7c..24c6d6349184 100644 --- a/math/R-cran-lava/Makefile +++ b/math/R-cran-lava/Makefile @@ -1,21 +1,19 @@ PORTNAME= lava -DISTVERSION= 1.8.1 +DISTVERSION= 1.8.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Latent Variable Models -WWW= https://cran.r-project.org/web/packages/lava/ +WWW= https://cran.r-project.org/package=lava LICENSE= GPLv3 -CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ +RUN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ R-cran-future.apply>0:devel/R-cran-future.apply \ R-cran-numDeriv>0:math/R-cran-numDeriv \ R-cran-progressr>0:devel/R-cran-progressr \ R-cran-SQUAREM>0:math/R-cran-SQUAREM -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-geepack>0:math/R-cran-geepack \ R-cran-knitr>0:print/R-cran-knitr \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ diff --git a/math/R-cran-lava/distinfo b/math/R-cran-lava/distinfo index 79a476b3e5c8..84f947069ef3 100644 --- a/math/R-cran-lava/distinfo +++ b/math/R-cran-lava/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736820291 -SHA256 (lava_1.8.1.tar.gz) = 189f6648dad03d18c12202ef19fec3a133e159740fcfc6389383015d4d821382 -SIZE (lava_1.8.1.tar.gz) = 1170679 +TIMESTAMP = 1761921329 +SHA256 (lava_1.8.2.tar.gz) = 1476503d6d18e11541b3c176c1789b95e819c2f85ad78b62024af0cdf921d54e +SIZE (lava_1.8.2.tar.gz) = 1199884 diff --git a/math/R-cran-linprog/Makefile b/math/R-cran-linprog/Makefile index a64a7449c328..0f7e53002590 100644 --- a/math/R-cran-linprog/Makefile +++ b/math/R-cran-linprog/Makefile @@ -1,6 +1,5 @@ PORTNAME= linprog -DISTVERSION= 0.9-4 -PORTREVISION= 1 +DISTVERSION= 0.9-6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,9 +9,7 @@ WWW= https://cran.r-project.org/web/packages/linprog/ LICENSE= GPLv2+ -CRAN_DEPENDS= R-cran-lpSolve>0:math/R-cran-lpSolve -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= R-cran-lpSolve>0:math/R-cran-lpSolve USES= cran:auto-plist diff --git a/math/R-cran-linprog/distinfo b/math/R-cran-linprog/distinfo index a1e30d889d6e..24e26948a741 100644 --- a/math/R-cran-linprog/distinfo +++ b/math/R-cran-linprog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646927755 -SHA256 (linprog_0.9-4.tar.gz) = 81a6aa2fdc075f12dc912794d0554f87705a8b872b99c89a90a69ee9ada864b4 -SIZE (linprog_0.9-4.tar.gz) = 18263 +TIMESTAMP = 1769139518 +SHA256 (linprog_0.9-6.tar.gz) = 8e5d38217b95795f1af715fd4283d35c74158f4ba6418636e981f7d6636a43e0 +SIZE (linprog_0.9-6.tar.gz) = 18695 diff --git a/math/R-cran-lme4/Makefile b/math/R-cran-lme4/Makefile index 568c180b06dc..5ab8ae21a884 100644 --- a/math/R-cran-lme4/Makefile +++ b/math/R-cran-lme4/Makefile @@ -1,5 +1,5 @@ PORTNAME= lme4 -DISTVERSION= 1.1-37 +DISTVERSION= 1.1-38 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,15 +14,20 @@ CRAN_DEPENDS= R-cran-minqa>=1.1.15:math/R-cran-minqa \ R-cran-nloptr>=1.0.4:math/R-cran-nloptr \ R-cran-Rcpp>=0.10.5:devel/R-cran-Rcpp \ R-cran-RcppEigen>=0.3.3.9.4:math/R-cran-RcppEigen \ - R-cran-reformulas>=0.3.0:math/R-cran-reformulas + R-cran-reformulas>=0.3.0:math/R-cran-reformulas \ + R-cran-rlang>0:devel/R-cran-rlang BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-knitr>0:print/R-cran-knitr \ - R-cran-optimx>0:misc/R-cran-optimx + R-cran-optimx>0:misc/R-cran-optimx \ + R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist,compiles -TESTING_UNSAFE= https://github.com/lme4/lme4/issues/817 +pre-test: +# R-cran-gamm4 package does not exist yet + @${LOCALBASE}/bin/Rscript -e 'install.packages("gamm4", \ + repos = "https://cloud.r-project.org")' .include <bsd.port.mk> diff --git a/math/R-cran-lme4/distinfo b/math/R-cran-lme4/distinfo index c520d1d6670c..3e5131bf0d75 100644 --- a/math/R-cran-lme4/distinfo +++ b/math/R-cran-lme4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743173049 -SHA256 (lme4_1.1-37.tar.gz) = cfdb756c445fdda069307945798dae1646557df2ed417ac06572eab47fbef00c -SIZE (lme4_1.1-37.tar.gz) = 3313529 +TIMESTAMP = 1765064505 +SHA256 (lme4_1.1-38.tar.gz) = 97f895c10053ea178a116e2c5a3095208fc54ff2b67be3351faab9a6608c8cc7 +SIZE (lme4_1.1-38.tar.gz) = 3774010 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-mathjaxr/Makefile b/math/R-cran-mathjaxr/Makefile index 46e47220b74d..260cf5297735 100644 --- a/math/R-cran-mathjaxr/Makefile +++ b/math/R-cran-mathjaxr/Makefile @@ -1,5 +1,5 @@ PORTNAME= mathjaxr -DISTVERSION= 1.8-0 +DISTVERSION= 2.0-0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,7 +11,4 @@ LICENSE= GPLv3+ USES= cran:auto-plist,compiles -post-install: - ${ECHO} "@dir lib/R/library/mathjaxr/libs" >>${TMPPLIST} - .include <bsd.port.mk> diff --git a/math/R-cran-mathjaxr/distinfo b/math/R-cran-mathjaxr/distinfo index 3e3de31dd28c..f7897d68cea1 100644 --- a/math/R-cran-mathjaxr/distinfo +++ b/math/R-cran-mathjaxr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746519352 -SHA256 (mathjaxr_1.8-0.tar.gz) = eb2197c51c01c75654f7b0c755de1f14f8cbdda16945cb259cc2c5f60d321034 -SIZE (mathjaxr_1.8-0.tar.gz) = 1059933 +TIMESTAMP = 1767921300 +SHA256 (mathjaxr_2.0-0.tar.gz) = 5edf7c410d02bf45747ac8ce5f11760190992c8b691e14260093068efb855dc3 +SIZE (mathjaxr_2.0-0.tar.gz) = 3114027 diff --git a/math/R-cran-maxLik/Makefile b/math/R-cran-maxLik/Makefile index 39a16cfb991a..9dc2607ef4c4 100644 --- a/math/R-cran-maxLik/Makefile +++ b/math/R-cran-maxLik/Makefile @@ -1,5 +1,5 @@ PORTNAME= maxLik -DISTVERSION= 1.5-2.1 +DISTVERSION= 1.5-2.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-maxLik/distinfo b/math/R-cran-maxLik/distinfo index f099c280bfd1..5ac1f4a207cc 100644 --- a/math/R-cran-maxLik/distinfo +++ b/math/R-cran-maxLik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711434239 -SHA256 (maxLik_1.5-2.1.tar.gz) = d054c7626d0b4e03a5d5beecb7a39e60785322a146c34b2e1ee9f7939183925d -SIZE (maxLik_1.5-2.1.tar.gz) = 787510 +TIMESTAMP = 1767921541 +SHA256 (maxLik_1.5-2.2.tar.gz) = 554cdc9985f818d7e6a7b138cd9953aee34861795a5ff799979ec0c8616b6c1a +SIZE (maxLik_1.5-2.2.tar.gz) = 816323 diff --git a/math/R-cran-mclust/Makefile b/math/R-cran-mclust/Makefile index 193809f60520..5c93553e100c 100644 --- a/math/R-cran-mclust/Makefile +++ b/math/R-cran-mclust/Makefile @@ -1,5 +1,5 @@ PORTNAME= mclust -PORTVERSION= 6.1.1 +PORTVERSION= 6.1.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,7 +9,8 @@ WWW= https://cran.r-project.org/package=mclust LICENSE= GPLv2+ -TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr +TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ + R-cran-geometry>0:math/R-cran-geometry USES= cran:compiles diff --git a/math/R-cran-mclust/distinfo b/math/R-cran-mclust/distinfo index 01be02bfb332..984aa5b35759 100644 --- a/math/R-cran-mclust/distinfo +++ b/math/R-cran-mclust/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1714582489 -SHA256 (mclust_6.1.1.tar.gz) = ddd7018e5e6ea7f92c7fc9872b391491b7e91c2cd89ef1dcaf4408afb5116775 -SIZE (mclust_6.1.1.tar.gz) = 2753243 +TIMESTAMP = 1761936444 +SHA256 (mclust_6.1.2.tar.gz) = 5b1db4eaa5d5af4a4bc6c0ffaaf3bb0c389a7b143d11305bc3d01f79b12049cc +SIZE (mclust_6.1.2.tar.gz) = 2779985 diff --git a/math/R-cran-misc3d/Makefile b/math/R-cran-misc3d/Makefile index 5bb955e256e7..d672f7a7142f 100644 --- a/math/R-cran-misc3d/Makefile +++ b/math/R-cran-misc3d/Makefile @@ -1,6 +1,5 @@ PORTNAME= misc3d -DISTVERSION= 0.9-1 -PORTREVISION= 1 +DISTVERSION= 0.9-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,4 +11,6 @@ LICENSE= GPLv2+ USES= cran +TEST_DEPENDS= R-cran-rgl>0:graphics/R-cran-rgl + .include <bsd.port.mk> diff --git a/math/R-cran-misc3d/distinfo b/math/R-cran-misc3d/distinfo index e0e0ca964c2f..d426d7a19f73 100644 --- a/math/R-cran-misc3d/distinfo +++ b/math/R-cran-misc3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651761117 -SHA256 (misc3d_0.9-1.tar.gz) = a07bbb0de153e806cd79675ed478d2d9221cff825654f59a71a9cf61f4293d65 -SIZE (misc3d_0.9-1.tar.gz) = 66802 +TIMESTAMP = 1769871285 +SHA256 (misc3d_0.9-2.tar.gz) = fabd1b0348def8244a627664206cfa610a84fa34c6e21da73a6c13d547229b99 +SIZE (misc3d_0.9-2.tar.gz) = 67405 diff --git a/math/R-cran-mnormt/Makefile b/math/R-cran-mnormt/Makefile index bd2ee48f1739..14a6ead66d32 100644 --- a/math/R-cran-mnormt/Makefile +++ b/math/R-cran-mnormt/Makefile @@ -1,11 +1,11 @@ PORTNAME= mnormt -DISTVERSION= 2.1.1 +DISTVERSION= 2.1.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Multivariate Normal and t Distributions -WWW= https://cran.r-project.org/web/packages/mnormt/index.html +WWW= https://cran.r-project.org/package=mnormt LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/math/R-cran-mnormt/distinfo b/math/R-cran-mnormt/distinfo index 4a407b60c8e0..cab154d5f9b7 100644 --- a/math/R-cran-mnormt/distinfo +++ b/math/R-cran-mnormt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729790783 -SHA256 (mnormt_2.1.1.tar.gz) = 95fca70378af0afd5a388982ba5528f5b27e02157eeb9940a0a9762d11511308 -SIZE (mnormt_2.1.1.tar.gz) = 65806 +TIMESTAMP = 1769744760 +SHA256 (mnormt_2.1.2.tar.gz) = 684fe9e07cf0b448cf6f0eda026606d8f4e4fd20f077f108630098ae7d0a09b2 +SIZE (mnormt_2.1.2.tar.gz) = 64436 diff --git a/math/R-cran-mpoly/Makefile b/math/R-cran-mpoly/Makefile new file mode 100644 index 000000000000..8b6a078bd56c --- /dev/null +++ b/math/R-cran-mpoly/Makefile @@ -0,0 +1,27 @@ +PORTNAME= mpoly +DISTVERSION= 1.1.2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Symbolic computing with multivariate polynomials in R +WWW= https://cran.r-project.org/package=${PORTNAME} + +LICENSE= GPLv2 + +RUN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ + R-cran-orthopolynom>0:math/R-cran-orthopolynom \ + R-cran-partitions>0:math/R-cran-partitions \ + R-cran-plyr>0:devel/R-cran-plyr \ + R-cran-polynom>0:math/R-cran-polynom \ + R-cran-stringi>0:textproc/R-cran-stringi \ + R-cran-stringr>=1.0.0:textproc/R-cran-stringr \ + R-cran-tidyr>0:devel/R-cran-tidyr +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-dplyr>0:math/R-cran-dplyr \ + R-cran-magrittr>0:devel/R-cran-magrittr \ + R-cran-testthat>=2.1.0:devel/R-cran-testthat + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-mpoly/distinfo b/math/R-cran-mpoly/distinfo new file mode 100644 index 000000000000..cfeb68b37bf4 --- /dev/null +++ b/math/R-cran-mpoly/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757064223 +SHA256 (mpoly_1.1.2.tar.gz) = dbef5aff839d567c5a7e697dfb70f116832501aec79364779caf827796b50cca +SIZE (mpoly_1.1.2.tar.gz) = 1879213 diff --git a/math/R-cran-mpoly/pkg-descr b/math/R-cran-mpoly/pkg-descr new file mode 100644 index 000000000000..995e57e4d0e3 --- /dev/null +++ b/math/R-cran-mpoly/pkg-descr @@ -0,0 +1,2 @@ +mpoly is a simple collection of tools to help deal with multivariate polynomials +symbolically and functionally in R. diff --git a/math/R-cran-numbers/Makefile b/math/R-cran-numbers/Makefile index 9aa8a2b67c10..dc3b2a8c7ad9 100644 --- a/math/R-cran-numbers/Makefile +++ b/math/R-cran-numbers/Makefile @@ -1,6 +1,5 @@ PORTNAME= numbers -DISTVERSION= 0.8-5 -PORTREVISION= 1 +DISTVERSION= 0.9-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-numbers/distinfo b/math/R-cran-numbers/distinfo index 7b8accf03e7e..6c0fbefd7468 100644 --- a/math/R-cran-numbers/distinfo +++ b/math/R-cran-numbers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669359724 -SHA256 (numbers_0.8-5.tar.gz) = 77d5dedb7f953689ab9e89c14e673c0c8f644c8b392fab4ee4fb793930ad220b -SIZE (numbers_0.8-5.tar.gz) = 51286 +TIMESTAMP = 1767921864 +SHA256 (numbers_0.9-2.tar.gz) = 01e3150612a16eae2747f141f31f9edcae9f9f5df0136a209bf0cd866f5affcd +SIZE (numbers_0.9-2.tar.gz) = 56287 diff --git a/math/R-cran-orthopolynom/Makefile b/math/R-cran-orthopolynom/Makefile new file mode 100644 index 000000000000..022a3748c959 --- /dev/null +++ b/math/R-cran-orthopolynom/Makefile @@ -0,0 +1,16 @@ +PORTNAME= orthopolynom +DISTVERSION= 1.0-6.1 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Collection of Functions for Orthogonal and Orthonormal Polynomials +WWW= https://cran.r-project.org/package=orthopolynom + +LICENSE= GPLv2 + +RUN_DEPENDS= R-cran-polynom>0:math/R-cran-polynom + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-orthopolynom/distinfo b/math/R-cran-orthopolynom/distinfo new file mode 100644 index 000000000000..b92aa601df68 --- /dev/null +++ b/math/R-cran-orthopolynom/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757082202 +SHA256 (orthopolynom_1.0-6.1.tar.gz) = ec4a6ed266532f2f6d37a4ca6bd1b74c1df28a8c2caeab60e5d6af15bdbfe2c5 +SIZE (orthopolynom_1.0-6.1.tar.gz) = 33419 diff --git a/math/R-cran-orthopolynom/pkg-descr b/math/R-cran-orthopolynom/pkg-descr new file mode 100644 index 000000000000..4aedcd1f3bf9 --- /dev/null +++ b/math/R-cran-orthopolynom/pkg-descr @@ -0,0 +1,3 @@ +A collection of functions to construct sets of orthogonal polynomials and their +recurrence relations. Additional functions are provided to calculate the +derivative, integral, value and roots of lists of polynomial objects. diff --git a/math/R-cran-pbkrtest/Makefile b/math/R-cran-pbkrtest/Makefile index 2b89ff5ee12f..3d1536c57692 100644 --- a/math/R-cran-pbkrtest/Makefile +++ b/math/R-cran-pbkrtest/Makefile @@ -1,5 +1,5 @@ PORTNAME= pbkrtest -DISTVERSION= 0.5.3 +DISTVERSION= 0.5.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -10,7 +10,7 @@ WWW= https://cran.r-project.org/web/packages/pbkrtest/ LICENSE= GPLv2+ RUN_DEPENDS= R-cran-broom>0:devel/R-cran-broom \ - R-cran-doBy>0:math/R-cran-doBy \ + R-cran-doBy>=4.6.22:math/R-cran-doBy \ R-cran-dplyr>0:math/R-cran-dplyr \ R-cran-lme4>=1.1.31:math/R-cran-lme4 \ R-cran-numDeriv>0:math/R-cran-numDeriv diff --git a/math/R-cran-pbkrtest/distinfo b/math/R-cran-pbkrtest/distinfo index 738094501157..30927bfa2864 100644 --- a/math/R-cran-pbkrtest/distinfo +++ b/math/R-cran-pbkrtest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719708787 -SHA256 (pbkrtest_0.5.3.tar.gz) = b03e5156fef6a4a2ea67c1d15c051799e63acafef2f89962c580645266e6ba63 -SIZE (pbkrtest_0.5.3.tar.gz) = 59013 +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-polyclip/Makefile b/math/R-cran-polyclip/Makefile new file mode 100644 index 000000000000..bc0153feff28 --- /dev/null +++ b/math/R-cran-polyclip/Makefile @@ -0,0 +1,14 @@ +PORTNAME= polyclip +DISTVERSION= 1.10-7 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= uzsolt@FreeBSD.org +COMMENT= Polygon Clipping +WWW= https://cran.r-project.org/package=${PORTNAME} + +LICENSE= BSL + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/math/R-cran-polyclip/distinfo b/math/R-cran-polyclip/distinfo new file mode 100644 index 000000000000..5c5b78686ced --- /dev/null +++ b/math/R-cran-polyclip/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760329898 +SHA256 (polyclip_1.10-7.tar.gz) = f58eaac3a5b2f6711c0c5f12fff91cf80a245ae45878f7217880ab062b5550d3 +SIZE (polyclip_1.10-7.tar.gz) = 80102 diff --git a/math/R-cran-polyclip/pkg-descr b/math/R-cran-polyclip/pkg-descr new file mode 100644 index 000000000000..eccd5e35ce53 --- /dev/null +++ b/math/R-cran-polyclip/pkg-descr @@ -0,0 +1,6 @@ +R port of Angus Johnson's open source library 'Clipper'. Performs polygon +clipping operations (intersection, union, set minus, set difference) for +polygonal regions of arbitrary complexity, including holes. Computes offset +polygons (spatial buffer zones, morphological dilations, Minkowski dilations) +for polygonal regions and polygonal lines. Computes Minkowski Sum of general +polygons. There is a function for removing self-intersections from polygon data. diff --git a/math/R-cran-polycor/Makefile b/math/R-cran-polycor/Makefile index a93ce4f94ffe..2c9e22d2b930 100644 --- a/math/R-cran-polycor/Makefile +++ b/math/R-cran-polycor/Makefile @@ -1,6 +1,5 @@ PORTNAME= polycor -DISTVERSION= 0.8-1 -PORTREVISION= 1 +DISTVERSION= 0.8-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-polycor/distinfo b/math/R-cran-polycor/distinfo index d40615df8e70..0b1efb9720ac 100644 --- a/math/R-cran-polycor/distinfo +++ b/math/R-cran-polycor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651523290 -SHA256 (polycor_0.8-1.tar.gz) = f05f53e0b5c992de0e5b4c6b2e998148cf83310358821e1bba180d81face0509 -SIZE (polycor_0.8-1.tar.gz) = 13931 +TIMESTAMP = 1766156085 +SHA256 (polycor_0.8-2.tar.gz) = 618e9548f5a63b8487a5aa62d5b9bab8c7e845c693a04986608dcf03f6951f5a +SIZE (polycor_0.8-2.tar.gz) = 14456 diff --git a/math/R-cran-polycor/pkg-descr b/math/R-cran-polycor/pkg-descr index dc67545a140a..5b9b8ba5bb4d 100644 --- a/math/R-cran-polycor/pkg-descr +++ b/math/R-cran-polycor/pkg-descr @@ -2,4 +2,5 @@ Computes polychoric and polyserial correlations by quick "two-step" methods or ML, optionally with standard errors; tetrachoric and biserial correlations are special cases. -See also: https://polycor.r-forge.r-project.org/ +See also: https://r-forge.r-project.org/projects/polycor/ +and https://github.com/dmurdoch/polycor diff --git a/math/R-cran-pracma/Makefile b/math/R-cran-pracma/Makefile index a06972c86c38..18934b06f599 100644 --- a/math/R-cran-pracma/Makefile +++ b/math/R-cran-pracma/Makefile @@ -1,5 +1,5 @@ PORTNAME= pracma -PORTVERSION= 2.4.4 +PORTVERSION= 2.4.6 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-pracma/distinfo b/math/R-cran-pracma/distinfo index 2c8727beae3d..ab8400170c7c 100644 --- a/math/R-cran-pracma/distinfo +++ b/math/R-cran-pracma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699619175 -SHA256 (pracma_2.4.4.tar.gz) = 1a4ef3af2197f999dbaa614bf5a70f09ec463d8c91feb5aa0d995de24ec6ba7f -SIZE (pracma_2.4.4.tar.gz) = 397815 +TIMESTAMP = 1761509123 +SHA256 (pracma_2.4.6.tar.gz) = 1857b831ec7da6eb651574ccdb12e1baef4c7150cbdc6380cf9fd70e60ae4552 +SIZE (pracma_2.4.6.tar.gz) = 398691 diff --git a/math/R-cran-proxy/Makefile b/math/R-cran-proxy/Makefile index 8df4a72bf614..04db75882037 100644 --- a/math/R-cran-proxy/Makefile +++ b/math/R-cran-proxy/Makefile @@ -1,6 +1,5 @@ PORTNAME= proxy -DISTVERSION= 0.4-27 -PORTREVISION= 1 +DISTVERSION= 0.4-29 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -8,7 +7,7 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Distance and Similarity Measures WWW= https://cran.r-project.org/web/packages/proxy/ -LICENSE= GPLv2 +LICENSE= GPLv2+ USES= cran:auto-plist,compiles diff --git a/math/R-cran-proxy/distinfo b/math/R-cran-proxy/distinfo index e51d3839e183..ab3bc3f50207 100644 --- a/math/R-cran-proxy/distinfo +++ b/math/R-cran-proxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654826819 -SHA256 (proxy_0.4-27.tar.gz) = 249991a4c4d70ad139e93f3a24e17f161ad1ec854951813ea192daf79478563f -SIZE (proxy_0.4-27.tar.gz) = 74622 +TIMESTAMP = 1767161074 +SHA256 (proxy_0.4-29.tar.gz) = c6eb0e36ef2eecb1b8564f0188ca8d2c91a80865c86698386a7b5d5baa92c35b +SIZE (proxy_0.4-29.tar.gz) = 71437 diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile index 50beb1330859..d43cfe8424e0 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.6.1 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..7c57a22e9095 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 = 1770186256 +SHA256 (psych_2.6.1.tar.gz) = d0629626f01baa705beffbfd55e14229a16c4875b21b6992d787bb560e9e11f8 +SIZE (psych_2.6.1.tar.gz) = 1175052 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-reformulas/Makefile b/math/R-cran-reformulas/Makefile index 3dd610836b58..1bc284074d96 100644 --- a/math/R-cran-reformulas/Makefile +++ b/math/R-cran-reformulas/Makefile @@ -1,5 +1,5 @@ PORTNAME= reformulas -DISTVERSION= 0.4.1 +DISTVERSION= 0.4.4 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -9,9 +9,8 @@ WWW= https://cran.r-project.org/package=reformulas LICENSE= GPLv3 -CRAN_DEPENDS= R-cran-Rdpack>0:devel/R-cran-Rdpack -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= R-cran-Rdpack>0:devel/R-cran-Rdpack +TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist diff --git a/math/R-cran-reformulas/distinfo b/math/R-cran-reformulas/distinfo index 608f861b9b3e..dd2b7845387f 100644 --- a/math/R-cran-reformulas/distinfo +++ b/math/R-cran-reformulas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746183879 -SHA256 (reformulas_0.4.1.tar.gz) = 60c585ef8791d3f3f8d0c6eeac83fabcf1f21960a6ad1abd2b756603c603f0de -SIZE (reformulas_0.4.1.tar.gz) = 75934 +TIMESTAMP = 1770228987 +SHA256 (reformulas_0.4.4.tar.gz) = 6a76d85eb4e19325aef87510180175f8cd7b5904a7075c89aff073765529e2f7 +SIZE (reformulas_0.4.4.tar.gz) = 85205 diff --git a/math/R-cran-robustbase/Makefile b/math/R-cran-robustbase/Makefile index 2fce5153b0f8..1b6a5f297404 100644 --- a/math/R-cran-robustbase/Makefile +++ b/math/R-cran-robustbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= robustbase -DISTVERSION= 0.99-4-1 +DISTVERSION= 0.99-7 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-robustbase/distinfo b/math/R-cran-robustbase/distinfo index d4eec7785f87..486f4b8bc261 100644 --- a/math/R-cran-robustbase/distinfo +++ b/math/R-cran-robustbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727586670 -SHA256 (robustbase_0.99-4-1.tar.gz) = 481edee7614f66a39d31d930e58ff02b1c4282e0daad51a106c6b7aa8011ff91 -SIZE (robustbase_0.99-4-1.tar.gz) = 2289218 +TIMESTAMP = 1770393374 +SHA256 (robustbase_0.99-7.tar.gz) = 9f5d19d1bcace8c9edc3c96fa5b9a7fdff7566528d0b68422ca6a92e7c588cfd +SIZE (robustbase_0.99-7.tar.gz) = 2324260 diff --git a/math/R-cran-sf/Makefile b/math/R-cran-sf/Makefile index aaf629208c65..00b2a71b28d8 100644 --- a/math/R-cran-sf/Makefile +++ b/math/R-cran-sf/Makefile @@ -1,5 +1,5 @@ PORTNAME= sf -DISTVERSION= 1.0-20 +DISTVERSION= 1.0-23 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-sf/distinfo b/math/R-cran-sf/distinfo index 75da8a9bb8a4..8a87a1697791 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 = 1767922260 +SHA256 (sf_1.0-23.tar.gz) = 4a44abad6e94b648b8a31269fa5a5ff862f69a9dfcdd60b8958a5b9ee3bddceb +SIZE (sf_1.0-23.tar.gz) = 9876325 diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index cbee35f2e9d5..c078d1c9e9d1 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.4-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-spdep/distinfo b/math/R-cran-spdep/distinfo index fa468e8bb2d5..2b493d53faea 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 = 1756892699 +SHA256 (spdep_1.4-1.tar.gz) = 4d0beca3b8b696373a74670f916cca3e77cbe97d002f3be62f172815774f5588 +SIZE (spdep_1.4-1.tar.gz) = 4694107 diff --git a/math/R-cran-survey/Makefile b/math/R-cran-survey/Makefile index a009626b351b..d03b44048759 100644 --- a/math/R-cran-survey/Makefile +++ b/math/R-cran-survey/Makefile @@ -1,5 +1,5 @@ PORTNAME= survey -DISTVERSION= 4.4-2 +DISTVERSION= 4.4-8 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-survey/distinfo b/math/R-cran-survey/distinfo index 2ca5e2ba67f8..e09b1576f43b 100644 --- a/math/R-cran-survey/distinfo +++ b/math/R-cran-survey/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711701104 -SHA256 (survey_4.4-2.tar.gz) = 8a4a0f3122f0971f7c8756805add781192c655f507b235801dd78457a8d2f1bd -SIZE (survey_4.4-2.tar.gz) = 2341313 +TIMESTAMP = 1758161385 +SHA256 (survey_4.4-8.tar.gz) = 79893762d70f4ac7db634e991827afadcdbebe22728e4c3a65b22a5fb1707982 +SIZE (survey_4.4-8.tar.gz) = 2348719 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..4173f50e4079 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-93 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-terra/distinfo b/math/R-cran-terra/distinfo index 84d902e2d47f..183bbf34ae6f 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 = 1768502340 +SHA256 (terra_1.8-93.tar.gz) = 91aa0b74e9ab8fe3503758756314fb8fc1d92b500da537de82d82cea51692a41 +SIZE (terra_1.8-93.tar.gz) = 1064836 diff --git a/math/R-cran-units/Makefile b/math/R-cran-units/Makefile index c057a3c1ec23..d63851fbb978 100644 --- a/math/R-cran-units/Makefile +++ b/math/R-cran-units/Makefile @@ -1,5 +1,5 @@ PORTNAME= units -DISTVERSION= 0.8-7 +DISTVERSION= 1.0-0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-units/distinfo b/math/R-cran-units/distinfo index 8730dd3346d3..0c3ea91fffd8 100644 --- a/math/R-cran-units/distinfo +++ b/math/R-cran-units/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741784983 -SHA256 (units_0.8-7.tar.gz) = 38bddb6d0b593a5e1589b0260da075b3fec03f91e5ca0ce690310ce092927b64 -SIZE (units_0.8-7.tar.gz) = 351160 +TIMESTAMP = 1760126631 +SHA256 (units_1.0-0.tar.gz) = fc673560595ebe4687d314934be2810b7ac5167742a80659246149791abb59ba +SIZE (units_1.0-0.tar.gz) = 367179 diff --git a/math/R-cran-wk/Makefile b/math/R-cran-wk/Makefile index 67f72e30cab7..b807020e6564 100644 --- a/math/R-cran-wk/Makefile +++ b/math/R-cran-wk/Makefile @@ -1,16 +1,18 @@ PORTNAME= wk -DISTVERSION= 0.9.4 +DISTVERSION= 0.9.5 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Lightweight Well-Known Geometry Parsing -WWW= https://cran.r-project.org/web/packages/wk/ +WWW= https://cran.r-project.org/package=wk LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat \ +TEST_DEPENDS= R-cran-sf>0:math/R-cran-sf \ + R-cran-testthat>0:devel/R-cran-testthat \ + R-cran-tibble>0:devel/R-cran-tibble \ R-cran-vctrs>0:devel/R-cran-vctrs USES= cran:auto-plist,compiles diff --git a/math/R-cran-wk/distinfo b/math/R-cran-wk/distinfo index 3fd4d4e28527..97099eeb777c 100644 --- a/math/R-cran-wk/distinfo +++ b/math/R-cran-wk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728822794 -SHA256 (wk_0.9.4.tar.gz) = b973dd5fa9aed94efc7ea4027146e804ba54df818a71278d6a5b7df0ae9e348b -SIZE (wk_0.9.4.tar.gz) = 1041219 +TIMESTAMP = 1766144473 +SHA256 (wk_0.9.5.tar.gz) = b720282890f8d322ff8217bd857bab8f5549343ea2a635a3c2ada63ce1206aed +SIZE (wk_0.9.5.tar.gz) = 1041465 diff --git a/math/R-cran-zoo/Makefile b/math/R-cran-zoo/Makefile index d794886a915c..5cbab171eb21 100644 --- a/math/R-cran-zoo/Makefile +++ b/math/R-cran-zoo/Makefile @@ -1,5 +1,5 @@ PORTNAME= zoo -DISTVERSION= 1.8-14 +DISTVERSION= 1.8-15 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-zoo/distinfo b/math/R-cran-zoo/distinfo index 7ce5a05f8244..229790f7d3dc 100644 --- a/math/R-cran-zoo/distinfo +++ b/math/R-cran-zoo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744687309 -SHA256 (zoo_1.8-14.tar.gz) = a82bb6535c42ab48b125c878f924febfac800003592e00a800b5b4c528412796 -SIZE (zoo_1.8-14.tar.gz) = 778426 +TIMESTAMP = 1767924674 +SHA256 (zoo_1.8-15.tar.gz) = c0d139b7d3dee4f28202bc8d82fd76109af26530c43e39a051b1eb145d1861ea +SIZE (zoo_1.8-15.tar.gz) = 806453 diff --git a/math/R/Makefile b/math/R/Makefile index 630b3861c36e..f79435e8ff44 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,5 +1,5 @@ PORTNAME= R -DISTVERSION= 4.5.0 +DISTVERSION= 4.5.2 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} diff --git a/math/R/distinfo b/math/R/distinfo index 7aaf6a68fe54..2e54cfe6e3eb 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 = 1762358080 +SHA256 (R-4.5.2.tar.gz) = 0d71ff7106ec69cd7c67e1e95ed1a3cee355880931f2eb78c530014a9e379f20 +SIZE (R-4.5.2.tar.gz) = 40546249 diff --git a/math/R/pkg-plist b/math/R/pkg-plist index 172c87bd7f54..c5436c777a9d 100644 --- a/math/R/pkg-plist +++ b/math/R/pkg-plist @@ -1731,8 +1731,8 @@ lib/R/library/translations/DESCRIPTION %%NLS%%lib/R/library/translations/zh_TW/LC_MESSAGES/tcltk.mo %%NLS%%lib/R/library/translations/zh_TW/LC_MESSAGES/tools.mo %%NLS%%lib/R/library/translations/zh_TW/LC_MESSAGES/utils.mo -%%NLS%%lib/R/library/utils/DESCRIPTION lib/R/library/utils/INDEX +lib/R/library/utils/DESCRIPTION lib/R/library/utils/Meta/Rd.rds lib/R/library/utils/Meta/features.rds lib/R/library/utils/Meta/hsearch.rds diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile index b72031c5cbcd..018427969fb0 100644 --- a/math/SCIP/Makefile +++ b/math/SCIP/Makefile @@ -1,5 +1,6 @@ PORTNAME= SCIP -DISTVERSION= 9.2.2 +DISTVERSION= 9.2.4 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= https://www.scipopt.org/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} @@ -38,4 +39,6 @@ ZIMPL_CMAKE_BOOL= ZIMPL ZIMPL_LIB_DEPENDS= libzimpl.so:math/zimpl ZIMPL_BROKEN= see https://github.com/scipopt/scip/issues/4 +INSTALL_CONFLICTS= scipoptsuite + .include <bsd.port.mk> diff --git a/math/SCIP/distinfo b/math/SCIP/distinfo index 20b01d0f4275..fb5341e1bd1c 100644 --- a/math/SCIP/distinfo +++ b/math/SCIP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744870484 -SHA256 (scip-9.2.2.tgz) = 07c237f2f694c8f24ec9a1b22bcd7cef530b74446f46cfb13905b1a2c3759e5e -SIZE (scip-9.2.2.tgz) = 10098143 +TIMESTAMP = 1762273712 +SHA256 (scip-9.2.4.tgz) = d88217393a6f86c18f2957c6d36d90d28287a01473fb7378417ab49ad72a50ea +SIZE (scip-9.2.4.tgz) = 10114136 diff --git a/math/SCIP/pkg-plist b/math/SCIP/pkg-plist index b45c63e0b223..6967f116851e 100644 --- a/math/SCIP/pkg-plist +++ b/math/SCIP/pkg-plist @@ -569,4 +569,4 @@ lib/cmake/scip/scip-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/scip/scip-targets.cmake lib/libscip.so lib/libscip.so.9.2 -lib/libscip.so.9.2.2.0 +lib/libscip.so.9.2.4.0 diff --git a/math/SoPlex/Makefile b/math/SoPlex/Makefile index 1283e3c2bc72..26ea6bd136ac 100644 --- a/math/SoPlex/Makefile +++ b/math/SoPlex/Makefile @@ -1,6 +1,5 @@ PORTNAME= SoPlex -DISTVERSION= 7.1.1.0 -PORTREVISION= 3 +DISTVERSION= 8.0.0 CATEGORIES= math science MASTER_SITES= http://soplex.zib.de/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} @@ -20,12 +19,15 @@ USE_LDCONFIG= yes TEST_TARGET= test -PLIST_SUB= SHL4=${DISTVERSION:R:R} SHL2=${DISTVERSION} +PLIST_SUB= SHL4=${DISTVERSION:R} SHL2=${DISTVERSION} OPTIONS_DEFINE= MPFR +OPTIONS_SUB= yes MPFR_DESC= Use MPFR for multiple-precision floating-point numbers MPFR_CMAKE_BOOL= MPFR MPFR_LIB_DEPENDS= libmpfr.so:math/mpfr +# tests as of 8.0.0: 100% tests passed, 0 tests failed out of 429 + .include <bsd.port.mk> diff --git a/math/SoPlex/distinfo b/math/SoPlex/distinfo index 5f3088d7b6bf..1d98dc9c9083 100644 --- a/math/SoPlex/distinfo +++ b/math/SoPlex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726394443 -SHA256 (soplex-7.1.1.0.tgz) = 3b992b2c1a7275ab67b738da70e9432e6d1fe24cd8adbba8e975c043288d078f -SIZE (soplex-7.1.1.0.tgz) = 1174156 +TIMESTAMP = 1763257015 +SHA256 (soplex-8.0.0.tgz) = 6c3d0a3a2a0f6520a7334d10eaadb34a2f258035e8df40abc18ccf862a0b892a +SIZE (soplex-8.0.0.tgz) = 1178879 diff --git a/math/SoPlex/pkg-plist b/math/SoPlex/pkg-plist index 196b5198527e..29b7b1580fd8 100644 --- a/math/SoPlex/pkg-plist +++ b/math/SoPlex/pkg-plist @@ -66,6 +66,7 @@ include/soplex/sol.h include/soplex/solbase.h include/soplex/solverational.hpp include/soplex/solvereal.hpp +include/soplex/soplex_interface.h include/soplex/sorter.h include/soplex/spxalloc.h include/soplex/spxautopr.h @@ -159,6 +160,7 @@ include/soplex/vector.h include/soplex/vectorbase.h include/soplex/wallclocktimer.h include/soplex_interface.h +%%MPFR%%lib/cmake/soplex/FindMPFR.cmake lib/cmake/soplex/soplex-config-version.cmake lib/cmake/soplex/soplex-config.cmake lib/cmake/soplex/soplex-targets-%%CMAKE_BUILD_TYPE%%.cmake diff --git a/math/add/Makefile b/math/add/Makefile index 01c049a6b080..c85fc323d239 100644 --- a/math/add/Makefile +++ b/math/add/Makefile @@ -1,12 +1,11 @@ PORTNAME= add -PORTVERSION= 20230205 -PORTREVISION= 1 +PORTVERSION= 20250914 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..cf93dced655d 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 = 1757931098 +SHA256 (add-20250914.tgz) = de5d03c7454f8b692a90625793ebc536ba51aeab8b4d71f752332fd649a7fd8e +SIZE (add-20250914.tgz) = 183171 diff --git a/math/adol-c/Makefile b/math/adol-c/Makefile index ae52fba4ad56..cfc66a7ab12e 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= 13 CATEGORIES= math MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME:tu}/ DISTNAME= ${PORTNAME:tu}-${DISTVERSION} @@ -13,12 +13,13 @@ LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= libboost_system.so:devel/boost-libs +LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= compiler:c++11-lang gmake libtool tar:tgz USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-boost-system=boost_thread CONFIGURE_SHELL= ${LOCALBASE}/bin/bash INSTALL_TARGET= install-strip diff --git a/math/algae/Makefile b/math/algae/Makefile index 385a737f6ad6..3042e6816d32 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -15,13 +15,12 @@ BROKEN_aarch64= does not build: checking for proper floating point exception ha BROKEN_armv6= does not build: checking for proper floating point exception handling... no BROKEN_armv7= does not build: checking for proper floating point exception handling... no -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USES= fortran +USES= fortran:gfortran +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dlmalloc --without-fftw --without-blas \ --without-lapack --without-bcslib --without-npsol -FFLAGS+= -std=legacy +FFLAGS= -std=legacy PLIST_SUB= ALGAE_VERSION=${PORTVERSION} INFO= ${PORTNAME} diff --git a/math/alglib/Makefile b/math/alglib/Makefile index e546307572e0..2d6fa2347321 100644 --- a/math/alglib/Makefile +++ b/math/alglib/Makefile @@ -1,5 +1,5 @@ PORTNAME= alglib -DISTVERSION= 4.04.0 +DISTVERSION= 4.06.0 CATEGORIES= math science MASTER_SITES= https://www.alglib.net/translator/re/ EXTRACT_SUFX= .cpp.gpl.zip diff --git a/math/alglib/distinfo b/math/alglib/distinfo index 761d7452d3ab..ba2c75935245 100644 --- a/math/alglib/distinfo +++ b/math/alglib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736820112 -SHA256 (alglib-4.04.0.cpp.gpl.zip) = f9304865de395129f19ddb9f9f75a04029ba02162d9b4621236470e646d52e8b -SIZE (alglib-4.04.0.cpp.gpl.zip) = 3893791 +TIMESTAMP = 1762592687 +SHA256 (alglib-4.06.0.cpp.gpl.zip) = 8e4b76c783ae1ab833fa6d715d744076cf4a5dc510dc4d38e267b309a16d877e +SIZE (alglib-4.06.0.cpp.gpl.zip) = 4171082 diff --git a/math/alglib/pkg-plist b/math/alglib/pkg-plist index 87da94742d57..f84118a12af8 100644 --- a/math/alglib/pkg-plist +++ b/math/alglib/pkg-plist @@ -10,6 +10,7 @@ include/libalglib/kernels_avx2.h include/libalglib/kernels_fma.h include/libalglib/kernels_sse2.h include/libalglib/linalg.h +include/libalglib/minlp.h include/libalglib/optimization.h include/libalglib/solvers.h include/libalglib/specialfunctions.h diff --git a/math/amgcl/Makefile b/math/amgcl/Makefile index 7339f5805f6b..439a4604d99c 100644 --- a/math/amgcl/Makefile +++ b/math/amgcl/Makefile @@ -1,5 +1,5 @@ PORTNAME= amgcl -DISTVERSION= 1.4.4 +DISTVERSION= 1.4.5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/amgcl/distinfo b/math/amgcl/distinfo index 2995887982a2..7377b4ede9a5 100644 --- a/math/amgcl/distinfo +++ b/math/amgcl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698601455 -SHA256 (ddemidov-amgcl-1.4.4_GH0.tar.gz) = 02fd5418e14d669422f65fc739ce72bf9516ced2d8942574d4b8caa05dda9d8c -SIZE (ddemidov-amgcl-1.4.4_GH0.tar.gz) = 3035678 +TIMESTAMP = 1762593392 +SHA256 (ddemidov-amgcl-1.4.5_GH0.tar.gz) = 611b7e46b60640abab055d815e2b28af3cb92e71fa609c514465f94b51c1f886 +SIZE (ddemidov-amgcl-1.4.5_GH0.tar.gz) = 3036282 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..8d92939dc704 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 = 1770570790 +SHA256 (KDE/release-service/25.12.2/analitza-25.12.2.tar.xz) = 5918986927ad6820f9baa53b4d935b9450ddaf579d015fa5d449b9f3ef70c5ae +SIZE (KDE/release-service/25.12.2/analitza-25.12.2.tar.xz) = 369964 diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index b8aaedb93965..9e396d3ff985 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,5 +1,5 @@ PORTNAME= armadillo -PORTVERSION= 14.4.1 +PORTVERSION= 15.2.3 CATEGORIES= math MASTER_SITES= SF/arma @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libarpack.so:math/arpack-ng \ libsuperlu.so:math/superlu -USES= blaslapack:openblas cmake:testing compiler:c++11-lang pathfix pkgconfig tar:xz +USES= blaslapack:openblas cmake:testing compiler:c++11-lang pkgconfig tar:xz CMAKE_OFF= ALLOW_BLAS_LAPACK_MACOS \ ALLOW_FLEXIBLAS_LINUX \ diff --git a/math/armadillo/distinfo b/math/armadillo/distinfo index 99a5bdfa5b52..fce6d6085c37 100644 --- a/math/armadillo/distinfo +++ b/math/armadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288726 -SHA256 (armadillo-14.4.1.tar.xz) = 26ce272bfdc8246c278e6f8cfa53777a1efb14ef196e88082fee05da1a463491 -SIZE (armadillo-14.4.1.tar.xz) = 7483740 +TIMESTAMP = 1766953314 +SHA256 (armadillo-15.2.3.tar.xz) = 0182d67d6949e4347a0bc62fc8c2793be7eb203c71f19edff93f8c45fd4a8190 +SIZE (armadillo-15.2.3.tar.xz) = 7092636 diff --git a/math/armadillo/pkg-plist b/math/armadillo/pkg-plist index 4711b6ff61b0..d7c9c7045dd6 100644 --- a/math/armadillo/pkg-plist +++ b/math/armadillo/pkg-plist @@ -78,8 +78,7 @@ include/armadillo_bits/band_helper.hpp include/armadillo_bits/compiler_check.hpp include/armadillo_bits/compiler_setup.hpp include/armadillo_bits/compiler_setup_post.hpp -include/armadillo_bits/cond_rel_bones.hpp -include/armadillo_bits/cond_rel_meat.hpp +include/armadillo_bits/cond_rel.hpp include/armadillo_bits/config.hpp include/armadillo_bits/constants.hpp include/armadillo_bits/constants_old.hpp @@ -120,8 +119,10 @@ 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_circshift.hpp include/armadillo_bits/fn_clamp.hpp include/armadillo_bits/fn_cond_rcond.hpp include/armadillo_bits/fn_conv.hpp @@ -143,7 +144,6 @@ include/armadillo_bits/fn_eig_sym.hpp include/armadillo_bits/fn_eigs_gen.hpp include/armadillo_bits/fn_eigs_sym.hpp include/armadillo_bits/fn_elem.hpp -include/armadillo_bits/fn_eps.hpp include/armadillo_bits/fn_expmat.hpp include/armadillo_bits/fn_eye.hpp include/armadillo_bits/fn_fft.hpp @@ -183,6 +183,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 @@ -195,6 +196,7 @@ include/armadillo_bits/fn_prod.hpp include/armadillo_bits/fn_qr.hpp include/armadillo_bits/fn_quantile.hpp include/armadillo_bits/fn_qz.hpp +include/armadillo_bits/fn_rande.hpp include/armadillo_bits/fn_randg.hpp include/armadillo_bits/fn_randi.hpp include/armadillo_bits/fn_randn.hpp @@ -210,7 +212,6 @@ include/armadillo_bits/fn_resize.hpp include/armadillo_bits/fn_reverse.hpp include/armadillo_bits/fn_roots.hpp include/armadillo_bits/fn_schur.hpp -include/armadillo_bits/fn_shift.hpp include/armadillo_bits/fn_shuffle.hpp include/armadillo_bits/fn_size.hpp include/armadillo_bits/fn_solve.hpp @@ -352,6 +353,8 @@ include/armadillo_bits/newarp_UpperHessenbergEigen_meat.hpp include/armadillo_bits/newarp_UpperHessenbergQR_bones.hpp include/armadillo_bits/newarp_UpperHessenbergQR_meat.hpp include/armadillo_bits/newarp_cx_attrib.hpp +include/armadillo_bits/op_accu_bones.hpp +include/armadillo_bits/op_accu_meat.hpp include/armadillo_bits/op_all_bones.hpp include/armadillo_bits/op_all_meat.hpp include/armadillo_bits/op_any_bones.hpp @@ -360,6 +363,8 @@ include/armadillo_bits/op_chi2rnd_bones.hpp include/armadillo_bits/op_chi2rnd_meat.hpp include/armadillo_bits/op_chol_bones.hpp include/armadillo_bits/op_chol_meat.hpp +include/armadillo_bits/op_circshift_bones.hpp +include/armadillo_bits/op_circshift_meat.hpp include/armadillo_bits/op_clamp_bones.hpp include/armadillo_bits/op_clamp_meat.hpp include/armadillo_bits/op_col_as_mat_bones.hpp @@ -388,6 +393,8 @@ include/armadillo_bits/op_dot_bones.hpp include/armadillo_bits/op_dot_meat.hpp include/armadillo_bits/op_dotext_bones.hpp include/armadillo_bits/op_dotext_meat.hpp +include/armadillo_bits/op_elem_bones.hpp +include/armadillo_bits/op_elem_meat.hpp include/armadillo_bits/op_expmat_bones.hpp include/armadillo_bits/op_expmat_meat.hpp include/armadillo_bits/op_fft_bones.hpp @@ -422,8 +429,6 @@ include/armadillo_bits/op_median_bones.hpp include/armadillo_bits/op_median_meat.hpp include/armadillo_bits/op_min_bones.hpp include/armadillo_bits/op_min_meat.hpp -include/armadillo_bits/op_misc_bones.hpp -include/armadillo_bits/op_misc_meat.hpp include/armadillo_bits/op_nonzeros_bones.hpp include/armadillo_bits/op_nonzeros_meat.hpp include/armadillo_bits/op_norm2est_bones.hpp @@ -432,6 +437,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 @@ -464,8 +471,6 @@ include/armadillo_bits/op_roots_bones.hpp include/armadillo_bits/op_roots_meat.hpp include/armadillo_bits/op_row_as_mat_bones.hpp include/armadillo_bits/op_row_as_mat_meat.hpp -include/armadillo_bits/op_shift_bones.hpp -include/armadillo_bits/op_shift_meat.hpp include/armadillo_bits/op_shuffle_bones.hpp include/armadillo_bits/op_shuffle_meat.hpp include/armadillo_bits/op_sort_bones.hpp @@ -566,6 +571,10 @@ include/armadillo_bits/spglue_schur_bones.hpp include/armadillo_bits/spglue_schur_meat.hpp include/armadillo_bits/spglue_times_bones.hpp include/armadillo_bits/spglue_times_meat.hpp +include/armadillo_bits/spop_accu_bones.hpp +include/armadillo_bits/spop_accu_meat.hpp +include/armadillo_bits/spop_circshift_bones.hpp +include/armadillo_bits/spop_circshift_meat.hpp include/armadillo_bits/spop_diagmat_bones.hpp include/armadillo_bits/spop_diagmat_meat.hpp include/armadillo_bits/spop_htrans_bones.hpp @@ -576,14 +585,14 @@ 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 include/armadillo_bits/spop_repmat_meat.hpp include/armadillo_bits/spop_reverse_bones.hpp include/armadillo_bits/spop_reverse_meat.hpp -include/armadillo_bits/spop_shift_bones.hpp -include/armadillo_bits/spop_shift_meat.hpp include/armadillo_bits/spop_strans_bones.hpp include/armadillo_bits/spop_strans_meat.hpp include/armadillo_bits/spop_symmat_bones.hpp @@ -635,7 +644,7 @@ include/armadillo_bits/xtrans_mat_meat.hpp include/armadillo_bits/xvec_htrans_bones.hpp include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so -lib/libarmadillo.so.14 +lib/libarmadillo.so.15 lib/libarmadillo.so.%%PORTVERSION%% libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake 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..5ff530952e36 100644 --- a/math/asymptote/Makefile +++ b/math/asymptote/Makefile @@ -1,6 +1,6 @@ PORTNAME= asymptote PORTVERSION= 2.92 -PORTREVISION= 2 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}.src diff --git a/math/bitwuzla/Makefile b/math/bitwuzla/Makefile index 2a9354538866..37ae02bfaa1a 100644 --- a/math/bitwuzla/Makefile +++ b/math/bitwuzla/Makefile @@ -1,10 +1,11 @@ -PORTNAME= bitwuzla -DISTVERSION= 0.7.0 +PORTNAME= bitwuzla # successor of Boolector +DISTVERSION= 0.8.2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= SMT solver for the theories of fixed-size bit-vectors -WWW= https://bitwuzla.github.io/ +WWW= https://bitwuzla.github.io/ \ + https://github.com/bitwuzla/bitwuzla LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gmp>0:math/gmp \ ${LOCALBASE}/lib/symfpu.a:math/symfpu LIB_DEPENDS= libcadical.so:math/cadical \ + libcryptominisat5.so:math/cryptominisat \ libgmp.so:math/gmp TEST_DEPENDS= googletest>0:devel/googletest @@ -19,6 +21,8 @@ USES= compiler:c++17-lang localbase:ldflags meson pkgconfig python:build USE_GITHUB= yes USE_LDCONFIG= yes +CFLAGS+= -I${LOCALBASE}/include/cadical +CXXFLAGS+= -I${LOCALBASE}/include/cadical LDFLAGS+= -lcadical MESON_ARGS= -Ddefault_library=shared \ @@ -32,4 +36,12 @@ do-test: # 1 test hangs, see https://github.com/bitwuzla/bitwuzla/issues/117 cd ${BUILD_WRKSRC} && \ ${DO_MAKE_BUILD} test +# tests as of 0.8.2: +# Ok: 3935 +# Expected Fail: 0 +# Fail: 0 +# Unexpected Pass: 0 +# Skipped: 0 +# Timeout: 0 + .include <bsd.port.mk> diff --git a/math/bitwuzla/distinfo b/math/bitwuzla/distinfo index 0d2a29406740..2f5d9ee92031 100644 --- a/math/bitwuzla/distinfo +++ b/math/bitwuzla/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734064151 -SHA256 (bitwuzla-bitwuzla-0.7.0_GH0.tar.gz) = 4a388aa935fab5fe3e61494f94c1110653ac11e07f1cf29593d6fdba30238afa -SIZE (bitwuzla-bitwuzla-0.7.0_GH0.tar.gz) = 2071988 +TIMESTAMP = 1762322302 +SHA256 (bitwuzla-bitwuzla-0.8.2_GH0.tar.gz) = 637ed0b8d43291004089543b8c7bb744d325231113cab9bfa07f7bb7a154eeb5 +SIZE (bitwuzla-bitwuzla-0.8.2_GH0.tar.gz) = 2080406 diff --git a/math/blacs/Makefile b/math/blacs/Makefile index 8e696c89704d..f550f55ff9a4 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -1,6 +1,6 @@ PORTNAME= blacs PORTVERSION= 1.7 -PORTREVISION= 40 +PORTREVISION= 41 CATEGORIES= math MASTER_SITES= NETLIB/blacs DISTNAME= BLACS @@ -36,7 +36,7 @@ MPICH_EXTRA_PATCHES= ${FILESDIR}/Bmake.inc-mpich.diff .include <bsd.port.pre.mk> F77EXTRAFLAGS= #-w -fno-globals -fugly-complex -.if ${GCC_DEFAULT} >= 10 +.if ${FORTRAN_DEFAULT} == gfortran && ${GCC_DEFAULT} >= 10 # workaround for Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) F77EXTRAFLAGS+= -fallow-argument-mismatch .endif diff --git a/math/blacs/files/Bmake.inc-mpich.diff b/math/blacs/files/Bmake.inc-mpich.diff index 5224616e5cc8..3e30b122de6f 100644 --- a/math/blacs/files/Bmake.inc-mpich.diff +++ b/math/blacs/files/Bmake.inc-mpich.diff @@ -35,7 +35,7 @@ MPILIBdir = $(MPIdir)/lib/ MPIINCdir = $(MPIdir)/include - MPILIB = $(MPILIBdir)/libmpich.a -+ MPILIB = -lmpi -lmpifort -pthread ++ MPILIB = -lmpi -lmpifort -pthread -L$(MPILIBdir) # ------------------------------------- # All libraries required by the tester. diff --git a/math/blacs/files/patch-SRC_MPI_Bdef.h b/math/blacs/files/patch-SRC_MPI_Bdef.h index 75a6acbe5696..adcdd43918c2 100644 --- a/math/blacs/files/patch-SRC_MPI_Bdef.h +++ b/math/blacs/files/patch-SRC_MPI_Bdef.h @@ -1,6 +1,22 @@ ---- SRC/MPI/Bdef.h.orig 2020-04-21 20:22:36 UTC +--- SRC/MPI/Bdef.h.orig 1998-03-13 20:14:33 UTC +++ SRC/MPI/Bdef.h -@@ -1605,9 +1605,9 @@ int BI_ContxtNum(); +@@ -322,6 +322,15 @@ int BI_ContxtNum(BLACSCONTEXT *ctxt); + void BI_BlacsWarn(int ConTxt, int line, char *file, char *form, ...); + void BI_BlacsErr(int ConTxt, int line, char *file, char *form, ...); + int BI_ContxtNum(BLACSCONTEXT *ctxt); ++void BI_TransDist(BLACSCONTEXT *ctxt, char scope, int m, int n, int *rA, ++ int *cA, int ldrc, BI_DistType *dist, int rdest, int cdest); ++void BI_dmvcopy(int m, int n, double *A, int lda, double *buff); ++void BI_dvmcopy(int m, int n, double *A, int lda, double *buff); ++void BI_imvcopy(int m, int n, int *A, int lda, int *buff); ++void BI_ivmcopy(int m, int n, int *A, int lda, int *buff); ++void BI_smvcopy(int m, int n, float *A, int lda, float *buff); ++void BI_svmcopy(int m, int n, float *A, int lda, float *buff); ++void Cblacs_pinfo(int *mypnum, int *nprocs); + #else + void BI_BlacsWarn(); + void BI_BlacsErr(); +@@ -1605,9 +1614,9 @@ int BI_ContxtNum(); #else #define BI_MPI_Type_struct(count_, lens_, disps_, types_, newtype_, ierr_) \ { \ diff --git a/math/blacs/files/patch-SRC_MPI_blacs__get__.c b/math/blacs/files/patch-SRC_MPI_blacs__get__.c new file mode 100644 index 000000000000..02f1b33c989e --- /dev/null +++ b/math/blacs/files/patch-SRC_MPI_blacs__get__.c @@ -0,0 +1,11 @@ +--- SRC/MPI/blacs_get_.c.orig 2006-01-18 21:36:03 UTC ++++ SRC/MPI/blacs_get_.c +@@ -12,6 +12,8 @@ F_VOID_FUNC blacs_get_(int *ConTxt, int *what, int *va + #else + int comm; + #endif ++ void BI_MPI_C_to_f77_trans_comm(MPI_Comm, int *); ++ void BI_MPI_F77_to_c_trans_comm(int F77comm, MPI_Comm *Ccomm); + BLACSCONTEXT *ctxt; + + switch( Mpval(what) ) diff --git a/math/blacs/files/patch-SRC_MPI_blacs__gridinit__.c b/math/blacs/files/patch-SRC_MPI_blacs__gridinit__.c new file mode 100644 index 000000000000..6c102072a27b --- /dev/null +++ b/math/blacs/files/patch-SRC_MPI_blacs__gridinit__.c @@ -0,0 +1,15 @@ +--- SRC/MPI/blacs_gridinit_.c.orig 2006-01-18 21:36:03 UTC ++++ SRC/MPI/blacs_gridinit_.c +@@ -6,7 +6,12 @@ F_VOID_FUNC blacs_gridinit_(int *ConTxt, F_CHAR order, + F_VOID_FUNC blacs_gridinit_(int *ConTxt, F_CHAR order, int *nprow, int *npcol) + #endif + { ++#if (INTFACE == C_CALL) + void Cblacs_gridmap(int *, int *, int, int, int); ++#else ++ F_VOID_FUNC blacs_gridmap_(int *ConTxt, int *usermap, int *ldup, int *nprow0, ++ int *npcol0); ++#endif + int *tmpgrid, *iptr; + int i, j; + diff --git a/math/blacs/files/patch-SRC_MPI_blacs__pinfo__.c b/math/blacs/files/patch-SRC_MPI_blacs__pinfo__.c new file mode 100644 index 000000000000..5d6f5111549a --- /dev/null +++ b/math/blacs/files/patch-SRC_MPI_blacs__pinfo__.c @@ -0,0 +1,11 @@ +--- SRC/MPI/blacs_pinfo_.c.orig 1998-03-13 20:16:27 UTC ++++ SRC/MPI/blacs_pinfo_.c +@@ -1,5 +1,8 @@ + #include "Bdef.h" + ++void bi_f77_init_(void); ++void bi_f77_get_constants_(int*, int*, int*); ++ + #if (INTFACE == C_CALL) + void Cblacs_pinfo(int *mypnum, int *nprocs) + #else diff --git a/math/blasfeo/Makefile b/math/blasfeo/Makefile index 8d9849656099..8028eef77043 100644 --- a/math/blasfeo/Makefile +++ b/math/blasfeo/Makefile @@ -1,6 +1,5 @@ PORTNAME= blasfeo -DISTVERSION= 0.1.4.1 -PORTREVISION= 1 +DISTVERSION= 0.1.4.2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/blasfeo/distinfo b/math/blasfeo/distinfo index 16c65afd584e..59d86d6cff99 100644 --- a/math/blasfeo/distinfo +++ b/math/blasfeo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736716835 -SHA256 (giaf-blasfeo-0.1.4.1_GH0.tar.gz) = b6b5070c6ecf4b5692e3dc3e212f6040a4dbcd9b6b5867c8fbf02b5d2cf13427 -SIZE (giaf-blasfeo-0.1.4.1_GH0.tar.gz) = 1688109 +TIMESTAMP = 1762593265 +SHA256 (giaf-blasfeo-0.1.4.2_GH0.tar.gz) = df990206225095fb97ca1b1a3ebfe34cbc2cea7a8b2643ed3a6deb28a1848aa2 +SIZE (giaf-blasfeo-0.1.4.2_GH0.tar.gz) = 1691353 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/bliss/Makefile b/math/bliss/Makefile index d975c7618a9d..4800948e6bf6 100644 --- a/math/bliss/Makefile +++ b/math/bliss/Makefile @@ -1,5 +1,6 @@ PORTNAME= bliss DISTVERSION= 0.73 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.tcs.hut.fi/Software/bliss/ PKGNAMESUFFIX= -graph-tool @@ -17,7 +18,7 @@ MAKE_ARGS= CC=${CXX} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/libbliss.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/libbliss.so ${STAGEDIR}${PREFIX}/lib ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${CP} ${WRKSRC}/*.hh ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME} diff --git a/math/bliss/files/patch-Makefile b/math/bliss/files/patch-Makefile index c7f1b6191347..8d167b219a34 100644 --- a/math/bliss/files/patch-Makefile +++ b/math/bliss/files/patch-Makefile @@ -13,3 +13,22 @@ #CFLAGS += -DBLISS_DEBUG CFLAGS += -fPIC +@@ -20,7 +20,7 @@ AR = ar + CC = g++ + RANLIB = ranlib + AR = ar +-BLISSLIB = libbliss.a ++BLISSLIB = libbliss.so + + gmp: LIB += -lgmp + gmp: CFLAGS += -DBLISS_USE_GMP +@@ -36,8 +36,7 @@ lib: $(OBJS) + + lib: $(OBJS) + rm -f $(BLISSLIB) +- $(AR) cr $(BLISSLIB) $(OBJS) +- $(RANLIB) $(BLISSLIB) ++ $(CC) -shared $(LDFLAGS) -o $(BLISSLIB) $(OBJS) + + lib_gmp: $(GMPOBJS) + rm -f $(BLISSLIB) diff --git a/math/bliss/pkg-plist b/math/bliss/pkg-plist index 11d8c8c9a877..67c7120168c9 100644 --- a/math/bliss/pkg-plist +++ b/math/bliss/pkg-plist @@ -11,4 +11,4 @@ include/bliss/partition.hh include/bliss/timer.hh include/bliss/uintseqhash.hh include/bliss/utils.hh -lib/libbliss.a +lib/libbliss.so diff --git a/math/boolector/Makefile b/math/boolector/Makefile index 2450bea7df94..f29a3ee06388 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 @@ -27,6 +28,9 @@ GH_ACCOUNT= Boolector SHEBANG_GLOB= *.sh +CFLAGS+= -I${LOCALBASE}/include/cadical +CXXFLAGS+= -I${LOCALBASE}/include/cadical + CMAKE_ON= BUILD_SHARED_LIBS \ USE_GMP CMAKE_OFF= TESTING diff --git a/math/brial/Makefile b/math/brial/Makefile index 19ff2a61ec66..a7002fde317c 100644 --- a/math/brial/Makefile +++ b/math/brial/Makefile @@ -1,6 +1,6 @@ PORTNAME= BRiAl DISTVERSION= 1.2.12 -PORTREVISION= 1 +PORTREVISION= 3 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..6e5db1d7e7f9 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -1,6 +1,6 @@ PORTNAME= cadabra2 DISTVERSION= 2.5.8 -PORTREVISION= 1 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -10,18 +10,15 @@ WWW= https://cadabra.science/ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/doc/license.txt -BROKEN= fails to build with Boost>=1.87 -BROKEN_FreeBSD_15= compilation fails with clang-17, see https://github.com/kpeeters/cadabra2/issues/285 - BUILD_DEPENDS= ${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp LIB_DEPENDS= ${PY_BOOST} \ - libboost_system.so:devel/boost-libs \ + libboost_thread.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libharfbuzz.so:print/harfbuzz \ 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,9 +48,15 @@ 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 +post-patch: + @${REINPLACE_CMD} -e '/COMPONENTS/s|system|thread|' \ + ${WRKSRC}/client_server/CMakeLists.txt \ + ${WRKSRC}/frontend/common/CMakeLists.txt \ + ${WRKSRC}/frontend/gtkmm/CMakeLists.txt + .include <bsd.port.mk> 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..87a7893a07af 100644 --- a/math/cadical/Makefile +++ b/math/cadical/Makefile @@ -1,11 +1,13 @@ PORTNAME= cadical DISTVERSIONPREFIX= rel- -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= math devel MAINTAINER= yuri@FreeBSD.org COMMENT= Simple CDCL satisfiability solver -WWW= http://fmv.jku.at/cadical/ +WWW= https://fmv.jku.at/cadical/ \ + https://github.com/arminbiere/cadical LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -19,6 +21,9 @@ GNU_CONFIGURE= yes MAKEFILE= makefile +CFLAGS+= -I${LOCALBASE}/include/cadical +CXXFLAGS+= -I${LOCALBASE}/include/cadical + BINARY_ALIAS= make=${GMAKE} EXES= cadical mobical @@ -26,8 +31,9 @@ EXES= cadical mobical TEST_TARGET= test PLIST_FILES= ${EXES:S/^/bin\//} \ - include/cadical.hpp \ - include/ccadical.h \ + include/cadical/cadical.hpp \ + include/cadical/ccadical.h \ + include/cadical/tracer.hpp \ lib/libcadical.a \ lib/libcadical.so \ lib/libcadical.so.${DISTVERSION} @@ -46,8 +52,10 @@ do-install: # workaround for https://github.com/arminbiere/cadical/issues/49 .for e in ${EXES} ${INSTALL_PROGRAM} ${WRKSRC}/build/${e} ${STAGEDIR}${PREFIX}/bin .endfor - ${INSTALL_DATA} ${WRKSRC}/src/cadical.hpp ${STAGEDIR}${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/src/ccadical.h ${STAGEDIR}${PREFIX}/include + ${MKDIR} ${STAGEDIR}${PREFIX}/include/cadical + ${INSTALL_DATA} ${WRKSRC}/src/cadical.hpp ${STAGEDIR}${PREFIX}/include/cadical + ${INSTALL_DATA} ${WRKSRC}/src/ccadical.h ${STAGEDIR}${PREFIX}/include/cadical + ${INSTALL_DATA} ${WRKSRC}/src/tracer.hpp ${STAGEDIR}${PREFIX}/include/cadical ${INSTALL_DATA} ${WRKSRC}/build/libcadical.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/build/libcadical.so.${DISTVERSION} ${STAGEDIR}${PREFIX}/lib cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s libcadical.so.${DISTVERSION} libcadical.so 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..f175b3dada7f 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= 2 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..c664bb163926 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,5 +1,5 @@ PORTNAME= calc -PORTVERSION= 2.15.1.1 +PORTVERSION= 2.16.1.2 DISTVERSIONPREFIX= v CATEGORIES= math @@ -10,25 +10,38 @@ WWW= https://github.com/lcn2/calc LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING-LGPL +FLAVORS= default tiny + USES= gmake tar:bzip2 readline USE_GITHUB= yes GH_ACCOUNT= lcn2 -CONFLICTS_INSTALL= schilyutils # bin/calc - -MAKE_JOBS_UNSAFE= yes -PLIST_SUB+= VERSION=${PORTVERSION} VERSION_R=${PORTVERSION:R} - MAKE_ARGS= DATADIR="${DATADIR}" +MAKE_JOBS_UNSAFE= yes TEST_TARGET= check +CONFLICTS_INSTALL= schilyutils +PLIST_SUB+= VERSION=${PORTVERSION} VERSION_R=${PORTVERSION:R} + OPTIONS_DEFINE= FULL HELP OPTIONS_DEFAULT=FULL HELP OPTIONS_SUB= yes FULL_DESC= Install all funcs/scripts/headers (OFF: just basic calculator) HELP_DESC= Install calc help files -# We use Makefile.freebsd because Makefile.local is in .gitignore +.if ${FLAVOR:U} == tiny +OPTIONS_EXCLUDE=FULL HELP +PKGNAMESUFFIX= -tiny +MAKE_ENV+= BLD_TYPE=calc-static-only +PLIST_FILES= bin/calc +PLIST= # Use only PLIST_FILES +CONFLICTS_INSTALL+= calc +.else +CONFLICTS_INSTALL+= calc-tiny +.endif + +.include <bsd.port.pre.mk> +# We use Makefile.freebsd because Makefile.local is in our .gitignore post-extract: ${SED} -e 's|%%CC%%|${CC}|; s|%%CFLAGS%%|${CFLAGS}|; s|%%SH%%|${SH}|' \ ${FILESDIR}/Makefile.freebsd > ${WRKSRC}/Makefile.local @@ -37,7 +50,13 @@ post-extract: ${FIND} ${WRKSRC} -name 'Makefile*' \ | ${XARGS} ${REINPLACE_CMD} -i '' -E -e '/SHELL:?=/s|bash|${SH}|' +.if ${FLAVOR:U} == default post-install: cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/calc lib/lib*.so -.include <bsd.port.mk> +.else +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/calc ${STAGEDIR}${PREFIX}/bin +.endif + +.include <bsd.port.post.mk> diff --git a/math/calc/distinfo b/math/calc/distinfo index 20d244d67bd5..883e4788cf33 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 = 1767879358 +SHA256 (lcn2-calc-v2.16.1.2_GH0.tar.gz) = cb5b0576c3d206ed55b6929cc3a1ebc5afedbfdc70d528274cbac8e650c56d77 +SIZE (lcn2-calc-v2.16.1.2_GH0.tar.gz) = 1310217 diff --git a/math/calc/pkg-descr b/math/calc/pkg-descr index bb60c95a3e54..929f2ca92eb5 100644 --- a/math/calc/pkg-descr +++ b/math/calc/pkg-descr @@ -6,3 +6,9 @@ Otherwise, it enters interactive mode. There are a great number of pre-defined functions. The calculator can calculate transcendental functions, and accept and display numbers in real or exponential format. The calculator also knows about complex numbers. + +There is a "tiny" flavor (pkg install calc-tiny) that excludes both +the help files and loadable modules. It provides a basic calculator +(still with MANY built-in functions) in under 20K (on amb64). Note +that the tiny flavor installs a static executable only, so libcalc.so +is not available (as of the time of writing, no other ports use it). diff --git a/math/calc/pkg-plist b/math/calc/pkg-plist index 5d858521bb4c..6bca8e7e75ed 100644 --- a/math/calc/pkg-plist +++ b/math/calc/pkg-plist @@ -64,12 +64,14 @@ lib/libcustcalc.so.%%VERSION%% %%HELP%%%%DATADIR%%/custhelp/argv %%HELP%%%%DATADIR%%/custhelp/devnull %%HELP%%%%DATADIR%%/custhelp/help +%%HELP%%%%DATADIR%%/custhelp/pfe %%HELP%%%%DATADIR%%/custhelp/pmodm127 %%HELP%%%%DATADIR%%/custhelp/pzasusb8 %%HELP%%%%DATADIR%%/custhelp/register %%HELP%%%%DATADIR%%/custhelp/sysinfo %%FULL%%%%DATADIR%%/custom/argv.cal %%FULL%%%%DATADIR%%/custom/halflen.cal +%%FULL%%%%DATADIR%%/custom/pfe.cal %%FULL%%%%DATADIR%%/custom/pmodm127.cal %%FULL%%%%DATADIR%%/custom/pzasusb8.cal %%FULL%%%%DATADIR%%/custom/register.cal diff --git a/math/cantor/distinfo b/math/cantor/distinfo index 03c03a42b5d8..dbc660ff7d5e 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 = 1770570792 +SHA256 (KDE/release-service/25.12.2/cantor-25.12.2.tar.xz) = d72152513ef5fcd93c520ff2dc1d4b6decbddf1e7be98cb811b465b57972b823 +SIZE (KDE/release-service/25.12.2/cantor-25.12.2.tar.xz) = 10919744 diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 2a0ee8599234..ddf3746385f5 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= 14 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 52df0bd27d41..0b0f7474bc7f 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= 4 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} @@ -12,10 +12,11 @@ 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 +RUN_DEPENDS= boost-libs>0:devel/boost-libs # needed because the installed include/CGAL/config.h file includes boost/config.hpp #TODO math/mpfi, math/rs, graphics/qglviewer #Not yet in ports 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-cmake_modules_CGAL__pointmatcher__support.cmake b/math/cgal/files/patch-cmake_modules_CGAL__pointmatcher__support.cmake new file mode 100644 index 000000000000..619f110204c5 --- /dev/null +++ b/math/cgal/files/patch-cmake_modules_CGAL__pointmatcher__support.cmake @@ -0,0 +1,21 @@ +--- cmake/modules/CGAL_pointmatcher_support.cmake.orig 2024-08-10 19:00:05 UTC ++++ cmake/modules/CGAL_pointmatcher_support.cmake +@@ -1,9 +1,8 @@ if(libpointmatcher_FOUND AND NOT TARGET CGAL::pointmat + if(libpointmatcher_FOUND AND NOT TARGET CGAL::pointmatcher_support) +- find_package(Boost COMPONENTS thread filesystem system program_options date_time chrono) ++ find_package(Boost COMPONENTS thread filesystem program_options date_time chrono) + if(Boost_chrono_FOUND + AND Boost_thread_FOUND + AND Boost_filesystem_FOUND +- AND Boost_system_FOUND + AND Boost_program_options_FOUND + AND Boost_date_time_FOUND) + add_library(CGAL::pointmatcher_support INTERFACE IMPORTED) +@@ -11,6 +10,6 @@ if(libpointmatcher_FOUND AND NOT TARGET CGAL::pointmat + target_include_directories(CGAL::pointmatcher_support INTERFACE "${libpointmatcher_INCLUDE_DIR}") + target_link_libraries(CGAL::pointmatcher_support INTERFACE ${libpointmatcher_LIBRARIES} libnabo::nabo) + else() +- message(STATUS "NOTICE: the libpointmatcher library requires the following boost components: thread filesystem system program_options date_time chrono.") ++ message(STATUS "NOTICE: the libpointmatcher library requires the following boost components: thread filesystem program_options date_time chrono.") + endif() + endif() 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/cglm/Makefile b/math/cglm/Makefile index f6484898d2d7..a11f843aefe5 100644 --- a/math/cglm/Makefile +++ b/math/cglm/Makefile @@ -1,6 +1,6 @@ PORTNAME= cglm DISTVERSIONPREFIX= v -DISTVERSION= 0.9.4 +DISTVERSION= 0.9.6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -23,4 +23,6 @@ pre-test: ${TOUCH} ${WRKDIR}/.meson_build_testing; \ fi +# tests as of 0.9.6: 1/1 cglm.tests OK 0.10s + .include <bsd.port.mk> diff --git a/math/cglm/distinfo b/math/cglm/distinfo index 5bc7f11607d6..81cfb6738aea 100644 --- a/math/cglm/distinfo +++ b/math/cglm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712132215 -SHA256 (recp-cglm-v0.9.4_GH0.tar.gz) = 101376d9f5db7139a54db35ccc439e40b679bc2efb756d3469d39ee38e69c41b -SIZE (recp-cglm-v0.9.4_GH0.tar.gz) = 690840 +TIMESTAMP = 1762284052 +SHA256 (recp-cglm-v0.9.6_GH0.tar.gz) = be5e7d384561eb0fca59724a92b7fb44bf03e588a7eae5123a7d796002928184 +SIZE (recp-cglm-v0.9.6_GH0.tar.gz) = 707102 diff --git a/math/cglm/pkg-plist b/math/cglm/pkg-plist index f09c4f27d107..55f13431582a 100644 --- a/math/cglm/pkg-plist +++ b/math/cglm/pkg-plist @@ -8,6 +8,9 @@ include/cglm/applesimd.h include/cglm/bezier.h include/cglm/box.h include/cglm/call.h +include/cglm/call/noise.h +include/cglm/noise.h +include/cglm/struct/noise.h include/cglm/call/aabb2d.h include/cglm/call/affine.h include/cglm/call/affine2d.h @@ -183,5 +186,5 @@ include/cglm/vec4.h include/cglm/version.h lib/libcglm.so lib/libcglm.so.0 -lib/libcglm.so.0.9.4 +lib/libcglm.so.0.9.6 libdata/pkgconfig/cglm.pc 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/cimod/Makefile b/math/cimod/Makefile index da6b482a1457..811099f57455 100644 --- a/math/cimod/Makefile +++ b/math/cimod/Makefile @@ -1,11 +1,12 @@ PORTNAME= cimod DISTVERSIONPREFIX= v -DISTVERSION= 1.6.2 +DISTVERSION= 1.7.3 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= C++ header-only library for a binary quadratic models -WWW= https://github.com/OpenJij/cimod +WWW= https://www.openjij.org/ \ + https://github.com/Jij-Inc/cimod LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -17,7 +18,7 @@ TEST_DEPENDS= googletest>0:devel/googletest USES= cmake:testing compiler:c++17-lang eigen:3,build,run USE_GITHUB= yes -GH_ACCOUNT= OpenJij +GH_ACCOUNT= Jij-Inc CMAKE_ON= CIMOD_INSTALL # doesn't do anything, see https://github.com/OpenJij/cimod/issues/103 CMAKE_OFF= CIMOD_TEST CIMOD_DOCS @@ -28,4 +29,6 @@ NO_ARCH= yes do-install: # see https://github.com/OpenJij/cimod/issues/103 cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include +# tests as of 1.7.3: 100% tests passed, 0 tests failed out of 79 + .include <bsd.port.mk> diff --git a/math/cimod/distinfo b/math/cimod/distinfo index e344c4bc92de..785fc5b72f5c 100644 --- a/math/cimod/distinfo +++ b/math/cimod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709938110 -SHA256 (OpenJij-cimod-v1.6.2_GH0.tar.gz) = 732c10f68d90c9292b411c1148cf0be54b0fb812ec4aa4ba1102514486113ae1 -SIZE (OpenJij-cimod-v1.6.2_GH0.tar.gz) = 139864 +TIMESTAMP = 1760174868 +SHA256 (Jij-Inc-cimod-v1.7.3_GH0.tar.gz) = 066fe6187124da8a7ee250c060bce883828ae33f6e38a3525f72c71a6de44510 +SIZE (Jij-Inc-cimod-v1.7.3_GH0.tar.gz) = 341035 diff --git a/math/cimod/files/patch-external_googletest.cmake b/math/cimod/files/patch-external_googletest.cmake new file mode 100644 index 000000000000..4a37cdd349ff --- /dev/null +++ b/math/cimod/files/patch-external_googletest.cmake @@ -0,0 +1,47 @@ +--- external/googletest.cmake.orig 2025-01-27 12:00:00 UTC ++++ external/googletest.cmake +@@ -14,38 +14,11 @@ + + include(FetchContent) + +-message(CHECK_START "Fetching GoogleTest") +-list(APPEND CMAKE_MESSAGE_INDENT " ") +- +-set(CMAKE_CXX_STANDARD 17) +-set(FETCHCONTENT_QUIET OFF) +- +-#### Google test #### +-FetchContent_Declare( +- googletest +- GIT_REPOSITORY https://github.com/google/googletest +- GIT_TAG v1.17.0 +- GIT_SHALLOW TRUE +-) +- +-if(WIN32) +- set(gtest_force_shared_crt ON CACHE BOOL "" FORCE) +-endif() +- +-# Prevent googletest from being installed by using FetchContent_Populate + add_subdirectory with EXCLUDE_FROM_ALL +-FetchContent_GetProperties(googletest) +-if(NOT googletest_POPULATED) +- FetchContent_Populate(googletest) +- add_subdirectory(${googletest_SOURCE_DIR} ${googletest_BINARY_DIR} EXCLUDE_FROM_ALL) +-endif() +- ++# Try to find pre-installed GoogleTest first + find_package(GTest) + +-#FetchContent_GetProperties(googletest) +- +-#message(STATUS "gtest_SOURCE_DIR = ${gtest_SOURCE_DIR}") +-#message(STATUS "gmock_SOURCE_DIR = ${gmock_SOURCE_DIR}") +- +- +-list(POP_BACK CMAKE_MESSAGE_INDENT) +-message(CHECK_PASS "fetched") ++if(NOT GTest_FOUND) ++ message(FATAL_ERROR "GoogleTest not found. Please install googletest package.") ++else() ++ message(STATUS "Found pre-installed GoogleTest") ++endif() diff --git a/math/cimod/pkg-descr b/math/cimod/pkg-descr index f588a9340f2f..eb48d39c4b1e 100644 --- a/math/cimod/pkg-descr +++ b/math/cimod/pkg-descr @@ -1 +1,8 @@ -cmod is a C++ library for a binary quadratic model. +Cimod is a C++ header-only library for a binary quadratic model (BQM), +which is a model of variables that can be in one of two states (0 or 1, +or -1 or 1). BQMs are used to represent a wide range of optimization +problems, and are particularly important in the context of quantum +annealing and other heuristic optimization algorithms. + +This library provides tools to create and manipulate BQM instances, +making it easier to work with these models in C++ applications. diff --git a/math/clad/Makefile b/math/clad/Makefile index 018a2b30221d..d1bb69f19057 100644 --- a/math/clad/Makefile +++ b/math/clad/Makefile @@ -1,6 +1,6 @@ PORTNAME= clad DISTVERSIONPREFIX= v -DISTVERSION= 1.8 +DISTVERSION= 2.2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/clad/distinfo b/math/clad/distinfo index 2bd181fecc5a..7090ea2705e5 100644 --- a/math/clad/distinfo +++ b/math/clad/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734672509 -SHA256 (vgvassilev-clad-v1.8_GH0.tar.gz) = 1dcff3cab33417c8b8595e9bdb139a2cd1ec9c15eb013a275ab4e004c5b65812 -SIZE (vgvassilev-clad-v1.8_GH0.tar.gz) = 1240960 +TIMESTAMP = 1762232638 +SHA256 (vgvassilev-clad-v2.2_GH0.tar.gz) = 9bcfae0931849658443deecae4f13ff23e9b79de60632c318efa059f9fd2dc6d +SIZE (vgvassilev-clad-v2.2_GH0.tar.gz) = 1327715 diff --git a/math/clad/pkg-plist b/math/clad/pkg-plist index 18346c99cc0f..fe06b56e3445 100644 --- a/math/clad/pkg-plist +++ b/math/clad/pkg-plist @@ -24,6 +24,7 @@ include/clad/Differentiator/MultiplexExternalRMVSource.h include/clad/Differentiator/NumericalDiff.h include/clad/Differentiator/ParseDiffArgsTypes.h include/clad/Differentiator/PushForwardModeVisitor.h +include/clad/Differentiator/RestoreTracker.h include/clad/Differentiator/ReverseModeForwPassVisitor.h include/clad/Differentiator/ReverseModeVisitor.h include/clad/Differentiator/ReverseModeVisitorDirectionKinds.h @@ -31,9 +32,13 @@ include/clad/Differentiator/STLBuiltins.h include/clad/Differentiator/Sins.h include/clad/Differentiator/StmtClone.h include/clad/Differentiator/Tape.h +include/clad/Differentiator/ThrustBuiltins.h +include/clad/Differentiator/ThrustDerivatives.h +include/clad/Differentiator/Timers.h include/clad/Differentiator/VectorForwardModeVisitor.h include/clad/Differentiator/VectorPushForwardModeVisitor.h include/clad/Differentiator/Version.h +include/clad/Differentiator/Version.inc include/clad/Differentiator/VisitorBase.h include/clad/tools/ClangBackendPlugin.h include/clad/tools/ClangPlugin.h diff --git a/math/clblas/Makefile b/math/clblas/Makefile index d82bf326e43d..3417555c8840 100644 --- a/math/clblas/Makefile +++ b/math/clblas/Makefile @@ -1,6 +1,6 @@ PORTNAME= clblas PORTVERSION= 2.12 -PORTREVISION= 1 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/cm/Makefile b/math/cm/Makefile index 50112e0185e9..60b4d9efdc31 100644 --- a/math/cm/Makefile +++ b/math/cm/Makefile @@ -1,6 +1,5 @@ PORTNAME= cm -DISTVERSION= 0.4.3 -PORTREVISION= 1 +DISTVERSION= 0.4.4 CATEGORIES= math MASTER_SITES= https://www.multiprecision.org/downloads/ @@ -28,4 +27,15 @@ TEST_TARGET= check INFO= cm +# ============================================================================ +# Testsuite summary for cm 0.4.4 +# ============================================================================ +# TOTAL: 3 +# PASS: 3 +# SKIP: 0 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 + .include <bsd.port.mk> diff --git a/math/cm/distinfo b/math/cm/distinfo index 0568c058e14a..b1fa02ef4e29 100644 --- a/math/cm/distinfo +++ b/math/cm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709863232 -SHA256 (cm-0.4.3.tar.gz) = b23035bd94bea07d9ab912116522edb3db449f25f3361fe5bd4a35402150b005 -SIZE (cm-0.4.3.tar.gz) = 762008 +TIMESTAMP = 1762663931 +SHA256 (cm-0.4.4.tar.gz) = c6fb97620b0aa1ada3b44aa242cb1801cbefe76dfc54a92065520c3519a16d7e +SIZE (cm-0.4.4.tar.gz) = 763608 diff --git a/math/cm/pkg-plist b/math/cm/pkg-plist index a73ad2e6a358..b02d1ecaf600 100644 --- a/math/cm/pkg-plist +++ b/math/cm/pkg-plist @@ -7,7 +7,7 @@ include/cm.h lib/libcm.a lib/libcm.so lib/libcm.so.1 -lib/libcm.so.1.1.0 +lib/libcm.so.1.1.1 %%DATADIR%%/af/af_0047.dat.gz %%DATADIR%%/af/af_0059.dat.gz %%DATADIR%%/af/af_0071.dat.gz diff --git a/math/cmh/Makefile b/math/cmh/Makefile index cd83d11af441..93fdc677c453 100644 --- a/math/cmh/Makefile +++ b/math/cmh/Makefile @@ -2,11 +2,11 @@ PORTNAME= cmh DISTVERSION= 1.1.1 PORTREVISION= 4 CATEGORIES= math -MASTER_SITES= http://www.multiprecision.org/downloads/ +MASTER_SITES= https://www.multiprecision.org/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= Compute Igusa class polynomials -WWW= https://www.multiprecision.org/cmh/home.html +WWW= https://www.multiprecision.org/cmh/index.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/math/cmlib/Makefile b/math/cmlib/Makefile index 3599124178f7..0367be773c87 100644 --- a/math/cmlib/Makefile +++ b/math/cmlib/Makefile @@ -18,16 +18,22 @@ USE_LDCONFIG= yes SHLIB_MAJOR= 1 LDFLAGS+= ${FFLAGS} -LDADD ?= -lgfortran -lm +LDADD= -lm SRCCONF= /dev/null MAKE_ENV= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \ SRCCONF="${SRCCONF}" -FFLAGS+= -std=legacy NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS +.include <bsd.port.pre.mk> + +.if ${FORTRAN_DEFAULT} != flang +FFLAGS+= -std=legacy +LDADD+= -lgfortran +.endif + post-extract: ${CP} ${_DISTDIR}/[dir]1mach.f ${WRKSRC}/src/machcon ${CP} ${FILESDIR}/make.inc ${WRKSRC} @@ -49,4 +55,4 @@ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/math/cocoalib/Makefile b/math/cocoalib/Makefile index b3ba3b89459d..1d157add8e8c 100644 --- a/math/cocoalib/Makefile +++ b/math/cocoalib/Makefile @@ -1,6 +1,6 @@ PORTNAME= cocoalib DISTVERSION= 0.99800 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://cocoa.dima.unige.it/cocoa/cocoalib/tgz/ DISTNAME= CoCoALib-${DISTVERSION} diff --git a/math/coin-or-metis/Makefile b/math/coin-or-metis/Makefile index 427f7dfdbaaa..2233cf802593 100644 --- a/math/coin-or-metis/Makefile +++ b/math/coin-or-metis/Makefile @@ -24,6 +24,9 @@ GH_PROJECT= ThirdParty-Metis GNU_CONFIGURE= yes +# Adaption of the upstream fix for Clang/Flang +# https://github.com/coin-or-tools/ThirdParty-Metis/commit/5ace49007591f11b64f70183102549d3a9721d4b +CFLAGS= -Wno-implicit-function-declaration INSTALL_TARGET= install-strip METIS_VERSION= 4.0.3 # from the script get.Metis 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..8ea7c773edbb 100644 --- a/math/coq/Makefile +++ b/math/coq/Makefile @@ -1,13 +1,13 @@ PORTNAME= coq PORTVERSION= 8.20.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= math DISTVERSIONPREFIX= V #DISTVERSIONSUFFIX= .0 PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} -MAINTAINER= hrs@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Theorem prover based on lambda-C WWW= https://coq.inria.fr/ diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile index 1223ae7d6d81..2152f6c51efd 100644 --- a/math/cryptominisat/Makefile +++ b/math/cryptominisat/Makefile @@ -1,6 +1,6 @@ PORTNAME= cryptominisat DISTVERSION= 5.11.21 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= arrowd@FreeBSD.org diff --git a/math/curv/Makefile b/math/curv/Makefile index a8999fc4350b..2515db6084ed 100644 --- a/math/curv/Makefile +++ b/math/curv/Makefile @@ -1,6 +1,6 @@ PORTNAME= curv DISTVERSION= 0.5 -PORTREVISION= 24 +PORTREVISION= 29 CATEGORIES= math lang graphics MAINTAINER= yuri@FreeBSD.org @@ -16,7 +16,7 @@ BROKEN= requires OpenMP support that is missing on this architecture .endif BUILD_DEPENDS= glm>0:math/glm -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libdouble-conversion.so:devel/double-conversion \ libglfw.so:graphics/glfw \ libImath.so:math/Imath \ @@ -43,6 +43,11 @@ PLIST_FILES= bin/curv \ lib/curv/std.curv \ share/gtksourceview-3.0/language-specs/curv.lang +post-patch: + @${REINPLACE_CMD} -e '/find_package/s| system||' \ + -e 's| Boost::system||' \ + ${WRKSRC}/CMakeLists.txt + post-install: @${RM} ${STAGEDIR}${PREFIX}/lib/curv/lib/README diff --git a/math/cvc5/Makefile b/math/cvc5/Makefile index c91f05e104a1..ec88a324565d 100644 --- a/math/cvc5/Makefile +++ b/math/cvc5/Makefile @@ -1,12 +1,13 @@ PORTNAME= cvc5 DISTVERSIONPREFIX= cvc5- -DISTVERSION= 1.2.1 +DISTVERSION= 1.3.2 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,11 @@ 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 \ +TEST_ENV= ARGS=-V + +USES= cmake:testing ncurses compiler:c++17-lang \ localbase:ldflags pkgconfig python:build USE_LDCONFIG= yes USE_GITHUB= yes @@ -37,12 +39,12 @@ CMAKE_TESTING_TARGET= check # check target runs only quick tests (based on https PLIST_SUB= VERSION=${DISTVERSION} -OPTIONS_DEFINE= COCOALIB EDITLINE JAVA +OPTIONS_DEFINE= COCOALIB EDITLINE GLPK JAVA POLY OPTIONS_GROUP= SOLVERS OPTIONS_GROUP_SOLVERS= CRYPTOMINISAT KISSAT OPTIONS_RADIO= NUMLIB OPTIONS_RADIO_NUMLIB= GMP CLN -OPTIONS_DEFAULT= CRYPTOMINISAT EDITLINE GMP # COCOALIB KISSAT # JAVA is broken +OPTIONS_DEFAULT= CRYPTOMINISAT EDITLINE GMP KISSAT # COCOALIB GLPK JAVA POLY are broken OPTIONS_SUB= yes COCOALIB_DESC= Use CoCoALib for further polynomial operations @@ -61,15 +63,25 @@ EDITLINE_CMAKE_BOOL= USE_EDITLINE EDITLINE_BUILD_DEPENDS= libedit>0:devel/libedit EDITLINE_RUN_DEPENDS= libedit>0:devel/libedit +POLY_DESC= Use LibPoly for polynomial arithmetic +POLY_CMAKE_BOOL= USE_POLY +POLY_LIB_DEPENDS= libpoly.so:math/libpoly +POLY_BROKEN= compilation fails with libpoly API mismatch, see poly_conversion.cpp:250 + # SOLVERS options CRYPTOMINISAT_DESC= Use CryptoMiniSat as the SAT solver CRYPTOMINISAT_CMAKE_BOOL= USE_CRYPTOMINISAT CRYPTOMINISAT_LIB_DEPENDS= libcryptominisat5.so:math/cryptominisat +GLPK_DESC= Use GLPK simplex solver +GLPK_CMAKE_BOOL= USE_GLPK +GLPK_LIB_DEPENDS= libglpk.so:math/glpk +GLPK_BROKEN= requires GLPK-cut-log patch, see cmake/deps-utils/glpk-cut-log.patch + KISSAT_DESC= Use Kissat solver KISSAT_CMAKE_BOOL= USE_KISSAT -KISSAT_BROKEN= fails to link with libkissat.so, see https://github.com/cvc5/cvc5/issues/9483 +KISSAT_LIB_DEPENDS= libkissat.so:math/kissat # NUMLIB options @@ -90,7 +102,7 @@ CMAKE_ARGS+= -DENABLE_GPL:BOOL=ON PORTSCOUT= limit:^[1-9]\.[0-9]+\.[0-9]+ # prevent older generation versions like 1.8, 1.7, etc. -# 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.1: 1 test fails, see https://github.com/cvc5/cvc5/issues/12215 +# tests as of 1.3.2: 100% tests passed, 0 tests failed out of 4115, see https://github.com/cvc5/cvc5/issues/12215 .include <bsd.port.mk> diff --git a/math/cvc5/distinfo b/math/cvc5/distinfo index effa474fad01..c8a1488c0525 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 = 1765845301 +SHA256 (cvc5-cvc5-cvc5-1.3.2_GH0.tar.gz) = 85a9cc4e1f80efcdb235e89c9f361c74b1089023ceb43f38c2d5e73a4e2db47e +SIZE (cvc5-cvc5-cvc5-1.3.2_GH0.tar.gz) = 9250970 diff --git a/math/ddfun/Makefile b/math/ddfun/Makefile index e4614a4e12e5..3d620bb7aaee 100644 --- a/math/ddfun/Makefile +++ b/math/ddfun/Makefile @@ -19,10 +19,16 @@ BUILD_WRKSRC= ${WRKSRC}/fortran OPTIONS_DEFINE= DOCS EXAMPLES +.include <bsd.port.pre.mk> + pre-configure: .for f in gnu-complib-dd.scr gnu-complink-dd.scr ${REINPLACE_CMD} -e 's|-O3|${FFLAGS}|' ${BUILD_WRKSRC}/${f} .endfor +.if ${FORTRAN_DEFAULT} == flang +# https://github.com/llvm/llvm-project/issues/158436 + ${REINPLACE_CMD} -e 's|-fno-expensive-optimizations||g' ${BUILD_WRKSRC}/gnu-complib-dd.scr +.endif do-build: cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ./gnu-complib-dd.scr @@ -51,4 +57,4 @@ do-install-DOCS-on: do-test: cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ./gnu-ddfun-tests.scr -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile index ee1b6c94c621..e58d1b01593f 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= 11 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/dieharder/Makefile b/math/dieharder/Makefile index 04df9c67e902..757f329f464f 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -1,6 +1,6 @@ PORTNAME= dieharder PORTVERSION= 3.31.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf diff --git a/math/dihydrogen/Makefile b/math/dihydrogen/Makefile index f8e19b47eb16..ec267713f6b2 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= 8 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/dionysus/Makefile b/math/dionysus/Makefile index 5d11b984fbd7..d50d24def3e5 100644 --- a/math/dionysus/Makefile +++ b/math/dionysus/Makefile @@ -1,12 +1,12 @@ PORTNAME= dionysus -PORTVERSION= g20210521 -PORTREVISION= 1 +PORTVERSION= 2.1.8 CATEGORIES= math PKGNAMESUFFIX= -topology-library MAINTAINER= yuri@FreeBSD.org COMMENT= Library for computing persistent homology -WWW= https://mrzv.org/software/dionysus2/ +WWW= https://mrzv.org/software/dionysus2/ \ + https://github.com/mrzv/dionysus LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -18,7 +18,6 @@ USES= cmake USE_GITHUB= yes GH_ACCOUNT= mrzv -GH_TAGNAME= ae27bb1 CMAKE_OFF= build_examples build_python_bindings diff --git a/math/dionysus/distinfo b/math/dionysus/distinfo index 48cc59a2dba2..b39c25247448 100644 --- a/math/dionysus/distinfo +++ b/math/dionysus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643774964 -SHA256 (mrzv-dionysus-g20210521-ae27bb1_GH0.tar.gz) = 36940e1f094115fc3f23e70a03e8a4c68352a602f9133540b10e04117391be2f -SIZE (mrzv-dionysus-g20210521-ae27bb1_GH0.tar.gz) = 1226395 +TIMESTAMP = 1768816752 +SHA256 (mrzv-dionysus-2.1.8_GH0.tar.gz) = 3f75d7596ac368d6bb59efcb74d1e27b1a4a81f6fdafc282efe121985735fa27 +SIZE (mrzv-dionysus-2.1.8_GH0.tar.gz) = 776029 diff --git a/math/dionysus/pkg-plist b/math/dionysus/pkg-plist index a639bba063a2..eb00cd133d26 100644 --- a/math/dionysus/pkg-plist +++ b/math/dionysus/pkg-plist @@ -12,6 +12,9 @@ include/dionysus/fields/q.h include/dionysus/fields/z2.h include/dionysus/fields/zp.h include/dionysus/filtration.h +include/dionysus/linked-multi-filtration.h +include/dionysus/matrix-filtration.h +include/dionysus/multi-filtration.h include/dionysus/omni-field-persistence.h include/dionysus/omni-field-persistence.hpp include/dionysus/ordinary-persistence.h 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..5828c9176e7a 100644 --- a/math/e-antic/Makefile +++ b/math/e-antic/Makefile @@ -1,5 +1,6 @@ PORTNAME= e-antic DISTVERSION= 2.1.0 +PORTREVISION= 2 #MASTER_SITES= https://www.labri.fr/perso/vdelecro/e-antic/ CATEGORIES= math diff --git a/math/eclib/Makefile b/math/eclib/Makefile index 8229787a4e72..e196a6a53df3 100644 --- a/math/eclib/Makefile +++ b/math/eclib/Makefile @@ -1,5 +1,5 @@ PORTNAME= eclib -PORTVERSION= 20250122 +PORTVERSION= 20250627 PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math @@ -18,14 +18,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/files/patch-configure.ac b/math/eclib/files/patch-configure.ac new file mode 100644 index 000000000000..e17a39aaa241 --- /dev/null +++ b/math/eclib/files/patch-configure.ac @@ -0,0 +1,17 @@ +--- configure.ac.orig 2025-06-27 08:14:54 UTC ++++ configure.ac +@@ -67,13 +67,11 @@ AX_BOOST_BASE([1.35.0], [ + # + # Boost 1.35.0+ required for Asio (1.25.0 for Thread) + AX_BOOST_BASE([1.35.0], [ +-AX_BOOST_SYSTEM + AX_BOOST_ASIO + AX_BOOST_THREAD + ]) + +-if [test "$ax_cv_boost_system" = "yes"] && +- [test "$ax_cv_boost_asio" = "yes"] && ++if [test "$ax_cv_boost_asio" = "yes"] && + [test "$ax_cv_boost_thread" = "yes"]; then + AC_DEFINE([ECLIB_MULTITHREAD],[1],[Define if multithreading available and requested]) + fi 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..5e1e99e883fc 100644 --- a/math/elan/Makefile +++ b/math/elan/Makefile @@ -1,6 +1,7 @@ PORTNAME= elan DISTVERSIONPREFIX= v -DISTVERSION= 4.0.1 +DISTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/elan/distinfo b/math/elan/distinfo index 5306d6cb54f5..92c319c35027 100644 --- a/math/elan/distinfo +++ b/math/elan/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1745194470 +TIMESTAMP = 1767581633 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 @@ -557,5 +557,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 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 -SHA256 (leanprover-elan-v4.0.1_GH0.tar.gz) = a298124a295db27015eb95cf0d14508db8d65881a61fca88f311fcbc1591ab41 -SIZE (leanprover-elan-v4.0.1_GH0.tar.gz) = 98778 +SHA256 (leanprover-elan-v4.1.2_GH0.tar.gz) = 7d31b3d1d69857b11611363bd94bfdc4f0525a85077f20f823abf65b39ccc350 +SIZE (leanprover-elan-v4.1.2_GH0.tar.gz) = 99734 diff --git a/math/elementary-calculator/Makefile b/math/elementary-calculator/Makefile index 4ae0a72804f5..23e35c5499eb 100644 --- a/math/elementary-calculator/Makefile +++ b/math/elementary-calculator/Makefile @@ -1,5 +1,5 @@ PORTNAME= calculator -DISTVERSION= 8.0.0 +DISTVERSION= 8.0.1 CATEGORIES= math PKGNAMEPREFIX= elementary- @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libgranite-7.so:x11-toolkits/granite7 -USES= gettext gnome meson pkgconfig python:build vala:build +USES= gettext-tools gnome meson pkgconfig python:build vala:build USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= glib20 gtk40 diff --git a/math/elementary-calculator/distinfo b/math/elementary-calculator/distinfo index 99923485b8ab..08973fd7694b 100644 --- a/math/elementary-calculator/distinfo +++ b/math/elementary-calculator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734880804 -SHA256 (elementary-calculator-8.0.0_GH0.tar.gz) = 50735d54383451a99ee2f225186933473e5d0eaa690095825c61f16feea4e29d -SIZE (elementary-calculator-8.0.0_GH0.tar.gz) = 213160 +TIMESTAMP = 1756561791 +SHA256 (elementary-calculator-8.0.1_GH0.tar.gz) = f60c1e627c977ce0785af88046d8b9487cb50ea99630072ec5fce8e4347d5dc1 +SIZE (elementary-calculator-8.0.1_GH0.tar.gz) = 209426 diff --git a/math/elementary-calculator/pkg-plist b/math/elementary-calculator/pkg-plist index 177dc64a3379..3664ae302edc 100644 --- a/math/elementary-calculator/pkg-plist +++ b/math/elementary-calculator/pkg-plist @@ -30,6 +30,7 @@ share/locale/el/LC_MESSAGES/io.elementary.calculator.mo share/locale/en_AU/LC_MESSAGES/io.elementary.calculator.mo share/locale/en_CA/LC_MESSAGES/io.elementary.calculator.mo share/locale/en_GB/LC_MESSAGES/io.elementary.calculator.mo +share/locale/en_ZA/LC_MESSAGES/io.elementary.calculator.mo share/locale/eo/LC_MESSAGES/io.elementary.calculator.mo share/locale/es/LC_MESSAGES/io.elementary.calculator.mo share/locale/et/LC_MESSAGES/io.elementary.calculator.mo @@ -66,6 +67,7 @@ share/locale/mr/LC_MESSAGES/io.elementary.calculator.mo share/locale/ms/LC_MESSAGES/io.elementary.calculator.mo share/locale/my/LC_MESSAGES/io.elementary.calculator.mo share/locale/nb/LC_MESSAGES/io.elementary.calculator.mo +share/locale/nb_NO/LC_MESSAGES/io.elementary.calculator.mo share/locale/nl/LC_MESSAGES/io.elementary.calculator.mo share/locale/nn/LC_MESSAGES/io.elementary.calculator.mo share/locale/pa/LC_MESSAGES/io.elementary.calculator.mo 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/eval/Makefile b/math/eval/Makefile index 9ca3904c2f22..97f2e2f337a1 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -13,6 +13,7 @@ COMMENT= Full featured floating point expression evaluator USES= lha readline +CPPFLAGS+= -DWANT_OBSOLETE_TYPEDEFS WRKSRC= ${WRKDIR}/Eval/source PLIST_FILES= bin/Eval diff --git a/math/exprtk/Makefile b/math/exprtk/Makefile index fe78aa06deea..47a55f62b32d 100644 --- a/math/exprtk/Makefile +++ b/math/exprtk/Makefile @@ -4,7 +4,8 @@ CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Mathematical Expression Toolkit Library -WWW= https://www.partow.net/programming/exprtk/index.html +WWW= https://www.partow.net/programming/exprtk/index.html \ + https://github.com/ArashPartow/exprtk LICENSE= MIT diff --git a/math/faiss/Makefile b/math/faiss/Makefile index b64c7cdd9051..da653efc6cae 100644 --- a/math/faiss/Makefile +++ b/math/faiss/Makefile @@ -1,11 +1,8 @@ PORTNAME= faiss DISTVERSIONPREFIX= v -DISTVERSION= 1.11.0 +DISTVERSION= 1.13.1 CATEGORIES= math -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 01c7e647388f9e23fc828059a3fd9c61b43c0740.patch:-p1 # FreeBSD compatibility patch, https://github.com/facebookresearch/faiss/pull/4316 - MAINTAINER= yuri@FreeBSD.org COMMENT= Library for efficient similarity search & clustering of dense vectors WWW= https://github.com/facebookresearch/faiss @@ -28,11 +25,12 @@ USES= cmake:testing compiler:c++11-lang localbase:ldflags # tests fail to compi USE_GITHUB= yes GH_ACCOUNT= facebookresearch -#LDFLAGS+= -lgtest #-pthread - CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_TESTING FAISS_ENABLE_GPU FAISS_ENABLE_PYTHON -# tests as of 1.11.0: 99% tests passed, 1 tests failed out of 132, TestMemoryLeak.ivfflat (Timeout) +post-extract: # workaround for https://github.com/facebookresearch/faiss/issues/3913 + @${LN} -s ${WRKSRC} ${WRKDIR}/faiss + +# tests as of 1.13.1: 100% tests passed, 0 tests failed out of 138 .include <bsd.port.mk> diff --git a/math/faiss/distinfo b/math/faiss/distinfo index 189bd140d1ff..914ecf49ab21 100644 --- a/math/faiss/distinfo +++ b/math/faiss/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1745711436 -SHA256 (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = c5d517da6deb6a6d74290d7145331fc7474426025e2d826fa4a6d40670f4493c -SIZE (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = 1138777 -SHA256 (01c7e647388f9e23fc828059a3fd9c61b43c0740.patch) = 6248c0d69b2309c5b977d6cd0ff75788a6e668b6c6c87c3113bb2e5603273ea4 -SIZE (01c7e647388f9e23fc828059a3fd9c61b43c0740.patch) = 795 +TIMESTAMP = 1764757559 +SHA256 (facebookresearch-faiss-v1.13.1_GH0.tar.gz) = 89e6e9e3eb14a5948b9b8b57656de2dae9a1f0f7aceb5a2268e5eded33e5d6cf +SIZE (facebookresearch-faiss-v1.13.1_GH0.tar.gz) = 1236021 diff --git a/math/faiss/pkg-plist b/math/faiss/pkg-plist index a8c21fd07a17..28bedaa643b4 100644 --- a/math/faiss/pkg-plist +++ b/math/faiss/pkg-plist @@ -21,11 +21,13 @@ include/faiss/IndexIVFAdditiveQuantizer.h include/faiss/IndexIVFAdditiveQuantizerFastScan.h include/faiss/IndexIVFFastScan.h include/faiss/IndexIVFFlat.h +include/faiss/IndexIVFFlatPanorama.h include/faiss/IndexIVFIndependentQuantizer.h include/faiss/IndexIVFPQ.h include/faiss/IndexIVFPQFastScan.h include/faiss/IndexIVFPQR.h include/faiss/IndexIVFRaBitQ.h +include/faiss/IndexIVFRaBitQFastScan.h include/faiss/IndexIVFSpectralHash.h include/faiss/IndexLSH.h include/faiss/IndexLattice.h @@ -36,6 +38,7 @@ include/faiss/IndexPQ.h include/faiss/IndexPQFastScan.h include/faiss/IndexPreTransform.h include/faiss/IndexRaBitQ.h +include/faiss/IndexRaBitQFastScan.h include/faiss/IndexRefine.h include/faiss/IndexReplicas.h include/faiss/IndexRowwiseMinMax.h @@ -53,18 +56,23 @@ include/faiss/impl/CodePacker.h include/faiss/impl/DistanceComputer.h include/faiss/impl/FaissAssert.h include/faiss/impl/FaissException.h +include/faiss/impl/FastScanDistancePostProcessing.h include/faiss/impl/HNSW.h include/faiss/impl/IDSelector.h include/faiss/impl/LocalSearchQuantizer.h include/faiss/impl/LookupTableScaler.h include/faiss/impl/NNDescent.h include/faiss/impl/NSG.h +include/faiss/impl/Panorama.h +include/faiss/impl/PanoramaStats.h include/faiss/impl/PolysemousTraining.h include/faiss/impl/ProductAdditiveQuantizer.h include/faiss/impl/ProductQuantizer-inl.h include/faiss/impl/ProductQuantizer.h include/faiss/impl/Quantizer.h +include/faiss/impl/RaBitQUtils.h include/faiss/impl/RaBitQuantizer.h +include/faiss/impl/RaBitQuantizerMultiBit.h include/faiss/impl/ResidualQuantizer.h include/faiss/impl/ResultHandler.h include/faiss/impl/ScalarQuantizer.h @@ -85,6 +93,7 @@ include/faiss/impl/platform_macros.h include/faiss/impl/pq4_fast_scan.h include/faiss/impl/residual_quantizer_encode_steps.h include/faiss/impl/simd_result_handlers.h +include/faiss/impl/zerocopy_io.h include/faiss/index_factory.h include/faiss/index_io.h include/faiss/invlists/BlockInvertedLists.h diff --git a/math/fast_float/Makefile b/math/fast_float/Makefile index 00deb860d3dd..50bdea938134 100644 --- a/math/fast_float/Makefile +++ b/math/fast_float/Makefile @@ -1,5 +1,5 @@ PORTNAME= fast_float -PORTVERSION= 8.0.2 +PORTVERSION= 8.2.2 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/fast_float/distinfo b/math/fast_float/distinfo index 86b57c59ac44..a933ef25c026 100644 --- a/math/fast_float/distinfo +++ b/math/fast_float/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070266 -SHA256 (fastfloat-fast_float-v8.0.2_GH0.tar.gz) = e14a33089712b681d74d94e2a11362643bd7d769ae8f7e7caefe955f57f7eacd -SIZE (fastfloat-fast_float-v8.0.2_GH0.tar.gz) = 121232 +TIMESTAMP = 1768625589 +SHA256 (fastfloat-fast_float-v8.2.2_GH0.tar.gz) = e64b5fff88e04959154adbd5fb83331d91f2e04ac06454671cdfcbdff172b158 +SIZE (fastfloat-fast_float-v8.2.2_GH0.tar.gz) = 120128 diff --git a/math/fend/Makefile b/math/fend/Makefile index 5a5aefd7a359..c536035dc9f1 100644 --- a/math/fend/Makefile +++ b/math/fend/Makefile @@ -1,6 +1,6 @@ PORTNAME= fend DISTVERSIONPREFIX= v -DISTVERSION= 1.5.6 +DISTVERSION= 1.5.8 PORTREVISION= 1 CATEGORIES= math @@ -17,102 +17,229 @@ 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= atomic-waker-1.1.2 \ + aws-lc-rs-1.15.4 \ + aws-lc-sys-0.37.0 \ + base64-0.22.1 \ + bitflags-2.10.0 \ + bumpalo-3.19.1 \ + bytes-1.11.0 \ + cc-1.2.54 \ + cesu8-1.1.0 \ + cfg-if-1.0.4 \ cfg_aliases-0.2.1 \ - clipboard-win-5.4.0 \ + clipboard-win-5.4.1 \ + cmake-0.1.57 \ + combine-4.6.7 \ core-foundation-0.9.4 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ - ctrlc-3.4.5 \ + displaydoc-0.2.5 \ + dunce-1.0.5 \ endian-type-0.1.2 \ equivalent-1.0.2 \ - errno-0.3.10 \ - error-code-3.3.1 \ + errno-0.3.14 \ + error-code-3.3.2 \ fastrand-2.3.0 \ fd-lock-4.0.4 \ + find-msvc-tools-0.1.8 \ + 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 \ - 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 \ + form_urlencoded-1.2.2 \ + fs_extra-1.3.0 \ + 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.17 \ + getrandom-0.3.4 \ + h2-0.4.13 \ + hashbrown-0.16.1 \ + http-1.4.0 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + httparse-1.10.1 \ + hyper-1.8.1 \ + hyper-rustls-0.27.7 \ + hyper-tls-0.6.0 \ + hyper-util-0.1.19 \ + icu_collections-2.1.1 \ + icu_locale_core-2.1.1 \ + icu_normalizer-2.1.1 \ + icu_normalizer_data-2.1.1 \ + icu_properties-2.1.2 \ + icu_properties_data-2.1.2 \ + icu_provider-2.1.1 \ + idna-1.1.0 \ + idna_adapter-1.2.1 \ + indexmap-2.13.0 \ + ipnet-2.11.0 \ + iri-string-0.7.10 \ + itoa-1.0.17 \ + jni-0.21.1 \ + jni-sys-0.3.0 \ + jobserver-0.1.34 \ + js-sys-0.3.85 \ + libc-0.2.180 \ + linux-raw-sys-0.11.0 \ + litemap-0.8.1 \ + log-0.4.29 \ + lru-slab-0.1.2 \ + memchr-2.7.6 \ + mio-1.1.1 \ 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 \ + once_cell-1.21.3 \ + openssl-0.10.75 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ - openssl-sys-0.9.106 \ + openssl-probe-0.2.1 \ + openssl-sys-0.9.111 \ + percent-encoding-2.3.2 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ pkg-config-0.3.32 \ + potential_utf-0.1.4 \ ppv-lite86-0.2.21 \ - proc-macro2-1.0.94 \ - quote-1.0.40 \ + proc-macro2-1.0.106 \ + quinn-0.11.9 \ + quinn-proto-0.11.13 \ + quinn-udp-0.5.14 \ + quote-1.0.44 \ + r-efi-5.3.0 \ radix_trie-0.2.1 \ - rand-0.9.0 \ + rand-0.9.2 \ rand_chacha-0.9.0 \ - rand_core-0.9.3 \ + rand_core-0.9.5 \ + reqwest-0.13.1 \ 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 \ - schannel-0.1.27 \ - sct-0.7.1 \ + rustc-hash-2.1.1 \ + rustix-1.1.3 \ + rustls-0.23.36 \ + rustls-native-certs-0.8.3 \ + rustls-pki-types-1.14.0 \ + rustls-platform-verifier-0.6.2 \ + rustls-platform-verifier-android-0.1.1 \ + rustls-webpki-0.103.9 \ + rustversion-1.0.22 \ + rustyline-17.0.2 \ + same-file-1.0.6 \ + schannel-0.1.28 \ security-framework-2.11.1 \ - security-framework-sys-2.14.0 \ - serde-1.0.219 \ - serde_derive-1.0.219 \ - serde_spanned-0.6.8 \ + security-framework-3.5.1 \ + security-framework-sys-2.15.0 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_spanned-1.0.4 \ 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 \ - unicode-ident-1.0.18 \ + signal-hook-registry-1.4.8 \ + slab-0.4.11 \ + smallvec-1.15.1 \ + socket2-0.6.2 \ + stable_deref_trait-1.2.1 \ + subtle-2.6.1 \ + syn-2.0.114 \ + sync_wrapper-1.0.2 \ + synstructure-0.13.2 \ + system-configuration-0.6.1 \ + system-configuration-sys-0.6.0 \ + tempfile-3.24.0 \ + thiserror-1.0.69 \ + thiserror-2.0.18 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.18 \ + tinystr-0.8.2 \ + tinyvec-1.10.0 \ + tinyvec_macros-0.1.1 \ + tokio-1.49.0 \ + tokio-macros-2.6.0 \ + tokio-native-tls-0.3.1 \ + tokio-rustls-0.26.4 \ + tokio-util-0.7.18 \ + toml-0.9.11+spec-1.1.0 \ + toml_datetime-0.7.5+spec-1.1.0 \ + toml_parser-1.0.6+spec-1.1.0 \ + toml_writer-1.0.6+spec-1.1.0 \ + tower-0.5.3 \ + tower-http-0.6.8 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + tracing-0.1.44 \ + tracing-core-0.1.36 \ + try-lock-0.2.5 \ + unicode-ident-1.0.22 \ unicode-segmentation-1.12.0 \ - unicode-width-0.2.0 \ + unicode-width-0.2.2 \ untrusted-0.9.0 \ + url-2.5.8 \ + 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 \ - wasm-bindgen-0.2.100 \ - wasm-bindgen-backend-0.2.100 \ - wasm-bindgen-macro-0.2.100 \ - wasm-bindgen-macro-support-0.2.100 \ - wasm-bindgen-shared-0.2.100 \ - web-sys-0.3.77 \ + walkdir-2.5.0 \ + want-0.3.1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasip2-1.0.2+wasi-0.2.9 \ + wasm-bindgen-0.2.108 \ + wasm-bindgen-futures-0.4.58 \ + wasm-bindgen-macro-0.2.108 \ + wasm-bindgen-macro-support-0.2.108 \ + wasm-bindgen-shared-0.2.108 \ + web-sys-0.3.85 \ + web-time-1.1.0 \ + webpki-root-certs-1.0.5 \ + winapi-util-0.1.11 \ + windows-link-0.2.1 \ + windows-registry-0.6.1 \ + windows-result-0.4.1 \ + windows-strings-0.5.1 \ + windows-sys-0.45.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ + windows-sys-0.61.2 \ + windows-targets-0.42.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.5 \ + windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.1 \ + windows_aarch64_msvc-0.42.2 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.1 \ + windows_i686_gnu-0.42.2 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.1 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.1 \ + windows_i686_msvc-0.42.2 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.1 \ + windows_x86_64_gnu-0.42.2 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.1 \ + windows_x86_64_gnullvm-0.42.2 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.1 \ + windows_x86_64_msvc-0.42.2 \ 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.1 \ + winnow-0.7.14 \ + wit-bindgen-0.51.0 \ + writeable-0.6.2 \ + yoke-0.8.1 \ + yoke-derive-0.8.1 \ + zerocopy-0.8.33 \ + zerocopy-derive-0.8.33 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zeroize-1.8.2 \ + zerotrie-0.2.3 \ + zerovec-0.11.5 \ + zerovec-derive-0.11.2 OPENSSLINC= /usr/include OPENSSLLIB= /usr/lib diff --git a/math/fend/distinfo b/math/fend/distinfo index 2557759f45b5..cd0872f9da70 100644 --- a/math/fend/distinfo +++ b/math/fend/distinfo @@ -1,195 +1,449 @@ -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 = 1769389419 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 +SHA256 (rust/crates/aws-lc-rs-1.15.4.crate) = 7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256 +SIZE (rust/crates/aws-lc-rs-1.15.4.crate) = 218620 +SHA256 (rust/crates/aws-lc-sys-0.37.0.crate) = 5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a +SIZE (rust/crates/aws-lc-sys-0.37.0.crate) = 9589032 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/bitflags-2.10.0.crate) = 812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3 +SIZE (rust/crates/bitflags-2.10.0.crate) = 48427 +SHA256 (rust/crates/bumpalo-3.19.1.crate) = 5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510 +SIZE (rust/crates/bumpalo-3.19.1.crate) = 96477 +SHA256 (rust/crates/bytes-1.11.0.crate) = b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3 +SIZE (rust/crates/bytes-1.11.0.crate) = 78391 +SHA256 (rust/crates/cc-1.2.54.crate) = 6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583 +SIZE (rust/crates/cc-1.2.54.crate) = 93609 +SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c +SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 +SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 +SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 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/clipboard-win-5.4.1.crate) = bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4 +SIZE (rust/crates/clipboard-win-5.4.1.crate) = 20994 +SHA256 (rust/crates/cmake-0.1.57.crate) = 75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d +SIZE (rust/crates/cmake-0.1.57.crate) = 20376 +SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd +SIZE (rust/crates/combine-4.6.7.crate) = 134808 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/dunce-1.0.5.crate) = 92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813 +SIZE (rust/crates/dunce-1.0.5.crate) = 8244 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.14.crate) = 39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb +SIZE (rust/crates/errno-0.3.14.crate) = 12002 +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/find-msvc-tools-0.1.8.crate) = 8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db +SIZE (rust/crates/find-msvc-tools-0.1.8.crate) = 31151 +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/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/form_urlencoded-1.2.2.crate) = cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf +SIZE (rust/crates/form_urlencoded-1.2.2.crate) = 9347 +SHA256 (rust/crates/fs_extra-1.3.0.crate) = 42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c +SIZE (rust/crates/fs_extra-1.3.0.crate) = 31298 +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.17.crate) = ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0 +SIZE (rust/crates/getrandom-0.2.17.crate) = 40780 +SHA256 (rust/crates/getrandom-0.3.4.crate) = 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd +SIZE (rust/crates/getrandom-0.3.4.crate) = 50932 +SHA256 (rust/crates/h2-0.4.13.crate) = 2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54 +SIZE (rust/crates/h2-0.4.13.crate) = 176861 +SHA256 (rust/crates/hashbrown-0.16.1.crate) = 841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100 +SIZE (rust/crates/hashbrown-0.16.1.crate) = 147785 +SHA256 (rust/crates/http-1.4.0.crate) = e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a +SIZE (rust/crates/http-1.4.0.crate) = 106978 +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.8.1.crate) = 2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11 +SIZE (rust/crates/hyper-1.8.1.crate) = 157353 +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.19.crate) = 727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f +SIZE (rust/crates/hyper-util-0.1.19.crate) = 112744 +SHA256 (rust/crates/icu_collections-2.1.1.crate) = 4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43 +SIZE (rust/crates/icu_collections-2.1.1.crate) = 87233 +SHA256 (rust/crates/icu_locale_core-2.1.1.crate) = edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6 +SIZE (rust/crates/icu_locale_core-2.1.1.crate) = 70876 +SHA256 (rust/crates/icu_normalizer-2.1.1.crate) = 5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599 +SIZE (rust/crates/icu_normalizer-2.1.1.crate) = 67132 +SHA256 (rust/crates/icu_normalizer_data-2.1.1.crate) = 7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a +SIZE (rust/crates/icu_normalizer_data-2.1.1.crate) = 68649 +SHA256 (rust/crates/icu_properties-2.1.2.crate) = 020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec +SIZE (rust/crates/icu_properties-2.1.2.crate) = 60136 +SHA256 (rust/crates/icu_properties_data-2.1.2.crate) = 616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af +SIZE (rust/crates/icu_properties_data-2.1.2.crate) = 163057 +SHA256 (rust/crates/icu_provider-2.1.1.crate) = 85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614 +SIZE (rust/crates/icu_provider-2.1.1.crate) = 50907 +SHA256 (rust/crates/idna-1.1.0.crate) = 3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de +SIZE (rust/crates/idna-1.1.0.crate) = 148747 +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.13.0.crate) = 7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017 +SIZE (rust/crates/indexmap-2.13.0.crate) = 102206 +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.10.crate) = c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a +SIZE (rust/crates/iri-string-0.7.10.crate) = 146126 +SHA256 (rust/crates/itoa-1.0.17.crate) = 92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2 +SIZE (rust/crates/itoa-1.0.17.crate) = 15905 +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.34.crate) = 9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33 +SIZE (rust/crates/jobserver-0.1.34.crate) = 29013 +SHA256 (rust/crates/js-sys-0.3.85.crate) = 8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3 +SIZE (rust/crates/js-sys-0.3.85.crate) = 56436 +SHA256 (rust/crates/libc-0.2.180.crate) = bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc +SIZE (rust/crates/libc-0.2.180.crate) = 812207 +SHA256 (rust/crates/linux-raw-sys-0.11.0.crate) = df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039 +SIZE (rust/crates/linux-raw-sys-0.11.0.crate) = 2659624 +SHA256 (rust/crates/litemap-0.8.1.crate) = 6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77 +SIZE (rust/crates/litemap-0.8.1.crate) = 34172 +SHA256 (rust/crates/log-0.4.29.crate) = 5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897 +SIZE (rust/crates/log-0.4.29.crate) = 51515 +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.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 +SIZE (rust/crates/memchr-2.7.6.crate) = 97616 +SHA256 (rust/crates/mio-1.1.1.crate) = a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc +SIZE (rust/crates/mio-1.1.1.crate) = 105630 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/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/openssl-0.10.75.crate) = 08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328 +SIZE (rust/crates/openssl-0.10.75.crate) = 288136 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-probe-0.2.1.crate) = 7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe +SIZE (rust/crates/openssl-probe-0.2.1.crate) = 9155 +SHA256 (rust/crates/openssl-sys-0.9.111.crate) = 82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321 +SIZE (rust/crates/openssl-sys-0.9.111.crate) = 80871 +SHA256 (rust/crates/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 +SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 +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.4.crate) = b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77 +SIZE (rust/crates/potential_utf-0.1.4.crate) = 9514 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/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d -SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/proc-macro2-1.0.106.crate) = 8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934 +SIZE (rust/crates/proc-macro2-1.0.106.crate) = 59765 +SHA256 (rust/crates/quinn-0.11.9.crate) = b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20 +SIZE (rust/crates/quinn-0.11.9.crate) = 83606 +SHA256 (rust/crates/quinn-proto-0.11.13.crate) = f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31 +SIZE (rust/crates/quinn-proto-0.11.13.crate) = 243837 +SHA256 (rust/crates/quinn-udp-0.5.14.crate) = addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd +SIZE (rust/crates/quinn-udp-0.5.14.crate) = 33436 +SHA256 (rust/crates/quote-1.0.44.crate) = 21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4 +SIZE (rust/crates/quote-1.0.44.crate) = 31629 +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.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 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/rand_core-0.9.5.crate) = 76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c +SIZE (rust/crates/rand_core-0.9.5.crate) = 24129 +SHA256 (rust/crates/reqwest-0.13.1.crate) = 04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62 +SIZE (rust/crates/reqwest-0.13.1.crate) = 158118 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/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/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d +SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 +SHA256 (rust/crates/rustix-1.1.3.crate) = 146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34 +SIZE (rust/crates/rustix-1.1.3.crate) = 423447 +SHA256 (rust/crates/rustls-0.23.36.crate) = c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b +SIZE (rust/crates/rustls-0.23.36.crate) = 374313 +SHA256 (rust/crates/rustls-native-certs-0.8.3.crate) = 612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63 +SIZE (rust/crates/rustls-native-certs-0.8.3.crate) = 30380 +SHA256 (rust/crates/rustls-pki-types-1.14.0.crate) = be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd +SIZE (rust/crates/rustls-pki-types-1.14.0.crate) = 35403 +SHA256 (rust/crates/rustls-platform-verifier-0.6.2.crate) = 1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784 +SIZE (rust/crates/rustls-platform-verifier-0.6.2.crate) = 58924 +SHA256 (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f +SIZE (rust/crates/rustls-platform-verifier-android-0.1.1.crate) = 13919 +SHA256 (rust/crates/rustls-webpki-0.103.9.crate) = d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53 +SIZE (rust/crates/rustls-webpki-0.103.9.crate) = 85813 +SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d +SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 +SHA256 (rust/crates/rustyline-17.0.2.crate) = e902948a25149d50edc1a8e0141aad50f54e22ba83ff988cf8f7c9ef07f50564 +SIZE (rust/crates/rustyline-17.0.2.crate) = 121599 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/schannel-0.1.28.crate) = 891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1 +SIZE (rust/crates/schannel-0.1.28.crate) = 42312 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-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/security-framework-3.5.1.crate) = b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef +SIZE (rust/crates/security-framework-3.5.1.crate) = 89937 +SHA256 (rust/crates/security-framework-sys-2.15.0.crate) = cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0 +SIZE (rust/crates/security-framework-sys-2.15.0.crate) = 20718 +SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e +SIZE (rust/crates/serde-1.0.228.crate) = 83652 +SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad +SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 +SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 +SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 +SHA256 (rust/crates/serde_spanned-1.0.4.crate) = f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776 +SIZE (rust/crates/serde_spanned-1.0.4.crate) = 11032 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/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 -SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/signal-hook-registry-1.4.8.crate) = c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b +SIZE (rust/crates/signal-hook-registry-1.4.8.crate) = 21668 +SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 +SIZE (rust/crates/slab-0.4.11.crate) = 18549 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/socket2-0.6.2.crate) = 86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0 +SIZE (rust/crates/socket2-0.6.2.crate) = 58621 +SHA256 (rust/crates/stable_deref_trait-1.2.1.crate) = 6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596 +SIZE (rust/crates/stable_deref_trait-1.2.1.crate) = 8186 +SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 +SIZE (rust/crates/subtle-2.6.1.crate) = 14562 +SHA256 (rust/crates/syn-2.0.114.crate) = d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a +SIZE (rust/crates/syn-2.0.114.crate) = 304636 +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.24.0.crate) = 655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c +SIZE (rust/crates/tempfile-3.24.0.crate) = 40849 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-2.0.18.crate) = 4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4 +SIZE (rust/crates/thiserror-2.0.18.crate) = 28875 +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.18.crate) = ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5 +SIZE (rust/crates/thiserror-impl-2.0.18.crate) = 21413 +SHA256 (rust/crates/tinystr-0.8.2.crate) = 42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869 +SIZE (rust/crates/tinystr-0.8.2.crate) = 23942 +SHA256 (rust/crates/tinyvec-1.10.0.crate) = bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa +SIZE (rust/crates/tinyvec-1.10.0.crate) = 51996 +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.49.0.crate) = 72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86 +SIZE (rust/crates/tokio-1.49.0.crate) = 857029 +SHA256 (rust/crates/tokio-macros-2.6.0.crate) = af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5 +SIZE (rust/crates/tokio-macros-2.6.0.crate) = 16505 +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.4.crate) = 1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61 +SIZE (rust/crates/tokio-rustls-0.26.4.crate) = 35430 +SHA256 (rust/crates/tokio-util-0.7.18.crate) = 9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098 +SIZE (rust/crates/tokio-util-0.7.18.crate) = 140550 +SHA256 (rust/crates/toml-0.9.11+spec-1.1.0.crate) = f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46 +SIZE (rust/crates/toml-0.9.11+spec-1.1.0.crate) = 56484 +SHA256 (rust/crates/toml_datetime-0.7.5+spec-1.1.0.crate) = 92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347 +SIZE (rust/crates/toml_datetime-0.7.5+spec-1.1.0.crate) = 17975 +SHA256 (rust/crates/toml_parser-1.0.6+spec-1.1.0.crate) = a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44 +SIZE (rust/crates/toml_parser-1.0.6+spec-1.1.0.crate) = 34897 +SHA256 (rust/crates/toml_writer-1.0.6+spec-1.1.0.crate) = ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607 +SIZE (rust/crates/toml_writer-1.0.6+spec-1.1.0.crate) = 17187 +SHA256 (rust/crates/tower-0.5.3.crate) = ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4 +SIZE (rust/crates/tower-0.5.3.crate) = 110488 +SHA256 (rust/crates/tower-http-0.6.8.crate) = d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8 +SIZE (rust/crates/tower-http-0.6.8.crate) = 135827 +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.44.crate) = 63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100 +SIZE (rust/crates/tracing-0.1.44.crate) = 463135 +SHA256 (rust/crates/tracing-core-0.1.36.crate) = db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a +SIZE (rust/crates/tracing-core-0.1.36.crate) = 63967 +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.22.crate) = 9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5 +SIZE (rust/crates/unicode-ident-1.0.22.crate) = 47919 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.2.crate) = b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254 +SIZE (rust/crates/unicode-width-0.2.2.crate) = 282768 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/url-2.5.8.crate) = ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed +SIZE (rust/crates/url-2.5.8.crate) = 86512 +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/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-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/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 -SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 +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/wasip2-1.0.2+wasi-0.2.9.crate) = 9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5 +SIZE (rust/crates/wasip2-1.0.2+wasi-0.2.9.crate) = 129778 +SHA256 (rust/crates/wasm-bindgen-0.2.108.crate) = 64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566 +SIZE (rust/crates/wasm-bindgen-0.2.108.crate) = 49120 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.58.crate) = 70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f +SIZE (rust/crates/wasm-bindgen-futures-0.4.58.crate) = 17188 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.108.crate) = 008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608 +SIZE (rust/crates/wasm-bindgen-macro-0.2.108.crate) = 9283 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.108.crate) = 5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.108.crate) = 49855 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.108.crate) = 1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12 +SIZE (rust/crates/wasm-bindgen-shared-0.2.108.crate) = 10121 +SHA256 (rust/crates/web-sys-0.3.85.crate) = 312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598 +SIZE (rust/crates/web-sys-0.3.85.crate) = 645049 +SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb +SIZE (rust/crates/web-time-1.1.0.crate) = 18026 +SHA256 (rust/crates/webpki-root-certs-1.0.5.crate) = 36a29fc0408b113f68cf32637857ab740edfafdf460c326cd2afaa2d84cc05dc +SIZE (rust/crates/webpki-root-certs-1.0.5.crate) = 165076 +SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 +SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 +SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 +SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 +SHA256 (rust/crates/windows-registry-0.6.1.crate) = 02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720 +SIZE (rust/crates/windows-registry-0.6.1.crate) = 13358 +SHA256 (rust/crates/windows-result-0.4.1.crate) = 7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5 +SIZE (rust/crates/windows-result-0.4.1.crate) = 13381 +SHA256 (rust/crates/windows-strings-0.5.1.crate) = 7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091 +SIZE (rust/crates/windows-strings-0.5.1.crate) = 13966 +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-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 +SHA256 (rust/crates/windows-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc +SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 +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-targets-0.53.5.crate) = 4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3 +SIZE (rust/crates/windows-targets-0.53.5.crate) = 7126 +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_gnullvm-0.53.1.crate) = a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = 787748 +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_aarch64_msvc-0.53.1.crate) = b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006 +SIZE (rust/crates/windows_aarch64_msvc-0.53.1.crate) = 838009 +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_gnu-0.53.1.crate) = 960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3 +SIZE (rust/crates/windows_i686_gnu-0.53.1.crate) = 939775 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.1.crate) = fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c +SIZE (rust/crates/windows_i686_gnullvm-0.53.1.crate) = 857396 +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_i686_msvc-0.53.1.crate) = 1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2 +SIZE (rust/crates/windows_i686_msvc-0.53.1.crate) = 907688 +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_gnu-0.53.1.crate) = 9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499 +SIZE (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 903712 +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_gnullvm-0.53.1.crate) = 0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 787739 +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.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.1.crate) = d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650 +SIZE (rust/crates/windows_x86_64_msvc-0.53.1.crate) = 837950 +SHA256 (rust/crates/winnow-0.7.14.crate) = 5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829 +SIZE (rust/crates/winnow-0.7.14.crate) = 184718 +SHA256 (rust/crates/wit-bindgen-0.51.0.crate) = d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5 +SIZE (rust/crates/wit-bindgen-0.51.0.crate) = 68035 +SHA256 (rust/crates/writeable-0.6.2.crate) = 9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9 +SIZE (rust/crates/writeable-0.6.2.crate) = 25181 +SHA256 (rust/crates/yoke-0.8.1.crate) = 72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954 +SIZE (rust/crates/yoke-0.8.1.crate) = 32016 +SHA256 (rust/crates/yoke-derive-0.8.1.crate) = b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d +SIZE (rust/crates/yoke-derive-0.8.1.crate) = 7593 +SHA256 (rust/crates/zerocopy-0.8.33.crate) = 668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd +SIZE (rust/crates/zerocopy-0.8.33.crate) = 271917 +SHA256 (rust/crates/zerocopy-derive-0.8.33.crate) = 2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1 +SIZE (rust/crates/zerocopy-derive-0.8.33.crate) = 100877 +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.2.crate) = b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0 +SIZE (rust/crates/zeroize-1.8.2.crate) = 20907 +SHA256 (rust/crates/zerotrie-0.2.3.crate) = 2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851 +SIZE (rust/crates/zerotrie-0.2.3.crate) = 69547 +SHA256 (rust/crates/zerovec-0.11.5.crate) = 6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002 +SIZE (rust/crates/zerovec-0.11.5.crate) = 119620 +SHA256 (rust/crates/zerovec-derive-0.11.2.crate) = eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3 +SIZE (rust/crates/zerovec-derive-0.11.2.crate) = 21421 +SHA256 (printfn-fend-v1.5.8_GH0.tar.gz) = 2c53922b83b693c852581942ddcf8e02e1bcd691f30c00e8066cdd6ab2070b86 +SIZE (printfn-fend-v1.5.8_GH0.tar.gz) = 232921 diff --git a/math/flexiblas/Makefile b/math/flexiblas/Makefile index 9f21632def84..8f44ea07b0cd 100644 --- a/math/flexiblas/Makefile +++ b/math/flexiblas/Makefile @@ -1,5 +1,5 @@ PORTNAME= flexiblas -PORTVERSION= 3.4.5 +PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v CATEGORIES= math #MASTER_SITES= https://csc.mpi-magdeburg.mpg.de/mpcsc/software/flexiblas/ diff --git a/math/flexiblas/distinfo b/math/flexiblas/distinfo index 80a948befa0e..08cc36447f64 100644 --- a/math/flexiblas/distinfo +++ b/math/flexiblas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742745631 -SHA256 (flexiblas-release-v3.4.5.tar.bz2) = 6f64437ebe35722ff953e6041c1416ed6aff49de087acb937cd59c0426d296ff -SIZE (flexiblas-release-v3.4.5.tar.bz2) = 42932141 +TIMESTAMP = 1761648685 +SHA256 (flexiblas-release-v3.5.0.tar.bz2) = f7e5184196f35b8956202cd7b94750cf349cf4d76216b890ec75e3431e44b747 +SIZE (flexiblas-release-v3.5.0.tar.bz2) = 82678136 diff --git a/math/flexiblas/pkg-plist b/math/flexiblas/pkg-plist index 9814e88e83ea..8f46345364c7 100644 --- a/math/flexiblas/pkg-plist +++ b/math/flexiblas/pkg-plist @@ -15,11 +15,19 @@ include/flexiblas/flexiblas_dummy_cblas.h include/flexiblas/flexiblas_dummy_fortran.h include/flexiblas/flexiblas_fortran_char_len.h include/flexiblas/flexiblas_fortran_mangle.h +include/flexiblas/flexiblas_hook_structure.h include/flexiblas/flexiblas_mgmt.h include/flexiblas/flexiblas_real_calls.h include/flexiblas/flexiblas_real_cblas_calls.h include/flexiblas/flexiblas_real_lapack.h +include/flexiblas/flexiblas_real_lapacke.h include/flexiblas/lapack.h +include/flexiblas/lapack_f77.h +include/flexiblas/lapacke.h +include/flexiblas/lapacke_64.h +include/flexiblas/lapacke_config.h +include/flexiblas/lapacke_mangling.h +include/flexiblas/lapacke_utils.h %%ATLAS%%lib/flexiblas/libflexiblas_atlas.so lib/flexiblas/libflexiblas_blispthread.so lib/flexiblas/libflexiblas_fallback_lapack.so diff --git a/math/flint/Makefile b/math/flint/Makefile index 652cd8119eca..06888de4f74e 100644 --- a/math/flint/Makefile +++ b/math/flint/Makefile @@ -1,5 +1,5 @@ PORTNAME= flint -DISTVERSION= 3.2.0 +DISTVERSION= 3.3.1 CATEGORIES= math MASTER_SITES= http://www.flintlib.org/download/ @@ -45,8 +45,8 @@ MAKE_ENV+= VERBOSE=1 MAKE_ARGS+= VERBOSE=1 post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libflint.so.20.0.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libflint.so.21.0.0 -# tests as of 3.2.0: All tests passed. +# tests as of 3.3.1: All tests passed. .include <bsd.port.mk> diff --git a/math/flint/distinfo b/math/flint/distinfo index 91a90dc16a1a..73745c05e495 100644 --- a/math/flint/distinfo +++ b/math/flint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741882945 -SHA256 (flint-3.2.0.tar.gz) = 6d182c4a05d3d6bfc611565d6331d02f94066a3be32df36ed880264afa9c30f4 -SIZE (flint-3.2.0.tar.gz) = 8384561 +TIMESTAMP = 1757637266 +SHA256 (flint-3.3.1.tar.gz) = 64d70e513076cfa971e0410b58c1da5d35112913e9a56b44e2c681b459d3eafb +SIZE (flint-3.3.1.tar.gz) = 8400253 diff --git a/math/flint/pkg-plist b/math/flint/pkg-plist index b293f9f6d6b5..54ce9b9d01cb 100644 --- a/math/flint/pkg-plist +++ b/math/flint/pkg-plist @@ -174,6 +174,6 @@ include/flint/thread_pool.h include/flint/thread_support.h include/flint/ulong_extras.h lib/libflint.so -lib/libflint.so.20 -lib/libflint.so.20.0.0 +lib/libflint.so.21 +lib/libflint.so.21.0.0 libdata/pkgconfig/flint.pc diff --git a/math/flopc++/Makefile b/math/flopc++/Makefile index 35675ff95920..a8e89722e884 100644 --- a/math/flopc++/Makefile +++ b/math/flopc++/Makefile @@ -6,7 +6,7 @@ PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org COMMENT= Library for solving Linear Optimization Problems in C++ -WWW= https://projects.coin-or.org/FlopC++ +WWW= https://github.com/coin-or/FlopCpp LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/flopc++/pkg-descr b/math/flopc++/pkg-descr index beb0823327cb..a1b024ba1013 100644 --- a/math/flopc++/pkg-descr +++ b/math/flopc++/pkg-descr @@ -1,2 +1,9 @@ -FlopC++ is an open source algebraic modelling language implemented as a C++ -class library. +FlopC++ is an open-source algebraic modeling language implemented as a C++ +class library. It is a part of the COIN-OR project and allows users to +formulate linear optimization problems (LP/MIP) in a declarative style +directly within a C++ program, similar to established algebraic modeling +languages like GAMS and AMPL. + +To achieve independence from specific solvers, FlopC++ utilizes the COIN +Open Solver Interface (OSI). This allows it to be linked with any solver +that has an OSI interface, such as CLP, CPLEX, GLPK, and XPRESS-MP. diff --git a/math/form/Makefile b/math/form/Makefile index 24c178d81e13..0b6055a87023 100644 --- a/math/form/Makefile +++ b/math/form/Makefile @@ -1,21 +1,21 @@ PORTNAME= form -DISTVERSIONPREFIX= v -DISTVERSION= 4.3.1 -PORTREVISION= 1 +DISTVERSION= 5.0.0 CATEGORIES= math +MASTER_SITES= https://github.com/form-dev/form/releases/download/v${DISTVERSION}/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Symbolic Manipulation System -WWW= https://www.nikhef.nl/~form/ +WWW= https://www.nikhef.nl/~form/ \ + https://github.com/form-dev/form LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgmp.so:math/gmp +LIB_DEPENDS= libgmp.so:math/gmp \ + libmpfr.so:math/mpfr \ + libzstd.so:archivers/zstd USES= autoreconf gmake localbase -USE_GITHUB= yes -GH_ACCOUNT= vermaseren GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-native \ diff --git a/math/form/distinfo b/math/form/distinfo index 9c32e83324f1..2aa8d0431803 100644 --- a/math/form/distinfo +++ b/math/form/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1681277568 -SHA256 (vermaseren-form-v4.3.1_GH0.tar.gz) = c32bb45e3c52ecdfe1ea5bf8cca289bb5e9c7841af24eb971a3f30d886ac60b7 -SIZE (vermaseren-form-v4.3.1_GH0.tar.gz) = 1288306 +TIMESTAMP = 1769779175 +SHA256 (form-5.0.0.tar.gz) = 10d22acf2f0acf831b494e6a73682828980b9054ea8ec2b5dc46677dca8d6518 +SIZE (form-5.0.0.tar.gz) = 1741391 diff --git a/math/form/files/patch-configure.ac b/math/form/files/patch-configure.ac index 30b228134f2d..0e383408c7d6 100644 --- a/math/form/files/patch-configure.ac +++ b/math/form/files/patch-configure.ac @@ -1,20 +1,11 @@ ---- configure.ac.orig 2022-11-15 09:35:49 UTC +--- configure.ac.orig 2026-01-27 09:44:03 UTC +++ configure.ac -@@ -768,8 +768,6 @@ AC_DEFUN([AX_HANDLE_EXTRA_WARNING], - [$1="$$1 -Wno-misleading-indentation"]) - # Too many false positives. - # See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88443 -- AX_CHECK_COMPILE_FLAG([-Wno-stringop-overflow], -- [$1="$$1 -Wno-stringop-overflow"]) - fi[]dnl - ]) - -@@ -780,7 +778,7 @@ if test "$my_test_COMPILEFLAGS" != set; then - COMPILEFLAGS="-Wall -Wextra -Wpadded" +@@ -938,7 +938,7 @@ if test "$my_test_COMPILEFLAGS" != set; then + COMPILEFLAGS="-Wall -Wextra" AX_HANDLE_EXTRA_WARNING([COMPILEFLAGS]) # Enable optimizations. - COMPILEFLAGS="$COMPILEFLAGS -O3" + COMPILEFLAGS="$COMPILEFLAGS" - if test "x$enable_profile" != xgprof; then - # -pg conflicts with -fomit-frame-pointer. - COMPILEFLAGS="$COMPILEFLAGS -fomit-frame-pointer" + if test "x$enable_backtrace" = xyes; then + # Keep symbols and frame pointers for easier debugging. + COMPILEFLAGS="$COMPILEFLAGS -g -fno-omit-frame-pointer" diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 722888c52516..928ae503d7f0 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -1,7 +1,7 @@ PORTNAME= freefem++ DISTVERSIONPREFIX= v DISTVERSION= 4.14 -PORTREVISION= 9 +PORTREVISION= 11 CATEGORIES= math science MAINTAINER= yuri@FreeBSD.org diff --git a/math/frobby/Makefile b/math/frobby/Makefile index 5bc61f13eb0f..d600f48be759 100644 --- a/math/frobby/Makefile +++ b/math/frobby/Makefile @@ -1,13 +1,9 @@ PORTNAME= frobby DISTVERSIONPREFIX= v -DISTVERSION= 0.9.5 -PORTREVISION= 3 +DISTVERSION= 0.9.7 CATEGORIES= math -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 5b9e4ac4057f5693f53c321eeb5bfb387f6b69fb.patch:-p1 - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jishanalam9128@gmail.com COMMENT= Software system and project for computations with monomial ideals WWW= https://github.com/Macaulay2/frobby @@ -20,7 +16,6 @@ USES= gmake localbase:ldflags shebangfix USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= Macaulay2 - USE_LDCONFIG= yes SHEBANG_FILES= test/latticeFormats/runtest* test/runSplitTests test/runTests \ @@ -34,29 +29,18 @@ OPTIONS_DEFINE= DOCS LIBDOCS STATIC TEST OPTIONS_DEFAULT= STATIC OPTIONS_SUB= yes LIBDOCS_DESC= Build and install documentation for frobby library -DOCS_BUILD_DEPENDS= dvips:print/tex-dvipsk \ - latex:print/tex-formats -LIBDOCS_BUILD_DEPENDS= doxygen:devel/doxygen \ - dvips:print/tex-dvipsk \ - epstopdf:print/texlive-base \ - latex:print/tex-formats +DOCS_USES= tex +DOCS_USE= TEX=dvipsk:build,latex:build +LIBDOCS_BUILD_DEPENDS= doxygen:devel/doxygen +LIBDOCS_USES= tex +LIBDOCS_USE= TEX=base:build,dvipsk:build,latex:build TEST_BUILD_DEPENDS= bash:shells/bash -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSTATIC} -PLIST_SUB+= LIBRARY="" \ - NO_LIBRARY="@comment " -.else -PLIST_SUB+= LIBRARY="@comment " \ - NO_LIBRARY="" -.endif - # The following variables should be defined to the same values # that can be found in ${WRKSRC}/Makefile FROBBY_SOVERSION= 1 FROBBY_AGE= 0 -FROBBY_REVISION= 0 +FROBBY_REVISION= 2 FROBBY_VERSION= ${FROBBY_SOVERSION}.${FROBBY_AGE}.${FROBBY_REVISION} do-build-DOCS-on: @@ -78,24 +62,23 @@ post-build-TEST-on: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/release/frobby ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/frobby.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_LIB} ${WRKSRC}/bin/libfrobby.so.${FROBBY_VERSION} ${STAGEDIR}${PREFIX}/lib/libfrobby.so.${FROBBY_VERSION} - cd ${STAGEDIR}${PREFIX}/lib && \ - ${RLN} libfrobby.so.${FROBBY_VERSION} ${STAGEDIR}${PREFIX}/lib/libfrobby.so && \ - ${RLN} libfrobby.so.${FROBBY_VERSION} ${STAGEDIR}${PREFIX}/lib/libfrobby.so.${FROBBY_SOVERSION} - -do-install-STATIC-on: - ${INSTALL_DATA} ${WRKSRC}/src/frobby.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/bin/libfrobby.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_LIB} ${WRKSRC}/bin/libfrobby.so.${FROBBY_VERSION} ${STAGEDIR}${PREFIX}/lib + ${RLN} ${STAGEDIR}${PREFIX}/lib/libfrobby.so.${FROBBY_VERSION} \ + ${STAGEDIR}${PREFIX}/lib/libfrobby.so + ${RLN} ${STAGEDIR}${PREFIX}/lib/libfrobby.so.${FROBBY_VERSION} \ + ${STAGEDIR}${PREFIX}/lib/libfrobby.so.${FROBBY_SOVERSION} do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/bin/manual.ps ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/bin/manual.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/bin/manual.ps \ + ${WRKSRC}/bin/manual.pdf ${STAGEDIR}${DOCSDIR} do-install-LIBDOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/bin/develDoc/develDoc.ps ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/bin/develDoc/develDoc.pdf ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/bin/develDoc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/bin/develDoc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/bin/develDoc/develDoc.ps \ + ${WRKSRC}/bin/develDoc/develDoc.pdf ${STAGEDIR}${DOCSDIR} + +do-install-STATIC-on: + ${INSTALL_DATA} ${WRKSRC}/bin/libfrobby.a ${STAGEDIR}${PREFIX}/lib .include <bsd.port.mk> diff --git a/math/frobby/distinfo b/math/frobby/distinfo index baea1d47e62c..2960d37d37d4 100644 --- a/math/frobby/distinfo +++ b/math/frobby/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1650972050 -SHA256 (Macaulay2-frobby-v0.9.5_GH0.tar.gz) = 714c33c4f68e86d82062d7a42ad42c581d4b4c60d6a73ee1836ba1be7f985eb3 -SIZE (Macaulay2-frobby-v0.9.5_GH0.tar.gz) = 878560 -SHA256 (5b9e4ac4057f5693f53c321eeb5bfb387f6b69fb.patch) = 34f9e4d21b3733f549bf35ec8562a5a316a50251fac23c577c750db45d6f764a -SIZE (5b9e4ac4057f5693f53c321eeb5bfb387f6b69fb.patch) = 1747 +TIMESTAMP = 1768311153 +SHA256 (Macaulay2-frobby-v0.9.7_GH0.tar.gz) = f06da1182a7196165882b22e0b8be3fcba6a9b83807052b033e8e1379ed15aee +SIZE (Macaulay2-frobby-v0.9.7_GH0.tar.gz) = 881097 diff --git a/math/frobby/files/patch-Makefile b/math/frobby/files/patch-Makefile index b75c2d92e306..ee989867c50d 100644 --- a/math/frobby/files/patch-Makefile +++ b/math/frobby/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2022-05-03 16:32:53 UTC +--- Makefile.orig 2026-01-09 18:30:01 UTC +++ Makefile -@@ -107,7 +107,6 @@ ifeq ($(MODE), release) +@@ -106,7 +106,6 @@ ifeq ($(MODE), release) MATCH=false ifeq ($(MODE), release) outdir = bin/release/ @@ -8,7 +8,7 @@ MATCH=true endif ifeq ($(MODE), debug) -@@ -119,13 +118,13 @@ ifeq ($(MODE), shared) +@@ -118,13 +117,13 @@ ifeq ($(MODE), shared) endif ifeq ($(MODE), shared) outdir = bin/shared/ @@ -24,7 +24,7 @@ ldflags += -pg MATCH=true benchArgs = _profile $(FROBBYARGS) -@@ -306,11 +305,11 @@ develDocPdf: bin/develDoc/ +@@ -326,11 +325,11 @@ develDocPdf: bin/develDoc/ rm -rf bin/develDoc/latexPdf bin/develDoc/warningLog cat doc/doxygen.conf doc/doxPdf|doxygen - cd bin/develDoc/latexPdf; for f in `ls *.eps`; do epstopdf $$f; done # Cygwin fix diff --git a/math/frobby/pkg-plist b/math/frobby/pkg-plist index dc46a698510c..d73789e30b4e 100644 --- a/math/frobby/pkg-plist +++ b/math/frobby/pkg-plist @@ -1,104 +1,677 @@ bin/frobby +include/frobby.h +%%STATIC%%lib/libfrobby.a lib/libfrobby.so lib/libfrobby.so.1 -lib/libfrobby.so.1.0.0 -%%DOCS%%%%DOCSDIR%%/manual.pdf -%%DOCS%%%%DOCSDIR%%/manual.ps +lib/libfrobby.so.1.0.2 %%LIBDOCS%%%%DOCSDIR%%/develDoc.pdf %%LIBDOCS%%%%DOCSDIR%%/develDoc.ps -%%LIBDOCS%%%%DOCSDIR%%/html/Action_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Action_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Action_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Action_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/ActionPrinter_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/ActionPrinter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/ActionPrinter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ActionPrinter_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/ActionPrinter_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/AlexanderDualAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ActionPrinter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Action_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Action_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Action_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Action_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/AlexanderDualAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/AlexanderDualAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/AlexanderDualAction_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/AlexanderDualAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/all_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/all_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/AnalyzeAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/AlexanderDualAction_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/AnalyzeAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/AnalyzeAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/AnalyzeAction_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/AnalyzeAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/annotated.html -%%LIBDOCS%%%%DOCSDIR%%/html/Arena_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/AnalyzeAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ArenaTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/ArenaTest_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/Arena_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Arena_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Arena_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/Arena_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/ArenaTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ArenaTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/asserts_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/asserts_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/asserts_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/asserts_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/AssociatedPrimesAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Arena_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/AssociatedPrimesAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/AssociatedPrimesAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/AssociatedPrimesAction_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/AssociatedPrimesAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/bc_s.png -%%LIBDOCS%%%%DOCSDIR%%/html/bdwn.png -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiBaseCase_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/AssociatedPrimesAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigIdeal_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigIdeal_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigIdeal_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigIdeal_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigIntVector_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigIntVector_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigIntVector_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigIntVector_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigPolynomial_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigPolynomial_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigPolynomial_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigPolynomial_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigTermConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigTermConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigTermRecorder_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigTermRecorder_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigTermRecorder_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigTermRecorder_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiBaseCase_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiBaseCase_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiBaseCase_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiBaseCase_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiBaseCase_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiFacade_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiFacade_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiHilbertAlgorithm_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiFacade_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiHilbertAlgorithm_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiHilbertAlgorithm_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiHilbertAlgorithm_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiHilbertAlgorithm_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiParams_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiHilbertAlgorithm_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiParams_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiParams_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiParams_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiParams_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiPivotStrategy_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiParams_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiPivotStrategy_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiPivotStrategy_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiPivotStrategy_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiPivotStrategy_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiState_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiPivotStrategy_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiState_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigattiState_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiState_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BigattiState_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigIdeal_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigIdeal_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigIdeal_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigIdeal_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigIntVector_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigIntVector_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigIntVector_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigIntVector_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigPolynomial_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigPolynomial_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigPolynomial_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigPolynomial_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigTermConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigTermConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigTermRecorder_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigTermRecorder_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigTermRecorder_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/BigTermRecorder_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/BoolParameter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BigattiState_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BoolParameter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/BoolParameter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BoolParameter_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/BoolParameter_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/CanonicalCoefTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/BoolParameter_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/CanonicalCoefTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CanonicalCoefTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CanonicalCoefTermConsumer_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/CanonicalCoefTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/CanonicalTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CanonicalCoefTermConsumer_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/CanonicalTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CanonicalTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CanonicalTermConsumer_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/CanonicalTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/class____gnu__cxx_1_1hashtable-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/class____gnu__cxx_1_1hashtable.html +%%LIBDOCS%%%%DOCSDIR%%/html/CanonicalTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CliParams_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/CliParams_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CliParams_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/CliParams_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoCoA4IOHandler_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoCoA4IOHandler_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoCoA4IOHandler_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoCoA4IOHandler_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermRecorder_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermRecorder_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermRecorder_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermRecorder_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefTermConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefTermConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/CoefTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ColumnPrinter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/ColumnPrinter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ColumnPrinter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/ColumnPrinter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CommonParamsHelper_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/CommonParamsHelper_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CommonParamsHelper_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/CommonParamsHelper_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CommonParams_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/CommonParams_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CommonParams_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/CommonParams_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CountingIOHandler_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/CountingIOHandler_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/CountingIOHandler_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/CountingIOHandler_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DataType_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/DataType_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DataType_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/DataType_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DebugAllocator_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/DebugAllocator_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DebugAllocator_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/DebugAllocator_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DebugStrategy_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/DebugStrategy_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DebugStrategy_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/DebugStrategy_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DecomRecorder_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/DecomRecorder_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DecomRecorder_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/DecomRecorder_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Deformer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Deformer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Deformer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Deformer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DimensionAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/DimensionAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DimensionAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/DimensionAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusFacade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ElementDeleter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/ElementDeleter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ElementDeleter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/ElementDeleter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/EulerAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/EulerAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/EulerAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/EulerAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/EulerState_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/EulerState_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/EulerState_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/EulerState_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Facade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Facade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Facade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Facade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Fourti2IOHandler_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Fourti2IOHandler_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Fourti2IOHandler_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Fourti2IOHandler_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/FrobbyStringStream_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/FrobbyStringStream_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/FrobbyStringStream_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/FrobbyStringStream_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/FrobeniusAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/FrobeniusAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/FrobeniusAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/FrobeniusAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateDataFacade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateDataFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateDataFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateDataFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateFrobeniusAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateFrobeniusAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateFrobeniusAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateFrobeniusAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateIdealAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateIdealAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateIdealAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/GenerateIdealAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HashMap_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/HashMap_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HashPolynomial_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/HashPolynomial_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HashPolynomial_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/HashPolynomial_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HelpAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/HelpAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HelpAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/HelpAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertBasecase_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertBasecase_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertBasecase_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertBasecase_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertIndependenceConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertIndependenceConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertIndependenceConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertIndependenceConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertSlice_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertSlice_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertSlice_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertSlice_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertStrategy_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertStrategy_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertStrategy_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/HilbertStrategy_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOFacade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerCommon_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerCommon_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerCommon_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerCommon_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerImpl_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerImpl_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerImpl_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerImpl_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandler_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandler_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandler_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOHandler_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOParameters_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOParameters_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOParameters_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IOParameters_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealComparator_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealComparator_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealComparator_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealComparator_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealConsolidator_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealConsolidator_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealConsolidator_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealConsolidator_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealFacade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealFactory_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealFactory_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealFactory_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealFactory_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealOrderer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealOrderer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealOrderer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealOrderer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealTree_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealTree_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealTree_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealTree_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealWriter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealWriter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealWriter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IdealWriter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Ideal_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Ideal_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Ideal_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Ideal_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IndependenceSplitter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IndependenceSplitter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IndependenceSplitter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IndependenceSplitter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/InputConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/InputConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/InputConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/InputConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntegerParameter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntegerParameter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntegerParameter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntegerParameter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntersectFacade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntersectFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntersectFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntersectFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntersectionAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntersectionAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntersectionAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IntersectionAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleDecomAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleDecomAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleDecomAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleDecomAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleIdealSplitter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleIdealSplitter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleIdealSplitter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleIdealSplitter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAlgs_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAlgs_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAlgs_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAlgs_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAnalyzeAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAnalyzeAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAnalyzeAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAnalyzeAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFacade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFormatAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFormatAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFormatAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFormatAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibAlexanderDualTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibAlexanderDualTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibAssociatedPrimesTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibAssociatedPrimesTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibDimensionTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibDimensionTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibHilbertPoincareTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibHilbertPoincareTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibIrreducibleDecomTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibIrreducibleDecomTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibMaxStdTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibMaxStdTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibPrimaryDecomTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibPrimaryDecomTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibStdProgramTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibStdProgramTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibTest_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/LibTest_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LocalArray_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/LocalArray_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/LocalArray_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/LocalArray_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Macaulay2IOHandler_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Macaulay2IOHandler_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Macaulay2IOHandler_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Macaulay2IOHandler_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/MatrixTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/MatrixTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Matrix_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Matrix_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Matrix_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Matrix_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/MaximalStandardAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/MaximalStandardAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/MaximalStandardAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/MaximalStandardAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Minimizer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Minimizer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Minimizer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Minimizer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/MonosIOHandler_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/MonosIOHandler_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/MonosIOHandler_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/MonosIOHandler_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/MsmSlice_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/MsmSlice_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/MsmSlice_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/MsmSlice_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/MsmStrategy_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/MsmStrategy_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/MsmStrategy_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/MsmStrategy_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NameFactory_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/NameFactory_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NameFactory_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/NameFactory_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NewMonosIOHandler_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/NewMonosIOHandler_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NewMonosIOHandler_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/NewMonosIOHandler_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullCoefTermConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullCoefTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullCoefTermConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullCoefTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullIOHandler_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullIOHandler_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullIOHandler_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullIOHandler_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullTermConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullTermConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/NullTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ObjectCache_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/ObjectCache_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ObjectCache_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/ObjectCache_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptSliceParams_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptSliceParams_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategyTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategyTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategy_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategy_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategy_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategy_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ParameterGroup_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/ParameterGroup_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ParameterGroup_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/ParameterGroup_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Parameter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Parameter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Parameter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Parameter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Partition_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Partition_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Partition_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Partition_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PivotEulerAlg_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/PivotEulerAlg_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PivotEulerAlg_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/PivotEulerAlg_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PivotStrategy_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/PivotStrategy_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PivotStrategy_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/PivotStrategy_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolyTransformAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolyTransformAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolyTransformAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolyTransformAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolyWriter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolyWriter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolyWriter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolyWriter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialConsolidator_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialConsolidator_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialConsolidator_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialConsolidator_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFacade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFactory_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFactory_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFactory_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFactory_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Polynomial_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Polynomial_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Polynomial_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Polynomial_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PrimaryDecomAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/PrimaryDecomAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/PrimaryDecomAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/PrimaryDecomAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Projection_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Projection_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Projection_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Projection_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdealTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdealTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdeal_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdeal_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdeal_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdeal_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTermTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTermTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTerm_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTerm_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTerm_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTerm_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomIdeal_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomIdeal_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomIdeal_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomIdeal_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomRecorder_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomRecorder_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomRecorder_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomRecorder_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Scanner_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Scanner_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Scanner_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Scanner_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfFacade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfHilbertAlgorithm_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfHilbertAlgorithm_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfHilbertAlgorithm_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfHilbertAlgorithm_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfParams_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfParams_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfParams_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/ScarfParams_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SingularIOHandler_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SingularIOHandler_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SingularIOHandler_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SingularIOHandler_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SizeMaxIndepSetAlg_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SizeMaxIndepSetAlg_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SizeMaxIndepSetAlg_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SizeMaxIndepSetAlg_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceFacade_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceFacade_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceFacade_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceLikeParams_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceLikeParams_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceLikeParams_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceLikeParams_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceParameters_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceParameters_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceParameters_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceParameters_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceParams_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceParams_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceParams_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceParams_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategyCommon_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategyCommon_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategyCommon_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategyCommon_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategy_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategy_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategy_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategy_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Slice_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Slice_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Slice_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Slice_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SplitStrategy_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SplitStrategy_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SplitStrategy_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SplitStrategy_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SquareFreeIdeal_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/SquareFreeIdeal_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/SquareFreeIdeal_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/SquareFreeIdeal_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/StatisticsStrategy_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/StatisticsStrategy_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/StatisticsStrategy_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/StatisticsStrategy_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/StringParameter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/StringParameter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/StringParameter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/StringParameter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TaskEngine_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TaskEngine_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TaskEngine_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TaskEngine_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Task_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Task_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Task_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Task_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermExtra_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermExtra_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermExtra_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermExtra_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermGraderTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermGraderTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermGrader_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermGrader_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermGrader_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermGrader_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermIgnorer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermIgnorer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermPredicate_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermPredicate_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermPredicate_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermPredicate_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslatorTest_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslatorTest_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslator_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslator_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslator_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslator_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Term_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Term_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Term_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Term_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestCase_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestCase_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestCase_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestCase_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestQualifier_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestQualifier_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestQualifier_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestQualifier_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestRunner_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestRunner_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestRunner_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestRunner_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestSorter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestSorter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestSorter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestSorter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestSuite_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestSuite_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestSuite_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestSuite_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestVisitor_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestVisitor_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestVisitor_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TestVisitor_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Test_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Test_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Test_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Test_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Timer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/Timer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/Timer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/Timer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TotalDegreeCoefTermConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TotalDegreeCoefTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TotalDegreeCoefTermConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TotalDegreeCoefTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TransformAction_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TransformAction_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TransformAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TransformAction_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingCoefTermConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingCoefTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingCoefTermConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingCoefTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingTermConsumer_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingTermConsumer_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingTermConsumer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingTermConsumer_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/UniHashPolynomial_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/UniHashPolynomial_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/UniHashPolynomial_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/UniHashPolynomial_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/VarNames_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/VarNames_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/VarNames_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/VarNames_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/VarSorter_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/VarSorter_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/VarSorter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/VarSorter_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/all_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/all_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/annotated.html +%%LIBDOCS%%%%DOCSDIR%%/html/asserts_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/asserts_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/asserts_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/asserts_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/bc_s.png +%%LIBDOCS%%%%DOCSDIR%%/html/bc_sd.png +%%LIBDOCS%%%%DOCSDIR%%/html/bdwn.png %%LIBDOCS%%%%DOCSDIR%%/html/classAction-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classAction.html %%LIBDOCS%%%%DOCSDIR%%/html/classAction.png @@ -121,6 +694,20 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classAssociatedPrimesAction-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classAssociatedPrimesAction.html %%LIBDOCS%%%%DOCSDIR%%/html/classAssociatedPrimesAction.png +%%LIBDOCS%%%%DOCSDIR%%/html/classBigIdeal-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigIdeal.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigIdealComparator-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigIdealComparator.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigIntVector-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigIntVector.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigPolynomial-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigPolynomial.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermConsumer-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermConsumer.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermConsumer.png +%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermRecorder-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermRecorder.html +%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermRecorder.png %%LIBDOCS%%%%DOCSDIR%%/html/classBigattiBaseCase-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classBigattiBaseCase.html %%LIBDOCS%%%%DOCSDIR%%/html/classBigattiFacade-members.html @@ -136,20 +723,6 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classBigattiState-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classBigattiState.html %%LIBDOCS%%%%DOCSDIR%%/html/classBigattiState.png -%%LIBDOCS%%%%DOCSDIR%%/html/classBigIdeal-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigIdeal.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigIdealComparator-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigIdealComparator.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigIntVector-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigIntVector.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigPolynomial-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigPolynomial.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermConsumer-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermConsumer.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermConsumer.png -%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermRecorder-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermRecorder.html -%%LIBDOCS%%%%DOCSDIR%%/html/classBigTermRecorder.png %%LIBDOCS%%%%DOCSDIR%%/html/classBoolParameter-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classBoolParameter.html %%LIBDOCS%%%%DOCSDIR%%/html/classBoolParameter.png @@ -214,7 +787,6 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classEqualsPredicate-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classEqualsPredicate.html %%LIBDOCS%%%%DOCSDIR%%/html/classEqualsPredicate.png -%%LIBDOCS%%%%DOCSDIR%%/html/classes.html %%LIBDOCS%%%%DOCSDIR%%/html/classEulerAction-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classEulerAction.html %%LIBDOCS%%%%DOCSDIR%%/html/classEulerAction.png @@ -229,29 +801,29 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classFacade-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classFacade.html %%LIBDOCS%%%%DOCSDIR%%/html/classFacade.png -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1Ideal-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1Ideal.html -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1IdealConsumer-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1IdealConsumer.html -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1IdealConsumer.png -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1PolynomialConsumer-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1PolynomialConsumer.html -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1PolynomialConsumer.png %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyException-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyException.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyException.png -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyHash_3_01mpz__class_01_4-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyHash_3_01mpz__class_01_4.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyHash.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyHash_3_01Term_01_4-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyHash_3_01Term_01_4.html -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyHash.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyHash_3_01mpz__class_01_4-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyHash_3_01mpz__class_01_4.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyImpl_1_1FrobbyIdealHelper-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyImpl_1_1FrobbyIdealHelper.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyStringStream-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyStringStream.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyStringStream_1_1NotAnIntegerException-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyStringStream_1_1NotAnIntegerException.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyStringStream_1_1NotAnIntegerException.png -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyStringStream-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classFrobbyStringStream.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1Ideal-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1Ideal.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1IdealConsumer-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1IdealConsumer.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1IdealConsumer.png +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1PolynomialConsumer-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1PolynomialConsumer.html +%%LIBDOCS%%%%DOCSDIR%%/html/classFrobby_1_1PolynomialConsumer.png %%LIBDOCS%%%%DOCSDIR%%/html/classFrobeniusAction-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobeniusAction.html %%LIBDOCS%%%%DOCSDIR%%/html/classFrobeniusAction.png @@ -281,87 +853,57 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertAction.png %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertBasecase-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertBasecase.html -%%LIBDOCS%%%%DOCSDIR%%/html/classHilbertIndependenceConsumer_1_1RightConsumer-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classHilbertIndependenceConsumer_1_1RightConsumer.html -%%LIBDOCS%%%%DOCSDIR%%/html/classHilbertIndependenceConsumer_1_1RightConsumer.png %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertIndependenceConsumer-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertIndependenceConsumer.html %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertIndependenceConsumer.png +%%LIBDOCS%%%%DOCSDIR%%/html/classHilbertIndependenceConsumer_1_1RightConsumer-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classHilbertIndependenceConsumer_1_1RightConsumer.html +%%LIBDOCS%%%%DOCSDIR%%/html/classHilbertIndependenceConsumer_1_1RightConsumer.png %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertSlice-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertSlice.html %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertSlice.png %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertStrategy-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertStrategy.html %%LIBDOCS%%%%DOCSDIR%%/html/classHilbertStrategy.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIdeal_1_1ExponentAllocator-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdeal_1_1ExponentAllocator.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdeal-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdeal.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealComparator-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealComparator.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealConsolidator-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealConsolidator.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealConsolidator.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFacade-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFacade.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFacade.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFactory-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFactory.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealOrderer-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealOrderer.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealTree_1_1Node-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealTree_1_1Node.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealTree-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIdealTree.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIndependencePivotSplit-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIndependencePivotSplit.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIndependencePivotSplit.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIndependenceSplitter-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIndependenceSplitter.html -%%LIBDOCS%%%%DOCSDIR%%/html/classInputConsumer-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classInputConsumer.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIntegerParameter-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIntegerParameter.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIntegerParameter.png -%%LIBDOCS%%%%DOCSDIR%%/html/classInternalFrobbyException-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classInternalFrobbyException.html -%%LIBDOCS%%%%DOCSDIR%%/html/classInternalFrobbyException.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectFacade-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectFacade.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectFacade.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectionAction-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectionAction.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectionAction.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4IdealWriter-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4IdealWriter.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4IdealWriter.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIOFacade-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIOFacade.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIOFacade.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIOHandler-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIOHandler.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIOHandler.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIOParameters-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIOParameters.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIOParameters.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4IOHandler-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4IOHandler.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4IOHandler.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4IdealWriter-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4IdealWriter.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4IdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4PolyWriter-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4PolyWriter.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CoCoA4PolyWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CountingIOHandler-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CountingIOHandler.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1CountingIOHandler.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2IdealWriter-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2IdealWriter.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2IdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2IOHandler-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2IOHandler.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2IOHandler.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2IdealWriter-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2IdealWriter.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2IdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2PolyWriter-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2PolyWriter.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Fourti2PolyWriter.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IdealWriter-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IdealWriter.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IOHandlerCommon-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IOHandlerCommon.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IOHandlerCommon.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IOHandlerImpl-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IOHandlerImpl.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IOHandlerImpl.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IdealWriter-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IdealWriter.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1IdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1M2IdealWriter-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1M2IdealWriter.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1M2IdealWriter.png @@ -371,42 +913,72 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Macaulay2IOHandler-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Macaulay2IOHandler.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1Macaulay2IOHandler.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1MonosIdealWriter-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1MonosIdealWriter.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1MonosIdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1MonosIOHandler-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1MonosIOHandler.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1MonosIOHandler.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NewMonosIdealWriter-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NewMonosIdealWriter.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NewMonosIdealWriter.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1MonosIdealWriter-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1MonosIdealWriter.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1MonosIdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NewMonosIOHandler-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NewMonosIOHandler.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NewMonosIOHandler.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NewMonosIdealWriter-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NewMonosIdealWriter.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NewMonosIdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NullIOHandler-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NullIOHandler.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1NullIOHandler.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1PolyWriter-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1PolyWriter.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1PolyWriter.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularIdealWriter-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularIdealWriter.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularIdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularIOHandler-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularIOHandler.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularIOHandler.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularIdealWriter-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularIdealWriter.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularIdealWriter.png %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularPolyWriter-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularPolyWriter.html %%LIBDOCS%%%%DOCSDIR%%/html/classIO_1_1SingularPolyWriter.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIOFacade-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIOFacade.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIOFacade.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIOHandler-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIOHandler.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIOHandler.png -%%LIBDOCS%%%%DOCSDIR%%/html/classIOParameters-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIOParameters.html -%%LIBDOCS%%%%DOCSDIR%%/html/classIOParameters.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIdeal-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdeal.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealComparator-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealComparator.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealConsolidator-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealConsolidator.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealConsolidator.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFacade-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFacade.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFacade.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFactory-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealFactory.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealOrderer-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealOrderer.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealTree-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealTree.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealTree_1_1Node-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdealTree_1_1Node.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdeal_1_1ExponentAllocator-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIdeal_1_1ExponentAllocator.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIndependencePivotSplit-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIndependencePivotSplit.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIndependencePivotSplit.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIndependenceSplitter-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIndependenceSplitter.html +%%LIBDOCS%%%%DOCSDIR%%/html/classInputConsumer-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classInputConsumer.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIntegerParameter-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIntegerParameter.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIntegerParameter.png +%%LIBDOCS%%%%DOCSDIR%%/html/classInternalFrobbyException-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classInternalFrobbyException.html +%%LIBDOCS%%%%DOCSDIR%%/html/classInternalFrobbyException.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectFacade-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectFacade.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectFacade.png +%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectionAction-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectionAction.html +%%LIBDOCS%%%%DOCSDIR%%/html/classIntersectionAction.png %%LIBDOCS%%%%DOCSDIR%%/html/classIrreducibleDecomAction-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classIrreducibleDecomAction.html %%LIBDOCS%%%%DOCSDIR%%/html/classIrreducibleDecomAction.png @@ -444,29 +1016,29 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classLocalArray.html %%LIBDOCS%%%%DOCSDIR%%/html/classMatrix-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classMatrix.html +%%LIBDOCS%%%%DOCSDIR%%/html/classMaxLabelSplit-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classMaxLabelSplit.html +%%LIBDOCS%%%%DOCSDIR%%/html/classMaxLabelSplit.png %%LIBDOCS%%%%DOCSDIR%%/html/classMaximalStandardAction-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classMaximalStandardAction.html %%LIBDOCS%%%%DOCSDIR%%/html/classMaximalStandardAction.png %%LIBDOCS%%%%DOCSDIR%%/html/classMaximumSplit-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classMaximumSplit.html %%LIBDOCS%%%%DOCSDIR%%/html/classMaximumSplit.png -%%LIBDOCS%%%%DOCSDIR%%/html/classMaxLabelSplit-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classMaxLabelSplit.html -%%LIBDOCS%%%%DOCSDIR%%/html/classMaxLabelSplit.png %%LIBDOCS%%%%DOCSDIR%%/html/classMedianSplit-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classMedianSplit.html %%LIBDOCS%%%%DOCSDIR%%/html/classMedianSplit.png %%LIBDOCS%%%%DOCSDIR%%/html/classMinGenSplit-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classMinGenSplit.html %%LIBDOCS%%%%DOCSDIR%%/html/classMinGenSplit.png +%%LIBDOCS%%%%DOCSDIR%%/html/classMinLabelSplit-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classMinLabelSplit.html +%%LIBDOCS%%%%DOCSDIR%%/html/classMinLabelSplit.png %%LIBDOCS%%%%DOCSDIR%%/html/classMinimizer-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classMinimizer.html %%LIBDOCS%%%%DOCSDIR%%/html/classMinimumSplit-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classMinimumSplit.html %%LIBDOCS%%%%DOCSDIR%%/html/classMinimumSplit.png -%%LIBDOCS%%%%DOCSDIR%%/html/classMinLabelSplit-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classMinLabelSplit.html -%%LIBDOCS%%%%DOCSDIR%%/html/classMinLabelSplit.png %%LIBDOCS%%%%DOCSDIR%%/html/classMlfb-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classMlfb.html %%LIBDOCS%%%%DOCSDIR%%/html/classMsmIndependenceSplit-members.html @@ -516,6 +1088,9 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classPivotStrategy.png %%LIBDOCS%%%%DOCSDIR%%/html/classPlane-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classPlane.html +%%LIBDOCS%%%%DOCSDIR%%/html/classPolyTransformAction-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classPolyTransformAction.html +%%LIBDOCS%%%%DOCSDIR%%/html/classPolyTransformAction.png %%LIBDOCS%%%%DOCSDIR%%/html/classPolynomial-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classPolynomial.html %%LIBDOCS%%%%DOCSDIR%%/html/classPolynomialConsolidator-members.html @@ -526,20 +1101,17 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classPolynomialFacade.png %%LIBDOCS%%%%DOCSDIR%%/html/classPolynomialFactory-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classPolynomialFactory.html -%%LIBDOCS%%%%DOCSDIR%%/html/classPolyTransformAction-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classPolyTransformAction.html -%%LIBDOCS%%%%DOCSDIR%%/html/classPolyTransformAction.png %%LIBDOCS%%%%DOCSDIR%%/html/classPrimaryDecomAction-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classPrimaryDecomAction.html %%LIBDOCS%%%%DOCSDIR%%/html/classPrimaryDecomAction.png %%LIBDOCS%%%%DOCSDIR%%/html/classProjection-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classProjection.html +%%LIBDOCS%%%%DOCSDIR%%/html/classRawSquareFreeIdeal-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/classRawSquareFreeIdeal.html %%LIBDOCS%%%%DOCSDIR%%/html/classRawSquareFreeIdeal_1_1const__iterator-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classRawSquareFreeIdeal_1_1const__iterator.html %%LIBDOCS%%%%DOCSDIR%%/html/classRawSquareFreeIdeal_1_1iterator-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classRawSquareFreeIdeal_1_1iterator.html -%%LIBDOCS%%%%DOCSDIR%%/html/classRawSquareFreeIdeal-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/classRawSquareFreeIdeal.html %%LIBDOCS%%%%DOCSDIR%%/html/classReverseLexComparator-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classReverseLexComparator.html %%LIBDOCS%%%%DOCSDIR%%/html/classReverseLexComparator.png @@ -688,247 +1260,269 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/classVarNames.html %%LIBDOCS%%%%DOCSDIR%%/html/classVarSorterCompare-members.html %%LIBDOCS%%%%DOCSDIR%%/html/classVarSorterCompare.html -%%LIBDOCS%%%%DOCSDIR%%/html/CliParams_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CliParams_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CliParams_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CliParams_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/class____gnu__cxx_1_1hashtable-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/class____gnu__cxx_1_1hashtable.html +%%LIBDOCS%%%%DOCSDIR%%/html/classes.html %%LIBDOCS%%%%DOCSDIR%%/html/closed.png -%%LIBDOCS%%%%DOCSDIR%%/html/CoCoA4IOHandler_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoCoA4IOHandler_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoCoA4IOHandler_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoCoA4IOHandler_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermRecorder_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermRecorder_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermRecorder_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefBigTermRecorder_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefTermConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefTermConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CoefTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/ColumnPrinter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ColumnPrinter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/ColumnPrinter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ColumnPrinter_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/CommonParams_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CommonParams_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CommonParams_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CommonParams_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/CommonParamsHelper_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CommonParamsHelper_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CommonParamsHelper_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CommonParamsHelper_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/CountingIOHandler_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CountingIOHandler_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/CountingIOHandler_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/CountingIOHandler_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/DataType_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DataType_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/DataType_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DataType_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/DebugAllocator_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DebugAllocator_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/DebugAllocator_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DebugAllocator_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/DebugStrategy_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DebugStrategy_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/DebugStrategy_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DebugStrategy_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/DecomRecorder_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DecomRecorder_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/DecomRecorder_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DecomRecorder_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Deformer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Deformer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Deformer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Deformer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/DimensionAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DimensionAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/DimensionAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DimensionAction_8h.html %%LIBDOCS%%%%DOCSDIR%%/html/dir_120ed4da3e3217b1e7fc0b4f48568e79.html %%LIBDOCS%%%%DOCSDIR%%/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html %%LIBDOCS%%%%DOCSDIR%%/html/dir_ef64d4e6a193671ddfa36308faebf8e9.html -%%LIBDOCS%%%%DOCSDIR%%/html/display_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/display_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/display_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/display_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/display_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/display_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/doc.png -%%LIBDOCS%%%%DOCSDIR%%/html/doxygen_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/doxygen_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/docd.png %%LIBDOCS%%%%DOCSDIR%%/html/doxygen.css %%LIBDOCS%%%%DOCSDIR%%/html/doxygen.svg -%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/dynamicFrobeniusAlgorithm_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/doxygen_8cpp.html +%%LIBDOCS%%%%DOCSDIR%%/html/doxygen_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/dynamicFrobeniusAlgorithm_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/dynamicFrobeniusAlgorithm_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/dynamicFrobeniusAlgorithm_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/dynamicFrobeniusAlgorithm_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusFacade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusFacade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/DynamicFrobeniusFacade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/dynamicFrobeniusAlgorithm_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/dynsections.js -%%LIBDOCS%%%%DOCSDIR%%/html/ElementDeleter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ElementDeleter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/ElementDeleter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ElementDeleter_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/error_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/error_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/error_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/error_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/error_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/EulerAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/EulerAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/EulerAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/EulerAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/EulerState_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/EulerState_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/EulerState_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/EulerState_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Facade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Facade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Facade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Facade_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/error_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/files.html %%LIBDOCS%%%%DOCSDIR%%/html/folderclosed.png %%LIBDOCS%%%%DOCSDIR%%/html/folderopen.png %%LIBDOCS%%%%DOCSDIR%%/html/form_0.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_0_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_1.png %%LIBDOCS%%%%DOCSDIR%%/html/form_10.png %%LIBDOCS%%%%DOCSDIR%%/html/form_100.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_100_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_101.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_101_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_102.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_102_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_103.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_103_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_104.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_104_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_105.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_105_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_106.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_106_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_107.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_107_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_108.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_108_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_109.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_109_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_10_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_11.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_11_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_12.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_12_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_13.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_13_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_14.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_14_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_15.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_15_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_16.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_16_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_17.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_17_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_18.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_18_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_19.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_19_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_1_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_2.png %%LIBDOCS%%%%DOCSDIR%%/html/form_20.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_20_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_21.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_21_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_22.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_22_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_23.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_23_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_24.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_24_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_25.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_25_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_26.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_26_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_27.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_27_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_28.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_28_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_29.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_29_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_2_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_3.png %%LIBDOCS%%%%DOCSDIR%%/html/form_30.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_30_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_31.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_31_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_32.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_32_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_33.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_33_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_34.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_34_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_35.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_35_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_36.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_36_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_37.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_37_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_38.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_38_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_39.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_39_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_3_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_4.png %%LIBDOCS%%%%DOCSDIR%%/html/form_40.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_40_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_41.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_41_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_42.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_42_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_43.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_43_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_44.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_44_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_45.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_45_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_46.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_46_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_47.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_47_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_48.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_48_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_49.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_49_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_4_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_5.png %%LIBDOCS%%%%DOCSDIR%%/html/form_50.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_50_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_51.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_51_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_52.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_52_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_53.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_53_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_54.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_54_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_55.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_55_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_56.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_56_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_57.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_57_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_58.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_58_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_59.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_59_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_5_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_6.png %%LIBDOCS%%%%DOCSDIR%%/html/form_60.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_60_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_61.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_61_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_62.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_62_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_63.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_63_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_64.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_64_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_65.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_65_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_66.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_66_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_67.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_67_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_68.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_68_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_69.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_69_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_6_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_7.png %%LIBDOCS%%%%DOCSDIR%%/html/form_70.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_70_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_71.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_71_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_72.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_72_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_73.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_73_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_74.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_74_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_75.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_75_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_76.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_76_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_77.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_77_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_78.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_78_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_79.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_79_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_7_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_8.png %%LIBDOCS%%%%DOCSDIR%%/html/form_80.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_80_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_81.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_81_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_82.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_82_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_83.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_83_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_84.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_84_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_85.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_85_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_86.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_86_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_87.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_87_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_88.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_88_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_89.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_89_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_8_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_9.png %%LIBDOCS%%%%DOCSDIR%%/html/form_90.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_90_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_91.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_91_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_92.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_92_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_93.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_93_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_94.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_94_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_95.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_95_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_96.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_96_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_97.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_97_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_98.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_98_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/form_99.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_99_dark.png +%%LIBDOCS%%%%DOCSDIR%%/html/form_9_dark.png %%LIBDOCS%%%%DOCSDIR%%/html/formula.repository -%%LIBDOCS%%%%DOCSDIR%%/html/fourti2_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/fourti2_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/fourti2_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/fourti2_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/fourti2_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Fourti2IOHandler_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Fourti2IOHandler_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Fourti2IOHandler_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Fourti2IOHandler_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/fplllIO_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/fourti2_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/fplllIO_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/fplllIO_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/fplllIO_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/fplllIO_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/frobby_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/fplllIO_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/frobby_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/frobby_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/frobby_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/frobby_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/FrobbyStringStream_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/FrobbyStringStream_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/FrobbyStringStream_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/FrobbyStringStream_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/FrobeniusAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/FrobeniusAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/FrobeniusAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/FrobeniusAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/frobby_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/functions.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_a.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_b.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_c.html @@ -937,6 +1531,7 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/functions_enum.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_eval.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_f.html +%%LIBDOCS%%%%DOCSDIR%%/html/functions_func.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_func_a.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_func_b.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_func_c.html @@ -961,9 +1556,7 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/functions_func_w.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_func_x.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_func_z.html -%%LIBDOCS%%%%DOCSDIR%%/html/functions_func.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_func_~.html -%%LIBDOCS%%%%DOCSDIR%%/html/functions_~.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_g.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_h.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_i.html @@ -981,6 +1574,7 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/functions_type.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_u.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_v.html +%%LIBDOCS%%%%DOCSDIR%%/html/functions_vars.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_vars_c.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_vars_d.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_vars_e.html @@ -993,23 +1587,11 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/functions_vars_r.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_vars_s.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_vars_t.html -%%LIBDOCS%%%%DOCSDIR%%/html/functions_vars.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_w.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_x.html %%LIBDOCS%%%%DOCSDIR%%/html/functions_z.html -%%LIBDOCS%%%%DOCSDIR%%/html/functions.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateDataFacade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateDataFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateDataFacade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateDataFacade_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateFrobeniusAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateFrobeniusAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateFrobeniusAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateFrobeniusAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateIdealAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateIdealAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateIdealAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/GenerateIdealAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/functions_~.html +%%LIBDOCS%%%%DOCSDIR%%/html/globals.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_a.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_b.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_c.html @@ -1019,6 +1601,7 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/globals_enum.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_eval.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_f.html +%%LIBDOCS%%%%DOCSDIR%%/html/globals_func.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_func_a.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_func_c.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_func_d.html @@ -1037,7 +1620,6 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/globals_func_t.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_func_u.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_func_v.html -%%LIBDOCS%%%%DOCSDIR%%/html/globals_func.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_g.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_h.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_i.html @@ -1054,434 +1636,102 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/globals_v.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_vars.html %%LIBDOCS%%%%DOCSDIR%%/html/globals_w.html -%%LIBDOCS%%%%DOCSDIR%%/html/globals.html %%LIBDOCS%%%%DOCSDIR%%/html/group__Facade.html %%LIBDOCS%%%%DOCSDIR%%/html/group__IO.html -%%LIBDOCS%%%%DOCSDIR%%/html/hash__fun_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/hash__fun_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/HashMap_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HashMap_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/HashPolynomial_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HashPolynomial_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/HashPolynomial_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HashPolynomial_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/hashtable_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/hash__fun_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/hashtable_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/HelpAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HelpAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/HelpAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HelpAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/hashtable_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/hierarchy.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertBasecase_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertBasecase_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertBasecase_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertBasecase_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertIndependenceConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertIndependenceConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertIndependenceConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertIndependenceConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertSlice_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertSlice_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertSlice_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertSlice_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertStrategy_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertStrategy_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertStrategy_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/HilbertStrategy_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Ideal_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Ideal_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Ideal_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Ideal_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealComparator_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealComparator_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealComparator_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealComparator_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealConsolidator_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealConsolidator_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealConsolidator_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealConsolidator_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealFacade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealFacade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealFacade_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealFactory_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealFactory_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealFactory_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealFactory_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealOrderer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealOrderer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealOrderer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealOrderer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealTree_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealTree_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealTree_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealTree_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealWriter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealWriter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealWriter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IdealWriter_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IndependenceSplitter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IndependenceSplitter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IndependenceSplitter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IndependenceSplitter_8h.html %%LIBDOCS%%%%DOCSDIR%%/html/index.html -%%LIBDOCS%%%%DOCSDIR%%/html/InputConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/InputConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/InputConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/InputConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntegerParameter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntegerParameter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntegerParameter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntegerParameter_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/intersect_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/intersect_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/intersect_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/intersect_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/intersect_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntersectFacade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntersectFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntersectFacade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntersectFacade_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntersectionAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntersectionAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntersectionAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IntersectionAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOFacade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOFacade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOFacade_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandler_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandler_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandler_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandler_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerCommon_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerCommon_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerCommon_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerCommon_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerImpl_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerImpl_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerImpl_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOHandlerImpl_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOParameters_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOParameters_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOParameters_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IOParameters_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleDecomAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleDecomAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleDecomAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleDecomAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleIdealSplitter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleIdealSplitter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleIdealSplitter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/IrreducibleIdealSplitter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/intersect_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/jquery.js -%%LIBDOCS%%%%DOCSDIR%%/html/lattice_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/lattice_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/lattice_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/lattice_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/lattice_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAlgs_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAlgs_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAlgs_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAlgs_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAnalyzeAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAnalyzeAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAnalyzeAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeAnalyzeAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFacade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFacade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFacade_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFormatAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFormatAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFormatAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LatticeFormatAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibAlexanderDualTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibAlexanderDualTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibAssociatedPrimesTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibAssociatedPrimesTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibDimensionTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibDimensionTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibHilbertPoincareTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibHilbertPoincareTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibIrreducibleDecomTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibIrreducibleDecomTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibMaxStdTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibMaxStdTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibPrimaryDecomTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibPrimaryDecomTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibStdProgramTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibStdProgramTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibTest_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LibTest_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/LocalArray_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LocalArray_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/LocalArray_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/LocalArray_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Macaulay2IOHandler_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Macaulay2IOHandler_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Macaulay2IOHandler_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Macaulay2IOHandler_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/macroes_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/lattice_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/macroes_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/macroes_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/macroes_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/macroes_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/main_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/macroes_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/main_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/main_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/main_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/main_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Matrix_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Matrix_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Matrix_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Matrix_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/MatrixTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/MatrixTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/MaximalStandardAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/MaximalStandardAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/MaximalStandardAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/MaximalStandardAction_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/main_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/menu.js %%LIBDOCS%%%%DOCSDIR%%/html/menudata.js -%%LIBDOCS%%%%DOCSDIR%%/html/Minimizer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Minimizer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Minimizer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Minimizer_8h.html %%LIBDOCS%%%%DOCSDIR%%/html/modules.html -%%LIBDOCS%%%%DOCSDIR%%/html/MonosIOHandler_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/MonosIOHandler_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/MonosIOHandler_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/MonosIOHandler_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/MsmSlice_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/MsmSlice_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/MsmSlice_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/MsmSlice_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/MsmStrategy_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/MsmStrategy_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/MsmStrategy_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/MsmStrategy_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/NameFactory_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NameFactory_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/NameFactory_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NameFactory_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/namespace____gnu__cxx.html -%%LIBDOCS%%%%DOCSDIR%%/html/namespacefourti2.html -%%LIBDOCS%%%%DOCSDIR%%/html/namespacefplll.html %%LIBDOCS%%%%DOCSDIR%%/html/namespaceFrobby.html %%LIBDOCS%%%%DOCSDIR%%/html/namespaceFrobbyImpl.html -%%LIBDOCS%%%%DOCSDIR%%/html/namespaceIdealComparatorHelpers.html +%%LIBDOCS%%%%DOCSDIR%%/html/namespaceIO.html %%LIBDOCS%%%%DOCSDIR%%/html/namespaceIO_1_1CoCoA4.html %%LIBDOCS%%%%DOCSDIR%%/html/namespaceIO_1_1Fourti2.html %%LIBDOCS%%%%DOCSDIR%%/html/namespaceIO_1_1Monos.html %%LIBDOCS%%%%DOCSDIR%%/html/namespaceIO_1_1NewMonos.html %%LIBDOCS%%%%DOCSDIR%%/html/namespaceIO_1_1Singular.html -%%LIBDOCS%%%%DOCSDIR%%/html/namespaceIO.html +%%LIBDOCS%%%%DOCSDIR%%/html/namespaceIdealComparatorHelpers.html +%%LIBDOCS%%%%DOCSDIR%%/html/namespaceSquareFreeTermOps.html +%%LIBDOCS%%%%DOCSDIR%%/html/namespaceTestInternal.html +%%LIBDOCS%%%%DOCSDIR%%/html/namespace____gnu__cxx.html +%%LIBDOCS%%%%DOCSDIR%%/html/namespacefourti2.html +%%LIBDOCS%%%%DOCSDIR%%/html/namespacefplll.html +%%LIBDOCS%%%%DOCSDIR%%/html/namespacemembers.html %%LIBDOCS%%%%DOCSDIR%%/html/namespacemembers_eval.html %%LIBDOCS%%%%DOCSDIR%%/html/namespacemembers_func.html %%LIBDOCS%%%%DOCSDIR%%/html/namespacemembers_vars.html -%%LIBDOCS%%%%DOCSDIR%%/html/namespacemembers.html %%LIBDOCS%%%%DOCSDIR%%/html/namespaces.html -%%LIBDOCS%%%%DOCSDIR%%/html/namespaceSquareFreeTermOps.html -%%LIBDOCS%%%%DOCSDIR%%/html/namespaceTestInternal.html %%LIBDOCS%%%%DOCSDIR%%/html/nav_f.png +%%LIBDOCS%%%%DOCSDIR%%/html/nav_fd.png %%LIBDOCS%%%%DOCSDIR%%/html/nav_g.png %%LIBDOCS%%%%DOCSDIR%%/html/nav_h.png -%%LIBDOCS%%%%DOCSDIR%%/html/NewMonosIOHandler_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NewMonosIOHandler_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/NewMonosIOHandler_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NewMonosIOHandler_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullCoefTermConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullCoefTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullCoefTermConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullCoefTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullIOHandler_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullIOHandler_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullIOHandler_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullIOHandler_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullTermConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullTermConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/NullTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/ObjectCache_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ObjectCache_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/ObjectCache_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ObjectCache_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/nav_hd.png %%LIBDOCS%%%%DOCSDIR%%/html/open.png -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategy_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategy_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategy_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategy_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategyTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptimizeStrategyTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptSliceParams_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/OptSliceParams_8h.html %%LIBDOCS%%%%DOCSDIR%%/html/pages.html -%%LIBDOCS%%%%DOCSDIR%%/html/Parameter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Parameter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Parameter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Parameter_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/ParameterGroup_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ParameterGroup_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/ParameterGroup_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ParameterGroup_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Partition_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Partition_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Partition_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Partition_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/PivotEulerAlg_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PivotEulerAlg_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/PivotEulerAlg_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PivotEulerAlg_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/PivotStrategy_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PivotStrategy_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/PivotStrategy_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PivotStrategy_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Polynomial_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Polynomial_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Polynomial_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Polynomial_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialConsolidator_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialConsolidator_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialConsolidator_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialConsolidator_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFacade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFacade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFacade_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFactory_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFactory_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFactory_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolynomialFactory_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolyTransformAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolyTransformAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolyTransformAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolyTransformAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolyWriter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolyWriter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolyWriter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PolyWriter_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/PrimaryDecomAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PrimaryDecomAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/PrimaryDecomAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/PrimaryDecomAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Projection_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Projection_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Projection_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Projection_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/randomDataGenerators_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/randomDataGenerators_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/randomDataGenerators_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/randomDataGenerators_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/randomDataGenerators_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdeal_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdeal_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdeal_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdeal_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdealTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeIdealTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTerm_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTerm_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTerm_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTerm_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTermTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/RawSquareFreeTermTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomIdeal_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomIdeal_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomIdeal_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomIdeal_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomRecorder_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomRecorder_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomRecorder_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SatBinomRecorder_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Scanner_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Scanner_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Scanner_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Scanner_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfFacade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfFacade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfFacade_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfHilbertAlgorithm_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfHilbertAlgorithm_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfHilbertAlgorithm_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfHilbertAlgorithm_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfParams_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfParams_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfParams_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/ScarfParams_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SingularIOHandler_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SingularIOHandler_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SingularIOHandler_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SingularIOHandler_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SizeMaxIndepSetAlg_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SizeMaxIndepSetAlg_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SizeMaxIndepSetAlg_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SizeMaxIndepSetAlg_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Slice_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Slice_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Slice_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Slice_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceFacade_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceFacade_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceFacade_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceFacade_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceLikeParams_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceLikeParams_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceLikeParams_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceLikeParams_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceParameters_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceParameters_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceParameters_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceParameters_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceParams_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceParams_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceParams_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceParams_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategy_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategy_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategy_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategy_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategyCommon_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategyCommon_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategyCommon_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SliceStrategyCommon_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/randomDataGenerators_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/splitbar.png -%%LIBDOCS%%%%DOCSDIR%%/html/SplitStrategy_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SplitStrategy_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SplitStrategy_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SplitStrategy_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/SquareFreeIdeal_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SquareFreeIdeal_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/SquareFreeIdeal_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/SquareFreeIdeal_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/StatisticsStrategy_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/StatisticsStrategy_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/StatisticsStrategy_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/StatisticsStrategy_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/stdinc_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/splitbard.png %%LIBDOCS%%%%DOCSDIR%%/html/stdinc_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/StringParameter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/StringParameter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/StringParameter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/StringParameter_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/stdinc_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/structArena_1_1Block-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structArena_1_1Block.html +%%LIBDOCS%%%%DOCSDIR%%/html/structBigPolynomial_1_1BigCoefTerm-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structBigPolynomial_1_1BigCoefTerm.html +%%LIBDOCS%%%%DOCSDIR%%/html/structBigattiBaseCase_1_1State-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structBigattiBaseCase_1_1State.html +%%LIBDOCS%%%%DOCSDIR%%/html/structColumnPrinter_1_1Col-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structColumnPrinter_1_1Col.html +%%LIBDOCS%%%%DOCSDIR%%/html/structHilbertBasecase_1_1Entry-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structHilbertBasecase_1_1Entry.html +%%LIBDOCS%%%%DOCSDIR%%/html/structInputConsumer_1_1Entry-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structInputConsumer_1_1Entry.html +%%LIBDOCS%%%%DOCSDIR%%/html/structMsmIndependenceSplit_1_1RightConsumer-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structMsmIndependenceSplit_1_1RightConsumer.html +%%LIBDOCS%%%%DOCSDIR%%/html/structMsmIndependenceSplit_1_1RightConsumer.png +%%LIBDOCS%%%%DOCSDIR%%/html/structPolynomial_1_1CoefTerm-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structPolynomial_1_1CoefTerm.html +%%LIBDOCS%%%%DOCSDIR%%/html/structScarfHilbertAlgorithm_1_1State-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structScarfHilbertAlgorithm_1_1State.html +%%LIBDOCS%%%%DOCSDIR%%/html/structSeqPos-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structSeqPos.html +%%LIBDOCS%%%%DOCSDIR%%/html/structStatisticsStrategy_1_1StatTracker-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structStatisticsStrategy_1_1StatTracker.html +%%LIBDOCS%%%%DOCSDIR%%/html/structTestInternal_1_1StdData-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structTestInternal_1_1StdData.html +%%LIBDOCS%%%%DOCSDIR%%/html/structVarSorter-members.html +%%LIBDOCS%%%%DOCSDIR%%/html/structVarSorter.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1__Hashtable__const__iterator-members.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1__Hashtable__const__iterator.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1__Hashtable__iterator-members.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1__Hashtable__iterator.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1__Hashtable__node-members.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1__Hashtable__node.html +%%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1hash.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1hash_3_01char_01_4-members.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1hash_3_01char_01_4.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1hash_3_01char_01_5_01_4-members.html @@ -1506,151 +1756,23 @@ lib/libfrobby.so.1.0.0 %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1hash_3_01unsigned_01long_01_4.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1hash_3_01unsigned_01short_01_4-members.html %%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1hash_3_01unsigned_01short_01_4.html -%%LIBDOCS%%%%DOCSDIR%%/html/struct____gnu__cxx_1_1hash.html -%%LIBDOCS%%%%DOCSDIR%%/html/structArena_1_1Block-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structArena_1_1Block.html -%%LIBDOCS%%%%DOCSDIR%%/html/structBigattiBaseCase_1_1State-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structBigattiBaseCase_1_1State.html -%%LIBDOCS%%%%DOCSDIR%%/html/structBigPolynomial_1_1BigCoefTerm-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structBigPolynomial_1_1BigCoefTerm.html -%%LIBDOCS%%%%DOCSDIR%%/html/structColumnPrinter_1_1Col-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structColumnPrinter_1_1Col.html -%%LIBDOCS%%%%DOCSDIR%%/html/structHilbertBasecase_1_1Entry-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structHilbertBasecase_1_1Entry.html -%%LIBDOCS%%%%DOCSDIR%%/html/structInputConsumer_1_1Entry-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structInputConsumer_1_1Entry.html -%%LIBDOCS%%%%DOCSDIR%%/html/structMsmIndependenceSplit_1_1RightConsumer-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structMsmIndependenceSplit_1_1RightConsumer.html -%%LIBDOCS%%%%DOCSDIR%%/html/structMsmIndependenceSplit_1_1RightConsumer.png -%%LIBDOCS%%%%DOCSDIR%%/html/structPolynomial_1_1CoefTerm-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structPolynomial_1_1CoefTerm.html -%%LIBDOCS%%%%DOCSDIR%%/html/structScarfHilbertAlgorithm_1_1State-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structScarfHilbertAlgorithm_1_1State.html -%%LIBDOCS%%%%DOCSDIR%%/html/structSeqPos-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structSeqPos.html -%%LIBDOCS%%%%DOCSDIR%%/html/structStatisticsStrategy_1_1StatTracker-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structStatisticsStrategy_1_1StatTracker.html -%%LIBDOCS%%%%DOCSDIR%%/html/structTestInternal_1_1StdData-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structTestInternal_1_1StdData.html -%%LIBDOCS%%%%DOCSDIR%%/html/structVarSorter-members.html -%%LIBDOCS%%%%DOCSDIR%%/html/structVarSorter.html %%LIBDOCS%%%%DOCSDIR%%/html/sync_off.png %%LIBDOCS%%%%DOCSDIR%%/html/sync_on.png %%LIBDOCS%%%%DOCSDIR%%/html/tab_a.png +%%LIBDOCS%%%%DOCSDIR%%/html/tab_ad.png %%LIBDOCS%%%%DOCSDIR%%/html/tab_b.png +%%LIBDOCS%%%%DOCSDIR%%/html/tab_bd.png %%LIBDOCS%%%%DOCSDIR%%/html/tab_h.png +%%LIBDOCS%%%%DOCSDIR%%/html/tab_hd.png %%LIBDOCS%%%%DOCSDIR%%/html/tab_s.png +%%LIBDOCS%%%%DOCSDIR%%/html/tab_sd.png %%LIBDOCS%%%%DOCSDIR%%/html/tabs.css -%%LIBDOCS%%%%DOCSDIR%%/html/Task_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Task_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Task_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Task_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TaskEngine_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TaskEngine_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TaskEngine_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TaskEngine_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Term_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Term_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Term_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Term_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermExtra_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermExtra_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermExtra_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermExtra_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermGrader_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermGrader_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermGrader_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermGrader_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermGraderTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermGraderTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermIgnorer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermIgnorer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermPredicate_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermPredicate_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermPredicate_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermPredicate_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslator_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslator_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslator_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslator_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslatorTest_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TermTranslatorTest_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/test_2stdinc_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/test_2stdinc_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Test_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Test_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Test_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Test_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestCase_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestCase_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestCase_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestCase_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/testmain_8cpp_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/test_2stdinc_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/testmain_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestQualifier_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestQualifier_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestQualifier_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestQualifier_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestRunner_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestRunner_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestRunner_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestRunner_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/tests_8h_source.html +%%LIBDOCS%%%%DOCSDIR%%/html/testmain_8cpp_source.html %%LIBDOCS%%%%DOCSDIR%%/html/tests_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestSorter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestSorter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestSorter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestSorter_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestSuite_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestSuite_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestSuite_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestSuite_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestVisitor_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestVisitor_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestVisitor_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TestVisitor_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/Timer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Timer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/Timer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/Timer_8h.html +%%LIBDOCS%%%%DOCSDIR%%/html/tests_8h_source.html %%LIBDOCS%%%%DOCSDIR%%/html/todo.html -%%LIBDOCS%%%%DOCSDIR%%/html/TotalDegreeCoefTermConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TotalDegreeCoefTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TotalDegreeCoefTermConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TotalDegreeCoefTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TransformAction_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TransformAction_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TransformAction_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TransformAction_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingCoefTermConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingCoefTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingCoefTermConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingCoefTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingTermConsumer_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingTermConsumer_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingTermConsumer_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/TranslatingTermConsumer_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/UniHashPolynomial_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/UniHashPolynomial_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/UniHashPolynomial_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/UniHashPolynomial_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/VarNames_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/VarNames_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/VarNames_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/VarNames_8h.html -%%LIBDOCS%%%%DOCSDIR%%/html/VarSorter_8cpp_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/VarSorter_8cpp.html -%%LIBDOCS%%%%DOCSDIR%%/html/VarSorter_8h_source.html -%%LIBDOCS%%%%DOCSDIR%%/html/VarSorter_8h.html -%%LIBRARY%%include/frobby.h -%%STATIC%%lib/libfrobby.a +%%PORTDOCS%%%%DOCSDIR%%/manual.pdf +%%PORTDOCS%%%%DOCSDIR%%/manual.ps 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..33263ca374c4 100644 --- a/math/g2o/Makefile +++ b/math/g2o/Makefile @@ -1,7 +1,7 @@ PORTNAME= g2o -DISTVERSION= 20230806 -PORTREVISION= 15 +DISTVERSION= 20241228 DISTVERSIONSUFFIX= _git +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -20,9 +20,11 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \ libcholmod.so:math/suitesparse-cholmod \ libcolamd.so:math/suitesparse-colamd \ libcxsparse.so:math/suitesparse-cxsparse \ + libfmt.so:devel/libfmt \ libQGLViewer.so:graphics/libQGLViewer \ libmetis.so:math/metis \ libopenblas.so:math/openblas \ + libspdlog.so:devel/spdlog \ libsuitesparseconfig.so:math/suitesparse-config TEST_DEPENDS= googletest>0:devel/googletest @@ -72,6 +74,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ ${WRKSRC}/cmake_modules/*.cmake -# tests fail to compile, see https://github.com/RainerKuemmerle/g2o/issues/711 +# tests as of 20241228: 100% tests passed, 0 tests failed out of 11 .include <bsd.port.mk> diff --git a/math/g2o/distinfo b/math/g2o/distinfo index 209411bbeefb..759f6e583c2b 100644 --- a/math/g2o/distinfo +++ b/math/g2o/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691453961 -SHA256 (RainerKuemmerle-g2o-20230806_git_GH0.tar.gz) = e717d3b96cc6d00fcbbaf637aae648c9823599e6aa8fcf4546fc9ad4034dcde5 -SIZE (RainerKuemmerle-g2o-20230806_git_GH0.tar.gz) = 903443 +TIMESTAMP = 1759677393 +SHA256 (RainerKuemmerle-g2o-20241228_git_GH0.tar.gz) = d691ead69184ebbb8256c9cd9f4121d1a880b169370efc0554dd31a64802a452 +SIZE (RainerKuemmerle-g2o-20241228_git_GH0.tar.gz) = 893629 diff --git a/math/g2o/pkg-plist b/math/g2o/pkg-plist index 9f18155a377b..f46c107bcb59 100644 --- a/math/g2o/pkg-plist +++ b/math/g2o/pkg-plist @@ -163,7 +163,6 @@ include/g2o/stuff/macros.h include/g2o/stuff/misc.h include/g2o/stuff/opengl_primitives.h include/g2o/stuff/opengl_wrapper.h -include/g2o/stuff/os_specific.h include/g2o/stuff/property.h include/g2o/stuff/sampler.h include/g2o/stuff/sparse_helper.h diff --git a/math/gau2grid/Makefile b/math/gau2grid/Makefile index acdee4aac187..830f77cad108 100644 --- a/math/gau2grid/Makefile +++ b/math/gau2grid/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= BUG: ValueError: descr is not a valid dtype descriptor: '<f16' (see https://github.com/dgasmith/gau2grid/issues/25) -BUILD_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYNUMPY} \ + ${PY_SETUPTOOLS} USES= cmake compiler:c11 python:build # C code build depends on python to generate some headers USE_GITHUB= yes diff --git a/math/geogebra/Makefile b/math/geogebra/Makefile index 71e46295b7b0..b6f8ef50d00c 100644 --- a/math/geogebra/Makefile +++ b/math/geogebra/Makefile @@ -1,5 +1,5 @@ PORTNAME= geogebra -DISTVERSION= 5-2-883-0 +DISTVERSION= 5-2-909-9 CATEGORIES= math education java MASTER_SITES= http://download.geogebra.org/installers/5.2/ \ https://static.geogebra.org/images/ \ @@ -16,7 +16,7 @@ WWW= https://www.geogebra.org/ LICENSE= GEOGEBRA LICENSE_NAME= GeoGebra Non-Commercial License Agreement -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/zulu11.62.17-ca-jre11.0.18-linux_x64/DISCLAIMER LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept ONLY_FOR_ARCHS= amd64 i386 diff --git a/math/geogebra/distinfo b/math/geogebra/distinfo index be392eab2077..8cb28206672d 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 = 1770727247 +SHA256 (GeoGebra-Linux-Portable-5-2-909-9.tar.bz2) = 36043ce98ccbfadfeb58b45e402cc8bb8df271aeabbe0b0321e353fff68a536b +SIZE (GeoGebra-Linux-Portable-5-2-909-9.tar.bz2) = 64544180 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..cd8b13022d31 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -1,6 +1,6 @@ PORTNAME= ggobi DISTVERSION= 2.1.12 -PORTREVISION= 1 +PORTREVISION= 3 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..f654b491da9a 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -1,8 +1,8 @@ PORTNAME= giacxcas DISTVERSION= 1.9.0-85 -PORTREVISION= 5 +PORTREVISION= 8 CATEGORIES= math -MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \ +MASTER_SITES= http://www-fourier.univ-grenoble-alpes.fr/~parisse/debian/dists/stable/main/source/:giac \ http://cocoa.dima.unige.it/cocoa/cocoalib/tgz/:cocoa \ http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/ DISTFILES= giac_${DISTVERSION}${EXTRACT_SUFX}:giac \ @@ -12,10 +12,10 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= yuri@FreeBSD.org COMMENT= Computer algebra system -WWW= https://www-fourier.ujf-grenoble.fr/~parisse/giac.html +WWW= https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac.html -LICENSE= GPLv3 DOC -LICENSE_COMB= multi +LICENSE= GPLv3 DOC +LICENSE_COMB= multi LICENSE_NAME_DOC= French documentation LICENSE_TEXT_DOC= French documentation is for non-commercial use only LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING @@ -121,6 +121,8 @@ post-patch: ${SED} -i ".orig" -Ee 's|char \*last = style \+ strlen\(style\) - 2|char *last = pretty|' \ -Ee 's|\*style = 0|last = style + strnlen(style, ENDOFBUFFER) - 2; *style = 0|' \ ${FLTKDEV-GIAC}/src/fl_set_fonts_xft.cxx + @${REINPLACE_CMD} -e 's/"filesystem system"/"filesystem "/' \ + ${WRKDIR}/CoCoALib-${COCOA_LIB_VERSION}/configuration/boost-find-lib.sh pre-configure: ${REINPLACE_CMD} -e 's|^protected:|public:|' ${FLTKDEV-GIAC}/FL/Fl_Widget.H diff --git a/math/giacxcas/files/patch-src_quickjs.c b/math/giacxcas/files/patch-src_quickjs.c index c330699c7c28..26f5c81fdc3a 100644 --- a/math/giacxcas/files/patch-src_quickjs.c +++ b/math/giacxcas/files/patch-src_quickjs.c @@ -1,6 +1,14 @@ --- src/quickjs.c.orig 2021-03-23 12:33:15 UTC +++ src/quickjs.c -@@ -41,6 +41,8 @@ +@@ -34,13 +34,15 @@ + #ifdef NSPIRE_NEWLIB + #include "fenv.h" + #else +-#include <fenv.h> ++#include </usr/include/fenv.h> + #endif + #include <math.h> + #if defined(__APPLE__) #include <malloc/malloc.h> #elif defined(__linux__) #include <malloc.h> 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/glm/Makefile b/math/glm/Makefile index 1d05e34a5d41..8c13a7bb4d49 100644 --- a/math/glm/Makefile +++ b/math/glm/Makefile @@ -1,9 +1,9 @@ PORTNAME= glm -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 PORTEPOCH= 1 CATEGORIES= math graphics -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= C++ mathematics library for software based on the OpenGL GLSL WWW= https://github.com/g-truc/glm diff --git a/math/glm/distinfo b/math/glm/distinfo index 67f772622f58..761d8a8c459e 100644 --- a/math/glm/distinfo +++ b/math/glm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709055434 -SHA256 (g-truc-glm-1.0.1_GH0.tar.gz) = 9f3174561fd26904b23f0db5e560971cbf9b3cbda0b280f04d5c379d03bf234c -SIZE (g-truc-glm-1.0.1_GH0.tar.gz) = 4567161 +TIMESTAMP = 1769679835 +SHA256 (g-truc-glm-1.0.3_GH0.tar.gz) = 6775e47231a446fd086d660ecc18bcd076531cfedd912fbd66e576b118607001 +SIZE (g-truc-glm-1.0.3_GH0.tar.gz) = 4597748 diff --git a/math/glm/files/patch-glm_gtx_bit.hpp b/math/glm/files/patch-glm_gtx_bit.hpp deleted file mode 100644 index 395022876680..000000000000 --- a/math/glm/files/patch-glm_gtx_bit.hpp +++ /dev/null @@ -1,60 +0,0 @@ -This is needed to fix x11-wm/gamescope with glm 1.0.1 - -https://github.com/g-truc/glm/issues/1269 - ---- glm/gtx/bit.hpp.orig 2024-02-27 17:19:47 UTC -+++ glm/gtx/bit.hpp -@@ -46,7 +46,7 @@ namespace glm - /// @see gtc_round - /// @see gtx_bit - template<typename genIUType> -- GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoAbove(genIUType Value); -+ GLM_FUNC_DECL genIUType powerOfTwoAbove(genIUType Value); - - /// Return the power of two number which value is just higher the input value. - /// Deprecated, use ceilPowerOfTwo from GTC_round instead -@@ -54,7 +54,7 @@ namespace glm - /// @see gtc_round - /// @see gtx_bit - template<length_t L, typename T, qualifier Q> -- GLM_DEPRECATED GLM_FUNC_DECL vec<L, T, Q> powerOfTwoAbove(vec<L, T, Q> const& value); -+ GLM_FUNC_DECL vec<L, T, Q> powerOfTwoAbove(vec<L, T, Q> const& value); - - /// Return the power of two number which value is just lower the input value. - /// Deprecated, use floorPowerOfTwo from GTC_round instead -@@ -62,7 +62,7 @@ namespace glm - /// @see gtc_round - /// @see gtx_bit - template<typename genIUType> -- GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoBelow(genIUType Value); -+ GLM_FUNC_DECL genIUType powerOfTwoBelow(genIUType Value); - - /// Return the power of two number which value is just lower the input value. - /// Deprecated, use floorPowerOfTwo from GTC_round instead -@@ -70,7 +70,7 @@ namespace glm - /// @see gtc_round - /// @see gtx_bit - template<length_t L, typename T, qualifier Q> -- GLM_DEPRECATED GLM_FUNC_DECL vec<L, T, Q> powerOfTwoBelow(vec<L, T, Q> const& value); -+ GLM_FUNC_DECL vec<L, T, Q> powerOfTwoBelow(vec<L, T, Q> const& value); - - /// Return the power of two number which value is the closet to the input value. - /// Deprecated, use roundPowerOfTwo from GTC_round instead -@@ -78,7 +78,7 @@ namespace glm - /// @see gtc_round - /// @see gtx_bit - template<typename genIUType> -- GLM_DEPRECATED GLM_FUNC_DECL genIUType powerOfTwoNearest(genIUType Value); -+ GLM_FUNC_DECL genIUType powerOfTwoNearest(genIUType Value); - - /// Return the power of two number which value is the closet to the input value. - /// Deprecated, use roundPowerOfTwo from GTC_round instead -@@ -86,7 +86,7 @@ namespace glm - /// @see gtc_round - /// @see gtx_bit - template<length_t L, typename T, qualifier Q> -- GLM_DEPRECATED GLM_FUNC_DECL vec<L, T, Q> powerOfTwoNearest(vec<L, T, Q> const& value); -+ GLM_FUNC_DECL vec<L, T, Q> powerOfTwoNearest(vec<L, T, Q> const& value); - - /// @} - } //namespace glm diff --git a/math/glm/files/patch-test_core_core__func_matrix.cpp b/math/glm/files/patch-test_core_core__func_matrix.cpp deleted file mode 100644 index 080676114d84..000000000000 --- a/math/glm/files/patch-test_core_core__func_matrix.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- test/core/core_func_matrix.cpp.orig 2024-02-27 17:19:47 UTC -+++ test/core/core_func_matrix.cpp -@@ -392,7 +392,7 @@ static int test_inverse_perf(std::size_t Count, std::s - //glm::uint Ulp = 0; - //Ulp = glm::max(glm::float_distance(*Dst, *Src), Ulp); - -- std::printf("inverse<%s>(%f): %lu\n", Message, static_cast<double>(Diff), EndTime - StartTime); -+ std::printf("inverse<%s>(%f): %lu\n", Message, static_cast<double>(Diff), (unsigned long)(EndTime - StartTime)); - - return 0; - } diff --git a/math/glm/pkg-plist b/math/glm/pkg-plist index 03669b99b210..f957760e51f7 100644 --- a/math/glm/pkg-plist +++ b/math/glm/pkg-plist @@ -60,7 +60,7 @@ include/glm/detail/type_vec3.hpp include/glm/detail/type_vec3.inl include/glm/detail/type_vec4.hpp include/glm/detail/type_vec4.inl -include/glm/detail/type_vec4_simd.inl +include/glm/detail/type_vec_simd.inl include/glm/exponential.hpp include/glm/ext.hpp include/glm/ext/_matrix_vectorize.hpp @@ -310,7 +310,7 @@ include/glm/gtx/fast_square_root.hpp include/glm/gtx/fast_square_root.inl include/glm/gtx/fast_trigonometry.hpp include/glm/gtx/fast_trigonometry.inl -include/glm/gtx/float_notmalize.inl +include/glm/gtx/float_normalize.inl include/glm/gtx/functions.hpp include/glm/gtx/functions.inl include/glm/gtx/gradient_paint.hpp @@ -325,6 +325,8 @@ include/glm/gtx/intersect.hpp include/glm/gtx/intersect.inl include/glm/gtx/io.hpp include/glm/gtx/io.inl +include/glm/gtx/iteration.hpp +include/glm/gtx/iteration.inl include/glm/gtx/log_base.hpp include/glm/gtx/log_base.inl include/glm/gtx/matrix_cross_product.hpp @@ -382,6 +384,8 @@ include/glm/gtx/std_based_type.hpp include/glm/gtx/std_based_type.inl include/glm/gtx/string_cast.hpp include/glm/gtx/string_cast.inl +include/glm/gtx/structured_bindings.hpp +include/glm/gtx/structured_bindings.inl include/glm/gtx/texture.hpp include/glm/gtx/texture.inl include/glm/gtx/transform.hpp 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/gp2c/Makefile b/math/gp2c/Makefile index f3eb9f0a7236..fef645fa1d6b 100644 --- a/math/gp2c/Makefile +++ b/math/gp2c/Makefile @@ -1,5 +1,6 @@ PORTNAME= gp2c -DISTVERSION= 0.0.14 +DISTVERSION= 0.0.14pl1 +PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/GP2C/ diff --git a/math/gp2c/distinfo b/math/gp2c/distinfo index b892202afa2e..f64a3557b208 100644 --- a/math/gp2c/distinfo +++ b/math/gp2c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736456589 -SHA256 (gp2c-0.0.14.tar.gz) = af6112cc02940457e239da4433d1a0d8da60eeef29f7cc722f64cd4ac00b7b30 -SIZE (gp2c-0.0.14.tar.gz) = 903744 +TIMESTAMP = 1770830542 +SHA256 (gp2c-0.0.14pl1.tar.gz) = 245ce020fd7862dc2889f866ceef1523a4953f19bf1e5dc3db44988b5e0726bc +SIZE (gp2c-0.0.14pl1.tar.gz) = 904293 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/Makefile b/math/gsl/Makefile index f7e59eecd755..b55ca74b70f4 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,10 +1,9 @@ PORTNAME= gsl -PORTVERSION= 2.7.1 -PORTREVISION= 1 +PORTVERSION= 2.8 CATEGORIES= math MASTER_SITES= GNU -MAINTAINER= tcberner@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= The GNU Scientific Library - mathematical libs WWW= https://www.gnu.org/software/gsl @@ -13,7 +12,6 @@ LICENSE= GPLv3 USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip INFO= gsl-ref diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 2f07ea823373..a4c32599b80e 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638423135 -SHA256 (gsl-2.7.1.tar.gz) = dcb0fbd43048832b757ff9942691a8dd70026d5da0ff85601e52687f6deeb34b -SIZE (gsl-2.7.1.tar.gz) = 7509209 +TIMESTAMP = 1768505160 +SHA256 (gsl-2.8.tar.gz) = 6a99eeed15632c6354895b1dd542ed5a855c0f15d9ad1326c6fe2b2c9e423190 +SIZE (gsl-2.8.tar.gz) = 8997136 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/gsl/pkg-plist b/math/gsl/pkg-plist index 27de4acb4456..7f89ba2966e3 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -155,6 +155,7 @@ include/gsl/gsl_roots.h include/gsl/gsl_rstat.h include/gsl/gsl_sf.h include/gsl/gsl_sf_airy.h +include/gsl/gsl_sf_alf.h include/gsl/gsl_sf_bessel.h include/gsl/gsl_sf_clausen.h include/gsl/gsl_sf_coulomb.h @@ -269,15 +270,15 @@ include/gsl/gsl_wavelet2d.h include/gsl/test_source.c lib/libgsl.a lib/libgsl.so -lib/libgsl.so.27 -lib/libgsl.so.27.0.0 +lib/libgsl.so.28 +lib/libgsl.so.28.0.0 lib/libgslcblas.a lib/libgslcblas.so lib/libgslcblas.so.0 lib/libgslcblas.so.0.0.0 libdata/pkgconfig/gsl.pc +share/aclocal/gsl.m4 share/man/man1/gsl-config.1.gz share/man/man1/gsl-histogram.1.gz share/man/man1/gsl-randist.1.gz share/man/man3/gsl.3.gz -share/aclocal/gsl.m4 diff --git a/math/half/Makefile b/math/half/Makefile index f373d0437668..2b84b1e2b985 100644 --- a/math/half/Makefile +++ b/math/half/Makefile @@ -1,5 +1,5 @@ PORTNAME= half -DISTVERSION= 2.2.0 +DISTVERSION= 2.2.1 CATEGORIES= math MASTER_SITES= SF diff --git a/math/half/distinfo b/math/half/distinfo index aa5accc9def0..1795a02d4cf4 100644 --- a/math/half/distinfo +++ b/math/half/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623811699 -SHA256 (half-2.2.0.zip) = 1d1d9e482fb95fcd7cab0953a4bd35e00b86578f11cb6939a067811a055a563b -SIZE (half-2.2.0.zip) = 47558 +TIMESTAMP = 1762592078 +SHA256 (half-2.2.1.zip) = 76ddbf406e9d9b772ec73af2bf925b38b290b4390cc4064720a08d4b4bca0aa9 +SIZE (half-2.2.1.zip) = 47764 diff --git a/math/hexowl/Makefile b/math/hexowl/Makefile new file mode 100644 index 000000000000..3ae401a464b0 --- /dev/null +++ b/math/hexowl/Makefile @@ -0,0 +1,20 @@ +PORTNAME= hexowl +DISTVERSIONPREFIX= v +DISTVERSION= 1.5.1 +PORTREVISION= 9 +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..5930c8fce1ec 100644 --- a/math/heyoka/Makefile +++ b/math/heyoka/Makefile @@ -1,7 +1,7 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v DISTVERSION= 6.0.0 -PORTREVISION= 4 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -11,7 +11,8 @@ WWW= https://bluescarni.github.io/heyoka/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_FreeBSD_13= compilation fails: no member named 'transform' in namespace 'std::ranges'; did you mean 'llvm::transform' (std::ranges::transform isn't present) +BROKEN= Fails to build with fmt 12+, The supported fmt versions are in the range [9, 11], but version 12 was found instead. +#BROKEN_FreeBSD_13= compilation fails: no member named 'transform' in namespace 'std::ranges'; did you mean 'llvm::transform' (std::ranges::transform isn't present) LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ libfmt.so:devel/libfmt \ diff --git a/math/highs/Makefile b/math/highs/Makefile index 1b3e425c8b8d..b7ba37ec5046 100644 --- a/math/highs/Makefile +++ b/math/highs/Makefile @@ -1,7 +1,6 @@ PORTNAME= highs DISTVERSIONPREFIX= v -DISTVERSION= 1.10.0 -PORTREVISION= 1 +DISTVERSION= 1.13.0 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -13,6 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake:testing compiler:c++11-lang pkgconfig +USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ERGO-Code @@ -23,11 +23,16 @@ CMAKE_OFF= BUILD_TESTING post-install: # see https://github.com/ERGO-Code/HiGHS/issues/502 ${RM} -r ${STAGEDIR}${PREFIX}/external + # remove stray files + @${RM} \ + ${STAGEDIR}${PREFIX}/LICENSE.txt \ + ${STAGEDIR}${PREFIX}/README.md \ + ${STAGEDIR}${PREFIX}/THIRD_PARTY_NOTICES.md # workaround for https://github.com/ERGO-Code/HiGHS/issues/2250 @${REINPLACE_CMD} \ -e 's|INTERFACE_INCLUDE_DIRECTORIES "/include;|INTERFACE_INCLUDE_DIRECTORIES "|' \ ${STAGEDIR}${PREFIX}/lib/cmake/highs/highs-targets.cmake -# tests as of 1.10.0: 100% tests passed, 0 tests failed out of 2 +# tests as of 1.13.0: 100% tests passed, 0 tests failed out of 2 .include <bsd.port.mk> diff --git a/math/highs/distinfo b/math/highs/distinfo index aaec9c023476..2298806941c8 100644 --- a/math/highs/distinfo +++ b/math/highs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742541975 -SHA256 (ERGO-Code-HiGHS-v1.10.0_GH0.tar.gz) = cf29873b894133bac111fc45bbf10989b6c5c041992fcd10e31222253e371a4c -SIZE (ERGO-Code-HiGHS-v1.10.0_GH0.tar.gz) = 2418795 +TIMESTAMP = 1770360975 +SHA256 (ERGO-Code-HiGHS-v1.13.0_GH0.tar.gz) = 422e45cb6b10d503258ee894cb37916c087813451f311d1906dcc9701fda8647 +SIZE (ERGO-Code-HiGHS-v1.13.0_GH0.tar.gz) = 2775805 diff --git a/math/highs/pkg-plist b/math/highs/pkg-plist index 6142aaec5a9d..268ea9fbf7a6 100644 --- a/math/highs/pkg-plist +++ b/math/highs/pkg-plist @@ -1,10 +1,6 @@ bin/highs include/highs/HConfig.h include/highs/Highs.h -include/highs/filereaderlp/builder.hpp -include/highs/filereaderlp/def.hpp -include/highs/filereaderlp/model.hpp -include/highs/filereaderlp/reader.hpp include/highs/interfaces/highs_c_api.h include/highs/io/Filereader.h include/highs/io/FilereaderEms.h @@ -14,6 +10,10 @@ include/highs/io/HMPSIO.h include/highs/io/HMpsFF.h include/highs/io/HighsIO.h include/highs/io/LoadOptions.h +include/highs/io/filereaderlp/builder.hpp +include/highs/io/filereaderlp/def.hpp +include/highs/io/filereaderlp/model.hpp +include/highs/io/filereaderlp/reader.hpp include/highs/ipm/IpxSolution.h include/highs/ipm/IpxWrapper.h include/highs/ipm/basiclu/basiclu.h @@ -122,6 +122,7 @@ include/highs/mip/HighsSeparator.h include/highs/mip/HighsTableauSeparator.h include/highs/mip/HighsTransformedLp.h include/highs/mip/MipTimer.h +include/highs/mip/feasibilityjump.hh include/highs/model/HighsHessian.h include/highs/model/HighsHessianUtils.h include/highs/model/HighsModel.h @@ -194,8 +195,8 @@ include/highs/simplex/HighsSimplexAnalysis.h include/highs/simplex/SimplexConst.h include/highs/simplex/SimplexStruct.h include/highs/simplex/SimplexTimer.h -include/highs/test/DevKkt.h -include/highs/test/KktCh2.h +include/highs/test_kkt/DevKkt.h +include/highs/test_kkt/KktCh2.h include/highs/util/FactorTimer.h include/highs/util/HFactor.h include/highs/util/HFactorConst.h @@ -228,10 +229,12 @@ include/highs/util/stringutil.h include/highs/zstr/strict_fstream.hpp include/highs/zstr/zstr.hpp include/highs_export.h +lib/cmake/highs/highs-config-version.cmake lib/cmake/highs/highs-config.cmake lib/cmake/highs/highs-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/highs/highs-targets.cmake +lib/cmake/highs/highs-targets.cmake.bak lib/libhighs.so lib/libhighs.so.1 -lib/libhighs.so.1.10.0 +lib/libhighs.so.1.13.0 libdata/pkgconfig/highs.pc diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile index 044ccdb3589b..d8bec8f11c79 100644 --- a/math/hmat-oss/Makefile +++ b/math/hmat-oss/Makefile @@ -1,6 +1,5 @@ PORTNAME= hmat-oss -DISTVERSION= 1.10.0 -PORTREVISION= 2 +DISTVERSION= 1.11.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -34,4 +33,6 @@ do-test: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test +# tests as of 1.11.1: 100% tests passed, 0 tests failed out of 4 + .include <bsd.port.mk> diff --git a/math/hmat-oss/distinfo b/math/hmat-oss/distinfo index 74b49f00d9ac..3ab302e13e97 100644 --- a/math/hmat-oss/distinfo +++ b/math/hmat-oss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720985959 -SHA256 (jeromerobert-hmat-oss-1.10.0_GH0.tar.gz) = 357969e54d4d213cbab9c0eb4ca944a160d519b0790c8300431b4acc151387e5 -SIZE (jeromerobert-hmat-oss-1.10.0_GH0.tar.gz) = 203181 +TIMESTAMP = 1764492504 +SHA256 (jeromerobert-hmat-oss-1.11.1_GH0.tar.gz) = 01c5946f063178cf05a9cac4906eb06ba3b784a0f03a68e8ef757ec368dc077a +SIZE (jeromerobert-hmat-oss-1.11.1_GH0.tar.gz) = 205665 diff --git a/math/hmat-oss/files/patch-CMakeLists.txt b/math/hmat-oss/files/patch-CMakeLists.txt deleted file mode 100644 index 250754940b7a..000000000000 --- a/math/hmat-oss/files/patch-CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- CMakeLists.txt.orig 2022-10-05 15:44:52 UTC -+++ CMakeLists.txt -@@ -255,9 +255,9 @@ include(CheckCCompilerFlag) - include(CheckCXXCompilerFlag) - - function(hmat_set_compiler_flags _TARGET_NAME) -- check_cxx_compiler_flag("-Werror -Wall" HAVE_COMPILER_WARNING_FLAGS) -+ check_cxx_compiler_flag("-Wall" HAVE_COMPILER_WARNING_FLAGS) - if(HAVE_COMPILER_WARNING_FLAGS) -- target_compile_options(${_TARGET_NAME} PRIVATE -Werror -Wall) -+ target_compile_options(${_TARGET_NAME} PRIVATE -Wall) - foreach(flag -Wno-sign-compare;-Wno-undefined-var-template;-Wno-unused-parameter) - string(REPLACE "-" "_" varname ${flag}) - check_cxx_compiler_flag("${flag}" CXX${varname}) diff --git a/math/hmat-oss/pkg-plist b/math/hmat-oss/pkg-plist index f003d50097a5..2dac62c70626 100644 --- a/math/hmat-oss/pkg-plist +++ b/math/hmat-oss/pkg-plist @@ -6,5 +6,5 @@ lib/cmake/hmat/HMATConfigVersion.cmake lib/cmake/hmat/HMATTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/hmat/HMATTargets.cmake lib/libhmat.so -lib/libhmat.so.1.10.0 +lib/libhmat.so.1.11.1 lib/libhmat.so.4 diff --git a/math/hpcombi/Makefile b/math/hpcombi/Makefile index a8b54d9fad87..5c5a6ee21a88 100644 --- a/math/hpcombi/Makefile +++ b/math/hpcombi/Makefile @@ -1,5 +1,5 @@ PORTNAME= HPCombi -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 DISTVERSIONPREFIX= v CATEGORIES= math devel diff --git a/math/hpcombi/distinfo b/math/hpcombi/distinfo index d438f5234c12..3a3fc3326717 100644 --- a/math/hpcombi/distinfo +++ b/math/hpcombi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743960204 -SHA256 (hivert-HPCombi-v1.1.0_GH0.tar.gz) = f07b55a54109b21546fa6c10d434c027c2911bb5664dfcee1b3cd2e3baa786b2 -SIZE (hivert-HPCombi-v1.1.0_GH0.tar.gz) = 3129040 +TIMESTAMP = 1765814524 +SHA256 (hivert-HPCombi-v1.1.1_GH0.tar.gz) = 6987e5c6c2db0f2f4ac3a103fb335bc95331515990f9bdd6ac74adcb1864a805 +SIZE (hivert-HPCombi-v1.1.1_GH0.tar.gz) = 3517207 diff --git a/math/hpcombi/pkg-plist b/math/hpcombi/pkg-plist index 0e42e2dd9035..1a1bcb214925 100644 --- a/math/hpcombi/pkg-plist +++ b/math/hpcombi/pkg-plist @@ -13,27 +13,28 @@ include/hpcombi/perm16_impl.hpp include/hpcombi/perm_generic.hpp include/hpcombi/perm_generic_impl.hpp include/hpcombi/power.hpp -include/hpcombi/simde/arm/neon.h -include/hpcombi/simde/arm/sve.h -include/hpcombi/simde/mips/msa.h -include/hpcombi/simde/wasm/relaxed-simd.h -include/hpcombi/simde/wasm/simd128.h -include/hpcombi/simde/x86/avx.h -include/hpcombi/simde/x86/avx2.h -include/hpcombi/simde/x86/avx512.h -include/hpcombi/simde/x86/clmul.h -include/hpcombi/simde/x86/f16c.h -include/hpcombi/simde/x86/fma.h -include/hpcombi/simde/x86/gfni.h -include/hpcombi/simde/x86/mmx.h -include/hpcombi/simde/x86/sse.h -include/hpcombi/simde/x86/sse2.h -include/hpcombi/simde/x86/sse3.h -include/hpcombi/simde/x86/sse4.1.h -include/hpcombi/simde/x86/sse4.2.h -include/hpcombi/simde/x86/ssse3.h -include/hpcombi/simde/x86/svml.h -include/hpcombi/simde/x86/xop.h +include/hpcombi/simde-0.8.2/arm/neon.h +include/hpcombi/simde-0.8.2/arm/sve.h +include/hpcombi/simde-0.8.2/mips/msa.h +include/hpcombi/simde-0.8.2/wasm/relaxed-simd.h +include/hpcombi/simde-0.8.2/wasm/simd128.h +include/hpcombi/simde-0.8.2/x86/aes.h +include/hpcombi/simde-0.8.2/x86/avx.h +include/hpcombi/simde-0.8.2/x86/avx2.h +include/hpcombi/simde-0.8.2/x86/avx512.h +include/hpcombi/simde-0.8.2/x86/clmul.h +include/hpcombi/simde-0.8.2/x86/f16c.h +include/hpcombi/simde-0.8.2/x86/fma.h +include/hpcombi/simde-0.8.2/x86/gfni.h +include/hpcombi/simde-0.8.2/x86/mmx.h +include/hpcombi/simde-0.8.2/x86/sse.h +include/hpcombi/simde-0.8.2/x86/sse2.h +include/hpcombi/simde-0.8.2/x86/sse3.h +include/hpcombi/simde-0.8.2/x86/sse4.1.h +include/hpcombi/simde-0.8.2/x86/sse4.2.h +include/hpcombi/simde-0.8.2/x86/ssse3.h +include/hpcombi/simde-0.8.2/x86/svml.h +include/hpcombi/simde-0.8.2/x86/xop.h include/hpcombi/vect16.hpp include/hpcombi/vect_generic.hpp libdata/pkgconfig/hpcombi.pc @@ -69,10 +70,10 @@ libdata/pkgconfig/hpcombi.pc %%DOXYGEN%%%%DOCSDIR%%/closed.png %%DOXYGEN%%%%DOCSDIR%%/debug_8hpp.html %%DOXYGEN%%%%DOCSDIR%%/debug_8hpp_source.html -%%DOXYGEN%%%%DOCSDIR%%/dir_34ca627235a89065f8c5a695cac9ddab.html -%%DOXYGEN%%%%DOCSDIR%%/dir_9431461fe4fc1b38bb4fd222da4da8e5.html -%%DOXYGEN%%%%DOCSDIR%%/dir_ba740b1b6c5af4004c3573360476ab5b.html -%%DOXYGEN%%%%DOCSDIR%%/dir_e001190c0b571bfe7ca10db4d849015c.html +%%DOXYGEN%%%%DOCSDIR%%/dir_0c3936d75fb7de070c6bfec10ff2cf55.html +%%DOXYGEN%%%%DOCSDIR%%/dir_16159a270efdabcd442030a08e20a6fe.html +%%DOXYGEN%%%%DOCSDIR%%/dir_25db0f30f44cb0f96892112789cf4aee.html +%%DOXYGEN%%%%DOCSDIR%%/dir_fe1e55dd4e1af501eb772862e06be18d.html %%DOXYGEN%%%%DOCSDIR%%/doc.png %%DOXYGEN%%%%DOCSDIR%%/docd.png %%DOXYGEN%%%%DOCSDIR%%/doxygen.css diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile index 7a2202817ce9..9379fafdc364 100644 --- a/math/hs-Agda/Makefile +++ b/math/hs-Agda/Makefile @@ -1,5 +1,5 @@ PORTNAME= Agda -DISTVERSION= 2.7.0.1 +DISTVERSION= 2.8.0 PORTREVISION= 1 CATEGORIES= math haskell @@ -18,80 +18,101 @@ USES= cabal USE_LOCALE= en_US.UTF-8 -USE_CABAL= OneTuple-0.4.2 \ - QuickCheck-2.15.0.1 \ - STMonadTrans-0.4.8_1 \ +USE_CABAL= ListLike-4.7.8.4 \ + 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.4.0 \ + ansi-terminal-1.1.5 \ + 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.4.1 \ 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 \ - equivalence-0.4.1 \ - generically-0.1.1_3 \ + enummapset-0.7.3.0 \ + equivalence-0.4.1.1 \ + filelock-0.1.1.8 \ + 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.7 \ + happy-lib-2.1.7 \ + 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 \ - 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 \ + nonempty-containers-0.3.5.0 \ + nonempty-vector-0.2.4 \ + optparse-applicative-0.19.0.0 \ + parallel-3.3.0.0 \ + peano-0.1.0.3 \ + pqueue-1.6.0.0 \ + 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.5 \ + 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.10 \ + 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.1 \ + unordered-containers-0.2.21_1 \ 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_2 \ + vector-hashtables-0.1.2.1 \ + vector-stream-0.1.0.1_4 \ witherable-0.5_1 \ - zlib-0.7.1.0_1 + zlib-0.7.1.1 -CABAL_EXECUTABLES= agda-mode agda +CABAL_REVISION= 2 +CABAL_EXECUTABLES= agda agda-mode CABAL_WRAPPER_SCRIPTS= ${CABAL_EXECUTABLES} agda_DATADIR_VARS= Agda agda-mode_DATADIR_VARS= Agda @@ -99,10 +120,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..40bf5c2797cd 100644 --- a/math/hs-Agda/distinfo +++ b/math/hs-Agda/distinfo @@ -1,40 +1,50 @@ -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 = 1766778615 +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/Agda-2.8.0/revision/2.cabal) = b73b1b6685650d4429074f10440952cecb7aef190a994f75d168c354d20b01a8 +SIZE (cabal/Agda-2.8.0/revision/2.cabal) = 34453 +SHA256 (cabal/ListLike-4.7.8.4/ListLike-4.7.8.4.tar.gz) = 3bc7e503c204990b47cf977b9ffa498c564086165fba4700512afc6b5e3c69c4 +SIZE (cabal/ListLike-4.7.8.4/ListLike-4.7.8.4.tar.gz) = 33381 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/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 -SIZE (cabal/STMonadTrans-0.4.8/revision/1.cabal) = 2101 +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.1/STMonadTrans-0.4.8.1.tar.gz) = 7b281fe640ef983786d0457a446af2cd1f968def37b91be102a268361ff6a914 +SIZE (cabal/STMonadTrans-0.4.8.1/STMonadTrans-0.4.8.1.tar.gz) = 7517 SHA256 (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5e4b39da395656a59827b0280508aafdc70335798b50e5d6fd52596026251825 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.4.0/alex-3.5.4.0.tar.gz) = a9ea70f2c4900e685312cf330d1fe955a3e8f00acd1328d463ae150481d28ade +SIZE (cabal/alex-3.5.4.0/alex-3.5.4.0.tar.gz) = 94220 +SHA256 (cabal/ansi-terminal-1.1.5/ansi-terminal-1.1.5.tar.gz) = 9cf083cef2e2ba88a425f132c8a82bfa931eb4b0c38232b2017f8fcea2e23073 +SIZE (cabal/ansi-terminal-1.1.5/ansi-terminal-1.1.5.tar.gz) = 33344 +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.4.1/blaze-builder-0.4.4.1.tar.gz) = 971d360428ac97af9a4e55e4f2c23649f6cedc0ce5d6e94d520e663f33ea5113 +SIZE (cabal/blaze-builder-0.4.4.1/blaze-builder-0.4.4.1.tar.gz) = 59452 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,158 @@ 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/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/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.1/equivalence-0.4.1.1.tar.gz) = 926dc61dc9153aac3dafa69712f0ca6a96516a9423e4fbb8cca31f332c102bf2 +SIZE (cabal/equivalence-0.4.1.1/equivalence-0.4.1.1.tar.gz) = 9361 +SHA256 (cabal/filelock-0.1.1.8/filelock-0.1.1.8.tar.gz) = 72ab22e966feb4f6021425fdf9e6f758e3ca711b0156eeb3f8590b8e1092b62e +SIZE (cabal/filelock-0.1.1.8/filelock-0.1.1.8.tar.gz) = 8128 +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.7/happy-2.1.7.tar.gz) = 9e390f0ab082d11d46598f6215b2f6e8253059721860f81082409091532d7e2a +SIZE (cabal/happy-2.1.7/happy-2.1.7.tar.gz) = 62023 +SHA256 (cabal/happy-lib-2.1.7/happy-lib-2.1.7.tar.gz) = f625b2c4a3f2b5fafa3c560fa8757502cc8de83d9a84c2692fc943380900f269 +SIZE (cabal/happy-lib-2.1.7/happy-lib-2.1.7.tar.gz) = 94227 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/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/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/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/parallel-3.3.0.0/parallel-3.3.0.0.tar.gz) = 47c21e778d8e8ebf657aa72fd30e189e71ffddb188660e9d09ca9062d7541791 +SIZE (cabal/parallel-3.3.0.0/parallel-3.3.0.0.tar.gz) = 15309 +SHA256 (cabal/peano-0.1.0.3/peano-0.1.0.3.tar.gz) = fd7959f2c97e64ecae28cb50fb47c0437d7382adabec532bba48e806b4ebdd41 +SIZE (cabal/peano-0.1.0.3/peano-0.1.0.3.tar.gz) = 2959 +SHA256 (cabal/pqueue-1.6.0.0/pqueue-1.6.0.0.tar.gz) = 865b5cf14bf26b7ca43028a8997aedbd9e56cedf49e03c7f7d8f0a032af8e9ad +SIZE (cabal/pqueue-1.6.0.0/pqueue-1.6.0.0.tar.gz) = 41748 +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.5/regex-tdfa-1.3.2.5.tar.gz) = 2e3dfb449a548484f7d3b4e2a1b1040b39be26c4f3182a47004dc5eddf028a78 +SIZE (cabal/regex-tdfa-1.3.2.5/regex-tdfa-1.3.2.5.tar.gz) = 83371 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.10/tagged-0.8.10.tar.gz) = 17ef791eb4caf314a3b4b158827a0f1f4b695c2a24af0875f09e3d8c10f56c5d +SIZE (cabal/tagged-0.8.10/tagged-0.8.10.tar.gz) = 8398 +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/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/unix-compat-0.7.4.1/unix-compat-0.7.4.1.tar.gz) = 3f9611624a100c75e672d900e63fe7a0e595615a34e6605662edaff151e44054 +SIZE (cabal/unix-compat-0.7.4.1/unix-compat-0.7.4.1.tar.gz) = 15619 +SHA256 (cabal/unordered-containers-0.2.21/unordered-containers-0.2.21.tar.gz) = 3b2ad1522b546e61960153257d1e5d239eeec5e83da847d5cb4d896a5bb7f9c0 +SIZE (cabal/unordered-containers-0.2.21/unordered-containers-0.2.21.tar.gz) = 68227 +SHA256 (cabal/unordered-containers-0.2.21/revision/1.cabal) = bcff64f48fba1e25bf9b5346d1c3545402cd2f1293b411435e7850ccb62884e5 +SIZE (cabal/unordered-containers-0.2.21/revision/1.cabal) = 3987 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 +247,21 @@ 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/2.cabal) = 9ac338c8da52d8a37db08434ca4480fef2cea4f9aac240f4f994bb467f5275b4 +SIZE (cabal/vector-0.13.2.0/revision/2.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/4.cabal) = 483be6df13c72169a917640589666f9fece7bea9fa13fcd41d052dab37ea289e +SIZE (cabal/vector-stream-0.1.0.1/revision/4.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.1/zlib-0.7.1.1.tar.gz) = bf95ab01ed924be800addea195fba5ca97ec69f378368f6ff466bdc29666c1c1 +SIZE (cabal/zlib-0.7.1.1/zlib-0.7.1.1.tar.gz) = 29324 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/hsl/Makefile b/math/hsl/Makefile index c19d7dae3f87..f86dcd5285ec 100644 --- a/math/hsl/Makefile +++ b/math/hsl/Makefile @@ -10,7 +10,9 @@ WWW= https://github.com/coin-or-tools/ThirdParty-HSL LICENSE= EPL -USES= fortran gmake libtool pkgconfig +# Flang can't be used because the project bundles too old libtool and +# running autoreconf is too painful +USES= fortran:gfortran gmake libtool pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/math/igraph/Makefile b/math/igraph/Makefile index e72dcfb6762d..e03c1c38a9a3 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -1,8 +1,6 @@ PORTNAME= igraph -DISTVERSION= 0.10.12 -PORTREVISION= 3 +DISTVERSION= 1.0.1 CATEGORIES= math -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= wen@FreeBSD.org COMMENT= Package For Manipulating Undirected And Directed Graphs @@ -22,6 +20,8 @@ USES= bison cmake cpe gnome pathfix USE_GNOME= libxml2 USE_LDCONFIG= yes +USE_GITHUB= yes + CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_TESTING CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Git:BOOL=True \ diff --git a/math/igraph/distinfo b/math/igraph/distinfo index 9fde4781e813..ace7fae5ce64 100644 --- a/math/igraph/distinfo +++ b/math/igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718460118 -SHA256 (igraph-0.10.12.tar.gz) = b011f7f9f38a3e59924cc9ff652e6d33105fa03fcaf3792f47d752626a0a4625 -SIZE (igraph-0.10.12.tar.gz) = 4373463 +TIMESTAMP = 1768463727 +SHA256 (igraph-igraph-1.0.1_GH0.tar.gz) = cb3d0b92425002cf45c4a6db8719b24fc018bfb9ba1d2ad05a65a5448a6b2f32 +SIZE (igraph-igraph-1.0.1_GH0.tar.gz) = 4121684 diff --git a/math/igraph/pkg-plist b/math/igraph/pkg-plist index 8111307cd38c..b287eaf96ac4 100644 --- a/math/igraph/pkg-plist +++ b/math/igraph/pkg-plist @@ -1,8 +1,6 @@ include/igraph/igraph.h include/igraph/igraph_adjlist.h include/igraph/igraph_arpack.h -include/igraph/igraph_array.h -include/igraph/igraph_array_pmt.h include/igraph/igraph_attributes.h include/igraph/igraph_bipartite.h include/igraph/igraph_bitset.h @@ -42,6 +40,7 @@ include/igraph/igraph_heap_pmt.h include/igraph/igraph_hrg.h include/igraph/igraph_interface.h include/igraph/igraph_interrupt.h +include/igraph/igraph_isomorphism.h include/igraph/igraph_iterators.h include/igraph/igraph_lapack.h include/igraph/igraph_layout.h @@ -51,7 +50,6 @@ include/igraph/igraph_matrix.h include/igraph/igraph_matrix_list.h include/igraph/igraph_matrix_pmt.h include/igraph/igraph_memory.h -include/igraph/igraph_microscopic_update.h include/igraph/igraph_mixing.h include/igraph/igraph_motifs.h include/igraph/igraph_neighborhood.h @@ -65,16 +63,18 @@ include/igraph/igraph_psumtree.h include/igraph/igraph_qsort.h include/igraph/igraph_random.h include/igraph/igraph_reachability.h +include/igraph/igraph_sampling.h include/igraph/igraph_scan.h include/igraph/igraph_separators.h +include/igraph/igraph_setup.h include/igraph/igraph_sparsemat.h +include/igraph/igraph_spatial.h include/igraph/igraph_stack.h include/igraph/igraph_stack_pmt.h include/igraph/igraph_statusbar.h include/igraph/igraph_structural.h include/igraph/igraph_strvector.h include/igraph/igraph_threading.h -include/igraph/igraph_topology.h include/igraph/igraph_transitivity.h include/igraph/igraph_typed_list_pmt.h include/igraph/igraph_types.h @@ -90,6 +90,6 @@ lib/cmake/igraph/igraph-config.cmake lib/cmake/igraph/igraph-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/igraph/igraph-targets.cmake lib/libigraph.so -lib/libigraph.so.3 -lib/libigraph.so.3.1.7 +lib/libigraph.so.4 +lib/libigraph.so.4.0.1 libdata/pkgconfig/igraph.pc diff --git a/math/intx/Makefile b/math/intx/Makefile index 188dc53c8408..b4e41c471061 100644 --- a/math/intx/Makefile +++ b/math/intx/Makefile @@ -1,6 +1,6 @@ PORTNAME= intx DISTVERSIONPREFIX= v -DISTVERSION= 0.12.1 +DISTVERSION= 0.15.0 CATEGORIES= math MAINTAINER= eduardo@FreeBSD.org diff --git a/math/intx/distinfo b/math/intx/distinfo index b5dbca355fcb..d4026d5ea217 100644 --- a/math/intx/distinfo +++ b/math/intx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728545011 -SHA256 (chfast-intx-v0.12.1_GH0.tar.gz) = 279a9aa1e46e60f72eb0eb4ea92fec786e02b35069942ed161be7dcfb6700dd8 -SIZE (chfast-intx-v0.12.1_GH0.tar.gz) = 57809 +TIMESTAMP = 1769787410 +SHA256 (chfast-intx-v0.15.0_GH0.tar.gz) = 7db5d37ae5e9c3787a12c27e53a28be840a35ee51101c3ac15412ce259191600 +SIZE (chfast-intx-v0.15.0_GH0.tar.gz) = 60493 diff --git a/math/ipopt/Makefile b/math/ipopt/Makefile index e47874466c17..cb1bd2c56e96 100644 --- a/math/ipopt/Makefile +++ b/math/ipopt/Makefile @@ -1,7 +1,6 @@ PORTNAME= Ipopt DISTVERSIONPREFIX= releases/ -DISTVERSION= 3.14.17 -PORTREVISION= 1 +DISTVERSION= 3.14.19 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/ipopt/distinfo b/math/ipopt/distinfo index c6ed9fb2aed4..eb45dc2b18d5 100644 --- a/math/ipopt/distinfo +++ b/math/ipopt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734242411 -SHA256 (coin-or-Ipopt-releases-3.14.17_GH0.tar.gz) = 17ab8e9a6059ab11172c184e5947e7a7dda9fed0764764779c27e5b8e46f3d75 -SIZE (coin-or-Ipopt-releases-3.14.17_GH0.tar.gz) = 1874612 +TIMESTAMP = 1762594402 +SHA256 (coin-or-Ipopt-releases-3.14.19_GH0.tar.gz) = b3eb84a23812b53a3325bcd2c599de2b0f5df45a18ed251f9e3c1cd893136287 +SIZE (coin-or-Ipopt-releases-3.14.19_GH0.tar.gz) = 1876140 diff --git a/math/ipopt/pkg-plist b/math/ipopt/pkg-plist index d502f2cddace..1a15e75a7e48 100644 --- a/math/ipopt/pkg-plist +++ b/math/ipopt/pkg-plist @@ -89,13 +89,13 @@ include/coin-or/SensStepCalc.hpp include/coin-or/SensUtils.hpp lib/libipopt.so lib/libipopt.so.3 -lib/libipopt.so.3.14.17 +lib/libipopt.so.3.14.19 lib/libipoptamplinterface.so lib/libipoptamplinterface.so.3 -lib/libipoptamplinterface.so.3.14.17 +lib/libipoptamplinterface.so.3.14.19 lib/libsipopt.so lib/libsipopt.so.3 -lib/libsipopt.so.3.14.17 +lib/libsipopt.so.3.14.19 libdata/pkgconfig/ipopt.pc libdata/pkgconfig/ipoptamplinterface.pc share/doc/ipopt/AUTHORS diff --git a/math/jacop/Makefile b/math/jacop/Makefile index 12e8b50535a5..fd3977e58634 100644 --- a/math/jacop/Makefile +++ b/math/jacop/Makefile @@ -17,6 +17,9 @@ BUILD_DEPENDS= maven>0:devel/maven USES= java USE_GITHUB= yes GH_ACCOUNT= radsz +JAVA_VERSION= 8 11 17 + +MAKE_ENV+= JAVA_HOME=${JAVA_HOME} NO_ARCH= yes diff --git a/math/jacop/files/patch-pom.xml b/math/jacop/files/patch-pom.xml new file mode 100644 index 000000000000..a0092d003e08 --- /dev/null +++ b/math/jacop/files/patch-pom.xml @@ -0,0 +1,12 @@ +--- pom.xml.orig 2025-12-11 22:29:09 UTC ++++ pom.xml +@@ -454,9 +454,7 @@ setup to run configuration. --> + <version>2.10.4</version> + + <configuration> +- <!--- Possible solution to not print any warrnings for Java 1.8 + <additionalparam>-Xdoclint:none</additionalparam> +- --> + + <sourceFileExcludes> + <sourcepath> diff --git a/math/jacop/pkg-descr b/math/jacop/pkg-descr index 4e6d99c296f8..b15b34bc9b92 100644 --- a/math/jacop/pkg-descr +++ b/math/jacop/pkg-descr @@ -1 +1,4 @@ -Java Constraint Programming (JaCoP) solver for MiniZinc. +JaCoP is an open-source Java Constraint Programming (JaCoP) solver. +It provides a rich set of constraints to facilitate efficient modeling +and solving of combinatorial problems. JaCoP can be used as a standalone +Java library or as a backend for MiniZinc and other modeling languages. diff --git a/math/jtransforms/files/patch-build.xml b/math/jtransforms/files/patch-build.xml new file mode 100644 index 000000000000..4e3db0569b9e --- /dev/null +++ b/math/jtransforms/files/patch-build.xml @@ -0,0 +1,22 @@ +--- build.xml.orig 2025-12-13 15:21:46 UTC ++++ build.xml +@@ -57,15 +57,15 @@ +
+ <target name="javac" depends="clean" description="Compilation of java classes and unit-tests">
+ <mkdir dir="${javac.dest}" />
+- <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="false" source="1.5" target="1.5" />
+- <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="false" source="1.5" target="1.5" />
++ <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="false" />
++ <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="false" />
+ </target>
+
+
+ <target name="javac-debug" depends="clean" description="Compilation of java classes and unit-tests with debug options on.">
+ <mkdir dir="${javac.dest}" />
+- <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="on" debuglevel="vars,lines,source" source="1.5" target="1.5" />
+- <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="true" debuglevel="vars,lines,source" source="1.5" target="1.5" />
++ <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="on" debuglevel="vars,lines,source" />
++ <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="true" debuglevel="vars,lines,source" />
+ </target>
+
+
diff --git a/math/jts/Makefile b/math/jts/Makefile index e8204f77e97c..3a4b5a500adb 100644 --- a/math/jts/Makefile +++ b/math/jts/Makefile @@ -17,6 +17,8 @@ JAVA_VERSION= 11+ USE_GITHUB= yes GH_ACCOUNT= locationtech +MAKE_ENV+= JAVA_HOME=${JAVA_HOME} + NO_ARCH= yes VER= ${PORTVERSION:tl} diff --git a/math/kahip/Makefile b/math/kahip/Makefile index b1345ea197db..8d4ea7f28cea 100644 --- a/math/kahip/Makefile +++ b/math/kahip/Makefile @@ -1,6 +1,6 @@ PORTNAME= kahip DISTVERSIONPREFIX= v -DISTVERSION= 3.19 +DISTVERSION= 3.22 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/kahip/distinfo b/math/kahip/distinfo index a316688b8ea5..b40ff7be9803 100644 --- a/math/kahip/distinfo +++ b/math/kahip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745474485 -SHA256 (KaHIP-KaHIP-v3.19_GH0.tar.gz) = ab128104d198061b4dcad76f760aca240b96de781c1b586235ee4f12fd6829c6 -SIZE (KaHIP-KaHIP-v3.19_GH0.tar.gz) = 2467661 +TIMESTAMP = 1763957535 +SHA256 (KaHIP-KaHIP-v3.22_GH0.tar.gz) = 3cbadfbf8d503351d921531413d3b66ad347a6d6e213120db87462093bb66b7c +SIZE (KaHIP-KaHIP-v3.22_GH0.tar.gz) = 2469773 diff --git a/math/kalc/Makefile b/math/kalc/Makefile index 2ff987c49839..1b5df3233c0a 100644 --- a/math/kalc/Makefile +++ b/math/kalc/Makefile @@ -1,6 +1,7 @@ PORTNAME= kalc DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 7 CATEGORIES= math PKGNAMESUFFIX= -calculator diff --git a/math/kalgebra/distinfo b/math/kalgebra/distinfo index 619c25872bf6..60651c7e349f 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 = 1770570794 +SHA256 (KDE/release-service/25.12.2/kalgebra-25.12.2.tar.xz) = 695a68c1abd0f49ee3fbd777718d0d4112407b5b99a8b78796df339f2aa40840 +SIZE (KDE/release-service/25.12.2/kalgebra-25.12.2.tar.xz) = 953636 diff --git a/math/kalgebra/pkg-plist b/math/kalgebra/pkg-plist index 1d6beca73fd5..71217c8a0654 100644 --- a/math/kalgebra/pkg-plist +++ b/math/kalgebra/pkg-plist @@ -42,6 +42,7 @@ share/locale/fi/LC_MESSAGES/kalgebramobile.mo share/locale/fr/LC_MESSAGES/kalgebra.mo share/locale/fr/LC_MESSAGES/kalgebramobile.mo share/locale/ga/LC_MESSAGES/kalgebra.mo +share/locale/ga/LC_MESSAGES/kalgebramobile.mo share/locale/gl/LC_MESSAGES/kalgebra.mo share/locale/gl/LC_MESSAGES/kalgebramobile.mo share/locale/he/LC_MESSAGES/kalgebra.mo @@ -111,7 +112,6 @@ share/locale/zh_CN/LC_MESSAGES/kalgebra.mo share/locale/zh_CN/LC_MESSAGES/kalgebramobile.mo share/locale/zh_TW/LC_MESSAGES/kalgebra.mo share/locale/zh_TW/LC_MESSAGES/kalgebramobile.mo -%%WEBENGINE%%share/metainfo/org.kde.graphsplasmoid.appdata.xml %%WEBENGINE%%share/metainfo/org.kde.kalgebra.appdata.xml share/metainfo/org.kde.kalgebramobile.appdata.xml %%WEBENGINE%%share/plasma/plasmoids/org.kde.graphsplasmoid/contents/ui/config.ui diff --git a/math/kalk/distinfo b/math/kalk/distinfo index f4b3e6dad8af..841573a76ce6 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 = 1770570794 +SHA256 (KDE/release-service/25.12.2/kalk-25.12.2.tar.xz) = 336acb717ddeb4d637139096d098b519cdf897b3e072133eb013dd6812f0be1d +SIZE (KDE/release-service/25.12.2/kalk-25.12.2.tar.xz) = 78144 diff --git a/math/kalk/pkg-plist b/math/kalk/pkg-plist index 20df76ace3f9..c288c8bb64f5 100644 --- a/math/kalk/pkg-plist +++ b/math/kalk/pkg-plist @@ -16,6 +16,7 @@ share/locale/es/LC_MESSAGES/kalk.mo share/locale/eu/LC_MESSAGES/kalk.mo share/locale/fi/LC_MESSAGES/kalk.mo share/locale/fr/LC_MESSAGES/kalk.mo +share/locale/ga/LC_MESSAGES/kalk.mo share/locale/gl/LC_MESSAGES/kalk.mo share/locale/he/LC_MESSAGES/kalk.mo share/locale/hi/LC_MESSAGES/kalk.mo diff --git a/math/kalker/Makefile b/math/kalker/Makefile index 2de58737977b..8779a2927817 100644 --- a/math/kalker/Makefile +++ b/math/kalker/Makefile @@ -1,7 +1,7 @@ PORTNAME= kalker DISTVERSIONPREFIX= v DISTVERSION= 2.2.1 -PORTREVISION= 5 +PORTREVISION= 12 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..ab510084689f 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 = 1770570797 +SHA256 (KDE/release-service/25.12.2/kbruch-25.12.2.tar.xz) = 85bf383d3a052ed8cbe8158ba57016d8f8bc95660d01508b8ee68aab82b39fc9 +SIZE (KDE/release-service/25.12.2/kbruch-25.12.2.tar.xz) = 5163568 diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo index c32695ed6fb6..c098c607b395 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 = 1770570798 +SHA256 (KDE/release-service/25.12.2/kcalc-25.12.2.tar.xz) = ab363558023fac17cd7ebe2ee2de774e1ae7a2390d1f291a7c7316ec0df1a174 +SIZE (KDE/release-service/25.12.2/kcalc-25.12.2.tar.xz) = 485032 diff --git a/math/kfr/Makefile b/math/kfr/Makefile index 47ac1b10a450..397138bd652e 100644 --- a/math/kfr/Makefile +++ b/math/kfr/Makefile @@ -1,7 +1,11 @@ PORTNAME= kfr -DISTVERSION= 6.1.1 +DISTVERSION= 6.3.1 CATEGORIES= math +PATCH_SITES= https://github.com/kfrlib/kfr/commit/ +PATCHFILES= eb615703f5f15eb7794d6ec3f20d83130d9f5274.patch:-p1 \ + 6056e7d24723531e10484d63f6a9a5c58f976daa.patch:-p1 + MAINTAINER= yuri@FreeBSD.org COMMENT= C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters WWW= https://github.com/kfrlib/kfr @@ -18,7 +22,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 +31,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 +42,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..cfd873561e80 100644 --- a/math/kfr/distinfo +++ b/math/kfr/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1737283736 -SHA256 (kfrlib-kfr-6.1.1_GH0.tar.gz) = 71ee9f807e0c6d3cc63740ffee681fa82110ab7eaf524360e9e40ef8e7cda91c -SIZE (kfrlib-kfr-6.1.1_GH0.tar.gz) = 11273875 +TIMESTAMP = 1757718446 +SHA256 (kfrlib-kfr-6.3.1_GH0.tar.gz) = 800f8e782fb514176c06526792ec766b718a7b91c73e9d07efe47dff6cb0816d +SIZE (kfrlib-kfr-6.3.1_GH0.tar.gz) = 11285494 +SHA256 (eb615703f5f15eb7794d6ec3f20d83130d9f5274.patch) = d25e5b0c01a0b2d0236c40a32d8a04c60c8e1bd2c64cd213ce9d6ffb79115ca0 +SIZE (eb615703f5f15eb7794d6ec3f20d83130d9f5274.patch) = 1173 +SHA256 (6056e7d24723531e10484d63f6a9a5c58f976daa.patch) = 07c76375fe9e97d3b7b7938a440bab63441ab5d6eee617374dececc92fd4f7f3 +SIZE (6056e7d24723531e10484d63f6a9a5c58f976daa.patch) = 6768 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..6b30f067cc9e 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 = 1770570801 +SHA256 (KDE/release-service/25.12.2/kig-25.12.2.tar.xz) = cc5d6224a6b504c4e9dc6321b2d7dde9bd89700752523aeaf665f83d54f40edd +SIZE (KDE/release-service/25.12.2/kig-25.12.2.tar.xz) = 3262980 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..17fee420249b 100644 --- a/math/kissat/Makefile +++ b/math/kissat/Makefile @@ -1,6 +1,6 @@ PORTNAME= kissat DISTVERSIONPREFIX= rel- -DISTVERSION= 4.0.2 +DISTVERSION= 4.0.4 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.4: All 1043 test jobs succeeded in 0.85 seconds. .include <bsd.port.mk> diff --git a/math/kissat/distinfo b/math/kissat/distinfo index 8e523b8b6848..0723dc6f8be7 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 = 1762317948 +SHA256 (arminbiere-kissat-rel-4.0.4_GH0.tar.gz) = bfe93eaa6323b48011e4b1fcf74b3f2e20f9de544767e728009e5b2018296193 +SIZE (arminbiere-kissat-rel-4.0.4_GH0.tar.gz) = 532329 diff --git a/math/kmplot/distinfo b/math/kmplot/distinfo index 79d48368f229..a974ada63cef 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 = 1770570803 +SHA256 (KDE/release-service/25.12.2/kmplot-25.12.2.tar.xz) = 5128daefe8215bc285d7632efb94eecde763b604545c5a079315235ba3e5ea3f +SIZE (KDE/release-service/25.12.2/kmplot-25.12.2.tar.xz) = 3032188 diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 25d57439d2d1..17ab0b805a66 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -1,9 +1,14 @@ PORTNAME= labplot -DISTVERSION= 2.11.80 -PORTREVISION= 2 +DISTVERSION= 2.12.1 +PORTREVISION= 6 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/ -DIST_SUBDIR= KDE/invent.kde.org +DIST_SUBDIR= KDE/${PORTNAME} + +PATCH_SITES= https://invent.kde.org/education/labplot/-/commit/ +PATCHFILES+= b0e233b6b20134177af40e8904b593b8dbc18ada.patch:-p1 # Fix configure with Qt 6.10 +PATCHFILES+= c2db2ec28aa8958f7041ae5cd03ddae9f44e5aa3.patch:-p1 # Fix build with Qt 6.10 +PATCHFILES+= c70e8e89249cd04c4e0e5f456257e4d0f026d8d0.patch:-p1 # Fix configure with Eigen 5.x MAINTAINER= kde@FreeBSD.org COMMENT= Data plotting and function analysis tool by KDE @@ -21,18 +26,18 @@ LIB_DEPENDS= libQXlsxQt6.so:devel/qxlsx@qt6 \ libzstd.so:archivers/zstd USES= bison cmake compiler:c++17-lang desktop-file-utils eigen:3 \ - kde:6 pkgconfig qt:6 shared-mime-info xorg gettext -USE_KDE= archive completion config configwidgets coreaddons crash \ - i18n iconthemes kio newstuff parts purpose service \ + gettext kde:6 pkgconfig qt:6 shared-mime-info tar:xz xorg +USE_KDE= archive colorscheme completion config configwidgets coreaddons \ + crash i18n iconthemes kio newstuff parts purpose service \ syntaxhighlighting textwidgets userfeedback widgetsaddons \ xmlgui \ doctools:build ecm:build USE_QT= base mqtt serialport svg USE_XORG= x11 xcb -KDE_INVENT= 110f258e44a45354c5219e497409a22185fa2933 education labplot +CXXFLAGS+= -Wno-error=undef -PLIST_SUB= SHLIB_VER=${PORTVERSION} +PLIST_SUB= SHLIB_VER=2.12.0 OPTIONS_DEFINE= CANTOR FITS FFTW3 HDF5 LIBCERF MATLAB NETCDF ORCUS \ ORIGINLAB READSTAT @@ -68,8 +73,8 @@ NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf NETCDF_CMAKE_BOOL= ENABLE_NETCDF ORCUS_DESC= Spreadsheet processing filters (via liborcus) -ORCUS_LIB_DEPENDS= libixion-0.18.so:textproc/libixion \ - liborcus-0.18.so:devel/liborcus +ORCUS_LIB_DEPENDS= libixion-0.20.so:textproc/libixion \ + liborcus-0.21.so:devel/liborcus ORCUS_CMAKE_BOOL= ENABLE_ORCUS ORIGINLAB_DESC= OriginLab project files support @@ -81,9 +86,4 @@ READSTAT_LIB_DEPENDS= libreadstat.so:math/readstat READSTAT_USES= iconv READSTAT_CMAKE_BOOL= ENABLE_READSTAT -post-patch: -# workaround for undefined version, to be fixed upstream - ${REINPLACE_CMD} 's,QXLSX_VERSION_STRING,"1.5.0",' \ - ${WRKSRC}/src/frontend/AboutDialog.cpp - .include <bsd.port.mk> diff --git a/math/labplot/distinfo b/math/labplot/distinfo index cab9c8a6c64b..75b938888427 100644 --- a/math/labplot/distinfo +++ b/math/labplot/distinfo @@ -1,3 +1,9 @@ -TIMESTAMP = 1742385981 -SHA256 (KDE/invent.kde.org/education-labplot-110f258e44a45354c5219e497409a22185fa2933_GL0.tar.gz) = f07431e38379ef27305cc96fbcc30d921489bd66b749e283baeffecd5c5095e6 -SIZE (KDE/invent.kde.org/education-labplot-110f258e44a45354c5219e497409a22185fa2933_GL0.tar.gz) = 33604624 +TIMESTAMP = 1763722226 +SHA256 (KDE/labplot/labplot-2.12.1.tar.xz) = e28155bfddf40e5b6f7c4791313556d1e48138044f216f210d515b9f6d6c106a +SIZE (KDE/labplot/labplot-2.12.1.tar.xz) = 23900436 +SHA256 (KDE/labplot/b0e233b6b20134177af40e8904b593b8dbc18ada.patch) = f9af3e6a639f31565cbaa2a44d55ea03aed04fb2151a8850e0d59cff93a35790 +SIZE (KDE/labplot/b0e233b6b20134177af40e8904b593b8dbc18ada.patch) = 1116 +SHA256 (KDE/labplot/c2db2ec28aa8958f7041ae5cd03ddae9f44e5aa3.patch) = 09082b162b3bbfcafa5fa5db51ddde4ba667749cb0d790524f4330f1140e7797 +SIZE (KDE/labplot/c2db2ec28aa8958f7041ae5cd03ddae9f44e5aa3.patch) = 827 +SHA256 (KDE/labplot/c70e8e89249cd04c4e0e5f456257e4d0f026d8d0.patch) = 634603afc31c628b9e67f03412290f897eedee0ddbaf2a3a35b00e9226d76a67 +SIZE (KDE/labplot/c70e8e89249cd04c4e0e5f456257e4d0f026d8d0.patch) = 1427 diff --git a/math/labplot/pkg-plist b/math/labplot/pkg-plist index 898e5f562202..583ef0c24a6b 100644 --- a/math/labplot/pkg-plist +++ b/math/labplot/pkg-plist @@ -35,8 +35,6 @@ lib/cmake/labplot/LabPlotTargets.cmake lib/liblabplot.so lib/liblabplot.so.%%SHLIB_VER%% share/applications/org.kde.labplot.desktop -share/doc/HTML/ca/labplot/index.cache.bz2 -share/doc/HTML/ca/labplot/index.docbook share/doc/HTML/en/labplot/datapicker_active_curve_data_spreadsheet.png share/doc/HTML/en/labplot/datapicker_original_transformed_segments.png share/doc/HTML/en/labplot/datapicker_segments.png @@ -82,54 +80,6 @@ share/doc/HTML/en/labplot/tutorial-xy-function8.png share/doc/HTML/en/labplot/tutorial-xy-function9.png share/doc/HTML/en/labplot/workbook.png share/doc/HTML/en/labplot/worksheet.png -share/doc/HTML/es/labplot/index.cache.bz2 -share/doc/HTML/es/labplot/index.docbook -share/doc/HTML/it/labplot/index.cache.bz2 -share/doc/HTML/it/labplot/index.docbook -share/doc/HTML/nl/labplot/index.cache.bz2 -share/doc/HTML/nl/labplot/index.docbook -share/doc/HTML/pt_BR/labplot/index.cache.bz2 -share/doc/HTML/pt_BR/labplot/index.docbook -share/doc/HTML/ru/labplot/index.cache.bz2 -share/doc/HTML/ru/labplot/index.docbook -share/doc/HTML/sv/labplot/index.cache.bz2 -share/doc/HTML/sv/labplot/index.docbook -share/doc/HTML/uk/labplot/export_spreadsheet_dialog.png -share/doc/HTML/uk/labplot/export_worksheet_dialog.png -share/doc/HTML/uk/labplot/import-dialog.png -share/doc/HTML/uk/labplot/index.cache.bz2 -share/doc/HTML/uk/labplot/index.docbook -share/doc/HTML/uk/labplot/labplot.png -share/doc/HTML/uk/labplot/matrix.png -share/doc/HTML/uk/labplot/matrix_function_values.png -share/doc/HTML/uk/labplot/pe-context-menu.png -share/doc/HTML/uk/labplot/project-explorer.png -share/doc/HTML/uk/labplot/properties.png -share/doc/HTML/uk/labplot/spreadsheet.png -share/doc/HTML/uk/labplot/spreadsheet_generate_equidistant_values.png -share/doc/HTML/uk/labplot/spreadsheet_generate_function_values.png -share/doc/HTML/uk/labplot/spreadsheet_generate_random_values.png -share/doc/HTML/uk/labplot/tutorial-spreadsheet1.png -share/doc/HTML/uk/labplot/tutorial-spreadsheet2.png -share/doc/HTML/uk/labplot/tutorial-spreadsheet3.png -share/doc/HTML/uk/labplot/tutorial-spreadsheet4.png -share/doc/HTML/uk/labplot/tutorial-spreadsheet5.png -share/doc/HTML/uk/labplot/tutorial-spreadsheet6.png -share/doc/HTML/uk/labplot/tutorial-spreadsheet7.png -share/doc/HTML/uk/labplot/tutorial-spreadsheet8.png -share/doc/HTML/uk/labplot/tutorial-spreadsheet9.png -share/doc/HTML/uk/labplot/tutorial-xy-function1.png -share/doc/HTML/uk/labplot/tutorial-xy-function10.png -share/doc/HTML/uk/labplot/tutorial-xy-function2.png -share/doc/HTML/uk/labplot/tutorial-xy-function3.png -share/doc/HTML/uk/labplot/tutorial-xy-function4.png -share/doc/HTML/uk/labplot/tutorial-xy-function5.png -share/doc/HTML/uk/labplot/tutorial-xy-function6.png -share/doc/HTML/uk/labplot/tutorial-xy-function7.png -share/doc/HTML/uk/labplot/tutorial-xy-function8.png -share/doc/HTML/uk/labplot/tutorial-xy-function9.png -share/doc/HTML/uk/labplot/workbook.png -share/doc/HTML/uk/labplot/worksheet.png share/icons/hicolor/128x128/apps/labplot.png share/icons/hicolor/150x150/apps/labplot.png share/icons/hicolor/16x16/apps/labplot.png @@ -244,6 +194,8 @@ share/icons/hicolor/scalable/apps/org.kde.labplot.svg %%DATADIR%%/datasets/StatLib.json %%DATADIR%%/datasets/seaborn.json %%DATADIR%%/examples/Analysis/Fit/ENSO.lml +%%DATADIR%%/examples/Analysis/Fit/NIST - Linear Regression.lml +%%DATADIR%%/examples/Analysis/Fit/NIST - Nonlinear Regression.lml %%DATADIR%%/examples/Analysis/Fourier Filter/SOS Morse Signal.lml %%DATADIR%%/examples/Analysis/Hilbert Transformation/Time response of a super regenerative receiver.lml %%DATADIR%%/examples/Analysis/Smooth/Data = Smooth + Rough.lml @@ -261,6 +213,8 @@ share/icons/hicolor/scalable/apps/org.kde.labplot.svg %%DATADIR%%/examples/General/SLOC History.lml %%DATADIR%%/examples/General/Space Debris.lml %%DATADIR%%/examples/General/Tufte's Minimal Ink Design.lml +%%DATADIR%%/examples/Statistics/Language Learning - Percent Correct PBC.lml +%%DATADIR%%/examples/Statistics/PBC Examples (Wheeler and Montgomery).lml %%DATADIR%%/examples/Statistics/Same Data, Different Boxplots.lml %%DATADIR%%/examples/Statistics/SameStats.lml %%DATADIR%%/labplot.ico @@ -393,50 +347,25 @@ share/icons/hicolor/scalable/apps/org.kde.labplot.svg %%DATADIR%%/themes/screenshots/Tufte.png %%DATADIR%%/themes/screenshots/Unavailable.png share/locale/ar/LC_MESSAGES/labplot.mo -share/locale/bs/LC_MESSAGES/labplot.mo share/locale/ca/LC_MESSAGES/labplot.mo share/locale/ca@valencia/LC_MESSAGES/labplot.mo share/locale/cs/LC_MESSAGES/labplot.mo -share/locale/da/LC_MESSAGES/labplot.mo share/locale/de/LC_MESSAGES/labplot.mo -share/locale/el/LC_MESSAGES/labplot.mo -share/locale/en_GB/LC_MESSAGES/labplot.mo -share/locale/eo/LC_MESSAGES/labplot.mo share/locale/es/LC_MESSAGES/labplot.mo share/locale/eu/LC_MESSAGES/labplot.mo share/locale/fi/LC_MESSAGES/labplot.mo share/locale/fr/LC_MESSAGES/labplot.mo share/locale/gl/LC_MESSAGES/labplot.mo -share/locale/hi/LC_MESSAGES/labplot.mo -share/locale/hu/LC_MESSAGES/labplot.mo -share/locale/ia/LC_MESSAGES/labplot.mo share/locale/it/LC_MESSAGES/labplot.mo -share/locale/ja/LC_MESSAGES/labplot.mo share/locale/ka/LC_MESSAGES/labplot.mo -share/locale/lt/LC_MESSAGES/labplot.mo -share/locale/nds/LC_MESSAGES/labplot.mo share/locale/nl/LC_MESSAGES/labplot.mo share/locale/pl/LC_MESSAGES/labplot.mo -share/locale/pt/LC_MESSAGES/labplot.mo share/locale/pt_BR/LC_MESSAGES/labplot.mo -share/locale/ru/LC_MESSAGES/labplot.mo -share/locale/sa/LC_MESSAGES/labplot.mo -share/locale/sk/LC_MESSAGES/labplot.mo share/locale/sl/LC_MESSAGES/labplot.mo share/locale/sv/LC_MESSAGES/labplot.mo share/locale/tr/LC_MESSAGES/labplot.mo share/locale/uk/LC_MESSAGES/labplot.mo share/locale/zh_CN/LC_MESSAGES/labplot.mo -share/locale/zh_TW/LC_MESSAGES/labplot.mo -share/man/ca/man1/labplot.1.gz -share/man/de/man1/labplot.1.gz -share/man/es/man1/labplot.1.gz -share/man/it/man1/labplot.1.gz share/man/man1/labplot.1.gz -share/man/nl/man1/labplot.1.gz -share/man/pt_BR/man1/labplot.1.gz -share/man/ru/man1/labplot.1.gz -share/man/sv/man1/labplot.1.gz -share/man/uk/man1/labplot.1.gz share/metainfo/org.kde.labplot.appdata.xml share/mime/packages/labplot.xml diff --git a/math/lcalc/Makefile b/math/lcalc/Makefile index c4dc68f3cd21..573e6a6e7aef 100644 --- a/math/lcalc/Makefile +++ b/math/lcalc/Makefile @@ -1,37 +1,36 @@ PORTNAME= lcalc -PORTVERSION= 2.1.0 +DISTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= ftp://ftp.fu-berlin.de/unix/misc/sage/spkg/upstream/lcalc/ +MASTER_SITES= https://gitlab.com/-/project/12934202/uploads/487082fc3449dea93e9b85904a589742/ -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= L-function c++ class library and the CLI program lcalc WWW= https://gitlab.com/sagemath/lcalc LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/doc/COPYING BUILD_DEPENDS= gengetopt:devel/gengetopt -LIB_DEPENDS= libgmp.so:math/gmp \ - libmpfr.so:math/mpfr \ - libpari.so:math/pari +LIB_DEPENDS= libpari.so:math/pari -#USE_GITLAB= yes -#GL_ACCOUNT= sagemath - -USES= autoreconf compiler:c++11-lang gmake libtool localbase \ - pkgconfig tar:xz +USES= compiler:c++11-lang gmake libtool localbase pkgconfig tar:xz +USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-pari + INSTALL_TARGET= install-strip TEST_TARGET= check -USE_LDCONFIG= yes + +CONFIGURE_ARGS= --with-pari \ + --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig OPTIONS_DEFINE= DOCS EXAMPLES -pre-configure: -.for dir in . data - ${REINPLACE_CMD} -e 's|@docdir@/examples|${EXAMPLESDIR}|' \ - ${WRKSRC}/doc/examples/${dir}/Makefile.am -.endfor +post-configure: + ${REINPLACE_CMD} -e 's|$$(DESTDIR)$$(docdir)|${STAGEDIR}${EXAMPLESDIR}|g' \ + ${PATCH_WRKSRC}/doc/examples/Makefile + ${REINPLACE_CMD} -e 's|$$(DESTDIR)$$(docdir)|${STAGEDIR}${EXAMPLESDIR}/data|g' \ + ${PATCH_WRKSRC}/doc/examples/*/Makefile .include <bsd.port.mk> diff --git a/math/lcalc/distinfo b/math/lcalc/distinfo index dddbd06f510e..e29b1a02c2f3 100644 --- a/math/lcalc/distinfo +++ b/math/lcalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744379557 -SHA256 (lcalc-2.1.0.tar.xz) = eca4f7de5f1129a9cec2cd2f012a8362c8489e746f07adae3229dd8eb2541f79 -SIZE (lcalc-2.1.0.tar.xz) = 831000 +TIMESTAMP = 1762282299 +SHA256 (lcalc-2.1.1.tar.xz) = e513995b2ee9df8447e13dbdecce3cfb2eb66d9cf09a3b0e6603c736ebadb945 +SIZE (lcalc-2.1.1.tar.xz) = 831648 diff --git a/math/lean4/Makefile b/math/lean4/Makefile index 56155b9be891..8b5c81aa12bc 100644 --- a/math/lean4/Makefile +++ b/math/lean4/Makefile @@ -1,6 +1,6 @@ PORTNAME= lean4 DISTVERSIONPREFIX= v -DISTVERSION= 4.20.0-rc5 +DISTVERSION= 4.25.2-20251201 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 @@ -11,6 +11,7 @@ WWW= https://lean-lang.org/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_13= compilation fails: error: use of undeclared identifier 'clearenv' BROKEN_armv7= compilation fails: ../../.build/stage1/lib/temp/Init/Coe.depend: No such file or directory BROKEN_i386= linking fails: INTERNAL PANIC: out of memory (during: Linking runLinter) @@ -24,6 +25,7 @@ USES= cmake:noninja,testing compiler:c++14-lang gmake pkgconfig python:build # USE_GITHUB= yes GH_ACCOUNT= leanprover +GH_TAGNAME= 5e165e3 CFLAGS+= -fPIC CXXFLAGS+= -fPIC @@ -31,7 +33,6 @@ CXXFLAGS+= -fPIC CMAKE_OFF= USE_MIMALLOC #MAKE_ARGS+= V=1 VERBOSE=1 -#MAKE_JOBS_UNSAFE= yes MAKE_ENV= LD_LIBRARY_PATH=${BUILD_WRKSRC}/stage0/lib/lean BINARY_ALIAS= make=${GMAKE} python=${PYTHON_CMD} @@ -47,6 +48,19 @@ pre-everything:: @${ECHO_MSG} " # mount /proc" @${ECHO_MSG} "" +post-patch: + # Add weakLeancArgs = ["-fPIC"] to all test lakefile.toml files + @${FIND} ${WRKSRC}/tests -name "lakefile.toml" | while read f; do \ + ${GREP} -q "weakLeancArgs" "$$f" || \ + ( ${PRINTF} 'weakLeancArgs = ["-fPIC"]\n\n' | cat - "$$f" > "$$f.tmp" && ${MV} "$$f.tmp" "$$f" ); \ + done + # Add weakLeancArgs to lakefile.lean files that define packages + @${FIND} ${WRKSRC}/tests -name "lakefile.lean" | while read f; do \ + if ${GREP} -q "^package .* where" "$$f" && ! ${GREP} -q "weakLeancArgs" "$$f"; then \ + ${AWK} '/^package .* where$$/ {print; print " weakLeancArgs := #[\"-fPIC\"]"; next} 1' "$$f" > "$$f.tmp" && ${MV} "$$f.tmp" "$$f"; \ + fi; \ + done + post-install: # remove empty dirs @${FIND} ${STAGEDIR}${DATADIR} -type d -empty -delete @@ -60,10 +74,10 @@ post-install: bin/lean \ bin/leanc \ lib/lean/libInit_shared.so \ - lib/lean/libleanshared.so + lib/lean/libleanshared.so \ + lib/lean/libleanshared_1.so \ + lib/lean/libLake_shared.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.25.2-20251201: 100% tests passed, 0 tests failed out of 3367 .include <bsd.port.mk> diff --git a/math/lean4/distinfo b/math/lean4/distinfo index 5aef4f3763ae..20923ac21be3 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 = 1764606890 +SHA256 (leanprover-lean4-v4.25.2-20251201-5e165e3_GH0.tar.gz) = 70c7265936d4d5393c9778a19d39620b4ce51c75cda1a0d3fbdef685996c5d3d +SIZE (leanprover-lean4-v4.25.2-20251201-5e165e3_GH0.tar.gz) = 48235866 diff --git a/math/lean4/files/patch-src_CMakeLists.txt b/math/lean4/files/patch-src_CMakeLists.txt index d7658e68a521..d71c117b8802 100644 --- a/math/lean4/files/patch-src_CMakeLists.txt +++ b/math/lean4/files/patch-src_CMakeLists.txt @@ -1,6 +1,6 @@ ---- src/CMakeLists.txt.orig 2025-05-07 10:26:21 UTC +--- src/CMakeLists.txt.orig 2025-11-18 02:29:21 UTC +++ src/CMakeLists.txt -@@ -472,6 +472,16 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") +@@ -473,6 +473,17 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") string(APPEND TOOLCHAIN_SHARED_LINKER_FLAGS " -Wl,-rpath=\\$$ORIGIN/..:\\$$ORIGIN") string(APPEND LAKESHARED_LINKER_FLAGS " -Wl,--whole-archive ${CMAKE_BINARY_DIR}/lib/lean/libLake.a.export -Wl,--no-whole-archive") string(APPEND CMAKE_EXE_LINKER_FLAGS " -Wl,-rpath=$ORIGIN/../lib:$ORIGIN/../lib/lean") @@ -14,10 +14,21 @@ + string(APPEND TOOLCHAIN_SHARED_LINKER_FLAGS " -Wl,-rpath=\\$$ORIGIN/..:\\$$ORIGIN") + string(APPEND LAKESHARED_LINKER_FLAGS " -Wl,--whole-archive ${CMAKE_BINARY_DIR}/lib/lean/libLake.a.export -Wl,--no-whole-archive") + string(APPEND CMAKE_EXE_LINKER_FLAGS " -Wl,-rpath=$ORIGIN/../lib:$ORIGIN/../lib/lean") ++ set(LEAN_EXTRA_LAKEFILE_TOML "weakLeancArgs = [\"-fPIC\"]") elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") string(APPEND CMAKE_CXX_FLAGS " -ftls-model=initial-exec") string(APPEND INIT_SHARED_LINKER_FLAGS " -install_name @rpath/libInit_shared.dylib") -@@ -801,7 +811,7 @@ endif() +@@ -586,6 +597,9 @@ string(APPEND LEANC_OPTS " -I${CMAKE_BINARY_DIR}/inclu + # Lean code only needs this one include + string(APPEND LEANC_OPTS " -I${CMAKE_BINARY_DIR}/include") + ++# Include extra flags (e.g., -fPIC on FreeBSD) ++string(APPEND LEANC_OPTS " ${LEANC_EXTRA_FLAGS}") ++ + # Use CMake profile C++ flags for building Lean libraries, but do not embed in `leanc` + string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE) + string(APPEND LEANC_OPTS " ${CMAKE_CXX_FLAGS_${uppercase_CMAKE_BUILD_TYPE}}") +@@ -814,7 +828,7 @@ endif() file(CREATE_LINK ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}/src/lean RESULT _IGNORE_RES SYMBOLIC) endif() diff --git a/math/lean4/files/patch-src_bin_leanc.in b/math/lean4/files/patch-src_bin_leanc.in deleted file mode 100644 index 6b110ae220b3..000000000000 --- a/math/lean4/files/patch-src_bin_leanc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/leanc.in.orig 2025-05-07 10:26:21 UTC -+++ src/bin/leanc.in -@@ -7,7 +7,7 @@ done - [[ "$arg" = "-c" ]] && ldflags=() - [[ "$arg" = "-v" ]] && v=1 - done --cmd=(${LEAN_CC:-@CMAKE_C_COMPILER@} "-I$root/include" @LEANC_EXTRA_CC_FLAGS@ @LEANC_INTERNAL_FLAGS@ "$@" "${ldflags[@]}" -Wno-unused-command-line-argument) -+cmd=(${LEAN_CC:-@CMAKE_C_COMPILER@} "-I$root/include" @LEANC_EXTRA_CC_FLAGS@ @LEANC_INTERNAL_FLAGS@ "$@" "${ldflags[@]}" -Wno-unused-command-line-argument -fPIC) - cmd=$(printf '%q ' "${cmd[@]}" | sed "s!ROOT!$root!g") - [[ $v == 1 ]] && echo $cmd - eval $cmd diff --git a/math/lean4/files/patch-src_runtime_io.cpp b/math/lean4/files/patch-src_runtime_io.cpp index 2e185dfb816c..8fe17f4e138b 100644 --- a/math/lean4/files/patch-src_runtime_io.cpp +++ b/math/lean4/files/patch-src_runtime_io.cpp @@ -1,12 +1,11 @@ ---- src/runtime/io.cpp.orig 2025-05-06 09:12:17 UTC +--- src/runtime/io.cpp.orig 2025-11-18 02:29:21 UTC +++ src/runtime/io.cpp -@@ -1253,7 +1253,13 @@ extern "C" LEAN_EXPORT obj_res lean_io_app_path(obj_ar +@@ -1365,7 +1365,13 @@ extern "C" LEAN_EXPORT obj_res lean_io_app_path(obj_ar char dest[PATH_MAX]; memset(dest, 0, PATH_MAX); pid_t pid = getpid(); -- snprintf(path, PATH_MAX, "/proc/%d/exe", pid); +#if defined(__linux__) -+ snprintf(path, PATH_MAX, "/proc/%d/exe", pid); + snprintf(path, PATH_MAX, "/proc/%d/exe", pid); +#elif defined(__FreeBSD__) + snprintf(path, PATH_MAX, "/proc/%d/file", pid); +#else diff --git a/math/lean4/files/patch-src_runtime_stack__overflow.cpp b/math/lean4/files/patch-src_runtime_stack__overflow.cpp index cdd63ffde32a..e888a55cfead 100644 --- a/math/lean4/files/patch-src_runtime_stack__overflow.cpp +++ b/math/lean4/files/patch-src_runtime_stack__overflow.cpp @@ -1,11 +1,13 @@ ---- src/runtime/stack_overflow.cpp.orig 2025-05-06 09:12:17 UTC +--- src/runtime/stack_overflow.cpp.orig 2025-11-18 02:29:21 UTC +++ src/runtime/stack_overflow.cpp -@@ -21,6 +21,9 @@ Port of the corresponding Rust code (see links below). +@@ -21,6 +21,11 @@ Port of the corresponding Rust code (see links below). #include <initializer_list> #include "runtime/stack_overflow.h" ++#if defined(__FreeBSD__) +#include <pthread_np.h> +#define pthread_getattr_np pthread_attr_get_np ++#endif + namespace lean { // stack guard of the main thread diff --git a/math/lean4/files/patch-stage0_src_CMakeLists.txt b/math/lean4/files/patch-stage0_src_CMakeLists.txt index 184415ffa3d9..7ec7241aa2f2 100644 --- a/math/lean4/files/patch-stage0_src_CMakeLists.txt +++ b/math/lean4/files/patch-stage0_src_CMakeLists.txt @@ -1,6 +1,6 @@ ---- stage0/src/CMakeLists.txt.orig 2025-05-06 09:12:17 UTC +--- stage0/src/CMakeLists.txt.orig 2025-11-18 02:29:21 UTC +++ stage0/src/CMakeLists.txt -@@ -472,6 +472,16 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") +@@ -473,6 +473,17 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") string(APPEND TOOLCHAIN_SHARED_LINKER_FLAGS " -Wl,-rpath=\\$$ORIGIN/..:\\$$ORIGIN") string(APPEND LAKESHARED_LINKER_FLAGS " -Wl,--whole-archive ${CMAKE_BINARY_DIR}/lib/lean/libLake.a.export -Wl,--no-whole-archive") string(APPEND CMAKE_EXE_LINKER_FLAGS " -Wl,-rpath=$ORIGIN/../lib:$ORIGIN/../lib/lean") @@ -14,10 +14,21 @@ + string(APPEND TOOLCHAIN_SHARED_LINKER_FLAGS " -Wl,-rpath=\\$$ORIGIN/..:\\$$ORIGIN") + string(APPEND LAKESHARED_LINKER_FLAGS " -Wl,--whole-archive ${CMAKE_BINARY_DIR}/lib/lean/libLake.a.export -Wl,--no-whole-archive") + string(APPEND CMAKE_EXE_LINKER_FLAGS " -Wl,-rpath=$ORIGIN/../lib:$ORIGIN/../lib/lean") ++ set(LEAN_EXTRA_LAKEFILE_TOML "weakLeancArgs = [\"-fPIC\"]") elseif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") string(APPEND CMAKE_CXX_FLAGS " -ftls-model=initial-exec") string(APPEND INIT_SHARED_LINKER_FLAGS " -install_name @rpath/libInit_shared.dylib") -@@ -798,7 +808,7 @@ endif() +@@ -586,6 +597,9 @@ string(APPEND LEANC_OPTS " -I${CMAKE_BINARY_DIR}/inclu + # Lean code only needs this one include + string(APPEND LEANC_OPTS " -I${CMAKE_BINARY_DIR}/include") + ++# Include extra flags (e.g., -fPIC on FreeBSD) ++string(APPEND LEANC_OPTS " ${LEANC_EXTRA_FLAGS}") ++ + # Use CMake profile C++ flags for building Lean libraries, but do not embed in `leanc` + string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE) + string(APPEND LEANC_OPTS " ${CMAKE_CXX_FLAGS_${uppercase_CMAKE_BUILD_TYPE}}") +@@ -814,7 +828,7 @@ endif() file(CREATE_LINK ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR}/src/lean RESULT _IGNORE_RES SYMBOLIC) endif() diff --git a/math/lean4/files/patch-stage0_src_bin_leanc.in b/math/lean4/files/patch-stage0_src_bin_leanc.in deleted file mode 100644 index a6f3f345b929..000000000000 --- a/math/lean4/files/patch-stage0_src_bin_leanc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- stage0/src/bin/leanc.in.orig 2025-05-07 10:26:21 UTC -+++ stage0/src/bin/leanc.in -@@ -7,7 +7,7 @@ done - [[ "$arg" = "-c" ]] && ldflags=() - [[ "$arg" = "-v" ]] && v=1 - done --cmd=(${LEAN_CC:-@CMAKE_C_COMPILER@} "-I$root/include" @LEANC_EXTRA_CC_FLAGS@ @LEANC_INTERNAL_FLAGS@ "$@" "${ldflags[@]}" -Wno-unused-command-line-argument) -+cmd=(${LEAN_CC:-@CMAKE_C_COMPILER@} "-I$root/include" @LEANC_EXTRA_CC_FLAGS@ @LEANC_INTERNAL_FLAGS@ "$@" "${ldflags[@]}" -Wno-unused-command-line-argument -fPIC) - cmd=$(printf '%q ' "${cmd[@]}" | sed "s!ROOT!$root!g") - [[ $v == 1 ]] && echo $cmd - eval $cmd diff --git a/math/lean4/files/patch-stage0_src_runtime_stack__overflow.cpp b/math/lean4/files/patch-stage0_src_runtime_stack__overflow.cpp index 638daf3af176..cb4949c8e4d2 100644 --- a/math/lean4/files/patch-stage0_src_runtime_stack__overflow.cpp +++ b/math/lean4/files/patch-stage0_src_runtime_stack__overflow.cpp @@ -11,11 +11,3 @@ #ifdef LEAN_WINDOWS #include <windows.h> #else -@@ -20,6 +24,7 @@ Port of the corresponding Rust code (see links below). - #include <lean/lean.h> - #include <initializer_list> - #include "runtime/stack_overflow.h" -+ - - namespace lean { - // stack guard of the main thread diff --git a/math/lean4/files/patch-tests_lakefile.toml b/math/lean4/files/patch-tests_lakefile.toml new file mode 100644 index 000000000000..3a01b013943d --- /dev/null +++ b/math/lean4/files/patch-tests_lakefile.toml @@ -0,0 +1,10 @@ +--- tests/lakefile.toml.orig 2025-11-17 18:29:21 UTC ++++ tests/lakefile.toml +@@ -1,5 +1,7 @@ + name = "tests" + ++weakLeancArgs = ["-fPIC"] ++ + # Allow `module` in tests when opened in the language server. + # Enabled during actual test runs in the respective test_single.sh. + moreGlobalServerArgs = ["-Dexperimental.module=true"] diff --git a/math/lean4/pkg-plist b/math/lean4/pkg-plist index 5615db78b1ee..ae09be366a40 100644 --- a/math/lean4/pkg-plist +++ b/math/lean4/pkg-plist @@ -8,3654 +8,10270 @@ include/lean/lean_gmp.h include/lean/lean_libuv.h include/lean/version.h lib/lean/Init.ilean +lib/lean/Init.ir lib/lean/Init.olean lib/lean/Init.olean.private lib/lean/Init.olean.server lib/lean/Init/BinderNameHint.ilean +lib/lean/Init/BinderNameHint.ir lib/lean/Init/BinderNameHint.olean lib/lean/Init/BinderNameHint.olean.private lib/lean/Init/BinderNameHint.olean.server lib/lean/Init/BinderPredicates.ilean +lib/lean/Init/BinderPredicates.ir lib/lean/Init/BinderPredicates.olean lib/lean/Init/BinderPredicates.olean.private lib/lean/Init/BinderPredicates.olean.server lib/lean/Init/ByCases.ilean +lib/lean/Init/ByCases.ir lib/lean/Init/ByCases.olean lib/lean/Init/ByCases.olean.private lib/lean/Init/ByCases.olean.server lib/lean/Init/Classical.ilean +lib/lean/Init/Classical.ir lib/lean/Init/Classical.olean lib/lean/Init/Classical.olean.private lib/lean/Init/Classical.olean.server lib/lean/Init/Coe.ilean +lib/lean/Init/Coe.ir lib/lean/Init/Coe.olean lib/lean/Init/Coe.olean.private lib/lean/Init/Coe.olean.server lib/lean/Init/Control.ilean +lib/lean/Init/Control.ir lib/lean/Init/Control.olean lib/lean/Init/Control.olean.private lib/lean/Init/Control.olean.server lib/lean/Init/Control/Basic.ilean +lib/lean/Init/Control/Basic.ir lib/lean/Init/Control/Basic.olean lib/lean/Init/Control/Basic.olean.private lib/lean/Init/Control/Basic.olean.server lib/lean/Init/Control/EState.ilean +lib/lean/Init/Control/EState.ir lib/lean/Init/Control/EState.olean lib/lean/Init/Control/EState.olean.private lib/lean/Init/Control/EState.olean.server lib/lean/Init/Control/Except.ilean +lib/lean/Init/Control/Except.ir lib/lean/Init/Control/Except.olean lib/lean/Init/Control/Except.olean.private lib/lean/Init/Control/Except.olean.server lib/lean/Init/Control/ExceptCps.ilean +lib/lean/Init/Control/ExceptCps.ir lib/lean/Init/Control/ExceptCps.olean lib/lean/Init/Control/ExceptCps.olean.private lib/lean/Init/Control/ExceptCps.olean.server lib/lean/Init/Control/Id.ilean +lib/lean/Init/Control/Id.ir lib/lean/Init/Control/Id.olean lib/lean/Init/Control/Id.olean.private lib/lean/Init/Control/Id.olean.server lib/lean/Init/Control/Lawful.ilean +lib/lean/Init/Control/Lawful.ir lib/lean/Init/Control/Lawful.olean lib/lean/Init/Control/Lawful.olean.private lib/lean/Init/Control/Lawful.olean.server lib/lean/Init/Control/Lawful/Basic.ilean +lib/lean/Init/Control/Lawful/Basic.ir lib/lean/Init/Control/Lawful/Basic.olean lib/lean/Init/Control/Lawful/Basic.olean.private lib/lean/Init/Control/Lawful/Basic.olean.server lib/lean/Init/Control/Lawful/Instances.ilean +lib/lean/Init/Control/Lawful/Instances.ir lib/lean/Init/Control/Lawful/Instances.olean lib/lean/Init/Control/Lawful/Instances.olean.private lib/lean/Init/Control/Lawful/Instances.olean.server lib/lean/Init/Control/Lawful/Lemmas.ilean +lib/lean/Init/Control/Lawful/Lemmas.ir lib/lean/Init/Control/Lawful/Lemmas.olean lib/lean/Init/Control/Lawful/Lemmas.olean.private lib/lean/Init/Control/Lawful/Lemmas.olean.server +lib/lean/Init/Control/Lawful/MonadLift.ilean +lib/lean/Init/Control/Lawful/MonadLift.ir +lib/lean/Init/Control/Lawful/MonadLift.olean +lib/lean/Init/Control/Lawful/MonadLift.olean.private +lib/lean/Init/Control/Lawful/MonadLift.olean.server +lib/lean/Init/Control/Lawful/MonadLift/Basic.ilean +lib/lean/Init/Control/Lawful/MonadLift/Basic.ir +lib/lean/Init/Control/Lawful/MonadLift/Basic.olean +lib/lean/Init/Control/Lawful/MonadLift/Basic.olean.private +lib/lean/Init/Control/Lawful/MonadLift/Basic.olean.server +lib/lean/Init/Control/Lawful/MonadLift/Instances.ilean +lib/lean/Init/Control/Lawful/MonadLift/Instances.ir +lib/lean/Init/Control/Lawful/MonadLift/Instances.olean +lib/lean/Init/Control/Lawful/MonadLift/Instances.olean.private +lib/lean/Init/Control/Lawful/MonadLift/Instances.olean.server +lib/lean/Init/Control/Lawful/MonadLift/Lemmas.ilean +lib/lean/Init/Control/Lawful/MonadLift/Lemmas.ir +lib/lean/Init/Control/Lawful/MonadLift/Lemmas.olean +lib/lean/Init/Control/Lawful/MonadLift/Lemmas.olean.private +lib/lean/Init/Control/Lawful/MonadLift/Lemmas.olean.server lib/lean/Init/Control/Option.ilean +lib/lean/Init/Control/Option.ir lib/lean/Init/Control/Option.olean lib/lean/Init/Control/Option.olean.private lib/lean/Init/Control/Option.olean.server lib/lean/Init/Control/Reader.ilean +lib/lean/Init/Control/Reader.ir lib/lean/Init/Control/Reader.olean lib/lean/Init/Control/Reader.olean.private lib/lean/Init/Control/Reader.olean.server lib/lean/Init/Control/State.ilean +lib/lean/Init/Control/State.ir lib/lean/Init/Control/State.olean lib/lean/Init/Control/State.olean.private lib/lean/Init/Control/State.olean.server lib/lean/Init/Control/StateCps.ilean +lib/lean/Init/Control/StateCps.ir lib/lean/Init/Control/StateCps.olean lib/lean/Init/Control/StateCps.olean.private lib/lean/Init/Control/StateCps.olean.server lib/lean/Init/Control/StateRef.ilean +lib/lean/Init/Control/StateRef.ir lib/lean/Init/Control/StateRef.olean lib/lean/Init/Control/StateRef.olean.private lib/lean/Init/Control/StateRef.olean.server lib/lean/Init/Conv.ilean +lib/lean/Init/Conv.ir lib/lean/Init/Conv.olean lib/lean/Init/Conv.olean.private lib/lean/Init/Conv.olean.server lib/lean/Init/Core.ilean +lib/lean/Init/Core.ir lib/lean/Init/Core.olean lib/lean/Init/Core.olean.private lib/lean/Init/Core.olean.server lib/lean/Init/Data.ilean +lib/lean/Init/Data.ir lib/lean/Init/Data.olean lib/lean/Init/Data.olean.private lib/lean/Init/Data.olean.server lib/lean/Init/Data/AC.ilean +lib/lean/Init/Data/AC.ir lib/lean/Init/Data/AC.olean lib/lean/Init/Data/AC.olean.private lib/lean/Init/Data/AC.olean.server lib/lean/Init/Data/Array.ilean +lib/lean/Init/Data/Array.ir lib/lean/Init/Data/Array.olean lib/lean/Init/Data/Array.olean.private lib/lean/Init/Data/Array.olean.server lib/lean/Init/Data/Array/Attach.ilean +lib/lean/Init/Data/Array/Attach.ir lib/lean/Init/Data/Array/Attach.olean lib/lean/Init/Data/Array/Attach.olean.private lib/lean/Init/Data/Array/Attach.olean.server lib/lean/Init/Data/Array/Basic.ilean +lib/lean/Init/Data/Array/Basic.ir lib/lean/Init/Data/Array/Basic.olean lib/lean/Init/Data/Array/Basic.olean.private lib/lean/Init/Data/Array/Basic.olean.server lib/lean/Init/Data/Array/BasicAux.ilean +lib/lean/Init/Data/Array/BasicAux.ir lib/lean/Init/Data/Array/BasicAux.olean lib/lean/Init/Data/Array/BasicAux.olean.private lib/lean/Init/Data/Array/BasicAux.olean.server lib/lean/Init/Data/Array/BinSearch.ilean +lib/lean/Init/Data/Array/BinSearch.ir lib/lean/Init/Data/Array/BinSearch.olean lib/lean/Init/Data/Array/BinSearch.olean.private lib/lean/Init/Data/Array/BinSearch.olean.server lib/lean/Init/Data/Array/Bootstrap.ilean +lib/lean/Init/Data/Array/Bootstrap.ir lib/lean/Init/Data/Array/Bootstrap.olean lib/lean/Init/Data/Array/Bootstrap.olean.private lib/lean/Init/Data/Array/Bootstrap.olean.server lib/lean/Init/Data/Array/Count.ilean +lib/lean/Init/Data/Array/Count.ir lib/lean/Init/Data/Array/Count.olean lib/lean/Init/Data/Array/Count.olean.private lib/lean/Init/Data/Array/Count.olean.server lib/lean/Init/Data/Array/DecidableEq.ilean +lib/lean/Init/Data/Array/DecidableEq.ir lib/lean/Init/Data/Array/DecidableEq.olean lib/lean/Init/Data/Array/DecidableEq.olean.private lib/lean/Init/Data/Array/DecidableEq.olean.server lib/lean/Init/Data/Array/Erase.ilean +lib/lean/Init/Data/Array/Erase.ir lib/lean/Init/Data/Array/Erase.olean lib/lean/Init/Data/Array/Erase.olean.private lib/lean/Init/Data/Array/Erase.olean.server lib/lean/Init/Data/Array/Extract.ilean +lib/lean/Init/Data/Array/Extract.ir lib/lean/Init/Data/Array/Extract.olean lib/lean/Init/Data/Array/Extract.olean.private lib/lean/Init/Data/Array/Extract.olean.server lib/lean/Init/Data/Array/FinRange.ilean +lib/lean/Init/Data/Array/FinRange.ir lib/lean/Init/Data/Array/FinRange.olean lib/lean/Init/Data/Array/FinRange.olean.private lib/lean/Init/Data/Array/FinRange.olean.server lib/lean/Init/Data/Array/Find.ilean +lib/lean/Init/Data/Array/Find.ir lib/lean/Init/Data/Array/Find.olean lib/lean/Init/Data/Array/Find.olean.private lib/lean/Init/Data/Array/Find.olean.server lib/lean/Init/Data/Array/GetLit.ilean +lib/lean/Init/Data/Array/GetLit.ir lib/lean/Init/Data/Array/GetLit.olean lib/lean/Init/Data/Array/GetLit.olean.private lib/lean/Init/Data/Array/GetLit.olean.server lib/lean/Init/Data/Array/InsertIdx.ilean +lib/lean/Init/Data/Array/InsertIdx.ir lib/lean/Init/Data/Array/InsertIdx.olean lib/lean/Init/Data/Array/InsertIdx.olean.private lib/lean/Init/Data/Array/InsertIdx.olean.server lib/lean/Init/Data/Array/InsertionSort.ilean +lib/lean/Init/Data/Array/InsertionSort.ir lib/lean/Init/Data/Array/InsertionSort.olean lib/lean/Init/Data/Array/InsertionSort.olean.private lib/lean/Init/Data/Array/InsertionSort.olean.server lib/lean/Init/Data/Array/Lemmas.ilean +lib/lean/Init/Data/Array/Lemmas.ir lib/lean/Init/Data/Array/Lemmas.olean lib/lean/Init/Data/Array/Lemmas.olean.private lib/lean/Init/Data/Array/Lemmas.olean.server lib/lean/Init/Data/Array/Lex.ilean +lib/lean/Init/Data/Array/Lex.ir lib/lean/Init/Data/Array/Lex.olean lib/lean/Init/Data/Array/Lex.olean.private lib/lean/Init/Data/Array/Lex.olean.server lib/lean/Init/Data/Array/Lex/Basic.ilean +lib/lean/Init/Data/Array/Lex/Basic.ir lib/lean/Init/Data/Array/Lex/Basic.olean lib/lean/Init/Data/Array/Lex/Basic.olean.private lib/lean/Init/Data/Array/Lex/Basic.olean.server lib/lean/Init/Data/Array/Lex/Lemmas.ilean +lib/lean/Init/Data/Array/Lex/Lemmas.ir lib/lean/Init/Data/Array/Lex/Lemmas.olean lib/lean/Init/Data/Array/Lex/Lemmas.olean.private lib/lean/Init/Data/Array/Lex/Lemmas.olean.server lib/lean/Init/Data/Array/MapIdx.ilean +lib/lean/Init/Data/Array/MapIdx.ir lib/lean/Init/Data/Array/MapIdx.olean lib/lean/Init/Data/Array/MapIdx.olean.private lib/lean/Init/Data/Array/MapIdx.olean.server lib/lean/Init/Data/Array/Mem.ilean +lib/lean/Init/Data/Array/Mem.ir lib/lean/Init/Data/Array/Mem.olean lib/lean/Init/Data/Array/Mem.olean.private lib/lean/Init/Data/Array/Mem.olean.server lib/lean/Init/Data/Array/Monadic.ilean +lib/lean/Init/Data/Array/Monadic.ir lib/lean/Init/Data/Array/Monadic.olean lib/lean/Init/Data/Array/Monadic.olean.private lib/lean/Init/Data/Array/Monadic.olean.server lib/lean/Init/Data/Array/OfFn.ilean +lib/lean/Init/Data/Array/OfFn.ir lib/lean/Init/Data/Array/OfFn.olean lib/lean/Init/Data/Array/OfFn.olean.private lib/lean/Init/Data/Array/OfFn.olean.server lib/lean/Init/Data/Array/Perm.ilean +lib/lean/Init/Data/Array/Perm.ir lib/lean/Init/Data/Array/Perm.olean lib/lean/Init/Data/Array/Perm.olean.private lib/lean/Init/Data/Array/Perm.olean.server lib/lean/Init/Data/Array/QSort.ilean +lib/lean/Init/Data/Array/QSort.ir lib/lean/Init/Data/Array/QSort.olean lib/lean/Init/Data/Array/QSort.olean.private lib/lean/Init/Data/Array/QSort.olean.server lib/lean/Init/Data/Array/QSort/Basic.ilean +lib/lean/Init/Data/Array/QSort/Basic.ir lib/lean/Init/Data/Array/QSort/Basic.olean lib/lean/Init/Data/Array/QSort/Basic.olean.private lib/lean/Init/Data/Array/QSort/Basic.olean.server lib/lean/Init/Data/Array/Range.ilean +lib/lean/Init/Data/Array/Range.ir lib/lean/Init/Data/Array/Range.olean lib/lean/Init/Data/Array/Range.olean.private lib/lean/Init/Data/Array/Range.olean.server lib/lean/Init/Data/Array/Set.ilean +lib/lean/Init/Data/Array/Set.ir lib/lean/Init/Data/Array/Set.olean lib/lean/Init/Data/Array/Set.olean.private lib/lean/Init/Data/Array/Set.olean.server lib/lean/Init/Data/Array/Subarray.ilean +lib/lean/Init/Data/Array/Subarray.ir lib/lean/Init/Data/Array/Subarray.olean lib/lean/Init/Data/Array/Subarray.olean.private lib/lean/Init/Data/Array/Subarray.olean.server lib/lean/Init/Data/Array/Subarray/Split.ilean +lib/lean/Init/Data/Array/Subarray/Split.ir lib/lean/Init/Data/Array/Subarray/Split.olean lib/lean/Init/Data/Array/Subarray/Split.olean.private lib/lean/Init/Data/Array/Subarray/Split.olean.server lib/lean/Init/Data/Array/TakeDrop.ilean +lib/lean/Init/Data/Array/TakeDrop.ir lib/lean/Init/Data/Array/TakeDrop.olean lib/lean/Init/Data/Array/TakeDrop.olean.private lib/lean/Init/Data/Array/TakeDrop.olean.server lib/lean/Init/Data/Array/Zip.ilean +lib/lean/Init/Data/Array/Zip.ir lib/lean/Init/Data/Array/Zip.olean lib/lean/Init/Data/Array/Zip.olean.private lib/lean/Init/Data/Array/Zip.olean.server lib/lean/Init/Data/BEq.ilean +lib/lean/Init/Data/BEq.ir lib/lean/Init/Data/BEq.olean lib/lean/Init/Data/BEq.olean.private lib/lean/Init/Data/BEq.olean.server -lib/lean/Init/Data/Basic.ilean -lib/lean/Init/Data/Basic.olean -lib/lean/Init/Data/Basic.olean.private -lib/lean/Init/Data/Basic.olean.server lib/lean/Init/Data/BitVec.ilean +lib/lean/Init/Data/BitVec.ir lib/lean/Init/Data/BitVec.olean lib/lean/Init/Data/BitVec.olean.private lib/lean/Init/Data/BitVec.olean.server lib/lean/Init/Data/BitVec/Basic.ilean +lib/lean/Init/Data/BitVec/Basic.ir lib/lean/Init/Data/BitVec/Basic.olean lib/lean/Init/Data/BitVec/Basic.olean.private lib/lean/Init/Data/BitVec/Basic.olean.server lib/lean/Init/Data/BitVec/BasicAux.ilean +lib/lean/Init/Data/BitVec/BasicAux.ir lib/lean/Init/Data/BitVec/BasicAux.olean lib/lean/Init/Data/BitVec/BasicAux.olean.private lib/lean/Init/Data/BitVec/BasicAux.olean.server lib/lean/Init/Data/BitVec/Bitblast.ilean +lib/lean/Init/Data/BitVec/Bitblast.ir lib/lean/Init/Data/BitVec/Bitblast.olean lib/lean/Init/Data/BitVec/Bitblast.olean.private lib/lean/Init/Data/BitVec/Bitblast.olean.server +lib/lean/Init/Data/BitVec/Bootstrap.ilean +lib/lean/Init/Data/BitVec/Bootstrap.ir +lib/lean/Init/Data/BitVec/Bootstrap.olean +lib/lean/Init/Data/BitVec/Bootstrap.olean.private +lib/lean/Init/Data/BitVec/Bootstrap.olean.server +lib/lean/Init/Data/BitVec/Decidable.ilean +lib/lean/Init/Data/BitVec/Decidable.ir +lib/lean/Init/Data/BitVec/Decidable.olean +lib/lean/Init/Data/BitVec/Decidable.olean.private +lib/lean/Init/Data/BitVec/Decidable.olean.server lib/lean/Init/Data/BitVec/Folds.ilean +lib/lean/Init/Data/BitVec/Folds.ir lib/lean/Init/Data/BitVec/Folds.olean lib/lean/Init/Data/BitVec/Folds.olean.private lib/lean/Init/Data/BitVec/Folds.olean.server lib/lean/Init/Data/BitVec/Lemmas.ilean +lib/lean/Init/Data/BitVec/Lemmas.ir lib/lean/Init/Data/BitVec/Lemmas.olean lib/lean/Init/Data/BitVec/Lemmas.olean.private lib/lean/Init/Data/BitVec/Lemmas.olean.server lib/lean/Init/Data/Bool.ilean +lib/lean/Init/Data/Bool.ir lib/lean/Init/Data/Bool.olean lib/lean/Init/Data/Bool.olean.private lib/lean/Init/Data/Bool.olean.server lib/lean/Init/Data/ByteArray.ilean +lib/lean/Init/Data/ByteArray.ir lib/lean/Init/Data/ByteArray.olean lib/lean/Init/Data/ByteArray.olean.private lib/lean/Init/Data/ByteArray.olean.server lib/lean/Init/Data/ByteArray/Basic.ilean +lib/lean/Init/Data/ByteArray/Basic.ir lib/lean/Init/Data/ByteArray/Basic.olean lib/lean/Init/Data/ByteArray/Basic.olean.private lib/lean/Init/Data/ByteArray/Basic.olean.server +lib/lean/Init/Data/ByteArray/Bootstrap.ilean +lib/lean/Init/Data/ByteArray/Bootstrap.ir +lib/lean/Init/Data/ByteArray/Bootstrap.olean +lib/lean/Init/Data/ByteArray/Bootstrap.olean.private +lib/lean/Init/Data/ByteArray/Bootstrap.olean.server +lib/lean/Init/Data/ByteArray/Extra.ilean +lib/lean/Init/Data/ByteArray/Extra.ir +lib/lean/Init/Data/ByteArray/Extra.olean +lib/lean/Init/Data/ByteArray/Extra.olean.private +lib/lean/Init/Data/ByteArray/Extra.olean.server +lib/lean/Init/Data/ByteArray/Lemmas.ilean +lib/lean/Init/Data/ByteArray/Lemmas.ir +lib/lean/Init/Data/ByteArray/Lemmas.olean +lib/lean/Init/Data/ByteArray/Lemmas.olean.private +lib/lean/Init/Data/ByteArray/Lemmas.olean.server lib/lean/Init/Data/Cast.ilean +lib/lean/Init/Data/Cast.ir lib/lean/Init/Data/Cast.olean lib/lean/Init/Data/Cast.olean.private lib/lean/Init/Data/Cast.olean.server lib/lean/Init/Data/Char.ilean +lib/lean/Init/Data/Char.ir lib/lean/Init/Data/Char.olean lib/lean/Init/Data/Char.olean.private lib/lean/Init/Data/Char.olean.server lib/lean/Init/Data/Char/Basic.ilean +lib/lean/Init/Data/Char/Basic.ir lib/lean/Init/Data/Char/Basic.olean lib/lean/Init/Data/Char/Basic.olean.private lib/lean/Init/Data/Char/Basic.olean.server lib/lean/Init/Data/Char/Lemmas.ilean +lib/lean/Init/Data/Char/Lemmas.ir lib/lean/Init/Data/Char/Lemmas.olean lib/lean/Init/Data/Char/Lemmas.olean.private lib/lean/Init/Data/Char/Lemmas.olean.server +lib/lean/Init/Data/Char/Order.ilean +lib/lean/Init/Data/Char/Order.ir +lib/lean/Init/Data/Char/Order.olean +lib/lean/Init/Data/Char/Order.olean.private +lib/lean/Init/Data/Char/Order.olean.server +lib/lean/Init/Data/Dyadic.ilean +lib/lean/Init/Data/Dyadic.ir +lib/lean/Init/Data/Dyadic.olean +lib/lean/Init/Data/Dyadic.olean.private +lib/lean/Init/Data/Dyadic.olean.server +lib/lean/Init/Data/Dyadic/Basic.ilean +lib/lean/Init/Data/Dyadic/Basic.ir +lib/lean/Init/Data/Dyadic/Basic.olean +lib/lean/Init/Data/Dyadic/Basic.olean.private +lib/lean/Init/Data/Dyadic/Basic.olean.server +lib/lean/Init/Data/Dyadic/Instances.ilean +lib/lean/Init/Data/Dyadic/Instances.ir +lib/lean/Init/Data/Dyadic/Instances.olean +lib/lean/Init/Data/Dyadic/Instances.olean.private +lib/lean/Init/Data/Dyadic/Instances.olean.server +lib/lean/Init/Data/Dyadic/Inv.ilean +lib/lean/Init/Data/Dyadic/Inv.ir +lib/lean/Init/Data/Dyadic/Inv.olean +lib/lean/Init/Data/Dyadic/Inv.olean.private +lib/lean/Init/Data/Dyadic/Inv.olean.server +lib/lean/Init/Data/Dyadic/Round.ilean +lib/lean/Init/Data/Dyadic/Round.ir +lib/lean/Init/Data/Dyadic/Round.olean +lib/lean/Init/Data/Dyadic/Round.olean.private +lib/lean/Init/Data/Dyadic/Round.olean.server lib/lean/Init/Data/Fin.ilean +lib/lean/Init/Data/Fin.ir lib/lean/Init/Data/Fin.olean lib/lean/Init/Data/Fin.olean.private lib/lean/Init/Data/Fin.olean.server lib/lean/Init/Data/Fin/Basic.ilean +lib/lean/Init/Data/Fin/Basic.ir lib/lean/Init/Data/Fin/Basic.olean lib/lean/Init/Data/Fin/Basic.olean.private lib/lean/Init/Data/Fin/Basic.olean.server lib/lean/Init/Data/Fin/Bitwise.ilean +lib/lean/Init/Data/Fin/Bitwise.ir lib/lean/Init/Data/Fin/Bitwise.olean lib/lean/Init/Data/Fin/Bitwise.olean.private lib/lean/Init/Data/Fin/Bitwise.olean.server lib/lean/Init/Data/Fin/Fold.ilean +lib/lean/Init/Data/Fin/Fold.ir lib/lean/Init/Data/Fin/Fold.olean lib/lean/Init/Data/Fin/Fold.olean.private lib/lean/Init/Data/Fin/Fold.olean.server lib/lean/Init/Data/Fin/Iterate.ilean +lib/lean/Init/Data/Fin/Iterate.ir lib/lean/Init/Data/Fin/Iterate.olean lib/lean/Init/Data/Fin/Iterate.olean.private lib/lean/Init/Data/Fin/Iterate.olean.server lib/lean/Init/Data/Fin/Lemmas.ilean +lib/lean/Init/Data/Fin/Lemmas.ir lib/lean/Init/Data/Fin/Lemmas.olean lib/lean/Init/Data/Fin/Lemmas.olean.private lib/lean/Init/Data/Fin/Lemmas.olean.server lib/lean/Init/Data/Fin/Log2.ilean +lib/lean/Init/Data/Fin/Log2.ir lib/lean/Init/Data/Fin/Log2.olean lib/lean/Init/Data/Fin/Log2.olean.private lib/lean/Init/Data/Fin/Log2.olean.server lib/lean/Init/Data/Float.ilean +lib/lean/Init/Data/Float.ir lib/lean/Init/Data/Float.olean lib/lean/Init/Data/Float.olean.private lib/lean/Init/Data/Float.olean.server lib/lean/Init/Data/Float32.ilean +lib/lean/Init/Data/Float32.ir lib/lean/Init/Data/Float32.olean lib/lean/Init/Data/Float32.olean.private lib/lean/Init/Data/Float32.olean.server lib/lean/Init/Data/FloatArray.ilean +lib/lean/Init/Data/FloatArray.ir lib/lean/Init/Data/FloatArray.olean lib/lean/Init/Data/FloatArray.olean.private lib/lean/Init/Data/FloatArray.olean.server lib/lean/Init/Data/FloatArray/Basic.ilean +lib/lean/Init/Data/FloatArray/Basic.ir lib/lean/Init/Data/FloatArray/Basic.olean lib/lean/Init/Data/FloatArray/Basic.olean.private lib/lean/Init/Data/FloatArray/Basic.olean.server lib/lean/Init/Data/Format.ilean +lib/lean/Init/Data/Format.ir lib/lean/Init/Data/Format.olean lib/lean/Init/Data/Format.olean.private lib/lean/Init/Data/Format.olean.server lib/lean/Init/Data/Format/Basic.ilean +lib/lean/Init/Data/Format/Basic.ir lib/lean/Init/Data/Format/Basic.olean lib/lean/Init/Data/Format/Basic.olean.private lib/lean/Init/Data/Format/Basic.olean.server lib/lean/Init/Data/Format/Instances.ilean +lib/lean/Init/Data/Format/Instances.ir lib/lean/Init/Data/Format/Instances.olean lib/lean/Init/Data/Format/Instances.olean.private lib/lean/Init/Data/Format/Instances.olean.server lib/lean/Init/Data/Format/Macro.ilean +lib/lean/Init/Data/Format/Macro.ir lib/lean/Init/Data/Format/Macro.olean lib/lean/Init/Data/Format/Macro.olean.private lib/lean/Init/Data/Format/Macro.olean.server lib/lean/Init/Data/Format/Syntax.ilean +lib/lean/Init/Data/Format/Syntax.ir lib/lean/Init/Data/Format/Syntax.olean lib/lean/Init/Data/Format/Syntax.olean.private lib/lean/Init/Data/Format/Syntax.olean.server lib/lean/Init/Data/Function.ilean +lib/lean/Init/Data/Function.ir lib/lean/Init/Data/Function.olean lib/lean/Init/Data/Function.olean.private lib/lean/Init/Data/Function.olean.server lib/lean/Init/Data/Hashable.ilean +lib/lean/Init/Data/Hashable.ir lib/lean/Init/Data/Hashable.olean lib/lean/Init/Data/Hashable.olean.private lib/lean/Init/Data/Hashable.olean.server lib/lean/Init/Data/Int.ilean +lib/lean/Init/Data/Int.ir lib/lean/Init/Data/Int.olean lib/lean/Init/Data/Int.olean.private lib/lean/Init/Data/Int.olean.server lib/lean/Init/Data/Int/Basic.ilean +lib/lean/Init/Data/Int/Basic.ir lib/lean/Init/Data/Int/Basic.olean lib/lean/Init/Data/Int/Basic.olean.private lib/lean/Init/Data/Int/Basic.olean.server lib/lean/Init/Data/Int/Bitwise.ilean +lib/lean/Init/Data/Int/Bitwise.ir lib/lean/Init/Data/Int/Bitwise.olean lib/lean/Init/Data/Int/Bitwise.olean.private lib/lean/Init/Data/Int/Bitwise.olean.server lib/lean/Init/Data/Int/Bitwise/Basic.ilean +lib/lean/Init/Data/Int/Bitwise/Basic.ir lib/lean/Init/Data/Int/Bitwise/Basic.olean lib/lean/Init/Data/Int/Bitwise/Basic.olean.private lib/lean/Init/Data/Int/Bitwise/Basic.olean.server lib/lean/Init/Data/Int/Bitwise/Lemmas.ilean +lib/lean/Init/Data/Int/Bitwise/Lemmas.ir lib/lean/Init/Data/Int/Bitwise/Lemmas.olean lib/lean/Init/Data/Int/Bitwise/Lemmas.olean.private lib/lean/Init/Data/Int/Bitwise/Lemmas.olean.server lib/lean/Init/Data/Int/Compare.ilean +lib/lean/Init/Data/Int/Compare.ir lib/lean/Init/Data/Int/Compare.olean lib/lean/Init/Data/Int/Compare.olean.private lib/lean/Init/Data/Int/Compare.olean.server lib/lean/Init/Data/Int/Cooper.ilean +lib/lean/Init/Data/Int/Cooper.ir lib/lean/Init/Data/Int/Cooper.olean lib/lean/Init/Data/Int/Cooper.olean.private lib/lean/Init/Data/Int/Cooper.olean.server lib/lean/Init/Data/Int/DivMod.ilean +lib/lean/Init/Data/Int/DivMod.ir lib/lean/Init/Data/Int/DivMod.olean lib/lean/Init/Data/Int/DivMod.olean.private lib/lean/Init/Data/Int/DivMod.olean.server lib/lean/Init/Data/Int/DivMod/Basic.ilean +lib/lean/Init/Data/Int/DivMod/Basic.ir lib/lean/Init/Data/Int/DivMod/Basic.olean lib/lean/Init/Data/Int/DivMod/Basic.olean.private lib/lean/Init/Data/Int/DivMod/Basic.olean.server lib/lean/Init/Data/Int/DivMod/Bootstrap.ilean +lib/lean/Init/Data/Int/DivMod/Bootstrap.ir lib/lean/Init/Data/Int/DivMod/Bootstrap.olean lib/lean/Init/Data/Int/DivMod/Bootstrap.olean.private lib/lean/Init/Data/Int/DivMod/Bootstrap.olean.server lib/lean/Init/Data/Int/DivMod/Lemmas.ilean +lib/lean/Init/Data/Int/DivMod/Lemmas.ir lib/lean/Init/Data/Int/DivMod/Lemmas.olean lib/lean/Init/Data/Int/DivMod/Lemmas.olean.private lib/lean/Init/Data/Int/DivMod/Lemmas.olean.server +lib/lean/Init/Data/Int/DivMod/Pow.ilean +lib/lean/Init/Data/Int/DivMod/Pow.ir +lib/lean/Init/Data/Int/DivMod/Pow.olean +lib/lean/Init/Data/Int/DivMod/Pow.olean.private +lib/lean/Init/Data/Int/DivMod/Pow.olean.server lib/lean/Init/Data/Int/Gcd.ilean +lib/lean/Init/Data/Int/Gcd.ir lib/lean/Init/Data/Int/Gcd.olean lib/lean/Init/Data/Int/Gcd.olean.private lib/lean/Init/Data/Int/Gcd.olean.server lib/lean/Init/Data/Int/Lemmas.ilean +lib/lean/Init/Data/Int/Lemmas.ir lib/lean/Init/Data/Int/Lemmas.olean lib/lean/Init/Data/Int/Lemmas.olean.private lib/lean/Init/Data/Int/Lemmas.olean.server lib/lean/Init/Data/Int/LemmasAux.ilean +lib/lean/Init/Data/Int/LemmasAux.ir lib/lean/Init/Data/Int/LemmasAux.olean lib/lean/Init/Data/Int/LemmasAux.olean.private lib/lean/Init/Data/Int/LemmasAux.olean.server lib/lean/Init/Data/Int/Linear.ilean +lib/lean/Init/Data/Int/Linear.ir lib/lean/Init/Data/Int/Linear.olean lib/lean/Init/Data/Int/Linear.olean.private lib/lean/Init/Data/Int/Linear.olean.server lib/lean/Init/Data/Int/OfNat.ilean +lib/lean/Init/Data/Int/OfNat.ir lib/lean/Init/Data/Int/OfNat.olean lib/lean/Init/Data/Int/OfNat.olean.private lib/lean/Init/Data/Int/OfNat.olean.server lib/lean/Init/Data/Int/Order.ilean +lib/lean/Init/Data/Int/Order.ir lib/lean/Init/Data/Int/Order.olean lib/lean/Init/Data/Int/Order.olean.private lib/lean/Init/Data/Int/Order.olean.server lib/lean/Init/Data/Int/Pow.ilean +lib/lean/Init/Data/Int/Pow.ir lib/lean/Init/Data/Int/Pow.olean lib/lean/Init/Data/Int/Pow.olean.private lib/lean/Init/Data/Int/Pow.olean.server +lib/lean/Init/Data/Iterators.ilean +lib/lean/Init/Data/Iterators.ir +lib/lean/Init/Data/Iterators.olean +lib/lean/Init/Data/Iterators.olean.private +lib/lean/Init/Data/Iterators.olean.server +lib/lean/Init/Data/Iterators/Basic.ilean +lib/lean/Init/Data/Iterators/Basic.ir +lib/lean/Init/Data/Iterators/Basic.olean +lib/lean/Init/Data/Iterators/Basic.olean.private +lib/lean/Init/Data/Iterators/Basic.olean.server +lib/lean/Init/Data/Iterators/Combinators.ilean +lib/lean/Init/Data/Iterators/Combinators.ir +lib/lean/Init/Data/Iterators/Combinators.olean +lib/lean/Init/Data/Iterators/Combinators.olean.private +lib/lean/Init/Data/Iterators/Combinators.olean.server +lib/lean/Init/Data/Iterators/Combinators/Attach.ilean +lib/lean/Init/Data/Iterators/Combinators/Attach.ir +lib/lean/Init/Data/Iterators/Combinators/Attach.olean +lib/lean/Init/Data/Iterators/Combinators/Attach.olean.private +lib/lean/Init/Data/Iterators/Combinators/Attach.olean.server +lib/lean/Init/Data/Iterators/Combinators/FilterMap.ilean +lib/lean/Init/Data/Iterators/Combinators/FilterMap.ir +lib/lean/Init/Data/Iterators/Combinators/FilterMap.olean +lib/lean/Init/Data/Iterators/Combinators/FilterMap.olean.private +lib/lean/Init/Data/Iterators/Combinators/FilterMap.olean.server +lib/lean/Init/Data/Iterators/Combinators/FlatMap.ilean +lib/lean/Init/Data/Iterators/Combinators/FlatMap.ir +lib/lean/Init/Data/Iterators/Combinators/FlatMap.olean +lib/lean/Init/Data/Iterators/Combinators/FlatMap.olean.private +lib/lean/Init/Data/Iterators/Combinators/FlatMap.olean.server +lib/lean/Init/Data/Iterators/Combinators/Monadic.ilean +lib/lean/Init/Data/Iterators/Combinators/Monadic.ir +lib/lean/Init/Data/Iterators/Combinators/Monadic.olean +lib/lean/Init/Data/Iterators/Combinators/Monadic.olean.private +lib/lean/Init/Data/Iterators/Combinators/Monadic.olean.server +lib/lean/Init/Data/Iterators/Combinators/Monadic/Attach.ilean +lib/lean/Init/Data/Iterators/Combinators/Monadic/Attach.ir +lib/lean/Init/Data/Iterators/Combinators/Monadic/Attach.olean +lib/lean/Init/Data/Iterators/Combinators/Monadic/Attach.olean.private +lib/lean/Init/Data/Iterators/Combinators/Monadic/Attach.olean.server +lib/lean/Init/Data/Iterators/Combinators/Monadic/FilterMap.ilean +lib/lean/Init/Data/Iterators/Combinators/Monadic/FilterMap.ir +lib/lean/Init/Data/Iterators/Combinators/Monadic/FilterMap.olean +lib/lean/Init/Data/Iterators/Combinators/Monadic/FilterMap.olean.private +lib/lean/Init/Data/Iterators/Combinators/Monadic/FilterMap.olean.server +lib/lean/Init/Data/Iterators/Combinators/Monadic/FlatMap.ilean +lib/lean/Init/Data/Iterators/Combinators/Monadic/FlatMap.ir +lib/lean/Init/Data/Iterators/Combinators/Monadic/FlatMap.olean +lib/lean/Init/Data/Iterators/Combinators/Monadic/FlatMap.olean.private +lib/lean/Init/Data/Iterators/Combinators/Monadic/FlatMap.olean.server +lib/lean/Init/Data/Iterators/Combinators/Monadic/Take.ilean +lib/lean/Init/Data/Iterators/Combinators/Monadic/Take.ir +lib/lean/Init/Data/Iterators/Combinators/Monadic/Take.olean +lib/lean/Init/Data/Iterators/Combinators/Monadic/Take.olean.private +lib/lean/Init/Data/Iterators/Combinators/Monadic/Take.olean.server +lib/lean/Init/Data/Iterators/Combinators/Monadic/ULift.ilean +lib/lean/Init/Data/Iterators/Combinators/Monadic/ULift.ir +lib/lean/Init/Data/Iterators/Combinators/Monadic/ULift.olean +lib/lean/Init/Data/Iterators/Combinators/Monadic/ULift.olean.private +lib/lean/Init/Data/Iterators/Combinators/Monadic/ULift.olean.server +lib/lean/Init/Data/Iterators/Combinators/Take.ilean +lib/lean/Init/Data/Iterators/Combinators/Take.ir +lib/lean/Init/Data/Iterators/Combinators/Take.olean +lib/lean/Init/Data/Iterators/Combinators/Take.olean.private +lib/lean/Init/Data/Iterators/Combinators/Take.olean.server +lib/lean/Init/Data/Iterators/Combinators/ULift.ilean +lib/lean/Init/Data/Iterators/Combinators/ULift.ir +lib/lean/Init/Data/Iterators/Combinators/ULift.olean +lib/lean/Init/Data/Iterators/Combinators/ULift.olean.private +lib/lean/Init/Data/Iterators/Combinators/ULift.olean.server +lib/lean/Init/Data/Iterators/Consumers.ilean +lib/lean/Init/Data/Iterators/Consumers.ir +lib/lean/Init/Data/Iterators/Consumers.olean +lib/lean/Init/Data/Iterators/Consumers.olean.private +lib/lean/Init/Data/Iterators/Consumers.olean.server +lib/lean/Init/Data/Iterators/Consumers/Access.ilean +lib/lean/Init/Data/Iterators/Consumers/Access.ir +lib/lean/Init/Data/Iterators/Consumers/Access.olean +lib/lean/Init/Data/Iterators/Consumers/Access.olean.private +lib/lean/Init/Data/Iterators/Consumers/Access.olean.server +lib/lean/Init/Data/Iterators/Consumers/Collect.ilean +lib/lean/Init/Data/Iterators/Consumers/Collect.ir +lib/lean/Init/Data/Iterators/Consumers/Collect.olean +lib/lean/Init/Data/Iterators/Consumers/Collect.olean.private +lib/lean/Init/Data/Iterators/Consumers/Collect.olean.server +lib/lean/Init/Data/Iterators/Consumers/Loop.ilean +lib/lean/Init/Data/Iterators/Consumers/Loop.ir +lib/lean/Init/Data/Iterators/Consumers/Loop.olean +lib/lean/Init/Data/Iterators/Consumers/Loop.olean.private +lib/lean/Init/Data/Iterators/Consumers/Loop.olean.server +lib/lean/Init/Data/Iterators/Consumers/Monadic.ilean +lib/lean/Init/Data/Iterators/Consumers/Monadic.ir +lib/lean/Init/Data/Iterators/Consumers/Monadic.olean +lib/lean/Init/Data/Iterators/Consumers/Monadic.olean.private +lib/lean/Init/Data/Iterators/Consumers/Monadic.olean.server +lib/lean/Init/Data/Iterators/Consumers/Monadic/Access.ilean +lib/lean/Init/Data/Iterators/Consumers/Monadic/Access.ir +lib/lean/Init/Data/Iterators/Consumers/Monadic/Access.olean +lib/lean/Init/Data/Iterators/Consumers/Monadic/Access.olean.private +lib/lean/Init/Data/Iterators/Consumers/Monadic/Access.olean.server +lib/lean/Init/Data/Iterators/Consumers/Monadic/Collect.ilean +lib/lean/Init/Data/Iterators/Consumers/Monadic/Collect.ir +lib/lean/Init/Data/Iterators/Consumers/Monadic/Collect.olean +lib/lean/Init/Data/Iterators/Consumers/Monadic/Collect.olean.private +lib/lean/Init/Data/Iterators/Consumers/Monadic/Collect.olean.server +lib/lean/Init/Data/Iterators/Consumers/Monadic/Loop.ilean +lib/lean/Init/Data/Iterators/Consumers/Monadic/Loop.ir +lib/lean/Init/Data/Iterators/Consumers/Monadic/Loop.olean +lib/lean/Init/Data/Iterators/Consumers/Monadic/Loop.olean.private +lib/lean/Init/Data/Iterators/Consumers/Monadic/Loop.olean.server +lib/lean/Init/Data/Iterators/Consumers/Monadic/Partial.ilean +lib/lean/Init/Data/Iterators/Consumers/Monadic/Partial.ir +lib/lean/Init/Data/Iterators/Consumers/Monadic/Partial.olean +lib/lean/Init/Data/Iterators/Consumers/Monadic/Partial.olean.private +lib/lean/Init/Data/Iterators/Consumers/Monadic/Partial.olean.server +lib/lean/Init/Data/Iterators/Consumers/Partial.ilean +lib/lean/Init/Data/Iterators/Consumers/Partial.ir +lib/lean/Init/Data/Iterators/Consumers/Partial.olean +lib/lean/Init/Data/Iterators/Consumers/Partial.olean.private +lib/lean/Init/Data/Iterators/Consumers/Partial.olean.server +lib/lean/Init/Data/Iterators/Consumers/Stream.ilean +lib/lean/Init/Data/Iterators/Consumers/Stream.ir +lib/lean/Init/Data/Iterators/Consumers/Stream.olean +lib/lean/Init/Data/Iterators/Consumers/Stream.olean.private +lib/lean/Init/Data/Iterators/Consumers/Stream.olean.server +lib/lean/Init/Data/Iterators/Internal.ilean +lib/lean/Init/Data/Iterators/Internal.ir +lib/lean/Init/Data/Iterators/Internal.olean +lib/lean/Init/Data/Iterators/Internal.olean.private +lib/lean/Init/Data/Iterators/Internal.olean.server +lib/lean/Init/Data/Iterators/Internal/LawfulMonadLiftFunction.ilean +lib/lean/Init/Data/Iterators/Internal/LawfulMonadLiftFunction.ir +lib/lean/Init/Data/Iterators/Internal/LawfulMonadLiftFunction.olean +lib/lean/Init/Data/Iterators/Internal/LawfulMonadLiftFunction.olean.private +lib/lean/Init/Data/Iterators/Internal/LawfulMonadLiftFunction.olean.server +lib/lean/Init/Data/Iterators/Internal/Termination.ilean +lib/lean/Init/Data/Iterators/Internal/Termination.ir +lib/lean/Init/Data/Iterators/Internal/Termination.olean +lib/lean/Init/Data/Iterators/Internal/Termination.olean.private +lib/lean/Init/Data/Iterators/Internal/Termination.olean.server +lib/lean/Init/Data/Iterators/Lemmas.ilean +lib/lean/Init/Data/Iterators/Lemmas.ir +lib/lean/Init/Data/Iterators/Lemmas.olean +lib/lean/Init/Data/Iterators/Lemmas.olean.private +lib/lean/Init/Data/Iterators/Lemmas.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Basic.ilean +lib/lean/Init/Data/Iterators/Lemmas/Basic.ir +lib/lean/Init/Data/Iterators/Lemmas/Basic.olean +lib/lean/Init/Data/Iterators/Lemmas/Basic.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Basic.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Attach.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Attach.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Attach.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Attach.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Attach.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FilterMap.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FilterMap.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FilterMap.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FilterMap.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FilterMap.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FlatMap.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FlatMap.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FlatMap.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FlatMap.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/FlatMap.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Attach.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Attach.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Attach.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Attach.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Attach.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FlatMap.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FlatMap.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FlatMap.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FlatMap.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FlatMap.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Take.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Take.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Take.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Take.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Take.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/ULift.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/ULift.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/ULift.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/ULift.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/ULift.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Take.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Take.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Take.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Take.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/Take.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Combinators/ULift.ilean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/ULift.ir +lib/lean/Init/Data/Iterators/Lemmas/Combinators/ULift.olean +lib/lean/Init/Data/Iterators/Lemmas/Combinators/ULift.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Combinators/ULift.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Consumers.ilean +lib/lean/Init/Data/Iterators/Lemmas/Consumers.ir +lib/lean/Init/Data/Iterators/Lemmas/Consumers.olean +lib/lean/Init/Data/Iterators/Lemmas/Consumers.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Consumers.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Collect.ilean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Collect.ir +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Collect.olean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Collect.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Collect.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Loop.ilean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Loop.ir +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Loop.olean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Loop.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Loop.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic.ilean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic.ir +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic.olean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Collect.ilean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Collect.ir +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Collect.olean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Collect.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Collect.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Loop.ilean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Loop.ir +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Loop.olean +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Loop.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Loop.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Monadic/Basic.ilean +lib/lean/Init/Data/Iterators/Lemmas/Monadic/Basic.ir +lib/lean/Init/Data/Iterators/Lemmas/Monadic/Basic.olean +lib/lean/Init/Data/Iterators/Lemmas/Monadic/Basic.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Monadic/Basic.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Producers.ilean +lib/lean/Init/Data/Iterators/Lemmas/Producers.ir +lib/lean/Init/Data/Iterators/Lemmas/Producers.olean +lib/lean/Init/Data/Iterators/Lemmas/Producers.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Producers.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Producers/List.ilean +lib/lean/Init/Data/Iterators/Lemmas/Producers/List.ir +lib/lean/Init/Data/Iterators/Lemmas/Producers/List.olean +lib/lean/Init/Data/Iterators/Lemmas/Producers/List.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Producers/List.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic.ilean +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic.ir +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic.olean +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic.olean.server +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic/List.ilean +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic/List.ir +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic/List.olean +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic/List.olean.private +lib/lean/Init/Data/Iterators/Lemmas/Producers/Monadic/List.olean.server +lib/lean/Init/Data/Iterators/PostconditionMonad.ilean +lib/lean/Init/Data/Iterators/PostconditionMonad.ir +lib/lean/Init/Data/Iterators/PostconditionMonad.olean +lib/lean/Init/Data/Iterators/PostconditionMonad.olean.private +lib/lean/Init/Data/Iterators/PostconditionMonad.olean.server +lib/lean/Init/Data/Iterators/Producers.ilean +lib/lean/Init/Data/Iterators/Producers.ir +lib/lean/Init/Data/Iterators/Producers.olean +lib/lean/Init/Data/Iterators/Producers.olean.private +lib/lean/Init/Data/Iterators/Producers.olean.server +lib/lean/Init/Data/Iterators/Producers/List.ilean +lib/lean/Init/Data/Iterators/Producers/List.ir +lib/lean/Init/Data/Iterators/Producers/List.olean +lib/lean/Init/Data/Iterators/Producers/List.olean.private +lib/lean/Init/Data/Iterators/Producers/List.olean.server +lib/lean/Init/Data/Iterators/Producers/Monadic.ilean +lib/lean/Init/Data/Iterators/Producers/Monadic.ir +lib/lean/Init/Data/Iterators/Producers/Monadic.olean +lib/lean/Init/Data/Iterators/Producers/Monadic.olean.private +lib/lean/Init/Data/Iterators/Producers/Monadic.olean.server +lib/lean/Init/Data/Iterators/Producers/Monadic/List.ilean +lib/lean/Init/Data/Iterators/Producers/Monadic/List.ir +lib/lean/Init/Data/Iterators/Producers/Monadic/List.olean +lib/lean/Init/Data/Iterators/Producers/Monadic/List.olean.private +lib/lean/Init/Data/Iterators/Producers/Monadic/List.olean.server +lib/lean/Init/Data/Iterators/ToIterator.ilean +lib/lean/Init/Data/Iterators/ToIterator.ir +lib/lean/Init/Data/Iterators/ToIterator.olean +lib/lean/Init/Data/Iterators/ToIterator.olean.private +lib/lean/Init/Data/Iterators/ToIterator.olean.server +lib/lean/Init/Data/LawfulHashable.ilean +lib/lean/Init/Data/LawfulHashable.ir +lib/lean/Init/Data/LawfulHashable.olean +lib/lean/Init/Data/LawfulHashable.olean.private +lib/lean/Init/Data/LawfulHashable.olean.server lib/lean/Init/Data/List.ilean +lib/lean/Init/Data/List.ir lib/lean/Init/Data/List.olean lib/lean/Init/Data/List.olean.private lib/lean/Init/Data/List.olean.server lib/lean/Init/Data/List/Attach.ilean +lib/lean/Init/Data/List/Attach.ir lib/lean/Init/Data/List/Attach.olean lib/lean/Init/Data/List/Attach.olean.private lib/lean/Init/Data/List/Attach.olean.server lib/lean/Init/Data/List/Basic.ilean +lib/lean/Init/Data/List/Basic.ir lib/lean/Init/Data/List/Basic.olean lib/lean/Init/Data/List/Basic.olean.private lib/lean/Init/Data/List/Basic.olean.server lib/lean/Init/Data/List/BasicAux.ilean +lib/lean/Init/Data/List/BasicAux.ir lib/lean/Init/Data/List/BasicAux.olean lib/lean/Init/Data/List/BasicAux.olean.private lib/lean/Init/Data/List/BasicAux.olean.server lib/lean/Init/Data/List/Control.ilean +lib/lean/Init/Data/List/Control.ir lib/lean/Init/Data/List/Control.olean lib/lean/Init/Data/List/Control.olean.private lib/lean/Init/Data/List/Control.olean.server lib/lean/Init/Data/List/Count.ilean +lib/lean/Init/Data/List/Count.ir lib/lean/Init/Data/List/Count.olean lib/lean/Init/Data/List/Count.olean.private lib/lean/Init/Data/List/Count.olean.server lib/lean/Init/Data/List/Erase.ilean +lib/lean/Init/Data/List/Erase.ir lib/lean/Init/Data/List/Erase.olean lib/lean/Init/Data/List/Erase.olean.private lib/lean/Init/Data/List/Erase.olean.server lib/lean/Init/Data/List/FinRange.ilean +lib/lean/Init/Data/List/FinRange.ir lib/lean/Init/Data/List/FinRange.olean lib/lean/Init/Data/List/FinRange.olean.private lib/lean/Init/Data/List/FinRange.olean.server lib/lean/Init/Data/List/Find.ilean +lib/lean/Init/Data/List/Find.ir lib/lean/Init/Data/List/Find.olean lib/lean/Init/Data/List/Find.olean.private lib/lean/Init/Data/List/Find.olean.server lib/lean/Init/Data/List/Impl.ilean +lib/lean/Init/Data/List/Impl.ir lib/lean/Init/Data/List/Impl.olean lib/lean/Init/Data/List/Impl.olean.private lib/lean/Init/Data/List/Impl.olean.server lib/lean/Init/Data/List/Lemmas.ilean +lib/lean/Init/Data/List/Lemmas.ir lib/lean/Init/Data/List/Lemmas.olean lib/lean/Init/Data/List/Lemmas.olean.private lib/lean/Init/Data/List/Lemmas.olean.server lib/lean/Init/Data/List/Lex.ilean +lib/lean/Init/Data/List/Lex.ir lib/lean/Init/Data/List/Lex.olean lib/lean/Init/Data/List/Lex.olean.private lib/lean/Init/Data/List/Lex.olean.server lib/lean/Init/Data/List/MapIdx.ilean +lib/lean/Init/Data/List/MapIdx.ir lib/lean/Init/Data/List/MapIdx.olean lib/lean/Init/Data/List/MapIdx.olean.private lib/lean/Init/Data/List/MapIdx.olean.server lib/lean/Init/Data/List/MinMax.ilean +lib/lean/Init/Data/List/MinMax.ir lib/lean/Init/Data/List/MinMax.olean lib/lean/Init/Data/List/MinMax.olean.private lib/lean/Init/Data/List/MinMax.olean.server lib/lean/Init/Data/List/Monadic.ilean +lib/lean/Init/Data/List/Monadic.ir lib/lean/Init/Data/List/Monadic.olean lib/lean/Init/Data/List/Monadic.olean.private lib/lean/Init/Data/List/Monadic.olean.server lib/lean/Init/Data/List/Nat.ilean +lib/lean/Init/Data/List/Nat.ir lib/lean/Init/Data/List/Nat.olean lib/lean/Init/Data/List/Nat.olean.private lib/lean/Init/Data/List/Nat.olean.server lib/lean/Init/Data/List/Nat/BEq.ilean +lib/lean/Init/Data/List/Nat/BEq.ir lib/lean/Init/Data/List/Nat/BEq.olean lib/lean/Init/Data/List/Nat/BEq.olean.private lib/lean/Init/Data/List/Nat/BEq.olean.server lib/lean/Init/Data/List/Nat/Basic.ilean +lib/lean/Init/Data/List/Nat/Basic.ir lib/lean/Init/Data/List/Nat/Basic.olean lib/lean/Init/Data/List/Nat/Basic.olean.private lib/lean/Init/Data/List/Nat/Basic.olean.server lib/lean/Init/Data/List/Nat/Count.ilean +lib/lean/Init/Data/List/Nat/Count.ir lib/lean/Init/Data/List/Nat/Count.olean lib/lean/Init/Data/List/Nat/Count.olean.private lib/lean/Init/Data/List/Nat/Count.olean.server lib/lean/Init/Data/List/Nat/Erase.ilean +lib/lean/Init/Data/List/Nat/Erase.ir lib/lean/Init/Data/List/Nat/Erase.olean lib/lean/Init/Data/List/Nat/Erase.olean.private lib/lean/Init/Data/List/Nat/Erase.olean.server lib/lean/Init/Data/List/Nat/Find.ilean +lib/lean/Init/Data/List/Nat/Find.ir lib/lean/Init/Data/List/Nat/Find.olean lib/lean/Init/Data/List/Nat/Find.olean.private lib/lean/Init/Data/List/Nat/Find.olean.server lib/lean/Init/Data/List/Nat/InsertIdx.ilean +lib/lean/Init/Data/List/Nat/InsertIdx.ir lib/lean/Init/Data/List/Nat/InsertIdx.olean lib/lean/Init/Data/List/Nat/InsertIdx.olean.private lib/lean/Init/Data/List/Nat/InsertIdx.olean.server lib/lean/Init/Data/List/Nat/Modify.ilean +lib/lean/Init/Data/List/Nat/Modify.ir lib/lean/Init/Data/List/Nat/Modify.olean lib/lean/Init/Data/List/Nat/Modify.olean.private lib/lean/Init/Data/List/Nat/Modify.olean.server lib/lean/Init/Data/List/Nat/Pairwise.ilean +lib/lean/Init/Data/List/Nat/Pairwise.ir lib/lean/Init/Data/List/Nat/Pairwise.olean lib/lean/Init/Data/List/Nat/Pairwise.olean.private lib/lean/Init/Data/List/Nat/Pairwise.olean.server lib/lean/Init/Data/List/Nat/Perm.ilean +lib/lean/Init/Data/List/Nat/Perm.ir lib/lean/Init/Data/List/Nat/Perm.olean lib/lean/Init/Data/List/Nat/Perm.olean.private lib/lean/Init/Data/List/Nat/Perm.olean.server lib/lean/Init/Data/List/Nat/Range.ilean +lib/lean/Init/Data/List/Nat/Range.ir lib/lean/Init/Data/List/Nat/Range.olean lib/lean/Init/Data/List/Nat/Range.olean.private lib/lean/Init/Data/List/Nat/Range.olean.server lib/lean/Init/Data/List/Nat/Sublist.ilean +lib/lean/Init/Data/List/Nat/Sublist.ir lib/lean/Init/Data/List/Nat/Sublist.olean lib/lean/Init/Data/List/Nat/Sublist.olean.private lib/lean/Init/Data/List/Nat/Sublist.olean.server lib/lean/Init/Data/List/Nat/TakeDrop.ilean +lib/lean/Init/Data/List/Nat/TakeDrop.ir lib/lean/Init/Data/List/Nat/TakeDrop.olean lib/lean/Init/Data/List/Nat/TakeDrop.olean.private lib/lean/Init/Data/List/Nat/TakeDrop.olean.server lib/lean/Init/Data/List/Notation.ilean +lib/lean/Init/Data/List/Notation.ir lib/lean/Init/Data/List/Notation.olean lib/lean/Init/Data/List/Notation.olean.private lib/lean/Init/Data/List/Notation.olean.server lib/lean/Init/Data/List/OfFn.ilean +lib/lean/Init/Data/List/OfFn.ir lib/lean/Init/Data/List/OfFn.olean lib/lean/Init/Data/List/OfFn.olean.private lib/lean/Init/Data/List/OfFn.olean.server lib/lean/Init/Data/List/Pairwise.ilean +lib/lean/Init/Data/List/Pairwise.ir lib/lean/Init/Data/List/Pairwise.olean lib/lean/Init/Data/List/Pairwise.olean.private lib/lean/Init/Data/List/Pairwise.olean.server lib/lean/Init/Data/List/Perm.ilean +lib/lean/Init/Data/List/Perm.ir lib/lean/Init/Data/List/Perm.olean lib/lean/Init/Data/List/Perm.olean.private lib/lean/Init/Data/List/Perm.olean.server lib/lean/Init/Data/List/Range.ilean +lib/lean/Init/Data/List/Range.ir lib/lean/Init/Data/List/Range.olean lib/lean/Init/Data/List/Range.olean.private lib/lean/Init/Data/List/Range.olean.server lib/lean/Init/Data/List/Sort.ilean +lib/lean/Init/Data/List/Sort.ir lib/lean/Init/Data/List/Sort.olean lib/lean/Init/Data/List/Sort.olean.private lib/lean/Init/Data/List/Sort.olean.server lib/lean/Init/Data/List/Sort/Basic.ilean +lib/lean/Init/Data/List/Sort/Basic.ir lib/lean/Init/Data/List/Sort/Basic.olean lib/lean/Init/Data/List/Sort/Basic.olean.private lib/lean/Init/Data/List/Sort/Basic.olean.server lib/lean/Init/Data/List/Sort/Impl.ilean +lib/lean/Init/Data/List/Sort/Impl.ir lib/lean/Init/Data/List/Sort/Impl.olean lib/lean/Init/Data/List/Sort/Impl.olean.private lib/lean/Init/Data/List/Sort/Impl.olean.server lib/lean/Init/Data/List/Sort/Lemmas.ilean +lib/lean/Init/Data/List/Sort/Lemmas.ir lib/lean/Init/Data/List/Sort/Lemmas.olean lib/lean/Init/Data/List/Sort/Lemmas.olean.private lib/lean/Init/Data/List/Sort/Lemmas.olean.server lib/lean/Init/Data/List/Sublist.ilean +lib/lean/Init/Data/List/Sublist.ir lib/lean/Init/Data/List/Sublist.olean lib/lean/Init/Data/List/Sublist.olean.private lib/lean/Init/Data/List/Sublist.olean.server lib/lean/Init/Data/List/TakeDrop.ilean +lib/lean/Init/Data/List/TakeDrop.ir lib/lean/Init/Data/List/TakeDrop.olean lib/lean/Init/Data/List/TakeDrop.olean.private lib/lean/Init/Data/List/TakeDrop.olean.server lib/lean/Init/Data/List/ToArray.ilean +lib/lean/Init/Data/List/ToArray.ir lib/lean/Init/Data/List/ToArray.olean lib/lean/Init/Data/List/ToArray.olean.private lib/lean/Init/Data/List/ToArray.olean.server lib/lean/Init/Data/List/ToArrayImpl.ilean +lib/lean/Init/Data/List/ToArrayImpl.ir lib/lean/Init/Data/List/ToArrayImpl.olean lib/lean/Init/Data/List/ToArrayImpl.olean.private lib/lean/Init/Data/List/ToArrayImpl.olean.server lib/lean/Init/Data/List/Zip.ilean +lib/lean/Init/Data/List/Zip.ir lib/lean/Init/Data/List/Zip.olean lib/lean/Init/Data/List/Zip.olean.private lib/lean/Init/Data/List/Zip.olean.server lib/lean/Init/Data/Nat.ilean +lib/lean/Init/Data/Nat.ir lib/lean/Init/Data/Nat.olean lib/lean/Init/Data/Nat.olean.private lib/lean/Init/Data/Nat.olean.server lib/lean/Init/Data/Nat/Basic.ilean +lib/lean/Init/Data/Nat/Basic.ir lib/lean/Init/Data/Nat/Basic.olean lib/lean/Init/Data/Nat/Basic.olean.private lib/lean/Init/Data/Nat/Basic.olean.server lib/lean/Init/Data/Nat/Bitwise.ilean +lib/lean/Init/Data/Nat/Bitwise.ir lib/lean/Init/Data/Nat/Bitwise.olean lib/lean/Init/Data/Nat/Bitwise.olean.private lib/lean/Init/Data/Nat/Bitwise.olean.server lib/lean/Init/Data/Nat/Bitwise/Basic.ilean +lib/lean/Init/Data/Nat/Bitwise/Basic.ir lib/lean/Init/Data/Nat/Bitwise/Basic.olean lib/lean/Init/Data/Nat/Bitwise/Basic.olean.private lib/lean/Init/Data/Nat/Bitwise/Basic.olean.server lib/lean/Init/Data/Nat/Bitwise/Lemmas.ilean +lib/lean/Init/Data/Nat/Bitwise/Lemmas.ir lib/lean/Init/Data/Nat/Bitwise/Lemmas.olean lib/lean/Init/Data/Nat/Bitwise/Lemmas.olean.private lib/lean/Init/Data/Nat/Bitwise/Lemmas.olean.server lib/lean/Init/Data/Nat/Compare.ilean +lib/lean/Init/Data/Nat/Compare.ir lib/lean/Init/Data/Nat/Compare.olean lib/lean/Init/Data/Nat/Compare.olean.private lib/lean/Init/Data/Nat/Compare.olean.server lib/lean/Init/Data/Nat/Control.ilean +lib/lean/Init/Data/Nat/Control.ir lib/lean/Init/Data/Nat/Control.olean lib/lean/Init/Data/Nat/Control.olean.private lib/lean/Init/Data/Nat/Control.olean.server +lib/lean/Init/Data/Nat/Coprime.ilean +lib/lean/Init/Data/Nat/Coprime.ir +lib/lean/Init/Data/Nat/Coprime.olean +lib/lean/Init/Data/Nat/Coprime.olean.private +lib/lean/Init/Data/Nat/Coprime.olean.server lib/lean/Init/Data/Nat/Div.ilean +lib/lean/Init/Data/Nat/Div.ir lib/lean/Init/Data/Nat/Div.olean lib/lean/Init/Data/Nat/Div.olean.private lib/lean/Init/Data/Nat/Div.olean.server lib/lean/Init/Data/Nat/Div/Basic.ilean +lib/lean/Init/Data/Nat/Div/Basic.ir lib/lean/Init/Data/Nat/Div/Basic.olean lib/lean/Init/Data/Nat/Div/Basic.olean.private lib/lean/Init/Data/Nat/Div/Basic.olean.server lib/lean/Init/Data/Nat/Div/Lemmas.ilean +lib/lean/Init/Data/Nat/Div/Lemmas.ir lib/lean/Init/Data/Nat/Div/Lemmas.olean lib/lean/Init/Data/Nat/Div/Lemmas.olean.private lib/lean/Init/Data/Nat/Div/Lemmas.olean.server lib/lean/Init/Data/Nat/Dvd.ilean +lib/lean/Init/Data/Nat/Dvd.ir lib/lean/Init/Data/Nat/Dvd.olean lib/lean/Init/Data/Nat/Dvd.olean.private lib/lean/Init/Data/Nat/Dvd.olean.server lib/lean/Init/Data/Nat/Fold.ilean +lib/lean/Init/Data/Nat/Fold.ir lib/lean/Init/Data/Nat/Fold.olean lib/lean/Init/Data/Nat/Fold.olean.private lib/lean/Init/Data/Nat/Fold.olean.server lib/lean/Init/Data/Nat/Gcd.ilean +lib/lean/Init/Data/Nat/Gcd.ir lib/lean/Init/Data/Nat/Gcd.olean lib/lean/Init/Data/Nat/Gcd.olean.private lib/lean/Init/Data/Nat/Gcd.olean.server lib/lean/Init/Data/Nat/Lcm.ilean +lib/lean/Init/Data/Nat/Lcm.ir lib/lean/Init/Data/Nat/Lcm.olean lib/lean/Init/Data/Nat/Lcm.olean.private lib/lean/Init/Data/Nat/Lcm.olean.server lib/lean/Init/Data/Nat/Lemmas.ilean +lib/lean/Init/Data/Nat/Lemmas.ir lib/lean/Init/Data/Nat/Lemmas.olean lib/lean/Init/Data/Nat/Lemmas.olean.private lib/lean/Init/Data/Nat/Lemmas.olean.server lib/lean/Init/Data/Nat/Linear.ilean +lib/lean/Init/Data/Nat/Linear.ir lib/lean/Init/Data/Nat/Linear.olean lib/lean/Init/Data/Nat/Linear.olean.private lib/lean/Init/Data/Nat/Linear.olean.server lib/lean/Init/Data/Nat/Log2.ilean +lib/lean/Init/Data/Nat/Log2.ir lib/lean/Init/Data/Nat/Log2.olean lib/lean/Init/Data/Nat/Log2.olean.private lib/lean/Init/Data/Nat/Log2.olean.server lib/lean/Init/Data/Nat/MinMax.ilean +lib/lean/Init/Data/Nat/MinMax.ir lib/lean/Init/Data/Nat/MinMax.olean lib/lean/Init/Data/Nat/MinMax.olean.private lib/lean/Init/Data/Nat/MinMax.olean.server lib/lean/Init/Data/Nat/Mod.ilean +lib/lean/Init/Data/Nat/Mod.ir lib/lean/Init/Data/Nat/Mod.olean lib/lean/Init/Data/Nat/Mod.olean.private lib/lean/Init/Data/Nat/Mod.olean.server +lib/lean/Init/Data/Nat/Order.ilean +lib/lean/Init/Data/Nat/Order.ir +lib/lean/Init/Data/Nat/Order.olean +lib/lean/Init/Data/Nat/Order.olean.private +lib/lean/Init/Data/Nat/Order.olean.server lib/lean/Init/Data/Nat/Power2.ilean +lib/lean/Init/Data/Nat/Power2.ir lib/lean/Init/Data/Nat/Power2.olean lib/lean/Init/Data/Nat/Power2.olean.private lib/lean/Init/Data/Nat/Power2.olean.server lib/lean/Init/Data/Nat/SOM.ilean +lib/lean/Init/Data/Nat/SOM.ir lib/lean/Init/Data/Nat/SOM.olean lib/lean/Init/Data/Nat/SOM.olean.private lib/lean/Init/Data/Nat/SOM.olean.server lib/lean/Init/Data/Nat/Simproc.ilean +lib/lean/Init/Data/Nat/Simproc.ir lib/lean/Init/Data/Nat/Simproc.olean lib/lean/Init/Data/Nat/Simproc.olean.private lib/lean/Init/Data/Nat/Simproc.olean.server lib/lean/Init/Data/NeZero.ilean +lib/lean/Init/Data/NeZero.ir lib/lean/Init/Data/NeZero.olean lib/lean/Init/Data/NeZero.olean.private lib/lean/Init/Data/NeZero.olean.server lib/lean/Init/Data/OfScientific.ilean +lib/lean/Init/Data/OfScientific.ir lib/lean/Init/Data/OfScientific.olean lib/lean/Init/Data/OfScientific.olean.private lib/lean/Init/Data/OfScientific.olean.server lib/lean/Init/Data/Option.ilean +lib/lean/Init/Data/Option.ir lib/lean/Init/Data/Option.olean lib/lean/Init/Data/Option.olean.private lib/lean/Init/Data/Option.olean.server +lib/lean/Init/Data/Option/Array.ilean +lib/lean/Init/Data/Option/Array.ir +lib/lean/Init/Data/Option/Array.olean +lib/lean/Init/Data/Option/Array.olean.private +lib/lean/Init/Data/Option/Array.olean.server lib/lean/Init/Data/Option/Attach.ilean +lib/lean/Init/Data/Option/Attach.ir lib/lean/Init/Data/Option/Attach.olean lib/lean/Init/Data/Option/Attach.olean.private lib/lean/Init/Data/Option/Attach.olean.server lib/lean/Init/Data/Option/Basic.ilean +lib/lean/Init/Data/Option/Basic.ir lib/lean/Init/Data/Option/Basic.olean lib/lean/Init/Data/Option/Basic.olean.private lib/lean/Init/Data/Option/Basic.olean.server lib/lean/Init/Data/Option/BasicAux.ilean +lib/lean/Init/Data/Option/BasicAux.ir lib/lean/Init/Data/Option/BasicAux.olean lib/lean/Init/Data/Option/BasicAux.olean.private lib/lean/Init/Data/Option/BasicAux.olean.server lib/lean/Init/Data/Option/Coe.ilean +lib/lean/Init/Data/Option/Coe.ir lib/lean/Init/Data/Option/Coe.olean lib/lean/Init/Data/Option/Coe.olean.private lib/lean/Init/Data/Option/Coe.olean.server lib/lean/Init/Data/Option/Instances.ilean +lib/lean/Init/Data/Option/Instances.ir lib/lean/Init/Data/Option/Instances.olean lib/lean/Init/Data/Option/Instances.olean.private lib/lean/Init/Data/Option/Instances.olean.server lib/lean/Init/Data/Option/Lemmas.ilean +lib/lean/Init/Data/Option/Lemmas.ir lib/lean/Init/Data/Option/Lemmas.olean lib/lean/Init/Data/Option/Lemmas.olean.private lib/lean/Init/Data/Option/Lemmas.olean.server lib/lean/Init/Data/Option/List.ilean +lib/lean/Init/Data/Option/List.ir lib/lean/Init/Data/Option/List.olean lib/lean/Init/Data/Option/List.olean.private lib/lean/Init/Data/Option/List.olean.server lib/lean/Init/Data/Option/Monadic.ilean +lib/lean/Init/Data/Option/Monadic.ir lib/lean/Init/Data/Option/Monadic.olean lib/lean/Init/Data/Option/Monadic.olean.private lib/lean/Init/Data/Option/Monadic.olean.server lib/lean/Init/Data/Ord.ilean +lib/lean/Init/Data/Ord.ir lib/lean/Init/Data/Ord.olean lib/lean/Init/Data/Ord.olean.private lib/lean/Init/Data/Ord.olean.server +lib/lean/Init/Data/Ord/Array.ilean +lib/lean/Init/Data/Ord/Array.ir +lib/lean/Init/Data/Ord/Array.olean +lib/lean/Init/Data/Ord/Array.olean.private +lib/lean/Init/Data/Ord/Array.olean.server +lib/lean/Init/Data/Ord/Basic.ilean +lib/lean/Init/Data/Ord/Basic.ir +lib/lean/Init/Data/Ord/Basic.olean +lib/lean/Init/Data/Ord/Basic.olean.private +lib/lean/Init/Data/Ord/Basic.olean.server +lib/lean/Init/Data/Ord/BitVec.ilean +lib/lean/Init/Data/Ord/BitVec.ir +lib/lean/Init/Data/Ord/BitVec.olean +lib/lean/Init/Data/Ord/BitVec.olean.private +lib/lean/Init/Data/Ord/BitVec.olean.server +lib/lean/Init/Data/Ord/SInt.ilean +lib/lean/Init/Data/Ord/SInt.ir +lib/lean/Init/Data/Ord/SInt.olean +lib/lean/Init/Data/Ord/SInt.olean.private +lib/lean/Init/Data/Ord/SInt.olean.server +lib/lean/Init/Data/Ord/String.ilean +lib/lean/Init/Data/Ord/String.ir +lib/lean/Init/Data/Ord/String.olean +lib/lean/Init/Data/Ord/String.olean.private +lib/lean/Init/Data/Ord/String.olean.server +lib/lean/Init/Data/Ord/UInt.ilean +lib/lean/Init/Data/Ord/UInt.ir +lib/lean/Init/Data/Ord/UInt.olean +lib/lean/Init/Data/Ord/UInt.olean.private +lib/lean/Init/Data/Ord/UInt.olean.server +lib/lean/Init/Data/Ord/Vector.ilean +lib/lean/Init/Data/Ord/Vector.ir +lib/lean/Init/Data/Ord/Vector.olean +lib/lean/Init/Data/Ord/Vector.olean.private +lib/lean/Init/Data/Ord/Vector.olean.server +lib/lean/Init/Data/Order.ilean +lib/lean/Init/Data/Order.ir +lib/lean/Init/Data/Order.olean +lib/lean/Init/Data/Order.olean.private +lib/lean/Init/Data/Order.olean.server +lib/lean/Init/Data/Order/Classes.ilean +lib/lean/Init/Data/Order/Classes.ir +lib/lean/Init/Data/Order/Classes.olean +lib/lean/Init/Data/Order/Classes.olean.private +lib/lean/Init/Data/Order/Classes.olean.server +lib/lean/Init/Data/Order/ClassesExtra.ilean +lib/lean/Init/Data/Order/ClassesExtra.ir +lib/lean/Init/Data/Order/ClassesExtra.olean +lib/lean/Init/Data/Order/ClassesExtra.olean.private +lib/lean/Init/Data/Order/ClassesExtra.olean.server +lib/lean/Init/Data/Order/Factories.ilean +lib/lean/Init/Data/Order/Factories.ir +lib/lean/Init/Data/Order/Factories.olean +lib/lean/Init/Data/Order/Factories.olean.private +lib/lean/Init/Data/Order/Factories.olean.server +lib/lean/Init/Data/Order/FactoriesExtra.ilean +lib/lean/Init/Data/Order/FactoriesExtra.ir +lib/lean/Init/Data/Order/FactoriesExtra.olean +lib/lean/Init/Data/Order/FactoriesExtra.olean.private +lib/lean/Init/Data/Order/FactoriesExtra.olean.server +lib/lean/Init/Data/Order/Lemmas.ilean +lib/lean/Init/Data/Order/Lemmas.ir +lib/lean/Init/Data/Order/Lemmas.olean +lib/lean/Init/Data/Order/Lemmas.olean.private +lib/lean/Init/Data/Order/Lemmas.olean.server +lib/lean/Init/Data/Order/LemmasExtra.ilean +lib/lean/Init/Data/Order/LemmasExtra.ir +lib/lean/Init/Data/Order/LemmasExtra.olean +lib/lean/Init/Data/Order/LemmasExtra.olean.private +lib/lean/Init/Data/Order/LemmasExtra.olean.server +lib/lean/Init/Data/Order/Ord.ilean +lib/lean/Init/Data/Order/Ord.ir +lib/lean/Init/Data/Order/Ord.olean +lib/lean/Init/Data/Order/Ord.olean.private +lib/lean/Init/Data/Order/Ord.olean.server +lib/lean/Init/Data/Order/PackageFactories.ilean +lib/lean/Init/Data/Order/PackageFactories.ir +lib/lean/Init/Data/Order/PackageFactories.olean +lib/lean/Init/Data/Order/PackageFactories.olean.private +lib/lean/Init/Data/Order/PackageFactories.olean.server lib/lean/Init/Data/PLift.ilean +lib/lean/Init/Data/PLift.ir lib/lean/Init/Data/PLift.olean lib/lean/Init/Data/PLift.olean.private lib/lean/Init/Data/PLift.olean.server lib/lean/Init/Data/Prod.ilean +lib/lean/Init/Data/Prod.ir lib/lean/Init/Data/Prod.olean lib/lean/Init/Data/Prod.olean.private lib/lean/Init/Data/Prod.olean.server lib/lean/Init/Data/Queue.ilean +lib/lean/Init/Data/Queue.ir lib/lean/Init/Data/Queue.olean lib/lean/Init/Data/Queue.olean.private lib/lean/Init/Data/Queue.olean.server lib/lean/Init/Data/RArray.ilean +lib/lean/Init/Data/RArray.ir lib/lean/Init/Data/RArray.olean lib/lean/Init/Data/RArray.olean.private lib/lean/Init/Data/RArray.olean.server lib/lean/Init/Data/Random.ilean +lib/lean/Init/Data/Random.ir lib/lean/Init/Data/Random.olean lib/lean/Init/Data/Random.olean.private lib/lean/Init/Data/Random.olean.server lib/lean/Init/Data/Range.ilean +lib/lean/Init/Data/Range.ir lib/lean/Init/Data/Range.olean lib/lean/Init/Data/Range.olean.private lib/lean/Init/Data/Range.olean.server lib/lean/Init/Data/Range/Basic.ilean +lib/lean/Init/Data/Range/Basic.ir lib/lean/Init/Data/Range/Basic.olean lib/lean/Init/Data/Range/Basic.olean.private lib/lean/Init/Data/Range/Basic.olean.server lib/lean/Init/Data/Range/Lemmas.ilean +lib/lean/Init/Data/Range/Lemmas.ir lib/lean/Init/Data/Range/Lemmas.olean lib/lean/Init/Data/Range/Lemmas.olean.private lib/lean/Init/Data/Range/Lemmas.olean.server +lib/lean/Init/Data/Range/Polymorphic.ilean +lib/lean/Init/Data/Range/Polymorphic.ir +lib/lean/Init/Data/Range/Polymorphic.olean +lib/lean/Init/Data/Range/Polymorphic.olean.private +lib/lean/Init/Data/Range/Polymorphic.olean.server +lib/lean/Init/Data/Range/Polymorphic/Basic.ilean +lib/lean/Init/Data/Range/Polymorphic/Basic.ir +lib/lean/Init/Data/Range/Polymorphic/Basic.olean +lib/lean/Init/Data/Range/Polymorphic/Basic.olean.private +lib/lean/Init/Data/Range/Polymorphic/Basic.olean.server +lib/lean/Init/Data/Range/Polymorphic/BitVec.ilean +lib/lean/Init/Data/Range/Polymorphic/BitVec.ir +lib/lean/Init/Data/Range/Polymorphic/BitVec.olean +lib/lean/Init/Data/Range/Polymorphic/BitVec.olean.private +lib/lean/Init/Data/Range/Polymorphic/BitVec.olean.server +lib/lean/Init/Data/Range/Polymorphic/GetElemTactic.ilean +lib/lean/Init/Data/Range/Polymorphic/GetElemTactic.ir +lib/lean/Init/Data/Range/Polymorphic/GetElemTactic.olean +lib/lean/Init/Data/Range/Polymorphic/GetElemTactic.olean.private +lib/lean/Init/Data/Range/Polymorphic/GetElemTactic.olean.server +lib/lean/Init/Data/Range/Polymorphic/Instances.ilean +lib/lean/Init/Data/Range/Polymorphic/Instances.ir +lib/lean/Init/Data/Range/Polymorphic/Instances.olean +lib/lean/Init/Data/Range/Polymorphic/Instances.olean.private +lib/lean/Init/Data/Range/Polymorphic/Instances.olean.server +lib/lean/Init/Data/Range/Polymorphic/Int.ilean +lib/lean/Init/Data/Range/Polymorphic/Int.ir +lib/lean/Init/Data/Range/Polymorphic/Int.olean +lib/lean/Init/Data/Range/Polymorphic/Int.olean.private +lib/lean/Init/Data/Range/Polymorphic/Int.olean.server +lib/lean/Init/Data/Range/Polymorphic/IntLemmas.ilean +lib/lean/Init/Data/Range/Polymorphic/IntLemmas.ir +lib/lean/Init/Data/Range/Polymorphic/IntLemmas.olean +lib/lean/Init/Data/Range/Polymorphic/IntLemmas.olean.private +lib/lean/Init/Data/Range/Polymorphic/IntLemmas.olean.server +lib/lean/Init/Data/Range/Polymorphic/Internal/SignedBitVec.ilean +lib/lean/Init/Data/Range/Polymorphic/Internal/SignedBitVec.ir +lib/lean/Init/Data/Range/Polymorphic/Internal/SignedBitVec.olean +lib/lean/Init/Data/Range/Polymorphic/Internal/SignedBitVec.olean.private +lib/lean/Init/Data/Range/Polymorphic/Internal/SignedBitVec.olean.server +lib/lean/Init/Data/Range/Polymorphic/Iterators.ilean +lib/lean/Init/Data/Range/Polymorphic/Iterators.ir +lib/lean/Init/Data/Range/Polymorphic/Iterators.olean +lib/lean/Init/Data/Range/Polymorphic/Iterators.olean.private +lib/lean/Init/Data/Range/Polymorphic/Iterators.olean.server +lib/lean/Init/Data/Range/Polymorphic/Lemmas.ilean +lib/lean/Init/Data/Range/Polymorphic/Lemmas.ir +lib/lean/Init/Data/Range/Polymorphic/Lemmas.olean +lib/lean/Init/Data/Range/Polymorphic/Lemmas.olean.private +lib/lean/Init/Data/Range/Polymorphic/Lemmas.olean.server +lib/lean/Init/Data/Range/Polymorphic/Nat.ilean +lib/lean/Init/Data/Range/Polymorphic/Nat.ir +lib/lean/Init/Data/Range/Polymorphic/Nat.olean +lib/lean/Init/Data/Range/Polymorphic/Nat.olean.private +lib/lean/Init/Data/Range/Polymorphic/Nat.olean.server +lib/lean/Init/Data/Range/Polymorphic/NatLemmas.ilean +lib/lean/Init/Data/Range/Polymorphic/NatLemmas.ir +lib/lean/Init/Data/Range/Polymorphic/NatLemmas.olean +lib/lean/Init/Data/Range/Polymorphic/NatLemmas.olean.private +lib/lean/Init/Data/Range/Polymorphic/NatLemmas.olean.server +lib/lean/Init/Data/Range/Polymorphic/PRange.ilean +lib/lean/Init/Data/Range/Polymorphic/PRange.ir +lib/lean/Init/Data/Range/Polymorphic/PRange.olean +lib/lean/Init/Data/Range/Polymorphic/PRange.olean.private +lib/lean/Init/Data/Range/Polymorphic/PRange.olean.server +lib/lean/Init/Data/Range/Polymorphic/RangeIterator.ilean +lib/lean/Init/Data/Range/Polymorphic/RangeIterator.ir +lib/lean/Init/Data/Range/Polymorphic/RangeIterator.olean +lib/lean/Init/Data/Range/Polymorphic/RangeIterator.olean.private +lib/lean/Init/Data/Range/Polymorphic/RangeIterator.olean.server +lib/lean/Init/Data/Range/Polymorphic/SInt.ilean +lib/lean/Init/Data/Range/Polymorphic/SInt.ir +lib/lean/Init/Data/Range/Polymorphic/SInt.olean +lib/lean/Init/Data/Range/Polymorphic/SInt.olean.private +lib/lean/Init/Data/Range/Polymorphic/SInt.olean.server +lib/lean/Init/Data/Range/Polymorphic/Stream.ilean +lib/lean/Init/Data/Range/Polymorphic/Stream.ir +lib/lean/Init/Data/Range/Polymorphic/Stream.olean +lib/lean/Init/Data/Range/Polymorphic/Stream.olean.private +lib/lean/Init/Data/Range/Polymorphic/Stream.olean.server +lib/lean/Init/Data/Range/Polymorphic/UInt.ilean +lib/lean/Init/Data/Range/Polymorphic/UInt.ir +lib/lean/Init/Data/Range/Polymorphic/UInt.olean +lib/lean/Init/Data/Range/Polymorphic/UInt.olean.private +lib/lean/Init/Data/Range/Polymorphic/UInt.olean.server +lib/lean/Init/Data/Range/Polymorphic/UpwardEnumerable.ilean +lib/lean/Init/Data/Range/Polymorphic/UpwardEnumerable.ir +lib/lean/Init/Data/Range/Polymorphic/UpwardEnumerable.olean +lib/lean/Init/Data/Range/Polymorphic/UpwardEnumerable.olean.private +lib/lean/Init/Data/Range/Polymorphic/UpwardEnumerable.olean.server +lib/lean/Init/Data/Rat.ilean +lib/lean/Init/Data/Rat.ir +lib/lean/Init/Data/Rat.olean +lib/lean/Init/Data/Rat.olean.private +lib/lean/Init/Data/Rat.olean.server +lib/lean/Init/Data/Rat/Basic.ilean +lib/lean/Init/Data/Rat/Basic.ir +lib/lean/Init/Data/Rat/Basic.olean +lib/lean/Init/Data/Rat/Basic.olean.private +lib/lean/Init/Data/Rat/Basic.olean.server +lib/lean/Init/Data/Rat/Lemmas.ilean +lib/lean/Init/Data/Rat/Lemmas.ir +lib/lean/Init/Data/Rat/Lemmas.olean +lib/lean/Init/Data/Rat/Lemmas.olean.private +lib/lean/Init/Data/Rat/Lemmas.olean.server lib/lean/Init/Data/Repr.ilean +lib/lean/Init/Data/Repr.ir lib/lean/Init/Data/Repr.olean lib/lean/Init/Data/Repr.olean.private lib/lean/Init/Data/Repr.olean.server lib/lean/Init/Data/SInt.ilean +lib/lean/Init/Data/SInt.ir lib/lean/Init/Data/SInt.olean lib/lean/Init/Data/SInt.olean.private lib/lean/Init/Data/SInt.olean.server lib/lean/Init/Data/SInt/Basic.ilean +lib/lean/Init/Data/SInt/Basic.ir lib/lean/Init/Data/SInt/Basic.olean lib/lean/Init/Data/SInt/Basic.olean.private lib/lean/Init/Data/SInt/Basic.olean.server lib/lean/Init/Data/SInt/Bitwise.ilean +lib/lean/Init/Data/SInt/Bitwise.ir lib/lean/Init/Data/SInt/Bitwise.olean lib/lean/Init/Data/SInt/Bitwise.olean.private lib/lean/Init/Data/SInt/Bitwise.olean.server lib/lean/Init/Data/SInt/Float.ilean +lib/lean/Init/Data/SInt/Float.ir lib/lean/Init/Data/SInt/Float.olean lib/lean/Init/Data/SInt/Float.olean.private lib/lean/Init/Data/SInt/Float.olean.server lib/lean/Init/Data/SInt/Float32.ilean +lib/lean/Init/Data/SInt/Float32.ir lib/lean/Init/Data/SInt/Float32.olean lib/lean/Init/Data/SInt/Float32.olean.private lib/lean/Init/Data/SInt/Float32.olean.server lib/lean/Init/Data/SInt/Lemmas.ilean +lib/lean/Init/Data/SInt/Lemmas.ir lib/lean/Init/Data/SInt/Lemmas.olean lib/lean/Init/Data/SInt/Lemmas.olean.private lib/lean/Init/Data/SInt/Lemmas.olean.server +lib/lean/Init/Data/Slice.ilean +lib/lean/Init/Data/Slice.ir +lib/lean/Init/Data/Slice.olean +lib/lean/Init/Data/Slice.olean.private +lib/lean/Init/Data/Slice.olean.server +lib/lean/Init/Data/Slice/Array.ilean +lib/lean/Init/Data/Slice/Array.ir +lib/lean/Init/Data/Slice/Array.olean +lib/lean/Init/Data/Slice/Array.olean.private +lib/lean/Init/Data/Slice/Array.olean.server +lib/lean/Init/Data/Slice/Array/Basic.ilean +lib/lean/Init/Data/Slice/Array/Basic.ir +lib/lean/Init/Data/Slice/Array/Basic.olean +lib/lean/Init/Data/Slice/Array/Basic.olean.private +lib/lean/Init/Data/Slice/Array/Basic.olean.server +lib/lean/Init/Data/Slice/Array/Iterator.ilean +lib/lean/Init/Data/Slice/Array/Iterator.ir +lib/lean/Init/Data/Slice/Array/Iterator.olean +lib/lean/Init/Data/Slice/Array/Iterator.olean.private +lib/lean/Init/Data/Slice/Array/Iterator.olean.server +lib/lean/Init/Data/Slice/Array/Lemmas.ilean +lib/lean/Init/Data/Slice/Array/Lemmas.ir +lib/lean/Init/Data/Slice/Array/Lemmas.olean +lib/lean/Init/Data/Slice/Array/Lemmas.olean.private +lib/lean/Init/Data/Slice/Array/Lemmas.olean.server +lib/lean/Init/Data/Slice/Basic.ilean +lib/lean/Init/Data/Slice/Basic.ir +lib/lean/Init/Data/Slice/Basic.olean +lib/lean/Init/Data/Slice/Basic.olean.private +lib/lean/Init/Data/Slice/Basic.olean.server +lib/lean/Init/Data/Slice/Lemmas.ilean +lib/lean/Init/Data/Slice/Lemmas.ir +lib/lean/Init/Data/Slice/Lemmas.olean +lib/lean/Init/Data/Slice/Lemmas.olean.private +lib/lean/Init/Data/Slice/Lemmas.olean.server +lib/lean/Init/Data/Slice/List.ilean +lib/lean/Init/Data/Slice/List.ir +lib/lean/Init/Data/Slice/List.olean +lib/lean/Init/Data/Slice/List.olean.private +lib/lean/Init/Data/Slice/List.olean.server +lib/lean/Init/Data/Slice/List/Basic.ilean +lib/lean/Init/Data/Slice/List/Basic.ir +lib/lean/Init/Data/Slice/List/Basic.olean +lib/lean/Init/Data/Slice/List/Basic.olean.private +lib/lean/Init/Data/Slice/List/Basic.olean.server +lib/lean/Init/Data/Slice/List/Iterator.ilean +lib/lean/Init/Data/Slice/List/Iterator.ir +lib/lean/Init/Data/Slice/List/Iterator.olean +lib/lean/Init/Data/Slice/List/Iterator.olean.private +lib/lean/Init/Data/Slice/List/Iterator.olean.server +lib/lean/Init/Data/Slice/List/Lemmas.ilean +lib/lean/Init/Data/Slice/List/Lemmas.ir +lib/lean/Init/Data/Slice/List/Lemmas.olean +lib/lean/Init/Data/Slice/List/Lemmas.olean.private +lib/lean/Init/Data/Slice/List/Lemmas.olean.server +lib/lean/Init/Data/Slice/Notation.ilean +lib/lean/Init/Data/Slice/Notation.ir +lib/lean/Init/Data/Slice/Notation.olean +lib/lean/Init/Data/Slice/Notation.olean.private +lib/lean/Init/Data/Slice/Notation.olean.server +lib/lean/Init/Data/Slice/Operations.ilean +lib/lean/Init/Data/Slice/Operations.ir +lib/lean/Init/Data/Slice/Operations.olean +lib/lean/Init/Data/Slice/Operations.olean.private +lib/lean/Init/Data/Slice/Operations.olean.server lib/lean/Init/Data/Stream.ilean +lib/lean/Init/Data/Stream.ir lib/lean/Init/Data/Stream.olean lib/lean/Init/Data/Stream.olean.private lib/lean/Init/Data/Stream.olean.server lib/lean/Init/Data/String.ilean +lib/lean/Init/Data/String.ir lib/lean/Init/Data/String.olean lib/lean/Init/Data/String.olean.private lib/lean/Init/Data/String.olean.server lib/lean/Init/Data/String/Basic.ilean +lib/lean/Init/Data/String/Basic.ir lib/lean/Init/Data/String/Basic.olean lib/lean/Init/Data/String/Basic.olean.private lib/lean/Init/Data/String/Basic.olean.server +lib/lean/Init/Data/String/Bootstrap.ilean +lib/lean/Init/Data/String/Bootstrap.ir +lib/lean/Init/Data/String/Bootstrap.olean +lib/lean/Init/Data/String/Bootstrap.olean.private +lib/lean/Init/Data/String/Bootstrap.olean.server +lib/lean/Init/Data/String/Decode.ilean +lib/lean/Init/Data/String/Decode.ir +lib/lean/Init/Data/String/Decode.olean +lib/lean/Init/Data/String/Decode.olean.private +lib/lean/Init/Data/String/Decode.olean.server +lib/lean/Init/Data/String/Defs.ilean +lib/lean/Init/Data/String/Defs.ir +lib/lean/Init/Data/String/Defs.olean +lib/lean/Init/Data/String/Defs.olean.private +lib/lean/Init/Data/String/Defs.olean.server lib/lean/Init/Data/String/Extra.ilean +lib/lean/Init/Data/String/Extra.ir lib/lean/Init/Data/String/Extra.olean lib/lean/Init/Data/String/Extra.olean.private lib/lean/Init/Data/String/Extra.olean.server +lib/lean/Init/Data/String/Grind.ilean +lib/lean/Init/Data/String/Grind.ir +lib/lean/Init/Data/String/Grind.olean +lib/lean/Init/Data/String/Grind.olean.private +lib/lean/Init/Data/String/Grind.olean.server +lib/lean/Init/Data/String/Iterator.ilean +lib/lean/Init/Data/String/Iterator.ir +lib/lean/Init/Data/String/Iterator.olean +lib/lean/Init/Data/String/Iterator.olean.private +lib/lean/Init/Data/String/Iterator.olean.server +lib/lean/Init/Data/String/Legacy.ilean +lib/lean/Init/Data/String/Legacy.ir +lib/lean/Init/Data/String/Legacy.olean +lib/lean/Init/Data/String/Legacy.olean.private +lib/lean/Init/Data/String/Legacy.olean.server lib/lean/Init/Data/String/Lemmas.ilean +lib/lean/Init/Data/String/Lemmas.ir lib/lean/Init/Data/String/Lemmas.olean lib/lean/Init/Data/String/Lemmas.olean.private lib/lean/Init/Data/String/Lemmas.olean.server +lib/lean/Init/Data/String/Lemmas/Basic.ilean +lib/lean/Init/Data/String/Lemmas/Basic.ir +lib/lean/Init/Data/String/Lemmas/Basic.olean +lib/lean/Init/Data/String/Lemmas/Basic.olean.private +lib/lean/Init/Data/String/Lemmas/Basic.olean.server +lib/lean/Init/Data/String/Lemmas/Modify.ilean +lib/lean/Init/Data/String/Lemmas/Modify.ir +lib/lean/Init/Data/String/Lemmas/Modify.olean +lib/lean/Init/Data/String/Lemmas/Modify.olean.private +lib/lean/Init/Data/String/Lemmas/Modify.olean.server +lib/lean/Init/Data/String/Lemmas/Search.ilean +lib/lean/Init/Data/String/Lemmas/Search.ir +lib/lean/Init/Data/String/Lemmas/Search.olean +lib/lean/Init/Data/String/Lemmas/Search.olean.private +lib/lean/Init/Data/String/Lemmas/Search.olean.server +lib/lean/Init/Data/String/Lemmas/Splits.ilean +lib/lean/Init/Data/String/Lemmas/Splits.ir +lib/lean/Init/Data/String/Lemmas/Splits.olean +lib/lean/Init/Data/String/Lemmas/Splits.olean.private +lib/lean/Init/Data/String/Lemmas/Splits.olean.server +lib/lean/Init/Data/String/Modify.ilean +lib/lean/Init/Data/String/Modify.ir +lib/lean/Init/Data/String/Modify.olean +lib/lean/Init/Data/String/Modify.olean.private +lib/lean/Init/Data/String/Modify.olean.server +lib/lean/Init/Data/String/Pattern.ilean +lib/lean/Init/Data/String/Pattern.ir +lib/lean/Init/Data/String/Pattern.olean +lib/lean/Init/Data/String/Pattern.olean.private +lib/lean/Init/Data/String/Pattern.olean.server +lib/lean/Init/Data/String/Pattern/Basic.ilean +lib/lean/Init/Data/String/Pattern/Basic.ir +lib/lean/Init/Data/String/Pattern/Basic.olean +lib/lean/Init/Data/String/Pattern/Basic.olean.private +lib/lean/Init/Data/String/Pattern/Basic.olean.server +lib/lean/Init/Data/String/Pattern/Char.ilean +lib/lean/Init/Data/String/Pattern/Char.ir +lib/lean/Init/Data/String/Pattern/Char.olean +lib/lean/Init/Data/String/Pattern/Char.olean.private +lib/lean/Init/Data/String/Pattern/Char.olean.server +lib/lean/Init/Data/String/Pattern/Pred.ilean +lib/lean/Init/Data/String/Pattern/Pred.ir +lib/lean/Init/Data/String/Pattern/Pred.olean +lib/lean/Init/Data/String/Pattern/Pred.olean.private +lib/lean/Init/Data/String/Pattern/Pred.olean.server +lib/lean/Init/Data/String/Pattern/String.ilean +lib/lean/Init/Data/String/Pattern/String.ir +lib/lean/Init/Data/String/Pattern/String.olean +lib/lean/Init/Data/String/Pattern/String.olean.private +lib/lean/Init/Data/String/Pattern/String.olean.server +lib/lean/Init/Data/String/PosRaw.ilean +lib/lean/Init/Data/String/PosRaw.ir +lib/lean/Init/Data/String/PosRaw.olean +lib/lean/Init/Data/String/PosRaw.olean.private +lib/lean/Init/Data/String/PosRaw.olean.server +lib/lean/Init/Data/String/Search.ilean +lib/lean/Init/Data/String/Search.ir +lib/lean/Init/Data/String/Search.olean +lib/lean/Init/Data/String/Search.olean.private +lib/lean/Init/Data/String/Search.olean.server +lib/lean/Init/Data/String/Slice.ilean +lib/lean/Init/Data/String/Slice.ir +lib/lean/Init/Data/String/Slice.olean +lib/lean/Init/Data/String/Slice.olean.private +lib/lean/Init/Data/String/Slice.olean.server +lib/lean/Init/Data/String/Stream.ilean +lib/lean/Init/Data/String/Stream.ir +lib/lean/Init/Data/String/Stream.olean +lib/lean/Init/Data/String/Stream.olean.private +lib/lean/Init/Data/String/Stream.olean.server +lib/lean/Init/Data/String/Substring.ilean +lib/lean/Init/Data/String/Substring.ir +lib/lean/Init/Data/String/Substring.olean +lib/lean/Init/Data/String/Substring.olean.private +lib/lean/Init/Data/String/Substring.olean.server +lib/lean/Init/Data/String/TakeDrop.ilean +lib/lean/Init/Data/String/TakeDrop.ir +lib/lean/Init/Data/String/TakeDrop.olean +lib/lean/Init/Data/String/TakeDrop.olean.private +lib/lean/Init/Data/String/TakeDrop.olean.server +lib/lean/Init/Data/String/Termination.ilean +lib/lean/Init/Data/String/Termination.ir +lib/lean/Init/Data/String/Termination.olean +lib/lean/Init/Data/String/Termination.olean.private +lib/lean/Init/Data/String/Termination.olean.server +lib/lean/Init/Data/String/ToSlice.ilean +lib/lean/Init/Data/String/ToSlice.ir +lib/lean/Init/Data/String/ToSlice.olean +lib/lean/Init/Data/String/ToSlice.olean.private +lib/lean/Init/Data/String/ToSlice.olean.server lib/lean/Init/Data/Subtype.ilean +lib/lean/Init/Data/Subtype.ir lib/lean/Init/Data/Subtype.olean lib/lean/Init/Data/Subtype.olean.private lib/lean/Init/Data/Subtype.olean.server +lib/lean/Init/Data/Subtype/Basic.ilean +lib/lean/Init/Data/Subtype/Basic.ir +lib/lean/Init/Data/Subtype/Basic.olean +lib/lean/Init/Data/Subtype/Basic.olean.private +lib/lean/Init/Data/Subtype/Basic.olean.server +lib/lean/Init/Data/Subtype/Order.ilean +lib/lean/Init/Data/Subtype/Order.ir +lib/lean/Init/Data/Subtype/Order.olean +lib/lean/Init/Data/Subtype/Order.olean.private +lib/lean/Init/Data/Subtype/Order.olean.server +lib/lean/Init/Data/Subtype/OrderExtra.ilean +lib/lean/Init/Data/Subtype/OrderExtra.ir +lib/lean/Init/Data/Subtype/OrderExtra.olean +lib/lean/Init/Data/Subtype/OrderExtra.olean.private +lib/lean/Init/Data/Subtype/OrderExtra.olean.server lib/lean/Init/Data/Sum.ilean +lib/lean/Init/Data/Sum.ir lib/lean/Init/Data/Sum.olean lib/lean/Init/Data/Sum.olean.private lib/lean/Init/Data/Sum.olean.server lib/lean/Init/Data/Sum/Basic.ilean +lib/lean/Init/Data/Sum/Basic.ir lib/lean/Init/Data/Sum/Basic.olean lib/lean/Init/Data/Sum/Basic.olean.private lib/lean/Init/Data/Sum/Basic.olean.server lib/lean/Init/Data/Sum/Lemmas.ilean +lib/lean/Init/Data/Sum/Lemmas.ir lib/lean/Init/Data/Sum/Lemmas.olean lib/lean/Init/Data/Sum/Lemmas.olean.private lib/lean/Init/Data/Sum/Lemmas.olean.server lib/lean/Init/Data/ToString.ilean +lib/lean/Init/Data/ToString.ir lib/lean/Init/Data/ToString.olean lib/lean/Init/Data/ToString.olean.private lib/lean/Init/Data/ToString.olean.server lib/lean/Init/Data/ToString/Basic.ilean +lib/lean/Init/Data/ToString/Basic.ir lib/lean/Init/Data/ToString/Basic.olean lib/lean/Init/Data/ToString/Basic.olean.private lib/lean/Init/Data/ToString/Basic.olean.server lib/lean/Init/Data/ToString/Macro.ilean +lib/lean/Init/Data/ToString/Macro.ir lib/lean/Init/Data/ToString/Macro.olean lib/lean/Init/Data/ToString/Macro.olean.private lib/lean/Init/Data/ToString/Macro.olean.server +lib/lean/Init/Data/ToString/Name.ilean +lib/lean/Init/Data/ToString/Name.ir +lib/lean/Init/Data/ToString/Name.olean +lib/lean/Init/Data/ToString/Name.olean.private +lib/lean/Init/Data/ToString/Name.olean.server lib/lean/Init/Data/UInt.ilean +lib/lean/Init/Data/UInt.ir lib/lean/Init/Data/UInt.olean lib/lean/Init/Data/UInt.olean.private lib/lean/Init/Data/UInt.olean.server lib/lean/Init/Data/UInt/Basic.ilean +lib/lean/Init/Data/UInt/Basic.ir lib/lean/Init/Data/UInt/Basic.olean lib/lean/Init/Data/UInt/Basic.olean.private lib/lean/Init/Data/UInt/Basic.olean.server lib/lean/Init/Data/UInt/BasicAux.ilean +lib/lean/Init/Data/UInt/BasicAux.ir lib/lean/Init/Data/UInt/BasicAux.olean lib/lean/Init/Data/UInt/BasicAux.olean.private lib/lean/Init/Data/UInt/BasicAux.olean.server lib/lean/Init/Data/UInt/Bitwise.ilean +lib/lean/Init/Data/UInt/Bitwise.ir lib/lean/Init/Data/UInt/Bitwise.olean lib/lean/Init/Data/UInt/Bitwise.olean.private lib/lean/Init/Data/UInt/Bitwise.olean.server lib/lean/Init/Data/UInt/Lemmas.ilean +lib/lean/Init/Data/UInt/Lemmas.ir lib/lean/Init/Data/UInt/Lemmas.olean lib/lean/Init/Data/UInt/Lemmas.olean.private lib/lean/Init/Data/UInt/Lemmas.olean.server lib/lean/Init/Data/UInt/Log2.ilean +lib/lean/Init/Data/UInt/Log2.ir lib/lean/Init/Data/UInt/Log2.olean lib/lean/Init/Data/UInt/Log2.olean.private lib/lean/Init/Data/UInt/Log2.olean.server lib/lean/Init/Data/ULift.ilean +lib/lean/Init/Data/ULift.ir lib/lean/Init/Data/ULift.olean lib/lean/Init/Data/ULift.olean.private lib/lean/Init/Data/ULift.olean.server lib/lean/Init/Data/Vector.ilean +lib/lean/Init/Data/Vector.ir lib/lean/Init/Data/Vector.olean lib/lean/Init/Data/Vector.olean.private lib/lean/Init/Data/Vector.olean.server +lib/lean/Init/Data/Vector/Algebra.ilean +lib/lean/Init/Data/Vector/Algebra.ir +lib/lean/Init/Data/Vector/Algebra.olean +lib/lean/Init/Data/Vector/Algebra.olean.private +lib/lean/Init/Data/Vector/Algebra.olean.server lib/lean/Init/Data/Vector/Attach.ilean +lib/lean/Init/Data/Vector/Attach.ir lib/lean/Init/Data/Vector/Attach.olean lib/lean/Init/Data/Vector/Attach.olean.private lib/lean/Init/Data/Vector/Attach.olean.server lib/lean/Init/Data/Vector/Basic.ilean +lib/lean/Init/Data/Vector/Basic.ir lib/lean/Init/Data/Vector/Basic.olean lib/lean/Init/Data/Vector/Basic.olean.private lib/lean/Init/Data/Vector/Basic.olean.server lib/lean/Init/Data/Vector/Count.ilean +lib/lean/Init/Data/Vector/Count.ir lib/lean/Init/Data/Vector/Count.olean lib/lean/Init/Data/Vector/Count.olean.private lib/lean/Init/Data/Vector/Count.olean.server lib/lean/Init/Data/Vector/DecidableEq.ilean +lib/lean/Init/Data/Vector/DecidableEq.ir lib/lean/Init/Data/Vector/DecidableEq.olean lib/lean/Init/Data/Vector/DecidableEq.olean.private lib/lean/Init/Data/Vector/DecidableEq.olean.server lib/lean/Init/Data/Vector/Erase.ilean +lib/lean/Init/Data/Vector/Erase.ir lib/lean/Init/Data/Vector/Erase.olean lib/lean/Init/Data/Vector/Erase.olean.private lib/lean/Init/Data/Vector/Erase.olean.server lib/lean/Init/Data/Vector/Extract.ilean +lib/lean/Init/Data/Vector/Extract.ir lib/lean/Init/Data/Vector/Extract.olean lib/lean/Init/Data/Vector/Extract.olean.private lib/lean/Init/Data/Vector/Extract.olean.server lib/lean/Init/Data/Vector/FinRange.ilean +lib/lean/Init/Data/Vector/FinRange.ir lib/lean/Init/Data/Vector/FinRange.olean lib/lean/Init/Data/Vector/FinRange.olean.private lib/lean/Init/Data/Vector/FinRange.olean.server lib/lean/Init/Data/Vector/Find.ilean +lib/lean/Init/Data/Vector/Find.ir lib/lean/Init/Data/Vector/Find.olean lib/lean/Init/Data/Vector/Find.olean.private lib/lean/Init/Data/Vector/Find.olean.server lib/lean/Init/Data/Vector/InsertIdx.ilean +lib/lean/Init/Data/Vector/InsertIdx.ir lib/lean/Init/Data/Vector/InsertIdx.olean lib/lean/Init/Data/Vector/InsertIdx.olean.private lib/lean/Init/Data/Vector/InsertIdx.olean.server lib/lean/Init/Data/Vector/Lemmas.ilean +lib/lean/Init/Data/Vector/Lemmas.ir lib/lean/Init/Data/Vector/Lemmas.olean lib/lean/Init/Data/Vector/Lemmas.olean.private lib/lean/Init/Data/Vector/Lemmas.olean.server lib/lean/Init/Data/Vector/Lex.ilean +lib/lean/Init/Data/Vector/Lex.ir lib/lean/Init/Data/Vector/Lex.olean lib/lean/Init/Data/Vector/Lex.olean.private lib/lean/Init/Data/Vector/Lex.olean.server lib/lean/Init/Data/Vector/MapIdx.ilean +lib/lean/Init/Data/Vector/MapIdx.ir lib/lean/Init/Data/Vector/MapIdx.olean lib/lean/Init/Data/Vector/MapIdx.olean.private lib/lean/Init/Data/Vector/MapIdx.olean.server lib/lean/Init/Data/Vector/Monadic.ilean +lib/lean/Init/Data/Vector/Monadic.ir lib/lean/Init/Data/Vector/Monadic.olean lib/lean/Init/Data/Vector/Monadic.olean.private lib/lean/Init/Data/Vector/Monadic.olean.server lib/lean/Init/Data/Vector/OfFn.ilean +lib/lean/Init/Data/Vector/OfFn.ir lib/lean/Init/Data/Vector/OfFn.olean lib/lean/Init/Data/Vector/OfFn.olean.private lib/lean/Init/Data/Vector/OfFn.olean.server lib/lean/Init/Data/Vector/Perm.ilean +lib/lean/Init/Data/Vector/Perm.ir lib/lean/Init/Data/Vector/Perm.olean lib/lean/Init/Data/Vector/Perm.olean.private lib/lean/Init/Data/Vector/Perm.olean.server lib/lean/Init/Data/Vector/Range.ilean +lib/lean/Init/Data/Vector/Range.ir lib/lean/Init/Data/Vector/Range.olean lib/lean/Init/Data/Vector/Range.olean.private lib/lean/Init/Data/Vector/Range.olean.server +lib/lean/Init/Data/Vector/Stream.ilean +lib/lean/Init/Data/Vector/Stream.ir +lib/lean/Init/Data/Vector/Stream.olean +lib/lean/Init/Data/Vector/Stream.olean.private +lib/lean/Init/Data/Vector/Stream.olean.server lib/lean/Init/Data/Vector/Zip.ilean +lib/lean/Init/Data/Vector/Zip.ir lib/lean/Init/Data/Vector/Zip.olean lib/lean/Init/Data/Vector/Zip.olean.private lib/lean/Init/Data/Vector/Zip.olean.server lib/lean/Init/Data/Zero.ilean +lib/lean/Init/Data/Zero.ir lib/lean/Init/Data/Zero.olean lib/lean/Init/Data/Zero.olean.private lib/lean/Init/Data/Zero.olean.server lib/lean/Init/Dynamic.ilean +lib/lean/Init/Dynamic.ir lib/lean/Init/Dynamic.olean lib/lean/Init/Dynamic.olean.private lib/lean/Init/Dynamic.olean.server lib/lean/Init/Ext.ilean +lib/lean/Init/Ext.ir lib/lean/Init/Ext.olean lib/lean/Init/Ext.olean.private lib/lean/Init/Ext.olean.server lib/lean/Init/GetElem.ilean +lib/lean/Init/GetElem.ir lib/lean/Init/GetElem.olean lib/lean/Init/GetElem.olean.private lib/lean/Init/GetElem.olean.server lib/lean/Init/Grind.ilean +lib/lean/Init/Grind.ir lib/lean/Init/Grind.olean lib/lean/Init/Grind.olean.private lib/lean/Init/Grind.olean.server +lib/lean/Init/Grind/AC.ilean +lib/lean/Init/Grind/AC.ir +lib/lean/Init/Grind/AC.olean +lib/lean/Init/Grind/AC.olean.private +lib/lean/Init/Grind/AC.olean.server +lib/lean/Init/Grind/Annotated.ilean +lib/lean/Init/Grind/Annotated.ir +lib/lean/Init/Grind/Annotated.olean +lib/lean/Init/Grind/Annotated.olean.private +lib/lean/Init/Grind/Annotated.olean.server +lib/lean/Init/Grind/Attr.ilean +lib/lean/Init/Grind/Attr.ir +lib/lean/Init/Grind/Attr.olean +lib/lean/Init/Grind/Attr.olean.private +lib/lean/Init/Grind/Attr.olean.server lib/lean/Init/Grind/Cases.ilean +lib/lean/Init/Grind/Cases.ir lib/lean/Init/Grind/Cases.olean lib/lean/Init/Grind/Cases.olean.private lib/lean/Init/Grind/Cases.olean.server -lib/lean/Init/Grind/CommRing.ilean -lib/lean/Init/Grind/CommRing.olean -lib/lean/Init/Grind/CommRing.olean.private -lib/lean/Init/Grind/CommRing.olean.server -lib/lean/Init/Grind/CommRing/Basic.ilean -lib/lean/Init/Grind/CommRing/Basic.olean -lib/lean/Init/Grind/CommRing/Basic.olean.private -lib/lean/Init/Grind/CommRing/Basic.olean.server -lib/lean/Init/Grind/CommRing/BitVec.ilean -lib/lean/Init/Grind/CommRing/BitVec.olean -lib/lean/Init/Grind/CommRing/BitVec.olean.private -lib/lean/Init/Grind/CommRing/BitVec.olean.server -lib/lean/Init/Grind/CommRing/Int.ilean -lib/lean/Init/Grind/CommRing/Int.olean -lib/lean/Init/Grind/CommRing/Int.olean.private -lib/lean/Init/Grind/CommRing/Int.olean.server -lib/lean/Init/Grind/CommRing/Poly.ilean -lib/lean/Init/Grind/CommRing/Poly.olean -lib/lean/Init/Grind/CommRing/Poly.olean.private -lib/lean/Init/Grind/CommRing/Poly.olean.server -lib/lean/Init/Grind/CommRing/SInt.ilean -lib/lean/Init/Grind/CommRing/SInt.olean -lib/lean/Init/Grind/CommRing/SInt.olean.private -lib/lean/Init/Grind/CommRing/SInt.olean.server -lib/lean/Init/Grind/CommRing/UInt.ilean -lib/lean/Init/Grind/CommRing/UInt.olean -lib/lean/Init/Grind/CommRing/UInt.olean.private -lib/lean/Init/Grind/CommRing/UInt.olean.server +lib/lean/Init/Grind/Config.ilean +lib/lean/Init/Grind/Config.ir +lib/lean/Init/Grind/Config.olean +lib/lean/Init/Grind/Config.olean.private +lib/lean/Init/Grind/Config.olean.server lib/lean/Init/Grind/Ext.ilean +lib/lean/Init/Grind/Ext.ir lib/lean/Init/Grind/Ext.olean lib/lean/Init/Grind/Ext.olean.private lib/lean/Init/Grind/Ext.olean.server +lib/lean/Init/Grind/FieldNormNum.ilean +lib/lean/Init/Grind/FieldNormNum.ir +lib/lean/Init/Grind/FieldNormNum.olean +lib/lean/Init/Grind/FieldNormNum.olean.private +lib/lean/Init/Grind/FieldNormNum.olean.server +lib/lean/Init/Grind/Injective.ilean +lib/lean/Init/Grind/Injective.ir +lib/lean/Init/Grind/Injective.olean +lib/lean/Init/Grind/Injective.olean.private +lib/lean/Init/Grind/Injective.olean.server +lib/lean/Init/Grind/Interactive.ilean +lib/lean/Init/Grind/Interactive.ir +lib/lean/Init/Grind/Interactive.olean +lib/lean/Init/Grind/Interactive.olean.private +lib/lean/Init/Grind/Interactive.olean.server lib/lean/Init/Grind/Lemmas.ilean +lib/lean/Init/Grind/Lemmas.ir lib/lean/Init/Grind/Lemmas.olean lib/lean/Init/Grind/Lemmas.olean.private lib/lean/Init/Grind/Lemmas.olean.server +lib/lean/Init/Grind/Lint.ilean +lib/lean/Init/Grind/Lint.ir +lib/lean/Init/Grind/Lint.olean +lib/lean/Init/Grind/Lint.olean.private +lib/lean/Init/Grind/Lint.olean.server +lib/lean/Init/Grind/Module.ilean +lib/lean/Init/Grind/Module.ir +lib/lean/Init/Grind/Module.olean +lib/lean/Init/Grind/Module.olean.private +lib/lean/Init/Grind/Module.olean.server +lib/lean/Init/Grind/Module/Basic.ilean +lib/lean/Init/Grind/Module/Basic.ir +lib/lean/Init/Grind/Module/Basic.olean +lib/lean/Init/Grind/Module/Basic.olean.private +lib/lean/Init/Grind/Module/Basic.olean.server +lib/lean/Init/Grind/Module/Envelope.ilean +lib/lean/Init/Grind/Module/Envelope.ir +lib/lean/Init/Grind/Module/Envelope.olean +lib/lean/Init/Grind/Module/Envelope.olean.private +lib/lean/Init/Grind/Module/Envelope.olean.server +lib/lean/Init/Grind/Module/NatModuleNorm.ilean +lib/lean/Init/Grind/Module/NatModuleNorm.ir +lib/lean/Init/Grind/Module/NatModuleNorm.olean +lib/lean/Init/Grind/Module/NatModuleNorm.olean.private +lib/lean/Init/Grind/Module/NatModuleNorm.olean.server +lib/lean/Init/Grind/Module/OfNatModule.ilean +lib/lean/Init/Grind/Module/OfNatModule.ir +lib/lean/Init/Grind/Module/OfNatModule.olean +lib/lean/Init/Grind/Module/OfNatModule.olean.private +lib/lean/Init/Grind/Module/OfNatModule.olean.server lib/lean/Init/Grind/Norm.ilean +lib/lean/Init/Grind/Norm.ir lib/lean/Init/Grind/Norm.olean lib/lean/Init/Grind/Norm.olean.private lib/lean/Init/Grind/Norm.olean.server lib/lean/Init/Grind/Offset.ilean +lib/lean/Init/Grind/Offset.ir lib/lean/Init/Grind/Offset.olean lib/lean/Init/Grind/Offset.olean.private lib/lean/Init/Grind/Offset.olean.server +lib/lean/Init/Grind/Order.ilean +lib/lean/Init/Grind/Order.ir +lib/lean/Init/Grind/Order.olean +lib/lean/Init/Grind/Order.olean.private +lib/lean/Init/Grind/Order.olean.server +lib/lean/Init/Grind/Ordered.ilean +lib/lean/Init/Grind/Ordered.ir +lib/lean/Init/Grind/Ordered.olean +lib/lean/Init/Grind/Ordered.olean.private +lib/lean/Init/Grind/Ordered.olean.server +lib/lean/Init/Grind/Ordered/Field.ilean +lib/lean/Init/Grind/Ordered/Field.ir +lib/lean/Init/Grind/Ordered/Field.olean +lib/lean/Init/Grind/Ordered/Field.olean.private +lib/lean/Init/Grind/Ordered/Field.olean.server +lib/lean/Init/Grind/Ordered/Int.ilean +lib/lean/Init/Grind/Ordered/Int.ir +lib/lean/Init/Grind/Ordered/Int.olean +lib/lean/Init/Grind/Ordered/Int.olean.private +lib/lean/Init/Grind/Ordered/Int.olean.server +lib/lean/Init/Grind/Ordered/Linarith.ilean +lib/lean/Init/Grind/Ordered/Linarith.ir +lib/lean/Init/Grind/Ordered/Linarith.olean +lib/lean/Init/Grind/Ordered/Linarith.olean.private +lib/lean/Init/Grind/Ordered/Linarith.olean.server +lib/lean/Init/Grind/Ordered/Module.ilean +lib/lean/Init/Grind/Ordered/Module.ir +lib/lean/Init/Grind/Ordered/Module.olean +lib/lean/Init/Grind/Ordered/Module.olean.private +lib/lean/Init/Grind/Ordered/Module.olean.server +lib/lean/Init/Grind/Ordered/Order.ilean +lib/lean/Init/Grind/Ordered/Order.ir +lib/lean/Init/Grind/Ordered/Order.olean +lib/lean/Init/Grind/Ordered/Order.olean.private +lib/lean/Init/Grind/Ordered/Order.olean.server +lib/lean/Init/Grind/Ordered/Rat.ilean +lib/lean/Init/Grind/Ordered/Rat.ir +lib/lean/Init/Grind/Ordered/Rat.olean +lib/lean/Init/Grind/Ordered/Rat.olean.private +lib/lean/Init/Grind/Ordered/Rat.olean.server +lib/lean/Init/Grind/Ordered/Ring.ilean +lib/lean/Init/Grind/Ordered/Ring.ir +lib/lean/Init/Grind/Ordered/Ring.olean +lib/lean/Init/Grind/Ordered/Ring.olean.private +lib/lean/Init/Grind/Ordered/Ring.olean.server lib/lean/Init/Grind/PP.ilean +lib/lean/Init/Grind/PP.ir lib/lean/Init/Grind/PP.olean lib/lean/Init/Grind/PP.olean.private lib/lean/Init/Grind/PP.olean.server lib/lean/Init/Grind/Propagator.ilean +lib/lean/Init/Grind/Propagator.ir lib/lean/Init/Grind/Propagator.olean lib/lean/Init/Grind/Propagator.olean.private lib/lean/Init/Grind/Propagator.olean.server +lib/lean/Init/Grind/Ring.ilean +lib/lean/Init/Grind/Ring.ir +lib/lean/Init/Grind/Ring.olean +lib/lean/Init/Grind/Ring.olean.private +lib/lean/Init/Grind/Ring.olean.server +lib/lean/Init/Grind/Ring/Basic.ilean +lib/lean/Init/Grind/Ring/Basic.ir +lib/lean/Init/Grind/Ring/Basic.olean +lib/lean/Init/Grind/Ring/Basic.olean.private +lib/lean/Init/Grind/Ring/Basic.olean.server +lib/lean/Init/Grind/Ring/CommSemiringAdapter.ilean +lib/lean/Init/Grind/Ring/CommSemiringAdapter.ir +lib/lean/Init/Grind/Ring/CommSemiringAdapter.olean +lib/lean/Init/Grind/Ring/CommSemiringAdapter.olean.private +lib/lean/Init/Grind/Ring/CommSemiringAdapter.olean.server +lib/lean/Init/Grind/Ring/CommSolver.ilean +lib/lean/Init/Grind/Ring/CommSolver.ir +lib/lean/Init/Grind/Ring/CommSolver.olean +lib/lean/Init/Grind/Ring/CommSolver.olean.private +lib/lean/Init/Grind/Ring/CommSolver.olean.server +lib/lean/Init/Grind/Ring/Envelope.ilean +lib/lean/Init/Grind/Ring/Envelope.ir +lib/lean/Init/Grind/Ring/Envelope.olean +lib/lean/Init/Grind/Ring/Envelope.olean.private +lib/lean/Init/Grind/Ring/Envelope.olean.server +lib/lean/Init/Grind/Ring/Field.ilean +lib/lean/Init/Grind/Ring/Field.ir +lib/lean/Init/Grind/Ring/Field.olean +lib/lean/Init/Grind/Ring/Field.olean.private +lib/lean/Init/Grind/Ring/Field.olean.server +lib/lean/Init/Grind/Ring/OfScientific.ilean +lib/lean/Init/Grind/Ring/OfScientific.ir +lib/lean/Init/Grind/Ring/OfScientific.olean +lib/lean/Init/Grind/Ring/OfScientific.olean.private +lib/lean/Init/Grind/Ring/OfScientific.olean.server +lib/lean/Init/Grind/Ring/ToInt.ilean +lib/lean/Init/Grind/Ring/ToInt.ir +lib/lean/Init/Grind/Ring/ToInt.olean +lib/lean/Init/Grind/Ring/ToInt.olean.private +lib/lean/Init/Grind/Ring/ToInt.olean.server lib/lean/Init/Grind/Tactics.ilean +lib/lean/Init/Grind/Tactics.ir lib/lean/Init/Grind/Tactics.olean lib/lean/Init/Grind/Tactics.olean.private lib/lean/Init/Grind/Tactics.olean.server +lib/lean/Init/Grind/ToInt.ilean +lib/lean/Init/Grind/ToInt.ir +lib/lean/Init/Grind/ToInt.olean +lib/lean/Init/Grind/ToInt.olean.private +lib/lean/Init/Grind/ToInt.olean.server +lib/lean/Init/Grind/ToIntLemmas.ilean +lib/lean/Init/Grind/ToIntLemmas.ir +lib/lean/Init/Grind/ToIntLemmas.olean +lib/lean/Init/Grind/ToIntLemmas.olean.private +lib/lean/Init/Grind/ToIntLemmas.olean.server lib/lean/Init/Grind/Util.ilean +lib/lean/Init/Grind/Util.ir lib/lean/Init/Grind/Util.olean lib/lean/Init/Grind/Util.olean.private lib/lean/Init/Grind/Util.olean.server +lib/lean/Init/GrindInstances.ilean +lib/lean/Init/GrindInstances.ir +lib/lean/Init/GrindInstances.olean +lib/lean/Init/GrindInstances.olean.private +lib/lean/Init/GrindInstances.olean.server +lib/lean/Init/GrindInstances/Nat.ilean +lib/lean/Init/GrindInstances/Nat.ir +lib/lean/Init/GrindInstances/Nat.olean +lib/lean/Init/GrindInstances/Nat.olean.private +lib/lean/Init/GrindInstances/Nat.olean.server +lib/lean/Init/GrindInstances/Ring.ilean +lib/lean/Init/GrindInstances/Ring.ir +lib/lean/Init/GrindInstances/Ring.olean +lib/lean/Init/GrindInstances/Ring.olean.private +lib/lean/Init/GrindInstances/Ring.olean.server +lib/lean/Init/GrindInstances/Ring/BitVec.ilean +lib/lean/Init/GrindInstances/Ring/BitVec.ir +lib/lean/Init/GrindInstances/Ring/BitVec.olean +lib/lean/Init/GrindInstances/Ring/BitVec.olean.private +lib/lean/Init/GrindInstances/Ring/BitVec.olean.server +lib/lean/Init/GrindInstances/Ring/Fin.ilean +lib/lean/Init/GrindInstances/Ring/Fin.ir +lib/lean/Init/GrindInstances/Ring/Fin.olean +lib/lean/Init/GrindInstances/Ring/Fin.olean.private +lib/lean/Init/GrindInstances/Ring/Fin.olean.server +lib/lean/Init/GrindInstances/Ring/Int.ilean +lib/lean/Init/GrindInstances/Ring/Int.ir +lib/lean/Init/GrindInstances/Ring/Int.olean +lib/lean/Init/GrindInstances/Ring/Int.olean.private +lib/lean/Init/GrindInstances/Ring/Int.olean.server +lib/lean/Init/GrindInstances/Ring/Nat.ilean +lib/lean/Init/GrindInstances/Ring/Nat.ir +lib/lean/Init/GrindInstances/Ring/Nat.olean +lib/lean/Init/GrindInstances/Ring/Nat.olean.private +lib/lean/Init/GrindInstances/Ring/Nat.olean.server +lib/lean/Init/GrindInstances/Ring/Rat.ilean +lib/lean/Init/GrindInstances/Ring/Rat.ir +lib/lean/Init/GrindInstances/Ring/Rat.olean +lib/lean/Init/GrindInstances/Ring/Rat.olean.private +lib/lean/Init/GrindInstances/Ring/Rat.olean.server +lib/lean/Init/GrindInstances/Ring/SInt.ilean +lib/lean/Init/GrindInstances/Ring/SInt.ir +lib/lean/Init/GrindInstances/Ring/SInt.olean +lib/lean/Init/GrindInstances/Ring/SInt.olean.private +lib/lean/Init/GrindInstances/Ring/SInt.olean.server +lib/lean/Init/GrindInstances/Ring/UInt.ilean +lib/lean/Init/GrindInstances/Ring/UInt.ir +lib/lean/Init/GrindInstances/Ring/UInt.olean +lib/lean/Init/GrindInstances/Ring/UInt.olean.private +lib/lean/Init/GrindInstances/Ring/UInt.olean.server +lib/lean/Init/GrindInstances/ToInt.ilean +lib/lean/Init/GrindInstances/ToInt.ir +lib/lean/Init/GrindInstances/ToInt.olean +lib/lean/Init/GrindInstances/ToInt.olean.private +lib/lean/Init/GrindInstances/ToInt.olean.server lib/lean/Init/Guard.ilean +lib/lean/Init/Guard.ir lib/lean/Init/Guard.olean lib/lean/Init/Guard.olean.private lib/lean/Init/Guard.olean.server lib/lean/Init/Hints.ilean +lib/lean/Init/Hints.ir lib/lean/Init/Hints.olean lib/lean/Init/Hints.olean.private lib/lean/Init/Hints.olean.server lib/lean/Init/Internal.ilean +lib/lean/Init/Internal.ir lib/lean/Init/Internal.olean lib/lean/Init/Internal.olean.private lib/lean/Init/Internal.olean.server lib/lean/Init/Internal/Order.ilean +lib/lean/Init/Internal/Order.ir lib/lean/Init/Internal/Order.olean lib/lean/Init/Internal/Order.olean.private lib/lean/Init/Internal/Order.olean.server lib/lean/Init/Internal/Order/Basic.ilean +lib/lean/Init/Internal/Order/Basic.ir lib/lean/Init/Internal/Order/Basic.olean lib/lean/Init/Internal/Order/Basic.olean.private lib/lean/Init/Internal/Order/Basic.olean.server lib/lean/Init/Internal/Order/Lemmas.ilean +lib/lean/Init/Internal/Order/Lemmas.ir lib/lean/Init/Internal/Order/Lemmas.olean lib/lean/Init/Internal/Order/Lemmas.olean.private lib/lean/Init/Internal/Order/Lemmas.olean.server lib/lean/Init/Internal/Order/Tactic.ilean +lib/lean/Init/Internal/Order/Tactic.ir lib/lean/Init/Internal/Order/Tactic.olean lib/lean/Init/Internal/Order/Tactic.olean.private lib/lean/Init/Internal/Order/Tactic.olean.server +lib/lean/Init/LawfulBEqTactics.ilean +lib/lean/Init/LawfulBEqTactics.ir +lib/lean/Init/LawfulBEqTactics.olean +lib/lean/Init/LawfulBEqTactics.olean.private +lib/lean/Init/LawfulBEqTactics.olean.server lib/lean/Init/MacroTrace.ilean +lib/lean/Init/MacroTrace.ir lib/lean/Init/MacroTrace.olean lib/lean/Init/MacroTrace.olean.private lib/lean/Init/MacroTrace.olean.server lib/lean/Init/Meta.ilean +lib/lean/Init/Meta.ir lib/lean/Init/Meta.olean lib/lean/Init/Meta.olean.private lib/lean/Init/Meta.olean.server +lib/lean/Init/Meta/Defs.ilean +lib/lean/Init/Meta/Defs.ir +lib/lean/Init/Meta/Defs.olean +lib/lean/Init/Meta/Defs.olean.private +lib/lean/Init/Meta/Defs.olean.server lib/lean/Init/MetaTypes.ilean +lib/lean/Init/MetaTypes.ir lib/lean/Init/MetaTypes.olean lib/lean/Init/MetaTypes.olean.private lib/lean/Init/MetaTypes.olean.server +lib/lean/Init/MethodSpecsSimp.ilean +lib/lean/Init/MethodSpecsSimp.ir +lib/lean/Init/MethodSpecsSimp.olean +lib/lean/Init/MethodSpecsSimp.olean.private +lib/lean/Init/MethodSpecsSimp.olean.server lib/lean/Init/Notation.ilean +lib/lean/Init/Notation.ir lib/lean/Init/Notation.olean lib/lean/Init/Notation.olean.private lib/lean/Init/Notation.olean.server lib/lean/Init/NotationExtra.ilean +lib/lean/Init/NotationExtra.ir lib/lean/Init/NotationExtra.olean lib/lean/Init/NotationExtra.olean.private lib/lean/Init/NotationExtra.olean.server lib/lean/Init/Omega.ilean +lib/lean/Init/Omega.ir lib/lean/Init/Omega.olean lib/lean/Init/Omega.olean.private lib/lean/Init/Omega.olean.server lib/lean/Init/Omega/Coeffs.ilean +lib/lean/Init/Omega/Coeffs.ir lib/lean/Init/Omega/Coeffs.olean lib/lean/Init/Omega/Coeffs.olean.private lib/lean/Init/Omega/Coeffs.olean.server lib/lean/Init/Omega/Constraint.ilean +lib/lean/Init/Omega/Constraint.ir lib/lean/Init/Omega/Constraint.olean lib/lean/Init/Omega/Constraint.olean.private lib/lean/Init/Omega/Constraint.olean.server lib/lean/Init/Omega/Int.ilean +lib/lean/Init/Omega/Int.ir lib/lean/Init/Omega/Int.olean lib/lean/Init/Omega/Int.olean.private lib/lean/Init/Omega/Int.olean.server lib/lean/Init/Omega/IntList.ilean +lib/lean/Init/Omega/IntList.ir lib/lean/Init/Omega/IntList.olean lib/lean/Init/Omega/IntList.olean.private lib/lean/Init/Omega/IntList.olean.server lib/lean/Init/Omega/LinearCombo.ilean +lib/lean/Init/Omega/LinearCombo.ir lib/lean/Init/Omega/LinearCombo.olean lib/lean/Init/Omega/LinearCombo.olean.private lib/lean/Init/Omega/LinearCombo.olean.server lib/lean/Init/Omega/Logic.ilean +lib/lean/Init/Omega/Logic.ir lib/lean/Init/Omega/Logic.olean lib/lean/Init/Omega/Logic.olean.private lib/lean/Init/Omega/Logic.olean.server lib/lean/Init/Prelude.ilean +lib/lean/Init/Prelude.ir lib/lean/Init/Prelude.olean lib/lean/Init/Prelude.olean.private lib/lean/Init/Prelude.olean.server lib/lean/Init/PropLemmas.ilean +lib/lean/Init/PropLemmas.ir lib/lean/Init/PropLemmas.olean lib/lean/Init/PropLemmas.olean.private lib/lean/Init/PropLemmas.olean.server lib/lean/Init/RCases.ilean +lib/lean/Init/RCases.ir lib/lean/Init/RCases.olean lib/lean/Init/RCases.olean.private lib/lean/Init/RCases.olean.server lib/lean/Init/ShareCommon.ilean +lib/lean/Init/ShareCommon.ir lib/lean/Init/ShareCommon.olean lib/lean/Init/ShareCommon.olean.private lib/lean/Init/ShareCommon.olean.server lib/lean/Init/SimpLemmas.ilean +lib/lean/Init/SimpLemmas.ir lib/lean/Init/SimpLemmas.olean lib/lean/Init/SimpLemmas.olean.private lib/lean/Init/SimpLemmas.olean.server lib/lean/Init/Simproc.ilean +lib/lean/Init/Simproc.ir lib/lean/Init/Simproc.olean lib/lean/Init/Simproc.olean.private lib/lean/Init/Simproc.olean.server lib/lean/Init/SizeOf.ilean +lib/lean/Init/SizeOf.ir lib/lean/Init/SizeOf.olean lib/lean/Init/SizeOf.olean.private lib/lean/Init/SizeOf.olean.server lib/lean/Init/SizeOfLemmas.ilean +lib/lean/Init/SizeOfLemmas.ir lib/lean/Init/SizeOfLemmas.olean lib/lean/Init/SizeOfLemmas.olean.private lib/lean/Init/SizeOfLemmas.olean.server lib/lean/Init/Syntax.ilean +lib/lean/Init/Syntax.ir lib/lean/Init/Syntax.olean lib/lean/Init/Syntax.olean.private lib/lean/Init/Syntax.olean.server lib/lean/Init/System.ilean +lib/lean/Init/System.ir lib/lean/Init/System.olean lib/lean/Init/System.olean.private lib/lean/Init/System.olean.server lib/lean/Init/System/FilePath.ilean +lib/lean/Init/System/FilePath.ir lib/lean/Init/System/FilePath.olean lib/lean/Init/System/FilePath.olean.private lib/lean/Init/System/FilePath.olean.server lib/lean/Init/System/IO.ilean +lib/lean/Init/System/IO.ir lib/lean/Init/System/IO.olean lib/lean/Init/System/IO.olean.private lib/lean/Init/System/IO.olean.server lib/lean/Init/System/IOError.ilean +lib/lean/Init/System/IOError.ir lib/lean/Init/System/IOError.olean lib/lean/Init/System/IOError.olean.private lib/lean/Init/System/IOError.olean.server -lib/lean/Init/System/Mutex.ilean -lib/lean/Init/System/Mutex.olean -lib/lean/Init/System/Mutex.olean.private -lib/lean/Init/System/Mutex.olean.server lib/lean/Init/System/Platform.ilean +lib/lean/Init/System/Platform.ir lib/lean/Init/System/Platform.olean lib/lean/Init/System/Platform.olean.private lib/lean/Init/System/Platform.olean.server lib/lean/Init/System/Promise.ilean +lib/lean/Init/System/Promise.ir lib/lean/Init/System/Promise.olean lib/lean/Init/System/Promise.olean.private lib/lean/Init/System/Promise.olean.server lib/lean/Init/System/ST.ilean +lib/lean/Init/System/ST.ir lib/lean/Init/System/ST.olean lib/lean/Init/System/ST.olean.private lib/lean/Init/System/ST.olean.server lib/lean/Init/System/Uri.ilean +lib/lean/Init/System/Uri.ir lib/lean/Init/System/Uri.olean lib/lean/Init/System/Uri.olean.private lib/lean/Init/System/Uri.olean.server lib/lean/Init/Tactics.ilean +lib/lean/Init/Tactics.ir lib/lean/Init/Tactics.olean lib/lean/Init/Tactics.olean.private lib/lean/Init/Tactics.olean.server lib/lean/Init/TacticsExtra.ilean +lib/lean/Init/TacticsExtra.ir lib/lean/Init/TacticsExtra.olean lib/lean/Init/TacticsExtra.olean.private lib/lean/Init/TacticsExtra.olean.server lib/lean/Init/Task.ilean +lib/lean/Init/Task.ir lib/lean/Init/Task.olean lib/lean/Init/Task.olean.private lib/lean/Init/Task.olean.server lib/lean/Init/Try.ilean +lib/lean/Init/Try.ir lib/lean/Init/Try.olean lib/lean/Init/Try.olean.private lib/lean/Init/Try.olean.server lib/lean/Init/Util.ilean +lib/lean/Init/Util.ir lib/lean/Init/Util.olean lib/lean/Init/Util.olean.private lib/lean/Init/Util.olean.server lib/lean/Init/WF.ilean +lib/lean/Init/WF.ir lib/lean/Init/WF.olean lib/lean/Init/WF.olean.private lib/lean/Init/WF.olean.server lib/lean/Init/WFTactics.ilean +lib/lean/Init/WFTactics.ir lib/lean/Init/WFTactics.olean lib/lean/Init/WFTactics.olean.private lib/lean/Init/WFTactics.olean.server lib/lean/Init/While.ilean +lib/lean/Init/While.ir lib/lean/Init/While.olean lib/lean/Init/While.olean.private lib/lean/Init/While.olean.server lib/lean/Lake.ilean +lib/lean/Lake.ir lib/lean/Lake.olean +lib/lean/Lake.olean.private +lib/lean/Lake.olean.server lib/lean/Lake/Build.ilean +lib/lean/Lake/Build.ir lib/lean/Lake/Build.olean +lib/lean/Lake/Build.olean.private +lib/lean/Lake/Build.olean.server lib/lean/Lake/Build/Actions.ilean +lib/lean/Lake/Build/Actions.ir lib/lean/Lake/Build/Actions.olean +lib/lean/Lake/Build/Actions.olean.private +lib/lean/Lake/Build/Actions.olean.server lib/lean/Lake/Build/Common.ilean +lib/lean/Lake/Build/Common.ir lib/lean/Lake/Build/Common.olean +lib/lean/Lake/Build/Common.olean.private +lib/lean/Lake/Build/Common.olean.server lib/lean/Lake/Build/Context.ilean +lib/lean/Lake/Build/Context.ir lib/lean/Lake/Build/Context.olean +lib/lean/Lake/Build/Context.olean.private +lib/lean/Lake/Build/Context.olean.server lib/lean/Lake/Build/Data.ilean +lib/lean/Lake/Build/Data.ir lib/lean/Lake/Build/Data.olean +lib/lean/Lake/Build/Data.olean.private +lib/lean/Lake/Build/Data.olean.server lib/lean/Lake/Build/Executable.ilean +lib/lean/Lake/Build/Executable.ir lib/lean/Lake/Build/Executable.olean +lib/lean/Lake/Build/Executable.olean.private +lib/lean/Lake/Build/Executable.olean.server lib/lean/Lake/Build/ExternLib.ilean +lib/lean/Lake/Build/ExternLib.ir lib/lean/Lake/Build/ExternLib.olean +lib/lean/Lake/Build/ExternLib.olean.private +lib/lean/Lake/Build/ExternLib.olean.server lib/lean/Lake/Build/Facets.ilean +lib/lean/Lake/Build/Facets.ir lib/lean/Lake/Build/Facets.olean +lib/lean/Lake/Build/Facets.olean.private +lib/lean/Lake/Build/Facets.olean.server lib/lean/Lake/Build/Fetch.ilean +lib/lean/Lake/Build/Fetch.ir lib/lean/Lake/Build/Fetch.olean -lib/lean/Lake/Build/Imports.ilean -lib/lean/Lake/Build/Imports.olean +lib/lean/Lake/Build/Fetch.olean.private +lib/lean/Lake/Build/Fetch.olean.server lib/lean/Lake/Build/Index.ilean +lib/lean/Lake/Build/Index.ir lib/lean/Lake/Build/Index.olean +lib/lean/Lake/Build/Index.olean.private +lib/lean/Lake/Build/Index.olean.server lib/lean/Lake/Build/Info.ilean +lib/lean/Lake/Build/Info.ir lib/lean/Lake/Build/Info.olean +lib/lean/Lake/Build/Info.olean.private +lib/lean/Lake/Build/Info.olean.server +lib/lean/Lake/Build/Infos.ilean +lib/lean/Lake/Build/Infos.ir +lib/lean/Lake/Build/Infos.olean +lib/lean/Lake/Build/Infos.olean.private +lib/lean/Lake/Build/Infos.olean.server lib/lean/Lake/Build/InitFacets.ilean +lib/lean/Lake/Build/InitFacets.ir lib/lean/Lake/Build/InitFacets.olean +lib/lean/Lake/Build/InitFacets.olean.private +lib/lean/Lake/Build/InitFacets.olean.server lib/lean/Lake/Build/InputFile.ilean +lib/lean/Lake/Build/InputFile.ir lib/lean/Lake/Build/InputFile.olean +lib/lean/Lake/Build/InputFile.olean.private +lib/lean/Lake/Build/InputFile.olean.server lib/lean/Lake/Build/Job.ilean +lib/lean/Lake/Build/Job.ir lib/lean/Lake/Build/Job.olean +lib/lean/Lake/Build/Job.olean.private +lib/lean/Lake/Build/Job.olean.server lib/lean/Lake/Build/Job/Basic.ilean +lib/lean/Lake/Build/Job/Basic.ir lib/lean/Lake/Build/Job/Basic.olean +lib/lean/Lake/Build/Job/Basic.olean.private +lib/lean/Lake/Build/Job/Basic.olean.server lib/lean/Lake/Build/Job/Monad.ilean +lib/lean/Lake/Build/Job/Monad.ir lib/lean/Lake/Build/Job/Monad.olean +lib/lean/Lake/Build/Job/Monad.olean.private +lib/lean/Lake/Build/Job/Monad.olean.server lib/lean/Lake/Build/Job/Register.ilean +lib/lean/Lake/Build/Job/Register.ir lib/lean/Lake/Build/Job/Register.olean +lib/lean/Lake/Build/Job/Register.olean.private +lib/lean/Lake/Build/Job/Register.olean.server lib/lean/Lake/Build/Key.ilean +lib/lean/Lake/Build/Key.ir lib/lean/Lake/Build/Key.olean +lib/lean/Lake/Build/Key.olean.private +lib/lean/Lake/Build/Key.olean.server lib/lean/Lake/Build/Library.ilean +lib/lean/Lake/Build/Library.ir lib/lean/Lake/Build/Library.olean +lib/lean/Lake/Build/Library.olean.private +lib/lean/Lake/Build/Library.olean.server lib/lean/Lake/Build/Module.ilean +lib/lean/Lake/Build/Module.ir lib/lean/Lake/Build/Module.olean +lib/lean/Lake/Build/Module.olean.private +lib/lean/Lake/Build/Module.olean.server +lib/lean/Lake/Build/ModuleArtifacts.ilean +lib/lean/Lake/Build/ModuleArtifacts.ir +lib/lean/Lake/Build/ModuleArtifacts.olean +lib/lean/Lake/Build/ModuleArtifacts.olean.private +lib/lean/Lake/Build/ModuleArtifacts.olean.server lib/lean/Lake/Build/Package.ilean +lib/lean/Lake/Build/Package.ir lib/lean/Lake/Build/Package.olean +lib/lean/Lake/Build/Package.olean.private +lib/lean/Lake/Build/Package.olean.server lib/lean/Lake/Build/Run.ilean +lib/lean/Lake/Build/Run.ir lib/lean/Lake/Build/Run.olean +lib/lean/Lake/Build/Run.olean.private +lib/lean/Lake/Build/Run.olean.server lib/lean/Lake/Build/Store.ilean +lib/lean/Lake/Build/Store.ir lib/lean/Lake/Build/Store.olean +lib/lean/Lake/Build/Store.olean.private +lib/lean/Lake/Build/Store.olean.server lib/lean/Lake/Build/Target.ilean +lib/lean/Lake/Build/Target.ir lib/lean/Lake/Build/Target.olean +lib/lean/Lake/Build/Target.olean.private +lib/lean/Lake/Build/Target.olean.server lib/lean/Lake/Build/Target/Basic.ilean +lib/lean/Lake/Build/Target/Basic.ir lib/lean/Lake/Build/Target/Basic.olean +lib/lean/Lake/Build/Target/Basic.olean.private +lib/lean/Lake/Build/Target/Basic.olean.server lib/lean/Lake/Build/Target/Fetch.ilean +lib/lean/Lake/Build/Target/Fetch.ir lib/lean/Lake/Build/Target/Fetch.olean +lib/lean/Lake/Build/Target/Fetch.olean.private +lib/lean/Lake/Build/Target/Fetch.olean.server lib/lean/Lake/Build/Targets.ilean +lib/lean/Lake/Build/Targets.ir lib/lean/Lake/Build/Targets.olean +lib/lean/Lake/Build/Targets.olean.private +lib/lean/Lake/Build/Targets.olean.server lib/lean/Lake/Build/Topological.ilean +lib/lean/Lake/Build/Topological.ir lib/lean/Lake/Build/Topological.olean +lib/lean/Lake/Build/Topological.olean.private +lib/lean/Lake/Build/Topological.olean.server lib/lean/Lake/Build/Trace.ilean +lib/lean/Lake/Build/Trace.ir lib/lean/Lake/Build/Trace.olean +lib/lean/Lake/Build/Trace.olean.private +lib/lean/Lake/Build/Trace.olean.server lib/lean/Lake/CLI.ilean +lib/lean/Lake/CLI.ir lib/lean/Lake/CLI.olean +lib/lean/Lake/CLI.olean.private +lib/lean/Lake/CLI.olean.server lib/lean/Lake/CLI/Actions.ilean +lib/lean/Lake/CLI/Actions.ir lib/lean/Lake/CLI/Actions.olean +lib/lean/Lake/CLI/Actions.olean.private +lib/lean/Lake/CLI/Actions.olean.server lib/lean/Lake/CLI/Build.ilean +lib/lean/Lake/CLI/Build.ir lib/lean/Lake/CLI/Build.olean +lib/lean/Lake/CLI/Build.olean.private +lib/lean/Lake/CLI/Build.olean.server lib/lean/Lake/CLI/Error.ilean +lib/lean/Lake/CLI/Error.ir lib/lean/Lake/CLI/Error.olean +lib/lean/Lake/CLI/Error.olean.private +lib/lean/Lake/CLI/Error.olean.server lib/lean/Lake/CLI/Help.ilean +lib/lean/Lake/CLI/Help.ir lib/lean/Lake/CLI/Help.olean +lib/lean/Lake/CLI/Help.olean.private +lib/lean/Lake/CLI/Help.olean.server lib/lean/Lake/CLI/Init.ilean +lib/lean/Lake/CLI/Init.ir lib/lean/Lake/CLI/Init.olean +lib/lean/Lake/CLI/Init.olean.private +lib/lean/Lake/CLI/Init.olean.server lib/lean/Lake/CLI/Main.ilean +lib/lean/Lake/CLI/Main.ir lib/lean/Lake/CLI/Main.olean +lib/lean/Lake/CLI/Main.olean.private +lib/lean/Lake/CLI/Main.olean.server lib/lean/Lake/CLI/Serve.ilean +lib/lean/Lake/CLI/Serve.ir lib/lean/Lake/CLI/Serve.olean +lib/lean/Lake/CLI/Serve.olean.private +lib/lean/Lake/CLI/Serve.olean.server lib/lean/Lake/CLI/Translate.ilean +lib/lean/Lake/CLI/Translate.ir lib/lean/Lake/CLI/Translate.olean +lib/lean/Lake/CLI/Translate.olean.private +lib/lean/Lake/CLI/Translate.olean.server lib/lean/Lake/CLI/Translate/Lean.ilean +lib/lean/Lake/CLI/Translate/Lean.ir lib/lean/Lake/CLI/Translate/Lean.olean +lib/lean/Lake/CLI/Translate/Lean.olean.private +lib/lean/Lake/CLI/Translate/Lean.olean.server lib/lean/Lake/CLI/Translate/Toml.ilean +lib/lean/Lake/CLI/Translate/Toml.ir lib/lean/Lake/CLI/Translate/Toml.olean +lib/lean/Lake/CLI/Translate/Toml.olean.private +lib/lean/Lake/CLI/Translate/Toml.olean.server lib/lean/Lake/Config.ilean +lib/lean/Lake/Config.ir lib/lean/Lake/Config.olean +lib/lean/Lake/Config.olean.private +lib/lean/Lake/Config.olean.server +lib/lean/Lake/Config/Artifact.ilean +lib/lean/Lake/Config/Artifact.ir +lib/lean/Lake/Config/Artifact.olean +lib/lean/Lake/Config/Artifact.olean.private +lib/lean/Lake/Config/Artifact.olean.server +lib/lean/Lake/Config/Cache.ilean +lib/lean/Lake/Config/Cache.ir +lib/lean/Lake/Config/Cache.olean +lib/lean/Lake/Config/Cache.olean.private +lib/lean/Lake/Config/Cache.olean.server lib/lean/Lake/Config/ConfigDecl.ilean +lib/lean/Lake/Config/ConfigDecl.ir lib/lean/Lake/Config/ConfigDecl.olean +lib/lean/Lake/Config/ConfigDecl.olean.private +lib/lean/Lake/Config/ConfigDecl.olean.server lib/lean/Lake/Config/ConfigTarget.ilean +lib/lean/Lake/Config/ConfigTarget.ir lib/lean/Lake/Config/ConfigTarget.olean +lib/lean/Lake/Config/ConfigTarget.olean.private +lib/lean/Lake/Config/ConfigTarget.olean.server lib/lean/Lake/Config/Context.ilean +lib/lean/Lake/Config/Context.ir lib/lean/Lake/Config/Context.olean +lib/lean/Lake/Config/Context.olean.private +lib/lean/Lake/Config/Context.olean.server lib/lean/Lake/Config/Defaults.ilean +lib/lean/Lake/Config/Defaults.ir lib/lean/Lake/Config/Defaults.olean +lib/lean/Lake/Config/Defaults.olean.private +lib/lean/Lake/Config/Defaults.olean.server lib/lean/Lake/Config/Dependency.ilean +lib/lean/Lake/Config/Dependency.ir lib/lean/Lake/Config/Dependency.olean +lib/lean/Lake/Config/Dependency.olean.private +lib/lean/Lake/Config/Dependency.olean.server lib/lean/Lake/Config/Dynlib.ilean +lib/lean/Lake/Config/Dynlib.ir lib/lean/Lake/Config/Dynlib.olean +lib/lean/Lake/Config/Dynlib.olean.private +lib/lean/Lake/Config/Dynlib.olean.server lib/lean/Lake/Config/Env.ilean +lib/lean/Lake/Config/Env.ir lib/lean/Lake/Config/Env.olean +lib/lean/Lake/Config/Env.olean.private +lib/lean/Lake/Config/Env.olean.server lib/lean/Lake/Config/ExternLib.ilean +lib/lean/Lake/Config/ExternLib.ir lib/lean/Lake/Config/ExternLib.olean +lib/lean/Lake/Config/ExternLib.olean.private +lib/lean/Lake/Config/ExternLib.olean.server lib/lean/Lake/Config/ExternLibConfig.ilean +lib/lean/Lake/Config/ExternLibConfig.ir lib/lean/Lake/Config/ExternLibConfig.olean +lib/lean/Lake/Config/ExternLibConfig.olean.private +lib/lean/Lake/Config/ExternLibConfig.olean.server lib/lean/Lake/Config/FacetConfig.ilean +lib/lean/Lake/Config/FacetConfig.ir lib/lean/Lake/Config/FacetConfig.olean +lib/lean/Lake/Config/FacetConfig.olean.private +lib/lean/Lake/Config/FacetConfig.olean.server lib/lean/Lake/Config/Glob.ilean +lib/lean/Lake/Config/Glob.ir lib/lean/Lake/Config/Glob.olean +lib/lean/Lake/Config/Glob.olean.private +lib/lean/Lake/Config/Glob.olean.server lib/lean/Lake/Config/InputFile.ilean +lib/lean/Lake/Config/InputFile.ir lib/lean/Lake/Config/InputFile.olean +lib/lean/Lake/Config/InputFile.olean.private +lib/lean/Lake/Config/InputFile.olean.server lib/lean/Lake/Config/InputFileConfig.ilean +lib/lean/Lake/Config/InputFileConfig.ir lib/lean/Lake/Config/InputFileConfig.olean +lib/lean/Lake/Config/InputFileConfig.olean.private +lib/lean/Lake/Config/InputFileConfig.olean.server lib/lean/Lake/Config/InstallPath.ilean +lib/lean/Lake/Config/InstallPath.ir lib/lean/Lake/Config/InstallPath.olean +lib/lean/Lake/Config/InstallPath.olean.private +lib/lean/Lake/Config/InstallPath.olean.server lib/lean/Lake/Config/Kinds.ilean +lib/lean/Lake/Config/Kinds.ir lib/lean/Lake/Config/Kinds.olean +lib/lean/Lake/Config/Kinds.olean.private +lib/lean/Lake/Config/Kinds.olean.server lib/lean/Lake/Config/Lang.ilean +lib/lean/Lake/Config/Lang.ir lib/lean/Lake/Config/Lang.olean +lib/lean/Lake/Config/Lang.olean.private +lib/lean/Lake/Config/Lang.olean.server lib/lean/Lake/Config/LeanConfig.ilean +lib/lean/Lake/Config/LeanConfig.ir lib/lean/Lake/Config/LeanConfig.olean +lib/lean/Lake/Config/LeanConfig.olean.private +lib/lean/Lake/Config/LeanConfig.olean.server lib/lean/Lake/Config/LeanExe.ilean +lib/lean/Lake/Config/LeanExe.ir lib/lean/Lake/Config/LeanExe.olean +lib/lean/Lake/Config/LeanExe.olean.private +lib/lean/Lake/Config/LeanExe.olean.server lib/lean/Lake/Config/LeanExeConfig.ilean +lib/lean/Lake/Config/LeanExeConfig.ir lib/lean/Lake/Config/LeanExeConfig.olean +lib/lean/Lake/Config/LeanExeConfig.olean.private +lib/lean/Lake/Config/LeanExeConfig.olean.server lib/lean/Lake/Config/LeanLib.ilean +lib/lean/Lake/Config/LeanLib.ir lib/lean/Lake/Config/LeanLib.olean +lib/lean/Lake/Config/LeanLib.olean.private +lib/lean/Lake/Config/LeanLib.olean.server lib/lean/Lake/Config/LeanLibConfig.ilean +lib/lean/Lake/Config/LeanLibConfig.ir lib/lean/Lake/Config/LeanLibConfig.olean +lib/lean/Lake/Config/LeanLibConfig.olean.private +lib/lean/Lake/Config/LeanLibConfig.olean.server lib/lean/Lake/Config/Meta.ilean +lib/lean/Lake/Config/Meta.ir lib/lean/Lake/Config/Meta.olean +lib/lean/Lake/Config/Meta.olean.private +lib/lean/Lake/Config/Meta.olean.server +lib/lean/Lake/Config/MetaClasses.ilean +lib/lean/Lake/Config/MetaClasses.ir +lib/lean/Lake/Config/MetaClasses.olean +lib/lean/Lake/Config/MetaClasses.olean.private +lib/lean/Lake/Config/MetaClasses.olean.server lib/lean/Lake/Config/Module.ilean +lib/lean/Lake/Config/Module.ir lib/lean/Lake/Config/Module.olean +lib/lean/Lake/Config/Module.olean.private +lib/lean/Lake/Config/Module.olean.server lib/lean/Lake/Config/Monad.ilean +lib/lean/Lake/Config/Monad.ir lib/lean/Lake/Config/Monad.olean +lib/lean/Lake/Config/Monad.olean.private +lib/lean/Lake/Config/Monad.olean.server lib/lean/Lake/Config/Opaque.ilean +lib/lean/Lake/Config/Opaque.ir lib/lean/Lake/Config/Opaque.olean +lib/lean/Lake/Config/Opaque.olean.private +lib/lean/Lake/Config/Opaque.olean.server lib/lean/Lake/Config/OutFormat.ilean +lib/lean/Lake/Config/OutFormat.ir lib/lean/Lake/Config/OutFormat.olean +lib/lean/Lake/Config/OutFormat.olean.private +lib/lean/Lake/Config/OutFormat.olean.server lib/lean/Lake/Config/Package.ilean +lib/lean/Lake/Config/Package.ir lib/lean/Lake/Config/Package.olean +lib/lean/Lake/Config/Package.olean.private +lib/lean/Lake/Config/Package.olean.server +lib/lean/Lake/Config/PackageConfig.ilean +lib/lean/Lake/Config/PackageConfig.ir +lib/lean/Lake/Config/PackageConfig.olean +lib/lean/Lake/Config/PackageConfig.olean.private +lib/lean/Lake/Config/PackageConfig.olean.server lib/lean/Lake/Config/Pattern.ilean +lib/lean/Lake/Config/Pattern.ir lib/lean/Lake/Config/Pattern.olean +lib/lean/Lake/Config/Pattern.olean.private +lib/lean/Lake/Config/Pattern.olean.server lib/lean/Lake/Config/Script.ilean +lib/lean/Lake/Config/Script.ir lib/lean/Lake/Config/Script.olean +lib/lean/Lake/Config/Script.olean.private +lib/lean/Lake/Config/Script.olean.server lib/lean/Lake/Config/TargetConfig.ilean +lib/lean/Lake/Config/TargetConfig.ir lib/lean/Lake/Config/TargetConfig.olean +lib/lean/Lake/Config/TargetConfig.olean.private +lib/lean/Lake/Config/TargetConfig.olean.server lib/lean/Lake/Config/Workspace.ilean +lib/lean/Lake/Config/Workspace.ir lib/lean/Lake/Config/Workspace.olean +lib/lean/Lake/Config/Workspace.olean.private +lib/lean/Lake/Config/Workspace.olean.server lib/lean/Lake/Config/WorkspaceConfig.ilean +lib/lean/Lake/Config/WorkspaceConfig.ir lib/lean/Lake/Config/WorkspaceConfig.olean +lib/lean/Lake/Config/WorkspaceConfig.olean.private +lib/lean/Lake/Config/WorkspaceConfig.olean.server lib/lean/Lake/DSL.ilean +lib/lean/Lake/DSL.ir lib/lean/Lake/DSL.olean +lib/lean/Lake/DSL.olean.private +lib/lean/Lake/DSL.olean.server lib/lean/Lake/DSL/Attributes.ilean +lib/lean/Lake/DSL/Attributes.ir lib/lean/Lake/DSL/Attributes.olean +lib/lean/Lake/DSL/Attributes.olean.private +lib/lean/Lake/DSL/Attributes.olean.server lib/lean/Lake/DSL/AttributesCore.ilean +lib/lean/Lake/DSL/AttributesCore.ir lib/lean/Lake/DSL/AttributesCore.olean +lib/lean/Lake/DSL/AttributesCore.olean.private +lib/lean/Lake/DSL/AttributesCore.olean.server lib/lean/Lake/DSL/Config.ilean +lib/lean/Lake/DSL/Config.ir lib/lean/Lake/DSL/Config.olean +lib/lean/Lake/DSL/Config.olean.private +lib/lean/Lake/DSL/Config.olean.server lib/lean/Lake/DSL/DeclUtil.ilean +lib/lean/Lake/DSL/DeclUtil.ir lib/lean/Lake/DSL/DeclUtil.olean +lib/lean/Lake/DSL/DeclUtil.olean.private +lib/lean/Lake/DSL/DeclUtil.olean.server lib/lean/Lake/DSL/Extensions.ilean +lib/lean/Lake/DSL/Extensions.ir lib/lean/Lake/DSL/Extensions.olean +lib/lean/Lake/DSL/Extensions.olean.private +lib/lean/Lake/DSL/Extensions.olean.server lib/lean/Lake/DSL/Key.ilean +lib/lean/Lake/DSL/Key.ir lib/lean/Lake/DSL/Key.olean +lib/lean/Lake/DSL/Key.olean.private +lib/lean/Lake/DSL/Key.olean.server lib/lean/Lake/DSL/Meta.ilean +lib/lean/Lake/DSL/Meta.ir lib/lean/Lake/DSL/Meta.olean +lib/lean/Lake/DSL/Meta.olean.private +lib/lean/Lake/DSL/Meta.olean.server lib/lean/Lake/DSL/Package.ilean +lib/lean/Lake/DSL/Package.ir lib/lean/Lake/DSL/Package.olean +lib/lean/Lake/DSL/Package.olean.private +lib/lean/Lake/DSL/Package.olean.server lib/lean/Lake/DSL/Require.ilean +lib/lean/Lake/DSL/Require.ir lib/lean/Lake/DSL/Require.olean +lib/lean/Lake/DSL/Require.olean.private +lib/lean/Lake/DSL/Require.olean.server lib/lean/Lake/DSL/Script.ilean +lib/lean/Lake/DSL/Script.ir lib/lean/Lake/DSL/Script.olean +lib/lean/Lake/DSL/Script.olean.private +lib/lean/Lake/DSL/Script.olean.server lib/lean/Lake/DSL/Syntax.ilean +lib/lean/Lake/DSL/Syntax.ir lib/lean/Lake/DSL/Syntax.olean +lib/lean/Lake/DSL/Syntax.olean.private +lib/lean/Lake/DSL/Syntax.olean.server lib/lean/Lake/DSL/Targets.ilean +lib/lean/Lake/DSL/Targets.ir lib/lean/Lake/DSL/Targets.olean +lib/lean/Lake/DSL/Targets.olean.private +lib/lean/Lake/DSL/Targets.olean.server lib/lean/Lake/DSL/VerLit.ilean +lib/lean/Lake/DSL/VerLit.ir lib/lean/Lake/DSL/VerLit.olean +lib/lean/Lake/DSL/VerLit.olean.private +lib/lean/Lake/DSL/VerLit.olean.server lib/lean/Lake/Load.ilean +lib/lean/Lake/Load.ir lib/lean/Lake/Load.olean +lib/lean/Lake/Load.olean.private +lib/lean/Lake/Load.olean.server lib/lean/Lake/Load/Config.ilean +lib/lean/Lake/Load/Config.ir lib/lean/Lake/Load/Config.olean +lib/lean/Lake/Load/Config.olean.private +lib/lean/Lake/Load/Config.olean.server lib/lean/Lake/Load/Lean.ilean +lib/lean/Lake/Load/Lean.ir lib/lean/Lake/Load/Lean.olean +lib/lean/Lake/Load/Lean.olean.private +lib/lean/Lake/Load/Lean.olean.server lib/lean/Lake/Load/Lean/Elab.ilean +lib/lean/Lake/Load/Lean/Elab.ir lib/lean/Lake/Load/Lean/Elab.olean +lib/lean/Lake/Load/Lean/Elab.olean.private +lib/lean/Lake/Load/Lean/Elab.olean.server lib/lean/Lake/Load/Lean/Eval.ilean +lib/lean/Lake/Load/Lean/Eval.ir lib/lean/Lake/Load/Lean/Eval.olean +lib/lean/Lake/Load/Lean/Eval.olean.private +lib/lean/Lake/Load/Lean/Eval.olean.server lib/lean/Lake/Load/Manifest.ilean +lib/lean/Lake/Load/Manifest.ir lib/lean/Lake/Load/Manifest.olean +lib/lean/Lake/Load/Manifest.olean.private +lib/lean/Lake/Load/Manifest.olean.server lib/lean/Lake/Load/Materialize.ilean +lib/lean/Lake/Load/Materialize.ir lib/lean/Lake/Load/Materialize.olean +lib/lean/Lake/Load/Materialize.olean.private +lib/lean/Lake/Load/Materialize.olean.server lib/lean/Lake/Load/Package.ilean +lib/lean/Lake/Load/Package.ir lib/lean/Lake/Load/Package.olean +lib/lean/Lake/Load/Package.olean.private +lib/lean/Lake/Load/Package.olean.server lib/lean/Lake/Load/Resolve.ilean +lib/lean/Lake/Load/Resolve.ir lib/lean/Lake/Load/Resolve.olean +lib/lean/Lake/Load/Resolve.olean.private +lib/lean/Lake/Load/Resolve.olean.server lib/lean/Lake/Load/Toml.ilean +lib/lean/Lake/Load/Toml.ir lib/lean/Lake/Load/Toml.olean +lib/lean/Lake/Load/Toml.olean.private +lib/lean/Lake/Load/Toml.olean.server lib/lean/Lake/Load/Workspace.ilean +lib/lean/Lake/Load/Workspace.ir lib/lean/Lake/Load/Workspace.olean +lib/lean/Lake/Load/Workspace.olean.private +lib/lean/Lake/Load/Workspace.olean.server lib/lean/Lake/Reservoir.ilean +lib/lean/Lake/Reservoir.ir lib/lean/Lake/Reservoir.olean +lib/lean/Lake/Reservoir.olean.private +lib/lean/Lake/Reservoir.olean.server lib/lean/Lake/Toml.ilean +lib/lean/Lake/Toml.ir lib/lean/Lake/Toml.olean +lib/lean/Lake/Toml.olean.private +lib/lean/Lake/Toml.olean.server lib/lean/Lake/Toml/Data.ilean +lib/lean/Lake/Toml/Data.ir lib/lean/Lake/Toml/Data.olean +lib/lean/Lake/Toml/Data.olean.private +lib/lean/Lake/Toml/Data.olean.server lib/lean/Lake/Toml/Data/DateTime.ilean +lib/lean/Lake/Toml/Data/DateTime.ir lib/lean/Lake/Toml/Data/DateTime.olean +lib/lean/Lake/Toml/Data/DateTime.olean.private +lib/lean/Lake/Toml/Data/DateTime.olean.server lib/lean/Lake/Toml/Data/Dict.ilean +lib/lean/Lake/Toml/Data/Dict.ir lib/lean/Lake/Toml/Data/Dict.olean +lib/lean/Lake/Toml/Data/Dict.olean.private +lib/lean/Lake/Toml/Data/Dict.olean.server lib/lean/Lake/Toml/Data/Value.ilean +lib/lean/Lake/Toml/Data/Value.ir lib/lean/Lake/Toml/Data/Value.olean +lib/lean/Lake/Toml/Data/Value.olean.private +lib/lean/Lake/Toml/Data/Value.olean.server lib/lean/Lake/Toml/Decode.ilean +lib/lean/Lake/Toml/Decode.ir lib/lean/Lake/Toml/Decode.olean +lib/lean/Lake/Toml/Decode.olean.private +lib/lean/Lake/Toml/Decode.olean.server lib/lean/Lake/Toml/Elab.ilean +lib/lean/Lake/Toml/Elab.ir lib/lean/Lake/Toml/Elab.olean +lib/lean/Lake/Toml/Elab.olean.private +lib/lean/Lake/Toml/Elab.olean.server lib/lean/Lake/Toml/Elab/Expression.ilean +lib/lean/Lake/Toml/Elab/Expression.ir lib/lean/Lake/Toml/Elab/Expression.olean +lib/lean/Lake/Toml/Elab/Expression.olean.private +lib/lean/Lake/Toml/Elab/Expression.olean.server lib/lean/Lake/Toml/Elab/Value.ilean +lib/lean/Lake/Toml/Elab/Value.ir lib/lean/Lake/Toml/Elab/Value.olean +lib/lean/Lake/Toml/Elab/Value.olean.private +lib/lean/Lake/Toml/Elab/Value.olean.server lib/lean/Lake/Toml/Encode.ilean +lib/lean/Lake/Toml/Encode.ir lib/lean/Lake/Toml/Encode.olean +lib/lean/Lake/Toml/Encode.olean.private +lib/lean/Lake/Toml/Encode.olean.server lib/lean/Lake/Toml/Grammar.ilean +lib/lean/Lake/Toml/Grammar.ir lib/lean/Lake/Toml/Grammar.olean +lib/lean/Lake/Toml/Grammar.olean.private +lib/lean/Lake/Toml/Grammar.olean.server lib/lean/Lake/Toml/Load.ilean +lib/lean/Lake/Toml/Load.ir lib/lean/Lake/Toml/Load.olean +lib/lean/Lake/Toml/Load.olean.private +lib/lean/Lake/Toml/Load.olean.server lib/lean/Lake/Toml/ParserUtil.ilean +lib/lean/Lake/Toml/ParserUtil.ir lib/lean/Lake/Toml/ParserUtil.olean +lib/lean/Lake/Toml/ParserUtil.olean.private +lib/lean/Lake/Toml/ParserUtil.olean.server +lib/lean/Lake/Util.ilean +lib/lean/Lake/Util.ir +lib/lean/Lake/Util.olean +lib/lean/Lake/Util.olean.private +lib/lean/Lake/Util.olean.server lib/lean/Lake/Util/Binder.ilean +lib/lean/Lake/Util/Binder.ir lib/lean/Lake/Util/Binder.olean +lib/lean/Lake/Util/Binder.olean.private +lib/lean/Lake/Util/Binder.olean.server lib/lean/Lake/Util/Casing.ilean +lib/lean/Lake/Util/Casing.ir lib/lean/Lake/Util/Casing.olean +lib/lean/Lake/Util/Casing.olean.private +lib/lean/Lake/Util/Casing.olean.server lib/lean/Lake/Util/Cli.ilean +lib/lean/Lake/Util/Cli.ir lib/lean/Lake/Util/Cli.olean -lib/lean/Lake/Util/Compare.ilean -lib/lean/Lake/Util/Compare.olean +lib/lean/Lake/Util/Cli.olean.private +lib/lean/Lake/Util/Cli.olean.server lib/lean/Lake/Util/Cycle.ilean +lib/lean/Lake/Util/Cycle.ir lib/lean/Lake/Util/Cycle.olean -lib/lean/Lake/Util/DRBMap.ilean -lib/lean/Lake/Util/DRBMap.olean +lib/lean/Lake/Util/Cycle.olean.private +lib/lean/Lake/Util/Cycle.olean.server lib/lean/Lake/Util/Date.ilean +lib/lean/Lake/Util/Date.ir lib/lean/Lake/Util/Date.olean +lib/lean/Lake/Util/Date.olean.private +lib/lean/Lake/Util/Date.olean.server lib/lean/Lake/Util/EStateT.ilean +lib/lean/Lake/Util/EStateT.ir lib/lean/Lake/Util/EStateT.olean +lib/lean/Lake/Util/EStateT.olean.private +lib/lean/Lake/Util/EStateT.olean.server lib/lean/Lake/Util/EquipT.ilean +lib/lean/Lake/Util/EquipT.ir lib/lean/Lake/Util/EquipT.olean +lib/lean/Lake/Util/EquipT.olean.private +lib/lean/Lake/Util/EquipT.olean.server lib/lean/Lake/Util/Error.ilean +lib/lean/Lake/Util/Error.ir lib/lean/Lake/Util/Error.olean +lib/lean/Lake/Util/Error.olean.private +lib/lean/Lake/Util/Error.olean.server lib/lean/Lake/Util/Exit.ilean +lib/lean/Lake/Util/Exit.ir lib/lean/Lake/Util/Exit.olean +lib/lean/Lake/Util/Exit.olean.private +lib/lean/Lake/Util/Exit.olean.server lib/lean/Lake/Util/Family.ilean +lib/lean/Lake/Util/Family.ir lib/lean/Lake/Util/Family.olean +lib/lean/Lake/Util/Family.olean.private +lib/lean/Lake/Util/Family.olean.server lib/lean/Lake/Util/FilePath.ilean +lib/lean/Lake/Util/FilePath.ir lib/lean/Lake/Util/FilePath.olean +lib/lean/Lake/Util/FilePath.olean.private +lib/lean/Lake/Util/FilePath.olean.server lib/lean/Lake/Util/Git.ilean +lib/lean/Lake/Util/Git.ir lib/lean/Lake/Util/Git.olean +lib/lean/Lake/Util/Git.olean.private +lib/lean/Lake/Util/Git.olean.server lib/lean/Lake/Util/IO.ilean +lib/lean/Lake/Util/IO.ir lib/lean/Lake/Util/IO.olean +lib/lean/Lake/Util/IO.olean.private +lib/lean/Lake/Util/IO.olean.server lib/lean/Lake/Util/JsonObject.ilean +lib/lean/Lake/Util/JsonObject.ir lib/lean/Lake/Util/JsonObject.olean +lib/lean/Lake/Util/JsonObject.olean.private +lib/lean/Lake/Util/JsonObject.olean.server lib/lean/Lake/Util/Lift.ilean +lib/lean/Lake/Util/Lift.ir lib/lean/Lake/Util/Lift.olean -lib/lean/Lake/Util/List.ilean -lib/lean/Lake/Util/List.olean +lib/lean/Lake/Util/Lift.olean.private +lib/lean/Lake/Util/Lift.olean.server lib/lean/Lake/Util/Lock.ilean +lib/lean/Lake/Util/Lock.ir lib/lean/Lake/Util/Lock.olean +lib/lean/Lake/Util/Lock.olean.private +lib/lean/Lake/Util/Lock.olean.server lib/lean/Lake/Util/Log.ilean +lib/lean/Lake/Util/Log.ir lib/lean/Lake/Util/Log.olean +lib/lean/Lake/Util/Log.olean.private +lib/lean/Lake/Util/Log.olean.server lib/lean/Lake/Util/MainM.ilean +lib/lean/Lake/Util/MainM.ir lib/lean/Lake/Util/MainM.olean +lib/lean/Lake/Util/MainM.olean.private +lib/lean/Lake/Util/MainM.olean.server lib/lean/Lake/Util/Message.ilean +lib/lean/Lake/Util/Message.ir lib/lean/Lake/Util/Message.olean +lib/lean/Lake/Util/Message.olean.private +lib/lean/Lake/Util/Message.olean.server lib/lean/Lake/Util/Name.ilean +lib/lean/Lake/Util/Name.ir lib/lean/Lake/Util/Name.olean +lib/lean/Lake/Util/Name.olean.private +lib/lean/Lake/Util/Name.olean.server lib/lean/Lake/Util/NativeLib.ilean +lib/lean/Lake/Util/NativeLib.ir lib/lean/Lake/Util/NativeLib.olean +lib/lean/Lake/Util/NativeLib.olean.private +lib/lean/Lake/Util/NativeLib.olean.server lib/lean/Lake/Util/Opaque.ilean +lib/lean/Lake/Util/Opaque.ir lib/lean/Lake/Util/Opaque.olean +lib/lean/Lake/Util/Opaque.olean.private +lib/lean/Lake/Util/Opaque.olean.server lib/lean/Lake/Util/OpaqueType.ilean +lib/lean/Lake/Util/OpaqueType.ir lib/lean/Lake/Util/OpaqueType.olean +lib/lean/Lake/Util/OpaqueType.olean.private +lib/lean/Lake/Util/OpaqueType.olean.server lib/lean/Lake/Util/OrdHashSet.ilean +lib/lean/Lake/Util/OrdHashSet.ir lib/lean/Lake/Util/OrdHashSet.olean +lib/lean/Lake/Util/OrdHashSet.olean.private +lib/lean/Lake/Util/OrdHashSet.olean.server lib/lean/Lake/Util/OrderedTagAttribute.ilean +lib/lean/Lake/Util/OrderedTagAttribute.ir lib/lean/Lake/Util/OrderedTagAttribute.olean +lib/lean/Lake/Util/OrderedTagAttribute.olean.private +lib/lean/Lake/Util/OrderedTagAttribute.olean.server lib/lean/Lake/Util/Proc.ilean +lib/lean/Lake/Util/Proc.ir lib/lean/Lake/Util/Proc.olean +lib/lean/Lake/Util/Proc.olean.private +lib/lean/Lake/Util/Proc.olean.server lib/lean/Lake/Util/RBArray.ilean +lib/lean/Lake/Util/RBArray.ir lib/lean/Lake/Util/RBArray.olean +lib/lean/Lake/Util/RBArray.olean.private +lib/lean/Lake/Util/RBArray.olean.server +lib/lean/Lake/Util/Reservoir.ilean +lib/lean/Lake/Util/Reservoir.ir +lib/lean/Lake/Util/Reservoir.olean +lib/lean/Lake/Util/Reservoir.olean.private +lib/lean/Lake/Util/Reservoir.olean.server lib/lean/Lake/Util/Store.ilean +lib/lean/Lake/Util/Store.ir lib/lean/Lake/Util/Store.olean +lib/lean/Lake/Util/Store.olean.private +lib/lean/Lake/Util/Store.olean.server lib/lean/Lake/Util/StoreInsts.ilean +lib/lean/Lake/Util/StoreInsts.ir lib/lean/Lake/Util/StoreInsts.olean -lib/lean/Lake/Util/Sugar.ilean -lib/lean/Lake/Util/Sugar.olean +lib/lean/Lake/Util/StoreInsts.olean.private +lib/lean/Lake/Util/StoreInsts.olean.server +lib/lean/Lake/Util/String.ilean +lib/lean/Lake/Util/String.ir +lib/lean/Lake/Util/String.olean +lib/lean/Lake/Util/String.olean.private +lib/lean/Lake/Util/String.olean.server lib/lean/Lake/Util/Task.ilean +lib/lean/Lake/Util/Task.ir lib/lean/Lake/Util/Task.olean +lib/lean/Lake/Util/Task.olean.private +lib/lean/Lake/Util/Task.olean.server +lib/lean/Lake/Util/Url.ilean +lib/lean/Lake/Util/Url.ir +lib/lean/Lake/Util/Url.olean +lib/lean/Lake/Util/Url.olean.private +lib/lean/Lake/Util/Url.olean.server lib/lean/Lake/Util/Version.ilean +lib/lean/Lake/Util/Version.ir lib/lean/Lake/Util/Version.olean +lib/lean/Lake/Util/Version.olean.private +lib/lean/Lake/Util/Version.olean.server lib/lean/Lake/Version.ilean +lib/lean/Lake/Version.ir lib/lean/Lake/Version.olean +lib/lean/Lake/Version.olean.private +lib/lean/Lake/Version.olean.server lib/lean/LakeMain.ilean +lib/lean/LakeMain.ir lib/lean/LakeMain.olean +lib/lean/LakeMain.olean.private +lib/lean/LakeMain.olean.server lib/lean/Lean.ilean +lib/lean/Lean.ir lib/lean/Lean.olean +lib/lean/Lean.olean.private +lib/lean/Lean.olean.server lib/lean/Lean/AddDecl.ilean +lib/lean/Lean/AddDecl.ir lib/lean/Lean/AddDecl.olean +lib/lean/Lean/AddDecl.olean.private +lib/lean/Lean/AddDecl.olean.server lib/lean/Lean/Attributes.ilean +lib/lean/Lean/Attributes.ir lib/lean/Lean/Attributes.olean +lib/lean/Lean/Attributes.olean.private +lib/lean/Lean/Attributes.olean.server lib/lean/Lean/AuxRecursor.ilean +lib/lean/Lean/AuxRecursor.ir lib/lean/Lean/AuxRecursor.olean +lib/lean/Lean/AuxRecursor.olean.private +lib/lean/Lean/AuxRecursor.olean.server lib/lean/Lean/BuiltinDocAttr.ilean +lib/lean/Lean/BuiltinDocAttr.ir lib/lean/Lean/BuiltinDocAttr.olean +lib/lean/Lean/BuiltinDocAttr.olean.private +lib/lean/Lean/BuiltinDocAttr.olean.server lib/lean/Lean/Class.ilean +lib/lean/Lean/Class.ir lib/lean/Lean/Class.olean +lib/lean/Lean/Class.olean.private +lib/lean/Lean/Class.olean.server lib/lean/Lean/Compiler.ilean +lib/lean/Lean/Compiler.ir lib/lean/Lean/Compiler.olean -lib/lean/Lean/Compiler/AtMostOnce.ilean -lib/lean/Lean/Compiler/AtMostOnce.olean +lib/lean/Lean/Compiler.olean.private +lib/lean/Lean/Compiler.olean.server lib/lean/Lean/Compiler/BorrowedAnnotation.ilean +lib/lean/Lean/Compiler/BorrowedAnnotation.ir lib/lean/Lean/Compiler/BorrowedAnnotation.olean +lib/lean/Lean/Compiler/BorrowedAnnotation.olean.private +lib/lean/Lean/Compiler/BorrowedAnnotation.olean.server lib/lean/Lean/Compiler/CSimpAttr.ilean +lib/lean/Lean/Compiler/CSimpAttr.ir lib/lean/Lean/Compiler/CSimpAttr.olean +lib/lean/Lean/Compiler/CSimpAttr.olean.private +lib/lean/Lean/Compiler/CSimpAttr.olean.server lib/lean/Lean/Compiler/ClosedTermCache.ilean +lib/lean/Lean/Compiler/ClosedTermCache.ir lib/lean/Lean/Compiler/ClosedTermCache.olean -lib/lean/Lean/Compiler/ConstFolding.ilean -lib/lean/Lean/Compiler/ConstFolding.olean +lib/lean/Lean/Compiler/ClosedTermCache.olean.private +lib/lean/Lean/Compiler/ClosedTermCache.olean.server lib/lean/Lean/Compiler/ExportAttr.ilean +lib/lean/Lean/Compiler/ExportAttr.ir lib/lean/Lean/Compiler/ExportAttr.olean +lib/lean/Lean/Compiler/ExportAttr.olean.private +lib/lean/Lean/Compiler/ExportAttr.olean.server lib/lean/Lean/Compiler/ExternAttr.ilean +lib/lean/Lean/Compiler/ExternAttr.ir lib/lean/Lean/Compiler/ExternAttr.olean +lib/lean/Lean/Compiler/ExternAttr.olean.private +lib/lean/Lean/Compiler/ExternAttr.olean.server lib/lean/Lean/Compiler/FFI.ilean +lib/lean/Lean/Compiler/FFI.ir lib/lean/Lean/Compiler/FFI.olean +lib/lean/Lean/Compiler/FFI.olean.private +lib/lean/Lean/Compiler/FFI.olean.server lib/lean/Lean/Compiler/IR.ilean +lib/lean/Lean/Compiler/IR.ir lib/lean/Lean/Compiler/IR.olean +lib/lean/Lean/Compiler/IR.olean.private +lib/lean/Lean/Compiler/IR.olean.server +lib/lean/Lean/Compiler/IR/AddExtern.ilean +lib/lean/Lean/Compiler/IR/AddExtern.ir +lib/lean/Lean/Compiler/IR/AddExtern.olean +lib/lean/Lean/Compiler/IR/AddExtern.olean.private +lib/lean/Lean/Compiler/IR/AddExtern.olean.server lib/lean/Lean/Compiler/IR/Basic.ilean +lib/lean/Lean/Compiler/IR/Basic.ir lib/lean/Lean/Compiler/IR/Basic.olean +lib/lean/Lean/Compiler/IR/Basic.olean.private +lib/lean/Lean/Compiler/IR/Basic.olean.server lib/lean/Lean/Compiler/IR/Borrow.ilean +lib/lean/Lean/Compiler/IR/Borrow.ir lib/lean/Lean/Compiler/IR/Borrow.olean +lib/lean/Lean/Compiler/IR/Borrow.olean.private +lib/lean/Lean/Compiler/IR/Borrow.olean.server lib/lean/Lean/Compiler/IR/Boxing.ilean +lib/lean/Lean/Compiler/IR/Boxing.ir lib/lean/Lean/Compiler/IR/Boxing.olean +lib/lean/Lean/Compiler/IR/Boxing.olean.private +lib/lean/Lean/Compiler/IR/Boxing.olean.server lib/lean/Lean/Compiler/IR/Checker.ilean +lib/lean/Lean/Compiler/IR/Checker.ir lib/lean/Lean/Compiler/IR/Checker.olean +lib/lean/Lean/Compiler/IR/Checker.olean.private +lib/lean/Lean/Compiler/IR/Checker.olean.server lib/lean/Lean/Compiler/IR/CompilerM.ilean +lib/lean/Lean/Compiler/IR/CompilerM.ir lib/lean/Lean/Compiler/IR/CompilerM.olean -lib/lean/Lean/Compiler/IR/CtorLayout.ilean -lib/lean/Lean/Compiler/IR/CtorLayout.olean +lib/lean/Lean/Compiler/IR/CompilerM.olean.private +lib/lean/Lean/Compiler/IR/CompilerM.olean.server lib/lean/Lean/Compiler/IR/ElimDeadBranches.ilean +lib/lean/Lean/Compiler/IR/ElimDeadBranches.ir lib/lean/Lean/Compiler/IR/ElimDeadBranches.olean +lib/lean/Lean/Compiler/IR/ElimDeadBranches.olean.private +lib/lean/Lean/Compiler/IR/ElimDeadBranches.olean.server lib/lean/Lean/Compiler/IR/ElimDeadVars.ilean +lib/lean/Lean/Compiler/IR/ElimDeadVars.ir lib/lean/Lean/Compiler/IR/ElimDeadVars.olean +lib/lean/Lean/Compiler/IR/ElimDeadVars.olean.private +lib/lean/Lean/Compiler/IR/ElimDeadVars.olean.server lib/lean/Lean/Compiler/IR/EmitC.ilean +lib/lean/Lean/Compiler/IR/EmitC.ir lib/lean/Lean/Compiler/IR/EmitC.olean +lib/lean/Lean/Compiler/IR/EmitC.olean.private +lib/lean/Lean/Compiler/IR/EmitC.olean.server lib/lean/Lean/Compiler/IR/EmitLLVM.ilean +lib/lean/Lean/Compiler/IR/EmitLLVM.ir lib/lean/Lean/Compiler/IR/EmitLLVM.olean +lib/lean/Lean/Compiler/IR/EmitLLVM.olean.private +lib/lean/Lean/Compiler/IR/EmitLLVM.olean.server lib/lean/Lean/Compiler/IR/EmitUtil.ilean +lib/lean/Lean/Compiler/IR/EmitUtil.ir lib/lean/Lean/Compiler/IR/EmitUtil.olean +lib/lean/Lean/Compiler/IR/EmitUtil.olean.private +lib/lean/Lean/Compiler/IR/EmitUtil.olean.server lib/lean/Lean/Compiler/IR/ExpandResetReuse.ilean +lib/lean/Lean/Compiler/IR/ExpandResetReuse.ir lib/lean/Lean/Compiler/IR/ExpandResetReuse.olean +lib/lean/Lean/Compiler/IR/ExpandResetReuse.olean.private +lib/lean/Lean/Compiler/IR/ExpandResetReuse.olean.server lib/lean/Lean/Compiler/IR/Format.ilean +lib/lean/Lean/Compiler/IR/Format.ir lib/lean/Lean/Compiler/IR/Format.olean +lib/lean/Lean/Compiler/IR/Format.olean.private +lib/lean/Lean/Compiler/IR/Format.olean.server lib/lean/Lean/Compiler/IR/FreeVars.ilean +lib/lean/Lean/Compiler/IR/FreeVars.ir lib/lean/Lean/Compiler/IR/FreeVars.olean +lib/lean/Lean/Compiler/IR/FreeVars.olean.private +lib/lean/Lean/Compiler/IR/FreeVars.olean.server lib/lean/Lean/Compiler/IR/LLVMBindings.ilean +lib/lean/Lean/Compiler/IR/LLVMBindings.ir lib/lean/Lean/Compiler/IR/LLVMBindings.olean +lib/lean/Lean/Compiler/IR/LLVMBindings.olean.private +lib/lean/Lean/Compiler/IR/LLVMBindings.olean.server lib/lean/Lean/Compiler/IR/LiveVars.ilean +lib/lean/Lean/Compiler/IR/LiveVars.ir lib/lean/Lean/Compiler/IR/LiveVars.olean +lib/lean/Lean/Compiler/IR/LiveVars.olean.private +lib/lean/Lean/Compiler/IR/LiveVars.olean.server +lib/lean/Lean/Compiler/IR/Meta.ilean +lib/lean/Lean/Compiler/IR/Meta.ir +lib/lean/Lean/Compiler/IR/Meta.olean +lib/lean/Lean/Compiler/IR/Meta.olean.private +lib/lean/Lean/Compiler/IR/Meta.olean.server lib/lean/Lean/Compiler/IR/NormIds.ilean +lib/lean/Lean/Compiler/IR/NormIds.ir lib/lean/Lean/Compiler/IR/NormIds.olean +lib/lean/Lean/Compiler/IR/NormIds.olean.private +lib/lean/Lean/Compiler/IR/NormIds.olean.server lib/lean/Lean/Compiler/IR/PushProj.ilean +lib/lean/Lean/Compiler/IR/PushProj.ir lib/lean/Lean/Compiler/IR/PushProj.olean +lib/lean/Lean/Compiler/IR/PushProj.olean.private +lib/lean/Lean/Compiler/IR/PushProj.olean.server lib/lean/Lean/Compiler/IR/RC.ilean +lib/lean/Lean/Compiler/IR/RC.ir lib/lean/Lean/Compiler/IR/RC.olean +lib/lean/Lean/Compiler/IR/RC.olean.private +lib/lean/Lean/Compiler/IR/RC.olean.server lib/lean/Lean/Compiler/IR/ResetReuse.ilean +lib/lean/Lean/Compiler/IR/ResetReuse.ir lib/lean/Lean/Compiler/IR/ResetReuse.olean +lib/lean/Lean/Compiler/IR/ResetReuse.olean.private +lib/lean/Lean/Compiler/IR/ResetReuse.olean.server lib/lean/Lean/Compiler/IR/SimpCase.ilean +lib/lean/Lean/Compiler/IR/SimpCase.ir lib/lean/Lean/Compiler/IR/SimpCase.olean +lib/lean/Lean/Compiler/IR/SimpCase.olean.private +lib/lean/Lean/Compiler/IR/SimpCase.olean.server lib/lean/Lean/Compiler/IR/Sorry.ilean +lib/lean/Lean/Compiler/IR/Sorry.ir lib/lean/Lean/Compiler/IR/Sorry.olean +lib/lean/Lean/Compiler/IR/Sorry.olean.private +lib/lean/Lean/Compiler/IR/Sorry.olean.server +lib/lean/Lean/Compiler/IR/ToIR.ilean +lib/lean/Lean/Compiler/IR/ToIR.ir +lib/lean/Lean/Compiler/IR/ToIR.olean +lib/lean/Lean/Compiler/IR/ToIR.olean.private +lib/lean/Lean/Compiler/IR/ToIR.olean.server +lib/lean/Lean/Compiler/IR/ToIRType.ilean +lib/lean/Lean/Compiler/IR/ToIRType.ir +lib/lean/Lean/Compiler/IR/ToIRType.olean +lib/lean/Lean/Compiler/IR/ToIRType.olean.private +lib/lean/Lean/Compiler/IR/ToIRType.olean.server +lib/lean/Lean/Compiler/IR/Toposort.ilean +lib/lean/Lean/Compiler/IR/Toposort.ir +lib/lean/Lean/Compiler/IR/Toposort.olean +lib/lean/Lean/Compiler/IR/Toposort.olean.private +lib/lean/Lean/Compiler/IR/Toposort.olean.server lib/lean/Lean/Compiler/IR/UnboxResult.ilean +lib/lean/Lean/Compiler/IR/UnboxResult.ir lib/lean/Lean/Compiler/IR/UnboxResult.olean +lib/lean/Lean/Compiler/IR/UnboxResult.olean.private +lib/lean/Lean/Compiler/IR/UnboxResult.olean.server lib/lean/Lean/Compiler/ImplementedByAttr.ilean +lib/lean/Lean/Compiler/ImplementedByAttr.ir lib/lean/Lean/Compiler/ImplementedByAttr.olean +lib/lean/Lean/Compiler/ImplementedByAttr.olean.private +lib/lean/Lean/Compiler/ImplementedByAttr.olean.server lib/lean/Lean/Compiler/InitAttr.ilean +lib/lean/Lean/Compiler/InitAttr.ir lib/lean/Lean/Compiler/InitAttr.olean +lib/lean/Lean/Compiler/InitAttr.olean.private +lib/lean/Lean/Compiler/InitAttr.olean.server lib/lean/Lean/Compiler/InlineAttrs.ilean +lib/lean/Lean/Compiler/InlineAttrs.ir lib/lean/Lean/Compiler/InlineAttrs.olean +lib/lean/Lean/Compiler/InlineAttrs.olean.private +lib/lean/Lean/Compiler/InlineAttrs.olean.server lib/lean/Lean/Compiler/LCNF.ilean +lib/lean/Lean/Compiler/LCNF.ir lib/lean/Lean/Compiler/LCNF.olean +lib/lean/Lean/Compiler/LCNF.olean.private +lib/lean/Lean/Compiler/LCNF.olean.server lib/lean/Lean/Compiler/LCNF/AlphaEqv.ilean +lib/lean/Lean/Compiler/LCNF/AlphaEqv.ir lib/lean/Lean/Compiler/LCNF/AlphaEqv.olean +lib/lean/Lean/Compiler/LCNF/AlphaEqv.olean.private +lib/lean/Lean/Compiler/LCNF/AlphaEqv.olean.server lib/lean/Lean/Compiler/LCNF/AuxDeclCache.ilean +lib/lean/Lean/Compiler/LCNF/AuxDeclCache.ir lib/lean/Lean/Compiler/LCNF/AuxDeclCache.olean +lib/lean/Lean/Compiler/LCNF/AuxDeclCache.olean.private +lib/lean/Lean/Compiler/LCNF/AuxDeclCache.olean.server lib/lean/Lean/Compiler/LCNF/BaseTypes.ilean +lib/lean/Lean/Compiler/LCNF/BaseTypes.ir lib/lean/Lean/Compiler/LCNF/BaseTypes.olean +lib/lean/Lean/Compiler/LCNF/BaseTypes.olean.private +lib/lean/Lean/Compiler/LCNF/BaseTypes.olean.server lib/lean/Lean/Compiler/LCNF/Basic.ilean +lib/lean/Lean/Compiler/LCNF/Basic.ir lib/lean/Lean/Compiler/LCNF/Basic.olean +lib/lean/Lean/Compiler/LCNF/Basic.olean.private +lib/lean/Lean/Compiler/LCNF/Basic.olean.server lib/lean/Lean/Compiler/LCNF/Bind.ilean +lib/lean/Lean/Compiler/LCNF/Bind.ir lib/lean/Lean/Compiler/LCNF/Bind.olean +lib/lean/Lean/Compiler/LCNF/Bind.olean.private +lib/lean/Lean/Compiler/LCNF/Bind.olean.server lib/lean/Lean/Compiler/LCNF/CSE.ilean +lib/lean/Lean/Compiler/LCNF/CSE.ir lib/lean/Lean/Compiler/LCNF/CSE.olean +lib/lean/Lean/Compiler/LCNF/CSE.olean.private +lib/lean/Lean/Compiler/LCNF/CSE.olean.server lib/lean/Lean/Compiler/LCNF/Check.ilean +lib/lean/Lean/Compiler/LCNF/Check.ir lib/lean/Lean/Compiler/LCNF/Check.olean +lib/lean/Lean/Compiler/LCNF/Check.olean.private +lib/lean/Lean/Compiler/LCNF/Check.olean.server lib/lean/Lean/Compiler/LCNF/Closure.ilean +lib/lean/Lean/Compiler/LCNF/Closure.ir lib/lean/Lean/Compiler/LCNF/Closure.olean +lib/lean/Lean/Compiler/LCNF/Closure.olean.private +lib/lean/Lean/Compiler/LCNF/Closure.olean.server lib/lean/Lean/Compiler/LCNF/CompatibleTypes.ilean +lib/lean/Lean/Compiler/LCNF/CompatibleTypes.ir lib/lean/Lean/Compiler/LCNF/CompatibleTypes.olean +lib/lean/Lean/Compiler/LCNF/CompatibleTypes.olean.private +lib/lean/Lean/Compiler/LCNF/CompatibleTypes.olean.server lib/lean/Lean/Compiler/LCNF/CompilerM.ilean +lib/lean/Lean/Compiler/LCNF/CompilerM.ir lib/lean/Lean/Compiler/LCNF/CompilerM.olean +lib/lean/Lean/Compiler/LCNF/CompilerM.olean.private +lib/lean/Lean/Compiler/LCNF/CompilerM.olean.server lib/lean/Lean/Compiler/LCNF/ConfigOptions.ilean +lib/lean/Lean/Compiler/LCNF/ConfigOptions.ir lib/lean/Lean/Compiler/LCNF/ConfigOptions.olean +lib/lean/Lean/Compiler/LCNF/ConfigOptions.olean.private +lib/lean/Lean/Compiler/LCNF/ConfigOptions.olean.server lib/lean/Lean/Compiler/LCNF/DeclHash.ilean +lib/lean/Lean/Compiler/LCNF/DeclHash.ir lib/lean/Lean/Compiler/LCNF/DeclHash.olean +lib/lean/Lean/Compiler/LCNF/DeclHash.olean.private +lib/lean/Lean/Compiler/LCNF/DeclHash.olean.server lib/lean/Lean/Compiler/LCNF/DependsOn.ilean +lib/lean/Lean/Compiler/LCNF/DependsOn.ir lib/lean/Lean/Compiler/LCNF/DependsOn.olean +lib/lean/Lean/Compiler/LCNF/DependsOn.olean.private +lib/lean/Lean/Compiler/LCNF/DependsOn.olean.server lib/lean/Lean/Compiler/LCNF/ElimDead.ilean +lib/lean/Lean/Compiler/LCNF/ElimDead.ir lib/lean/Lean/Compiler/LCNF/ElimDead.olean +lib/lean/Lean/Compiler/LCNF/ElimDead.olean.private +lib/lean/Lean/Compiler/LCNF/ElimDead.olean.server lib/lean/Lean/Compiler/LCNF/ElimDeadBranches.ilean +lib/lean/Lean/Compiler/LCNF/ElimDeadBranches.ir lib/lean/Lean/Compiler/LCNF/ElimDeadBranches.olean +lib/lean/Lean/Compiler/LCNF/ElimDeadBranches.olean.private +lib/lean/Lean/Compiler/LCNF/ElimDeadBranches.olean.server +lib/lean/Lean/Compiler/LCNF/ExtractClosed.ilean +lib/lean/Lean/Compiler/LCNF/ExtractClosed.ir +lib/lean/Lean/Compiler/LCNF/ExtractClosed.olean +lib/lean/Lean/Compiler/LCNF/ExtractClosed.olean.private +lib/lean/Lean/Compiler/LCNF/ExtractClosed.olean.server lib/lean/Lean/Compiler/LCNF/FVarUtil.ilean +lib/lean/Lean/Compiler/LCNF/FVarUtil.ir lib/lean/Lean/Compiler/LCNF/FVarUtil.olean +lib/lean/Lean/Compiler/LCNF/FVarUtil.olean.private +lib/lean/Lean/Compiler/LCNF/FVarUtil.olean.server lib/lean/Lean/Compiler/LCNF/FixedParams.ilean +lib/lean/Lean/Compiler/LCNF/FixedParams.ir lib/lean/Lean/Compiler/LCNF/FixedParams.olean +lib/lean/Lean/Compiler/LCNF/FixedParams.olean.private +lib/lean/Lean/Compiler/LCNF/FixedParams.olean.server lib/lean/Lean/Compiler/LCNF/FloatLetIn.ilean +lib/lean/Lean/Compiler/LCNF/FloatLetIn.ir lib/lean/Lean/Compiler/LCNF/FloatLetIn.olean +lib/lean/Lean/Compiler/LCNF/FloatLetIn.olean.private +lib/lean/Lean/Compiler/LCNF/FloatLetIn.olean.server lib/lean/Lean/Compiler/LCNF/InferType.ilean +lib/lean/Lean/Compiler/LCNF/InferType.ir lib/lean/Lean/Compiler/LCNF/InferType.olean +lib/lean/Lean/Compiler/LCNF/InferType.olean.private +lib/lean/Lean/Compiler/LCNF/InferType.olean.server lib/lean/Lean/Compiler/LCNF/Internalize.ilean +lib/lean/Lean/Compiler/LCNF/Internalize.ir lib/lean/Lean/Compiler/LCNF/Internalize.olean +lib/lean/Lean/Compiler/LCNF/Internalize.olean.private +lib/lean/Lean/Compiler/LCNF/Internalize.olean.server +lib/lean/Lean/Compiler/LCNF/Irrelevant.ilean +lib/lean/Lean/Compiler/LCNF/Irrelevant.ir +lib/lean/Lean/Compiler/LCNF/Irrelevant.olean +lib/lean/Lean/Compiler/LCNF/Irrelevant.olean.private +lib/lean/Lean/Compiler/LCNF/Irrelevant.olean.server lib/lean/Lean/Compiler/LCNF/JoinPoints.ilean +lib/lean/Lean/Compiler/LCNF/JoinPoints.ir lib/lean/Lean/Compiler/LCNF/JoinPoints.olean +lib/lean/Lean/Compiler/LCNF/JoinPoints.olean.private +lib/lean/Lean/Compiler/LCNF/JoinPoints.olean.server lib/lean/Lean/Compiler/LCNF/LCtx.ilean +lib/lean/Lean/Compiler/LCNF/LCtx.ir lib/lean/Lean/Compiler/LCNF/LCtx.olean +lib/lean/Lean/Compiler/LCNF/LCtx.olean.private +lib/lean/Lean/Compiler/LCNF/LCtx.olean.server lib/lean/Lean/Compiler/LCNF/LambdaLifting.ilean +lib/lean/Lean/Compiler/LCNF/LambdaLifting.ir lib/lean/Lean/Compiler/LCNF/LambdaLifting.olean +lib/lean/Lean/Compiler/LCNF/LambdaLifting.olean.private +lib/lean/Lean/Compiler/LCNF/LambdaLifting.olean.server lib/lean/Lean/Compiler/LCNF/Level.ilean +lib/lean/Lean/Compiler/LCNF/Level.ir lib/lean/Lean/Compiler/LCNF/Level.olean +lib/lean/Lean/Compiler/LCNF/Level.olean.private +lib/lean/Lean/Compiler/LCNF/Level.olean.server lib/lean/Lean/Compiler/LCNF/Main.ilean +lib/lean/Lean/Compiler/LCNF/Main.ir lib/lean/Lean/Compiler/LCNF/Main.olean +lib/lean/Lean/Compiler/LCNF/Main.olean.private +lib/lean/Lean/Compiler/LCNF/Main.olean.server lib/lean/Lean/Compiler/LCNF/MonadScope.ilean +lib/lean/Lean/Compiler/LCNF/MonadScope.ir lib/lean/Lean/Compiler/LCNF/MonadScope.olean +lib/lean/Lean/Compiler/LCNF/MonadScope.olean.private +lib/lean/Lean/Compiler/LCNF/MonadScope.olean.server lib/lean/Lean/Compiler/LCNF/MonoTypes.ilean +lib/lean/Lean/Compiler/LCNF/MonoTypes.ir lib/lean/Lean/Compiler/LCNF/MonoTypes.olean +lib/lean/Lean/Compiler/LCNF/MonoTypes.olean.private +lib/lean/Lean/Compiler/LCNF/MonoTypes.olean.server lib/lean/Lean/Compiler/LCNF/OtherDecl.ilean +lib/lean/Lean/Compiler/LCNF/OtherDecl.ir lib/lean/Lean/Compiler/LCNF/OtherDecl.olean +lib/lean/Lean/Compiler/LCNF/OtherDecl.olean.private +lib/lean/Lean/Compiler/LCNF/OtherDecl.olean.server lib/lean/Lean/Compiler/LCNF/PassManager.ilean +lib/lean/Lean/Compiler/LCNF/PassManager.ir lib/lean/Lean/Compiler/LCNF/PassManager.olean +lib/lean/Lean/Compiler/LCNF/PassManager.olean.private +lib/lean/Lean/Compiler/LCNF/PassManager.olean.server lib/lean/Lean/Compiler/LCNF/Passes.ilean +lib/lean/Lean/Compiler/LCNF/Passes.ir lib/lean/Lean/Compiler/LCNF/Passes.olean +lib/lean/Lean/Compiler/LCNF/Passes.olean.private +lib/lean/Lean/Compiler/LCNF/Passes.olean.server lib/lean/Lean/Compiler/LCNF/PhaseExt.ilean +lib/lean/Lean/Compiler/LCNF/PhaseExt.ir lib/lean/Lean/Compiler/LCNF/PhaseExt.olean +lib/lean/Lean/Compiler/LCNF/PhaseExt.olean.private +lib/lean/Lean/Compiler/LCNF/PhaseExt.olean.server lib/lean/Lean/Compiler/LCNF/PrettyPrinter.ilean +lib/lean/Lean/Compiler/LCNF/PrettyPrinter.ir lib/lean/Lean/Compiler/LCNF/PrettyPrinter.olean +lib/lean/Lean/Compiler/LCNF/PrettyPrinter.olean.private +lib/lean/Lean/Compiler/LCNF/PrettyPrinter.olean.server lib/lean/Lean/Compiler/LCNF/Probing.ilean +lib/lean/Lean/Compiler/LCNF/Probing.ir lib/lean/Lean/Compiler/LCNF/Probing.olean +lib/lean/Lean/Compiler/LCNF/Probing.olean.private +lib/lean/Lean/Compiler/LCNF/Probing.olean.server lib/lean/Lean/Compiler/LCNF/PullFunDecls.ilean +lib/lean/Lean/Compiler/LCNF/PullFunDecls.ir lib/lean/Lean/Compiler/LCNF/PullFunDecls.olean +lib/lean/Lean/Compiler/LCNF/PullFunDecls.olean.private +lib/lean/Lean/Compiler/LCNF/PullFunDecls.olean.server lib/lean/Lean/Compiler/LCNF/PullLetDecls.ilean +lib/lean/Lean/Compiler/LCNF/PullLetDecls.ir lib/lean/Lean/Compiler/LCNF/PullLetDecls.olean +lib/lean/Lean/Compiler/LCNF/PullLetDecls.olean.private +lib/lean/Lean/Compiler/LCNF/PullLetDecls.olean.server lib/lean/Lean/Compiler/LCNF/ReduceArity.ilean +lib/lean/Lean/Compiler/LCNF/ReduceArity.ir lib/lean/Lean/Compiler/LCNF/ReduceArity.olean +lib/lean/Lean/Compiler/LCNF/ReduceArity.olean.private +lib/lean/Lean/Compiler/LCNF/ReduceArity.olean.server lib/lean/Lean/Compiler/LCNF/ReduceJpArity.ilean +lib/lean/Lean/Compiler/LCNF/ReduceJpArity.ir lib/lean/Lean/Compiler/LCNF/ReduceJpArity.olean +lib/lean/Lean/Compiler/LCNF/ReduceJpArity.olean.private +lib/lean/Lean/Compiler/LCNF/ReduceJpArity.olean.server lib/lean/Lean/Compiler/LCNF/Renaming.ilean +lib/lean/Lean/Compiler/LCNF/Renaming.ir lib/lean/Lean/Compiler/LCNF/Renaming.olean +lib/lean/Lean/Compiler/LCNF/Renaming.olean.private +lib/lean/Lean/Compiler/LCNF/Renaming.olean.server lib/lean/Lean/Compiler/LCNF/ScopeM.ilean +lib/lean/Lean/Compiler/LCNF/ScopeM.ir lib/lean/Lean/Compiler/LCNF/ScopeM.olean +lib/lean/Lean/Compiler/LCNF/ScopeM.olean.private +lib/lean/Lean/Compiler/LCNF/ScopeM.olean.server lib/lean/Lean/Compiler/LCNF/Simp.ilean +lib/lean/Lean/Compiler/LCNF/Simp.ir lib/lean/Lean/Compiler/LCNF/Simp.olean +lib/lean/Lean/Compiler/LCNF/Simp.olean.private +lib/lean/Lean/Compiler/LCNF/Simp.olean.server lib/lean/Lean/Compiler/LCNF/Simp/Basic.ilean +lib/lean/Lean/Compiler/LCNF/Simp/Basic.ir lib/lean/Lean/Compiler/LCNF/Simp/Basic.olean +lib/lean/Lean/Compiler/LCNF/Simp/Basic.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/Basic.olean.server lib/lean/Lean/Compiler/LCNF/Simp/Config.ilean +lib/lean/Lean/Compiler/LCNF/Simp/Config.ir lib/lean/Lean/Compiler/LCNF/Simp/Config.olean +lib/lean/Lean/Compiler/LCNF/Simp/Config.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/Config.olean.server lib/lean/Lean/Compiler/LCNF/Simp/ConstantFold.ilean +lib/lean/Lean/Compiler/LCNF/Simp/ConstantFold.ir lib/lean/Lean/Compiler/LCNF/Simp/ConstantFold.olean +lib/lean/Lean/Compiler/LCNF/Simp/ConstantFold.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/ConstantFold.olean.server lib/lean/Lean/Compiler/LCNF/Simp/DefaultAlt.ilean +lib/lean/Lean/Compiler/LCNF/Simp/DefaultAlt.ir lib/lean/Lean/Compiler/LCNF/Simp/DefaultAlt.olean +lib/lean/Lean/Compiler/LCNF/Simp/DefaultAlt.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/DefaultAlt.olean.server lib/lean/Lean/Compiler/LCNF/Simp/DiscrM.ilean +lib/lean/Lean/Compiler/LCNF/Simp/DiscrM.ir lib/lean/Lean/Compiler/LCNF/Simp/DiscrM.olean +lib/lean/Lean/Compiler/LCNF/Simp/DiscrM.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/DiscrM.olean.server lib/lean/Lean/Compiler/LCNF/Simp/FunDeclInfo.ilean +lib/lean/Lean/Compiler/LCNF/Simp/FunDeclInfo.ir lib/lean/Lean/Compiler/LCNF/Simp/FunDeclInfo.olean +lib/lean/Lean/Compiler/LCNF/Simp/FunDeclInfo.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/FunDeclInfo.olean.server lib/lean/Lean/Compiler/LCNF/Simp/InlineCandidate.ilean +lib/lean/Lean/Compiler/LCNF/Simp/InlineCandidate.ir lib/lean/Lean/Compiler/LCNF/Simp/InlineCandidate.olean +lib/lean/Lean/Compiler/LCNF/Simp/InlineCandidate.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/InlineCandidate.olean.server lib/lean/Lean/Compiler/LCNF/Simp/InlineProj.ilean +lib/lean/Lean/Compiler/LCNF/Simp/InlineProj.ir lib/lean/Lean/Compiler/LCNF/Simp/InlineProj.olean +lib/lean/Lean/Compiler/LCNF/Simp/InlineProj.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/InlineProj.olean.server lib/lean/Lean/Compiler/LCNF/Simp/JpCases.ilean +lib/lean/Lean/Compiler/LCNF/Simp/JpCases.ir lib/lean/Lean/Compiler/LCNF/Simp/JpCases.olean +lib/lean/Lean/Compiler/LCNF/Simp/JpCases.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/JpCases.olean.server lib/lean/Lean/Compiler/LCNF/Simp/Main.ilean +lib/lean/Lean/Compiler/LCNF/Simp/Main.ir lib/lean/Lean/Compiler/LCNF/Simp/Main.olean +lib/lean/Lean/Compiler/LCNF/Simp/Main.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/Main.olean.server lib/lean/Lean/Compiler/LCNF/Simp/SimpM.ilean +lib/lean/Lean/Compiler/LCNF/Simp/SimpM.ir lib/lean/Lean/Compiler/LCNF/Simp/SimpM.olean +lib/lean/Lean/Compiler/LCNF/Simp/SimpM.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/SimpM.olean.server lib/lean/Lean/Compiler/LCNF/Simp/SimpValue.ilean +lib/lean/Lean/Compiler/LCNF/Simp/SimpValue.ir lib/lean/Lean/Compiler/LCNF/Simp/SimpValue.olean +lib/lean/Lean/Compiler/LCNF/Simp/SimpValue.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/SimpValue.olean.server lib/lean/Lean/Compiler/LCNF/Simp/Used.ilean +lib/lean/Lean/Compiler/LCNF/Simp/Used.ir lib/lean/Lean/Compiler/LCNF/Simp/Used.olean +lib/lean/Lean/Compiler/LCNF/Simp/Used.olean.private +lib/lean/Lean/Compiler/LCNF/Simp/Used.olean.server lib/lean/Lean/Compiler/LCNF/SpecInfo.ilean +lib/lean/Lean/Compiler/LCNF/SpecInfo.ir lib/lean/Lean/Compiler/LCNF/SpecInfo.olean +lib/lean/Lean/Compiler/LCNF/SpecInfo.olean.private +lib/lean/Lean/Compiler/LCNF/SpecInfo.olean.server lib/lean/Lean/Compiler/LCNF/Specialize.ilean +lib/lean/Lean/Compiler/LCNF/Specialize.ir lib/lean/Lean/Compiler/LCNF/Specialize.olean +lib/lean/Lean/Compiler/LCNF/Specialize.olean.private +lib/lean/Lean/Compiler/LCNF/Specialize.olean.server +lib/lean/Lean/Compiler/LCNF/StructProjCases.ilean +lib/lean/Lean/Compiler/LCNF/StructProjCases.ir +lib/lean/Lean/Compiler/LCNF/StructProjCases.olean +lib/lean/Lean/Compiler/LCNF/StructProjCases.olean.private +lib/lean/Lean/Compiler/LCNF/StructProjCases.olean.server lib/lean/Lean/Compiler/LCNF/Testing.ilean +lib/lean/Lean/Compiler/LCNF/Testing.ir lib/lean/Lean/Compiler/LCNF/Testing.olean +lib/lean/Lean/Compiler/LCNF/Testing.olean.private +lib/lean/Lean/Compiler/LCNF/Testing.olean.server lib/lean/Lean/Compiler/LCNF/ToDecl.ilean +lib/lean/Lean/Compiler/LCNF/ToDecl.ir lib/lean/Lean/Compiler/LCNF/ToDecl.olean +lib/lean/Lean/Compiler/LCNF/ToDecl.olean.private +lib/lean/Lean/Compiler/LCNF/ToDecl.olean.server lib/lean/Lean/Compiler/LCNF/ToExpr.ilean +lib/lean/Lean/Compiler/LCNF/ToExpr.ir lib/lean/Lean/Compiler/LCNF/ToExpr.olean +lib/lean/Lean/Compiler/LCNF/ToExpr.olean.private +lib/lean/Lean/Compiler/LCNF/ToExpr.olean.server lib/lean/Lean/Compiler/LCNF/ToLCNF.ilean +lib/lean/Lean/Compiler/LCNF/ToLCNF.ir lib/lean/Lean/Compiler/LCNF/ToLCNF.olean +lib/lean/Lean/Compiler/LCNF/ToLCNF.olean.private +lib/lean/Lean/Compiler/LCNF/ToLCNF.olean.server lib/lean/Lean/Compiler/LCNF/ToMono.ilean +lib/lean/Lean/Compiler/LCNF/ToMono.ir lib/lean/Lean/Compiler/LCNF/ToMono.olean +lib/lean/Lean/Compiler/LCNF/ToMono.olean.private +lib/lean/Lean/Compiler/LCNF/ToMono.olean.server lib/lean/Lean/Compiler/LCNF/Types.ilean +lib/lean/Lean/Compiler/LCNF/Types.ir lib/lean/Lean/Compiler/LCNF/Types.olean +lib/lean/Lean/Compiler/LCNF/Types.olean.private +lib/lean/Lean/Compiler/LCNF/Types.olean.server lib/lean/Lean/Compiler/LCNF/Util.ilean +lib/lean/Lean/Compiler/LCNF/Util.ir lib/lean/Lean/Compiler/LCNF/Util.olean +lib/lean/Lean/Compiler/LCNF/Util.olean.private +lib/lean/Lean/Compiler/LCNF/Util.olean.server +lib/lean/Lean/Compiler/LCNF/Visibility.ilean +lib/lean/Lean/Compiler/LCNF/Visibility.ir +lib/lean/Lean/Compiler/LCNF/Visibility.olean +lib/lean/Lean/Compiler/LCNF/Visibility.olean.private +lib/lean/Lean/Compiler/LCNF/Visibility.olean.server lib/lean/Lean/Compiler/Main.ilean +lib/lean/Lean/Compiler/Main.ir lib/lean/Lean/Compiler/Main.olean +lib/lean/Lean/Compiler/Main.olean.private +lib/lean/Lean/Compiler/Main.olean.server +lib/lean/Lean/Compiler/MetaAttr.ilean +lib/lean/Lean/Compiler/MetaAttr.ir +lib/lean/Lean/Compiler/MetaAttr.olean +lib/lean/Lean/Compiler/MetaAttr.olean.private +lib/lean/Lean/Compiler/MetaAttr.olean.server +lib/lean/Lean/Compiler/ModPkgExt.ilean +lib/lean/Lean/Compiler/ModPkgExt.ir +lib/lean/Lean/Compiler/ModPkgExt.olean +lib/lean/Lean/Compiler/ModPkgExt.olean.private +lib/lean/Lean/Compiler/ModPkgExt.olean.server lib/lean/Lean/Compiler/NameMangling.ilean +lib/lean/Lean/Compiler/NameMangling.ir lib/lean/Lean/Compiler/NameMangling.olean +lib/lean/Lean/Compiler/NameMangling.olean.private +lib/lean/Lean/Compiler/NameMangling.olean.server lib/lean/Lean/Compiler/NeverExtractAttr.ilean +lib/lean/Lean/Compiler/NeverExtractAttr.ir lib/lean/Lean/Compiler/NeverExtractAttr.olean +lib/lean/Lean/Compiler/NeverExtractAttr.olean.private +lib/lean/Lean/Compiler/NeverExtractAttr.olean.server lib/lean/Lean/Compiler/NoncomputableAttr.ilean +lib/lean/Lean/Compiler/NoncomputableAttr.ir lib/lean/Lean/Compiler/NoncomputableAttr.olean +lib/lean/Lean/Compiler/NoncomputableAttr.olean.private +lib/lean/Lean/Compiler/NoncomputableAttr.olean.server lib/lean/Lean/Compiler/Old.ilean +lib/lean/Lean/Compiler/Old.ir lib/lean/Lean/Compiler/Old.olean +lib/lean/Lean/Compiler/Old.olean.private +lib/lean/Lean/Compiler/Old.olean.server lib/lean/Lean/Compiler/Options.ilean +lib/lean/Lean/Compiler/Options.ir lib/lean/Lean/Compiler/Options.olean +lib/lean/Lean/Compiler/Options.olean.private +lib/lean/Lean/Compiler/Options.olean.server lib/lean/Lean/Compiler/Specialize.ilean +lib/lean/Lean/Compiler/Specialize.ir lib/lean/Lean/Compiler/Specialize.olean +lib/lean/Lean/Compiler/Specialize.olean.private +lib/lean/Lean/Compiler/Specialize.olean.server lib/lean/Lean/CoreM.ilean +lib/lean/Lean/CoreM.ir lib/lean/Lean/CoreM.olean +lib/lean/Lean/CoreM.olean.private +lib/lean/Lean/CoreM.olean.server lib/lean/Lean/Data.ilean +lib/lean/Lean/Data.ir lib/lean/Lean/Data.olean +lib/lean/Lean/Data.olean.private +lib/lean/Lean/Data.olean.server lib/lean/Lean/Data/Array.ilean +lib/lean/Lean/Data/Array.ir lib/lean/Lean/Data/Array.olean +lib/lean/Lean/Data/Array.olean.private +lib/lean/Lean/Data/Array.olean.server lib/lean/Lean/Data/AssocList.ilean +lib/lean/Lean/Data/AssocList.ir lib/lean/Lean/Data/AssocList.olean +lib/lean/Lean/Data/AssocList.olean.private +lib/lean/Lean/Data/AssocList.olean.server lib/lean/Lean/Data/DeclarationRange.ilean +lib/lean/Lean/Data/DeclarationRange.ir lib/lean/Lean/Data/DeclarationRange.olean +lib/lean/Lean/Data/DeclarationRange.olean.private +lib/lean/Lean/Data/DeclarationRange.olean.server +lib/lean/Lean/Data/EditDistance.ilean +lib/lean/Lean/Data/EditDistance.ir +lib/lean/Lean/Data/EditDistance.olean +lib/lean/Lean/Data/EditDistance.olean.private +lib/lean/Lean/Data/EditDistance.olean.server lib/lean/Lean/Data/Format.ilean +lib/lean/Lean/Data/Format.ir lib/lean/Lean/Data/Format.olean +lib/lean/Lean/Data/Format.olean.private +lib/lean/Lean/Data/Format.olean.server lib/lean/Lean/Data/FuzzyMatching.ilean +lib/lean/Lean/Data/FuzzyMatching.ir lib/lean/Lean/Data/FuzzyMatching.olean +lib/lean/Lean/Data/FuzzyMatching.olean.private +lib/lean/Lean/Data/FuzzyMatching.olean.server lib/lean/Lean/Data/Json.ilean +lib/lean/Lean/Data/Json.ir lib/lean/Lean/Data/Json.olean +lib/lean/Lean/Data/Json.olean.private +lib/lean/Lean/Data/Json.olean.server lib/lean/Lean/Data/Json/Basic.ilean +lib/lean/Lean/Data/Json/Basic.ir lib/lean/Lean/Data/Json/Basic.olean +lib/lean/Lean/Data/Json/Basic.olean.private +lib/lean/Lean/Data/Json/Basic.olean.server lib/lean/Lean/Data/Json/Elab.ilean +lib/lean/Lean/Data/Json/Elab.ir lib/lean/Lean/Data/Json/Elab.olean +lib/lean/Lean/Data/Json/Elab.olean.private +lib/lean/Lean/Data/Json/Elab.olean.server lib/lean/Lean/Data/Json/FromToJson.ilean +lib/lean/Lean/Data/Json/FromToJson.ir lib/lean/Lean/Data/Json/FromToJson.olean +lib/lean/Lean/Data/Json/FromToJson.olean.private +lib/lean/Lean/Data/Json/FromToJson.olean.server +lib/lean/Lean/Data/Json/FromToJson/Basic.ilean +lib/lean/Lean/Data/Json/FromToJson/Basic.ir +lib/lean/Lean/Data/Json/FromToJson/Basic.olean +lib/lean/Lean/Data/Json/FromToJson/Basic.olean.private +lib/lean/Lean/Data/Json/FromToJson/Basic.olean.server +lib/lean/Lean/Data/Json/FromToJson/Extra.ilean +lib/lean/Lean/Data/Json/FromToJson/Extra.ir +lib/lean/Lean/Data/Json/FromToJson/Extra.olean +lib/lean/Lean/Data/Json/FromToJson/Extra.olean.private +lib/lean/Lean/Data/Json/FromToJson/Extra.olean.server lib/lean/Lean/Data/Json/Parser.ilean +lib/lean/Lean/Data/Json/Parser.ir lib/lean/Lean/Data/Json/Parser.olean +lib/lean/Lean/Data/Json/Parser.olean.private +lib/lean/Lean/Data/Json/Parser.olean.server lib/lean/Lean/Data/Json/Printer.ilean +lib/lean/Lean/Data/Json/Printer.ir lib/lean/Lean/Data/Json/Printer.olean +lib/lean/Lean/Data/Json/Printer.olean.private +lib/lean/Lean/Data/Json/Printer.olean.server lib/lean/Lean/Data/Json/Stream.ilean +lib/lean/Lean/Data/Json/Stream.ir lib/lean/Lean/Data/Json/Stream.olean +lib/lean/Lean/Data/Json/Stream.olean.private +lib/lean/Lean/Data/Json/Stream.olean.server lib/lean/Lean/Data/JsonRpc.ilean +lib/lean/Lean/Data/JsonRpc.ir lib/lean/Lean/Data/JsonRpc.olean +lib/lean/Lean/Data/JsonRpc.olean.private +lib/lean/Lean/Data/JsonRpc.olean.server lib/lean/Lean/Data/KVMap.ilean +lib/lean/Lean/Data/KVMap.ir lib/lean/Lean/Data/KVMap.olean +lib/lean/Lean/Data/KVMap.olean.private +lib/lean/Lean/Data/KVMap.olean.server lib/lean/Lean/Data/LBool.ilean +lib/lean/Lean/Data/LBool.ir lib/lean/Lean/Data/LBool.olean +lib/lean/Lean/Data/LBool.olean.private +lib/lean/Lean/Data/LBool.olean.server lib/lean/Lean/Data/LOption.ilean +lib/lean/Lean/Data/LOption.ir lib/lean/Lean/Data/LOption.olean +lib/lean/Lean/Data/LOption.olean.private +lib/lean/Lean/Data/LOption.olean.server lib/lean/Lean/Data/Lsp.ilean +lib/lean/Lean/Data/Lsp.ir lib/lean/Lean/Data/Lsp.olean +lib/lean/Lean/Data/Lsp.olean.private +lib/lean/Lean/Data/Lsp.olean.server lib/lean/Lean/Data/Lsp/Basic.ilean +lib/lean/Lean/Data/Lsp/Basic.ir lib/lean/Lean/Data/Lsp/Basic.olean +lib/lean/Lean/Data/Lsp/Basic.olean.private +lib/lean/Lean/Data/Lsp/Basic.olean.server +lib/lean/Lean/Data/Lsp/BasicAux.ilean +lib/lean/Lean/Data/Lsp/BasicAux.ir +lib/lean/Lean/Data/Lsp/BasicAux.olean +lib/lean/Lean/Data/Lsp/BasicAux.olean.private +lib/lean/Lean/Data/Lsp/BasicAux.olean.server lib/lean/Lean/Data/Lsp/CancelParams.ilean +lib/lean/Lean/Data/Lsp/CancelParams.ir lib/lean/Lean/Data/Lsp/CancelParams.olean +lib/lean/Lean/Data/Lsp/CancelParams.olean.private +lib/lean/Lean/Data/Lsp/CancelParams.olean.server lib/lean/Lean/Data/Lsp/Capabilities.ilean +lib/lean/Lean/Data/Lsp/Capabilities.ir lib/lean/Lean/Data/Lsp/Capabilities.olean +lib/lean/Lean/Data/Lsp/Capabilities.olean.private +lib/lean/Lean/Data/Lsp/Capabilities.olean.server lib/lean/Lean/Data/Lsp/Client.ilean +lib/lean/Lean/Data/Lsp/Client.ir lib/lean/Lean/Data/Lsp/Client.olean +lib/lean/Lean/Data/Lsp/Client.olean.private +lib/lean/Lean/Data/Lsp/Client.olean.server lib/lean/Lean/Data/Lsp/CodeActions.ilean +lib/lean/Lean/Data/Lsp/CodeActions.ir lib/lean/Lean/Data/Lsp/CodeActions.olean +lib/lean/Lean/Data/Lsp/CodeActions.olean.private +lib/lean/Lean/Data/Lsp/CodeActions.olean.server lib/lean/Lean/Data/Lsp/Communication.ilean +lib/lean/Lean/Data/Lsp/Communication.ir lib/lean/Lean/Data/Lsp/Communication.olean +lib/lean/Lean/Data/Lsp/Communication.olean.private +lib/lean/Lean/Data/Lsp/Communication.olean.server lib/lean/Lean/Data/Lsp/Diagnostics.ilean +lib/lean/Lean/Data/Lsp/Diagnostics.ir lib/lean/Lean/Data/Lsp/Diagnostics.olean +lib/lean/Lean/Data/Lsp/Diagnostics.olean.private +lib/lean/Lean/Data/Lsp/Diagnostics.olean.server lib/lean/Lean/Data/Lsp/Extra.ilean +lib/lean/Lean/Data/Lsp/Extra.ir lib/lean/Lean/Data/Lsp/Extra.olean +lib/lean/Lean/Data/Lsp/Extra.olean.private +lib/lean/Lean/Data/Lsp/Extra.olean.server lib/lean/Lean/Data/Lsp/InitShutdown.ilean +lib/lean/Lean/Data/Lsp/InitShutdown.ir lib/lean/Lean/Data/Lsp/InitShutdown.olean +lib/lean/Lean/Data/Lsp/InitShutdown.olean.private +lib/lean/Lean/Data/Lsp/InitShutdown.olean.server lib/lean/Lean/Data/Lsp/Internal.ilean +lib/lean/Lean/Data/Lsp/Internal.ir lib/lean/Lean/Data/Lsp/Internal.olean +lib/lean/Lean/Data/Lsp/Internal.olean.private +lib/lean/Lean/Data/Lsp/Internal.olean.server lib/lean/Lean/Data/Lsp/Ipc.ilean +lib/lean/Lean/Data/Lsp/Ipc.ir lib/lean/Lean/Data/Lsp/Ipc.olean +lib/lean/Lean/Data/Lsp/Ipc.olean.private +lib/lean/Lean/Data/Lsp/Ipc.olean.server lib/lean/Lean/Data/Lsp/LanguageFeatures.ilean +lib/lean/Lean/Data/Lsp/LanguageFeatures.ir lib/lean/Lean/Data/Lsp/LanguageFeatures.olean +lib/lean/Lean/Data/Lsp/LanguageFeatures.olean.private +lib/lean/Lean/Data/Lsp/LanguageFeatures.olean.server lib/lean/Lean/Data/Lsp/TextSync.ilean +lib/lean/Lean/Data/Lsp/TextSync.ir lib/lean/Lean/Data/Lsp/TextSync.olean +lib/lean/Lean/Data/Lsp/TextSync.olean.private +lib/lean/Lean/Data/Lsp/TextSync.olean.server lib/lean/Lean/Data/Lsp/Utf16.ilean +lib/lean/Lean/Data/Lsp/Utf16.ir lib/lean/Lean/Data/Lsp/Utf16.olean +lib/lean/Lean/Data/Lsp/Utf16.olean.private +lib/lean/Lean/Data/Lsp/Utf16.olean.server lib/lean/Lean/Data/Lsp/Window.ilean +lib/lean/Lean/Data/Lsp/Window.ir lib/lean/Lean/Data/Lsp/Window.olean +lib/lean/Lean/Data/Lsp/Window.olean.private +lib/lean/Lean/Data/Lsp/Window.olean.server lib/lean/Lean/Data/Lsp/Workspace.ilean +lib/lean/Lean/Data/Lsp/Workspace.ir lib/lean/Lean/Data/Lsp/Workspace.olean +lib/lean/Lean/Data/Lsp/Workspace.olean.private +lib/lean/Lean/Data/Lsp/Workspace.olean.server lib/lean/Lean/Data/Name.ilean +lib/lean/Lean/Data/Name.ir lib/lean/Lean/Data/Name.olean +lib/lean/Lean/Data/Name.olean.private +lib/lean/Lean/Data/Name.olean.server lib/lean/Lean/Data/NameMap.ilean +lib/lean/Lean/Data/NameMap.ir lib/lean/Lean/Data/NameMap.olean +lib/lean/Lean/Data/NameMap.olean.private +lib/lean/Lean/Data/NameMap.olean.server +lib/lean/Lean/Data/NameMap/AdditionalOperations.ilean +lib/lean/Lean/Data/NameMap/AdditionalOperations.ir +lib/lean/Lean/Data/NameMap/AdditionalOperations.olean +lib/lean/Lean/Data/NameMap/AdditionalOperations.olean.private +lib/lean/Lean/Data/NameMap/AdditionalOperations.olean.server +lib/lean/Lean/Data/NameMap/Basic.ilean +lib/lean/Lean/Data/NameMap/Basic.ir +lib/lean/Lean/Data/NameMap/Basic.olean +lib/lean/Lean/Data/NameMap/Basic.olean.private +lib/lean/Lean/Data/NameMap/Basic.olean.server lib/lean/Lean/Data/NameTrie.ilean +lib/lean/Lean/Data/NameTrie.ir lib/lean/Lean/Data/NameTrie.olean +lib/lean/Lean/Data/NameTrie.olean.private +lib/lean/Lean/Data/NameTrie.olean.server lib/lean/Lean/Data/OpenDecl.ilean +lib/lean/Lean/Data/OpenDecl.ir lib/lean/Lean/Data/OpenDecl.olean +lib/lean/Lean/Data/OpenDecl.olean.private +lib/lean/Lean/Data/OpenDecl.olean.server lib/lean/Lean/Data/Options.ilean +lib/lean/Lean/Data/Options.ir lib/lean/Lean/Data/Options.olean +lib/lean/Lean/Data/Options.olean.private +lib/lean/Lean/Data/Options.olean.server lib/lean/Lean/Data/PersistentArray.ilean +lib/lean/Lean/Data/PersistentArray.ir lib/lean/Lean/Data/PersistentArray.olean +lib/lean/Lean/Data/PersistentArray.olean.private +lib/lean/Lean/Data/PersistentArray.olean.server lib/lean/Lean/Data/PersistentHashMap.ilean +lib/lean/Lean/Data/PersistentHashMap.ir lib/lean/Lean/Data/PersistentHashMap.olean +lib/lean/Lean/Data/PersistentHashMap.olean.private +lib/lean/Lean/Data/PersistentHashMap.olean.server lib/lean/Lean/Data/PersistentHashSet.ilean +lib/lean/Lean/Data/PersistentHashSet.ir lib/lean/Lean/Data/PersistentHashSet.olean +lib/lean/Lean/Data/PersistentHashSet.olean.private +lib/lean/Lean/Data/PersistentHashSet.olean.server lib/lean/Lean/Data/Position.ilean +lib/lean/Lean/Data/Position.ir lib/lean/Lean/Data/Position.olean +lib/lean/Lean/Data/Position.olean.private +lib/lean/Lean/Data/Position.olean.server lib/lean/Lean/Data/PrefixTree.ilean +lib/lean/Lean/Data/PrefixTree.ir lib/lean/Lean/Data/PrefixTree.olean +lib/lean/Lean/Data/PrefixTree.olean.private +lib/lean/Lean/Data/PrefixTree.olean.server lib/lean/Lean/Data/RArray.ilean +lib/lean/Lean/Data/RArray.ir lib/lean/Lean/Data/RArray.olean +lib/lean/Lean/Data/RArray.olean.private +lib/lean/Lean/Data/RArray.olean.server lib/lean/Lean/Data/RBMap.ilean +lib/lean/Lean/Data/RBMap.ir lib/lean/Lean/Data/RBMap.olean +lib/lean/Lean/Data/RBMap.olean.private +lib/lean/Lean/Data/RBMap.olean.server lib/lean/Lean/Data/RBTree.ilean +lib/lean/Lean/Data/RBTree.ir lib/lean/Lean/Data/RBTree.olean +lib/lean/Lean/Data/RBTree.olean.private +lib/lean/Lean/Data/RBTree.olean.server lib/lean/Lean/Data/SMap.ilean +lib/lean/Lean/Data/SMap.ir lib/lean/Lean/Data/SMap.olean +lib/lean/Lean/Data/SMap.olean.private +lib/lean/Lean/Data/SMap.olean.server lib/lean/Lean/Data/SSet.ilean +lib/lean/Lean/Data/SSet.ir lib/lean/Lean/Data/SSet.olean +lib/lean/Lean/Data/SSet.olean.private +lib/lean/Lean/Data/SSet.olean.server lib/lean/Lean/Data/Trie.ilean +lib/lean/Lean/Data/Trie.ir lib/lean/Lean/Data/Trie.olean +lib/lean/Lean/Data/Trie.olean.private +lib/lean/Lean/Data/Trie.olean.server lib/lean/Lean/Data/Xml.ilean +lib/lean/Lean/Data/Xml.ir lib/lean/Lean/Data/Xml.olean +lib/lean/Lean/Data/Xml.olean.private +lib/lean/Lean/Data/Xml.olean.server lib/lean/Lean/Data/Xml/Basic.ilean +lib/lean/Lean/Data/Xml/Basic.ir lib/lean/Lean/Data/Xml/Basic.olean +lib/lean/Lean/Data/Xml/Basic.olean.private +lib/lean/Lean/Data/Xml/Basic.olean.server lib/lean/Lean/Data/Xml/Parser.ilean +lib/lean/Lean/Data/Xml/Parser.ir lib/lean/Lean/Data/Xml/Parser.olean +lib/lean/Lean/Data/Xml/Parser.olean.private +lib/lean/Lean/Data/Xml/Parser.olean.server lib/lean/Lean/Declaration.ilean +lib/lean/Lean/Declaration.ir lib/lean/Lean/Declaration.olean +lib/lean/Lean/Declaration.olean.private +lib/lean/Lean/Declaration.olean.server lib/lean/Lean/DeclarationRange.ilean +lib/lean/Lean/DeclarationRange.ir lib/lean/Lean/DeclarationRange.olean +lib/lean/Lean/DeclarationRange.olean.private +lib/lean/Lean/DeclarationRange.olean.server +lib/lean/Lean/DefEqAttrib.ilean +lib/lean/Lean/DefEqAttrib.ir +lib/lean/Lean/DefEqAttrib.olean +lib/lean/Lean/DefEqAttrib.olean.private +lib/lean/Lean/DefEqAttrib.olean.server lib/lean/Lean/DocString.ilean +lib/lean/Lean/DocString.ir lib/lean/Lean/DocString.olean +lib/lean/Lean/DocString.olean.private +lib/lean/Lean/DocString.olean.server lib/lean/Lean/DocString/Add.ilean +lib/lean/Lean/DocString/Add.ir lib/lean/Lean/DocString/Add.olean +lib/lean/Lean/DocString/Add.olean.private +lib/lean/Lean/DocString/Add.olean.server lib/lean/Lean/DocString/Extension.ilean +lib/lean/Lean/DocString/Extension.ir lib/lean/Lean/DocString/Extension.olean +lib/lean/Lean/DocString/Extension.olean.private +lib/lean/Lean/DocString/Extension.olean.server +lib/lean/Lean/DocString/Formatter.ilean +lib/lean/Lean/DocString/Formatter.ir +lib/lean/Lean/DocString/Formatter.olean +lib/lean/Lean/DocString/Formatter.olean.private +lib/lean/Lean/DocString/Formatter.olean.server lib/lean/Lean/DocString/Links.ilean +lib/lean/Lean/DocString/Links.ir lib/lean/Lean/DocString/Links.olean +lib/lean/Lean/DocString/Links.olean.private +lib/lean/Lean/DocString/Links.olean.server +lib/lean/Lean/DocString/Markdown.ilean +lib/lean/Lean/DocString/Markdown.ir +lib/lean/Lean/DocString/Markdown.olean +lib/lean/Lean/DocString/Markdown.olean.private +lib/lean/Lean/DocString/Markdown.olean.server +lib/lean/Lean/DocString/Parser.ilean +lib/lean/Lean/DocString/Parser.ir +lib/lean/Lean/DocString/Parser.olean +lib/lean/Lean/DocString/Parser.olean.private +lib/lean/Lean/DocString/Parser.olean.server +lib/lean/Lean/DocString/Syntax.ilean +lib/lean/Lean/DocString/Syntax.ir +lib/lean/Lean/DocString/Syntax.olean +lib/lean/Lean/DocString/Syntax.olean.private +lib/lean/Lean/DocString/Syntax.olean.server +lib/lean/Lean/DocString/Types.ilean +lib/lean/Lean/DocString/Types.ir +lib/lean/Lean/DocString/Types.olean +lib/lean/Lean/DocString/Types.olean.private +lib/lean/Lean/DocString/Types.olean.server lib/lean/Lean/Elab.ilean +lib/lean/Lean/Elab.ir lib/lean/Lean/Elab.olean +lib/lean/Lean/Elab.olean.private +lib/lean/Lean/Elab.olean.server lib/lean/Lean/Elab/App.ilean +lib/lean/Lean/Elab/App.ir lib/lean/Lean/Elab/App.olean +lib/lean/Lean/Elab/App.olean.private +lib/lean/Lean/Elab/App.olean.server lib/lean/Lean/Elab/Arg.ilean +lib/lean/Lean/Elab/Arg.ir lib/lean/Lean/Elab/Arg.olean +lib/lean/Lean/Elab/Arg.olean.private +lib/lean/Lean/Elab/Arg.olean.server lib/lean/Lean/Elab/Attributes.ilean +lib/lean/Lean/Elab/Attributes.ir lib/lean/Lean/Elab/Attributes.olean +lib/lean/Lean/Elab/Attributes.olean.private +lib/lean/Lean/Elab/Attributes.olean.server lib/lean/Lean/Elab/AutoBound.ilean +lib/lean/Lean/Elab/AutoBound.ir lib/lean/Lean/Elab/AutoBound.olean +lib/lean/Lean/Elab/AutoBound.olean.private +lib/lean/Lean/Elab/AutoBound.olean.server lib/lean/Lean/Elab/AuxDef.ilean +lib/lean/Lean/Elab/AuxDef.ir lib/lean/Lean/Elab/AuxDef.olean +lib/lean/Lean/Elab/AuxDef.olean.private +lib/lean/Lean/Elab/AuxDef.olean.server lib/lean/Lean/Elab/BinderPredicates.ilean +lib/lean/Lean/Elab/BinderPredicates.ir lib/lean/Lean/Elab/BinderPredicates.olean +lib/lean/Lean/Elab/BinderPredicates.olean.private +lib/lean/Lean/Elab/BinderPredicates.olean.server lib/lean/Lean/Elab/Binders.ilean +lib/lean/Lean/Elab/Binders.ir lib/lean/Lean/Elab/Binders.olean +lib/lean/Lean/Elab/Binders.olean.private +lib/lean/Lean/Elab/Binders.olean.server lib/lean/Lean/Elab/BindersUtil.ilean +lib/lean/Lean/Elab/BindersUtil.ir lib/lean/Lean/Elab/BindersUtil.olean +lib/lean/Lean/Elab/BindersUtil.olean.private +lib/lean/Lean/Elab/BindersUtil.olean.server lib/lean/Lean/Elab/BuiltinCommand.ilean +lib/lean/Lean/Elab/BuiltinCommand.ir lib/lean/Lean/Elab/BuiltinCommand.olean +lib/lean/Lean/Elab/BuiltinCommand.olean.private +lib/lean/Lean/Elab/BuiltinCommand.olean.server lib/lean/Lean/Elab/BuiltinEvalCommand.ilean +lib/lean/Lean/Elab/BuiltinEvalCommand.ir lib/lean/Lean/Elab/BuiltinEvalCommand.olean +lib/lean/Lean/Elab/BuiltinEvalCommand.olean.private +lib/lean/Lean/Elab/BuiltinEvalCommand.olean.server lib/lean/Lean/Elab/BuiltinNotation.ilean +lib/lean/Lean/Elab/BuiltinNotation.ir lib/lean/Lean/Elab/BuiltinNotation.olean +lib/lean/Lean/Elab/BuiltinNotation.olean.private +lib/lean/Lean/Elab/BuiltinNotation.olean.server lib/lean/Lean/Elab/BuiltinTerm.ilean +lib/lean/Lean/Elab/BuiltinTerm.ir lib/lean/Lean/Elab/BuiltinTerm.olean +lib/lean/Lean/Elab/BuiltinTerm.olean.private +lib/lean/Lean/Elab/BuiltinTerm.olean.server lib/lean/Lean/Elab/Calc.ilean +lib/lean/Lean/Elab/Calc.ir lib/lean/Lean/Elab/Calc.olean +lib/lean/Lean/Elab/Calc.olean.private +lib/lean/Lean/Elab/Calc.olean.server lib/lean/Lean/Elab/CheckTactic.ilean +lib/lean/Lean/Elab/CheckTactic.ir lib/lean/Lean/Elab/CheckTactic.olean +lib/lean/Lean/Elab/CheckTactic.olean.private +lib/lean/Lean/Elab/CheckTactic.olean.server +lib/lean/Lean/Elab/Coinductive.ilean +lib/lean/Lean/Elab/Coinductive.ir +lib/lean/Lean/Elab/Coinductive.olean +lib/lean/Lean/Elab/Coinductive.olean.private +lib/lean/Lean/Elab/Coinductive.olean.server lib/lean/Lean/Elab/Command.ilean +lib/lean/Lean/Elab/Command.ir lib/lean/Lean/Elab/Command.olean +lib/lean/Lean/Elab/Command.olean.private +lib/lean/Lean/Elab/Command.olean.server +lib/lean/Lean/Elab/Command/Scope.ilean +lib/lean/Lean/Elab/Command/Scope.ir +lib/lean/Lean/Elab/Command/Scope.olean +lib/lean/Lean/Elab/Command/Scope.olean.private +lib/lean/Lean/Elab/Command/Scope.olean.server +lib/lean/Lean/Elab/Command/WithWeakNamespace.ilean +lib/lean/Lean/Elab/Command/WithWeakNamespace.ir +lib/lean/Lean/Elab/Command/WithWeakNamespace.olean +lib/lean/Lean/Elab/Command/WithWeakNamespace.olean.private +lib/lean/Lean/Elab/Command/WithWeakNamespace.olean.server lib/lean/Lean/Elab/ComputedFields.ilean +lib/lean/Lean/Elab/ComputedFields.ir lib/lean/Lean/Elab/ComputedFields.olean +lib/lean/Lean/Elab/ComputedFields.olean.private +lib/lean/Lean/Elab/ComputedFields.olean.server lib/lean/Lean/Elab/Config.ilean +lib/lean/Lean/Elab/Config.ir lib/lean/Lean/Elab/Config.olean +lib/lean/Lean/Elab/Config.olean.private +lib/lean/Lean/Elab/Config.olean.server lib/lean/Lean/Elab/DeclModifiers.ilean +lib/lean/Lean/Elab/DeclModifiers.ir lib/lean/Lean/Elab/DeclModifiers.olean +lib/lean/Lean/Elab/DeclModifiers.olean.private +lib/lean/Lean/Elab/DeclModifiers.olean.server lib/lean/Lean/Elab/DeclNameGen.ilean +lib/lean/Lean/Elab/DeclNameGen.ir lib/lean/Lean/Elab/DeclNameGen.olean +lib/lean/Lean/Elab/DeclNameGen.olean.private +lib/lean/Lean/Elab/DeclNameGen.olean.server lib/lean/Lean/Elab/DeclUtil.ilean +lib/lean/Lean/Elab/DeclUtil.ir lib/lean/Lean/Elab/DeclUtil.olean +lib/lean/Lean/Elab/DeclUtil.olean.private +lib/lean/Lean/Elab/DeclUtil.olean.server lib/lean/Lean/Elab/Declaration.ilean +lib/lean/Lean/Elab/Declaration.ir lib/lean/Lean/Elab/Declaration.olean +lib/lean/Lean/Elab/Declaration.olean.private +lib/lean/Lean/Elab/Declaration.olean.server lib/lean/Lean/Elab/DeclarationRange.ilean +lib/lean/Lean/Elab/DeclarationRange.ir lib/lean/Lean/Elab/DeclarationRange.olean +lib/lean/Lean/Elab/DeclarationRange.olean.private +lib/lean/Lean/Elab/DeclarationRange.olean.server lib/lean/Lean/Elab/DefView.ilean +lib/lean/Lean/Elab/DefView.ir lib/lean/Lean/Elab/DefView.olean +lib/lean/Lean/Elab/DefView.olean.private +lib/lean/Lean/Elab/DefView.olean.server lib/lean/Lean/Elab/Deriving.ilean +lib/lean/Lean/Elab/Deriving.ir lib/lean/Lean/Elab/Deriving.olean +lib/lean/Lean/Elab/Deriving.olean.private +lib/lean/Lean/Elab/Deriving.olean.server lib/lean/Lean/Elab/Deriving/BEq.ilean +lib/lean/Lean/Elab/Deriving/BEq.ir lib/lean/Lean/Elab/Deriving/BEq.olean +lib/lean/Lean/Elab/Deriving/BEq.olean.private +lib/lean/Lean/Elab/Deriving/BEq.olean.server lib/lean/Lean/Elab/Deriving/Basic.ilean +lib/lean/Lean/Elab/Deriving/Basic.ir lib/lean/Lean/Elab/Deriving/Basic.olean +lib/lean/Lean/Elab/Deriving/Basic.olean.private +lib/lean/Lean/Elab/Deriving/Basic.olean.server lib/lean/Lean/Elab/Deriving/DecEq.ilean +lib/lean/Lean/Elab/Deriving/DecEq.ir lib/lean/Lean/Elab/Deriving/DecEq.olean +lib/lean/Lean/Elab/Deriving/DecEq.olean.private +lib/lean/Lean/Elab/Deriving/DecEq.olean.server lib/lean/Lean/Elab/Deriving/FromToJson.ilean +lib/lean/Lean/Elab/Deriving/FromToJson.ir lib/lean/Lean/Elab/Deriving/FromToJson.olean +lib/lean/Lean/Elab/Deriving/FromToJson.olean.private +lib/lean/Lean/Elab/Deriving/FromToJson.olean.server lib/lean/Lean/Elab/Deriving/Hashable.ilean +lib/lean/Lean/Elab/Deriving/Hashable.ir lib/lean/Lean/Elab/Deriving/Hashable.olean +lib/lean/Lean/Elab/Deriving/Hashable.olean.private +lib/lean/Lean/Elab/Deriving/Hashable.olean.server lib/lean/Lean/Elab/Deriving/Inhabited.ilean +lib/lean/Lean/Elab/Deriving/Inhabited.ir lib/lean/Lean/Elab/Deriving/Inhabited.olean +lib/lean/Lean/Elab/Deriving/Inhabited.olean.private +lib/lean/Lean/Elab/Deriving/Inhabited.olean.server +lib/lean/Lean/Elab/Deriving/LawfulBEq.ilean +lib/lean/Lean/Elab/Deriving/LawfulBEq.ir +lib/lean/Lean/Elab/Deriving/LawfulBEq.olean +lib/lean/Lean/Elab/Deriving/LawfulBEq.olean.private +lib/lean/Lean/Elab/Deriving/LawfulBEq.olean.server lib/lean/Lean/Elab/Deriving/Nonempty.ilean +lib/lean/Lean/Elab/Deriving/Nonempty.ir lib/lean/Lean/Elab/Deriving/Nonempty.olean +lib/lean/Lean/Elab/Deriving/Nonempty.olean.private +lib/lean/Lean/Elab/Deriving/Nonempty.olean.server lib/lean/Lean/Elab/Deriving/Ord.ilean +lib/lean/Lean/Elab/Deriving/Ord.ir lib/lean/Lean/Elab/Deriving/Ord.olean +lib/lean/Lean/Elab/Deriving/Ord.olean.private +lib/lean/Lean/Elab/Deriving/Ord.olean.server +lib/lean/Lean/Elab/Deriving/ReflBEq.ilean +lib/lean/Lean/Elab/Deriving/ReflBEq.ir +lib/lean/Lean/Elab/Deriving/ReflBEq.olean +lib/lean/Lean/Elab/Deriving/ReflBEq.olean.private +lib/lean/Lean/Elab/Deriving/ReflBEq.olean.server lib/lean/Lean/Elab/Deriving/Repr.ilean +lib/lean/Lean/Elab/Deriving/Repr.ir lib/lean/Lean/Elab/Deriving/Repr.olean +lib/lean/Lean/Elab/Deriving/Repr.olean.private +lib/lean/Lean/Elab/Deriving/Repr.olean.server lib/lean/Lean/Elab/Deriving/SizeOf.ilean +lib/lean/Lean/Elab/Deriving/SizeOf.ir lib/lean/Lean/Elab/Deriving/SizeOf.olean +lib/lean/Lean/Elab/Deriving/SizeOf.olean.private +lib/lean/Lean/Elab/Deriving/SizeOf.olean.server lib/lean/Lean/Elab/Deriving/ToExpr.ilean +lib/lean/Lean/Elab/Deriving/ToExpr.ir lib/lean/Lean/Elab/Deriving/ToExpr.olean +lib/lean/Lean/Elab/Deriving/ToExpr.olean.private +lib/lean/Lean/Elab/Deriving/ToExpr.olean.server lib/lean/Lean/Elab/Deriving/TypeName.ilean +lib/lean/Lean/Elab/Deriving/TypeName.ir lib/lean/Lean/Elab/Deriving/TypeName.olean +lib/lean/Lean/Elab/Deriving/TypeName.olean.private +lib/lean/Lean/Elab/Deriving/TypeName.olean.server lib/lean/Lean/Elab/Deriving/Util.ilean +lib/lean/Lean/Elab/Deriving/Util.ir lib/lean/Lean/Elab/Deriving/Util.olean +lib/lean/Lean/Elab/Deriving/Util.olean.private +lib/lean/Lean/Elab/Deriving/Util.olean.server lib/lean/Lean/Elab/Do.ilean +lib/lean/Lean/Elab/Do.ir lib/lean/Lean/Elab/Do.olean +lib/lean/Lean/Elab/Do.olean.private +lib/lean/Lean/Elab/Do.olean.server +lib/lean/Lean/Elab/Do/Basic.ilean +lib/lean/Lean/Elab/Do/Basic.ir +lib/lean/Lean/Elab/Do/Basic.olean +lib/lean/Lean/Elab/Do/Basic.olean.private +lib/lean/Lean/Elab/Do/Basic.olean.server +lib/lean/Lean/Elab/Do/Legacy.ilean +lib/lean/Lean/Elab/Do/Legacy.ir +lib/lean/Lean/Elab/Do/Legacy.olean +lib/lean/Lean/Elab/Do/Legacy.olean.private +lib/lean/Lean/Elab/Do/Legacy.olean.server +lib/lean/Lean/Elab/Do/Switch.ilean +lib/lean/Lean/Elab/Do/Switch.ir +lib/lean/Lean/Elab/Do/Switch.olean +lib/lean/Lean/Elab/Do/Switch.olean.private +lib/lean/Lean/Elab/Do/Switch.olean.server +lib/lean/Lean/Elab/DocString.ilean +lib/lean/Lean/Elab/DocString.ir +lib/lean/Lean/Elab/DocString.olean +lib/lean/Lean/Elab/DocString.olean.private +lib/lean/Lean/Elab/DocString.olean.server +lib/lean/Lean/Elab/DocString/Builtin.ilean +lib/lean/Lean/Elab/DocString/Builtin.ir +lib/lean/Lean/Elab/DocString/Builtin.olean +lib/lean/Lean/Elab/DocString/Builtin.olean.private +lib/lean/Lean/Elab/DocString/Builtin.olean.server +lib/lean/Lean/Elab/DocString/Builtin/Keywords.ilean +lib/lean/Lean/Elab/DocString/Builtin/Keywords.ir +lib/lean/Lean/Elab/DocString/Builtin/Keywords.olean +lib/lean/Lean/Elab/DocString/Builtin/Keywords.olean.private +lib/lean/Lean/Elab/DocString/Builtin/Keywords.olean.server +lib/lean/Lean/Elab/DocString/Builtin/Parsing.ilean +lib/lean/Lean/Elab/DocString/Builtin/Parsing.ir +lib/lean/Lean/Elab/DocString/Builtin/Parsing.olean +lib/lean/Lean/Elab/DocString/Builtin/Parsing.olean.private +lib/lean/Lean/Elab/DocString/Builtin/Parsing.olean.server +lib/lean/Lean/Elab/DocString/Builtin/Postponed.ilean +lib/lean/Lean/Elab/DocString/Builtin/Postponed.ir +lib/lean/Lean/Elab/DocString/Builtin/Postponed.olean +lib/lean/Lean/Elab/DocString/Builtin/Postponed.olean.private +lib/lean/Lean/Elab/DocString/Builtin/Postponed.olean.server +lib/lean/Lean/Elab/DocString/Builtin/Scopes.ilean +lib/lean/Lean/Elab/DocString/Builtin/Scopes.ir +lib/lean/Lean/Elab/DocString/Builtin/Scopes.olean +lib/lean/Lean/Elab/DocString/Builtin/Scopes.olean.private +lib/lean/Lean/Elab/DocString/Builtin/Scopes.olean.server lib/lean/Lean/Elab/ElabRules.ilean +lib/lean/Lean/Elab/ElabRules.ir lib/lean/Lean/Elab/ElabRules.olean +lib/lean/Lean/Elab/ElabRules.olean.private +lib/lean/Lean/Elab/ElabRules.olean.server +lib/lean/Lean/Elab/ErrorExplanation.ilean +lib/lean/Lean/Elab/ErrorExplanation.ir +lib/lean/Lean/Elab/ErrorExplanation.olean +lib/lean/Lean/Elab/ErrorExplanation.olean.private +lib/lean/Lean/Elab/ErrorExplanation.olean.server lib/lean/Lean/Elab/Eval.ilean +lib/lean/Lean/Elab/Eval.ir lib/lean/Lean/Elab/Eval.olean +lib/lean/Lean/Elab/Eval.olean.private +lib/lean/Lean/Elab/Eval.olean.server lib/lean/Lean/Elab/Exception.ilean +lib/lean/Lean/Elab/Exception.ir lib/lean/Lean/Elab/Exception.olean +lib/lean/Lean/Elab/Exception.olean.private +lib/lean/Lean/Elab/Exception.olean.server lib/lean/Lean/Elab/Extra.ilean +lib/lean/Lean/Elab/Extra.ir lib/lean/Lean/Elab/Extra.olean +lib/lean/Lean/Elab/Extra.olean.private +lib/lean/Lean/Elab/Extra.olean.server lib/lean/Lean/Elab/Frontend.ilean +lib/lean/Lean/Elab/Frontend.ir lib/lean/Lean/Elab/Frontend.olean +lib/lean/Lean/Elab/Frontend.olean.private +lib/lean/Lean/Elab/Frontend.olean.server lib/lean/Lean/Elab/GenInjective.ilean +lib/lean/Lean/Elab/GenInjective.ir lib/lean/Lean/Elab/GenInjective.olean +lib/lean/Lean/Elab/GenInjective.olean.private +lib/lean/Lean/Elab/GenInjective.olean.server lib/lean/Lean/Elab/GuardMsgs.ilean +lib/lean/Lean/Elab/GuardMsgs.ir lib/lean/Lean/Elab/GuardMsgs.olean +lib/lean/Lean/Elab/GuardMsgs.olean.private +lib/lean/Lean/Elab/GuardMsgs.olean.server lib/lean/Lean/Elab/Import.ilean +lib/lean/Lean/Elab/Import.ir lib/lean/Lean/Elab/Import.olean +lib/lean/Lean/Elab/Import.olean.private +lib/lean/Lean/Elab/Import.olean.server lib/lean/Lean/Elab/Inductive.ilean +lib/lean/Lean/Elab/Inductive.ir lib/lean/Lean/Elab/Inductive.olean +lib/lean/Lean/Elab/Inductive.olean.private +lib/lean/Lean/Elab/Inductive.olean.server lib/lean/Lean/Elab/InfoTree.ilean +lib/lean/Lean/Elab/InfoTree.ir lib/lean/Lean/Elab/InfoTree.olean +lib/lean/Lean/Elab/InfoTree.olean.private +lib/lean/Lean/Elab/InfoTree.olean.server lib/lean/Lean/Elab/InfoTree/InlayHints.ilean +lib/lean/Lean/Elab/InfoTree/InlayHints.ir lib/lean/Lean/Elab/InfoTree/InlayHints.olean +lib/lean/Lean/Elab/InfoTree/InlayHints.olean.private +lib/lean/Lean/Elab/InfoTree/InlayHints.olean.server lib/lean/Lean/Elab/InfoTree/Main.ilean +lib/lean/Lean/Elab/InfoTree/Main.ir lib/lean/Lean/Elab/InfoTree/Main.olean +lib/lean/Lean/Elab/InfoTree/Main.olean.private +lib/lean/Lean/Elab/InfoTree/Main.olean.server lib/lean/Lean/Elab/InfoTree/Types.ilean +lib/lean/Lean/Elab/InfoTree/Types.ir lib/lean/Lean/Elab/InfoTree/Types.olean +lib/lean/Lean/Elab/InfoTree/Types.olean.private +lib/lean/Lean/Elab/InfoTree/Types.olean.server lib/lean/Lean/Elab/InfoTrees.ilean +lib/lean/Lean/Elab/InfoTrees.ir lib/lean/Lean/Elab/InfoTrees.olean +lib/lean/Lean/Elab/InfoTrees.olean.private +lib/lean/Lean/Elab/InfoTrees.olean.server lib/lean/Lean/Elab/InheritDoc.ilean +lib/lean/Lean/Elab/InheritDoc.ir lib/lean/Lean/Elab/InheritDoc.olean +lib/lean/Lean/Elab/InheritDoc.olean.private +lib/lean/Lean/Elab/InheritDoc.olean.server lib/lean/Lean/Elab/LetRec.ilean +lib/lean/Lean/Elab/LetRec.ir lib/lean/Lean/Elab/LetRec.olean +lib/lean/Lean/Elab/LetRec.olean.private +lib/lean/Lean/Elab/LetRec.olean.server lib/lean/Lean/Elab/Level.ilean +lib/lean/Lean/Elab/Level.ir lib/lean/Lean/Elab/Level.olean +lib/lean/Lean/Elab/Level.olean.private +lib/lean/Lean/Elab/Level.olean.server lib/lean/Lean/Elab/Macro.ilean +lib/lean/Lean/Elab/Macro.ir lib/lean/Lean/Elab/Macro.olean +lib/lean/Lean/Elab/Macro.olean.private +lib/lean/Lean/Elab/Macro.olean.server lib/lean/Lean/Elab/MacroArgUtil.ilean +lib/lean/Lean/Elab/MacroArgUtil.ir lib/lean/Lean/Elab/MacroArgUtil.olean +lib/lean/Lean/Elab/MacroArgUtil.olean.private +lib/lean/Lean/Elab/MacroArgUtil.olean.server lib/lean/Lean/Elab/MacroRules.ilean +lib/lean/Lean/Elab/MacroRules.ir lib/lean/Lean/Elab/MacroRules.olean +lib/lean/Lean/Elab/MacroRules.olean.private +lib/lean/Lean/Elab/MacroRules.olean.server lib/lean/Lean/Elab/Match.ilean +lib/lean/Lean/Elab/Match.ir lib/lean/Lean/Elab/Match.olean +lib/lean/Lean/Elab/Match.olean.private +lib/lean/Lean/Elab/Match.olean.server lib/lean/Lean/Elab/MatchAltView.ilean +lib/lean/Lean/Elab/MatchAltView.ir lib/lean/Lean/Elab/MatchAltView.olean +lib/lean/Lean/Elab/MatchAltView.olean.private +lib/lean/Lean/Elab/MatchAltView.olean.server lib/lean/Lean/Elab/MatchExpr.ilean +lib/lean/Lean/Elab/MatchExpr.ir lib/lean/Lean/Elab/MatchExpr.olean +lib/lean/Lean/Elab/MatchExpr.olean.private +lib/lean/Lean/Elab/MatchExpr.olean.server lib/lean/Lean/Elab/Mixfix.ilean +lib/lean/Lean/Elab/Mixfix.ir lib/lean/Lean/Elab/Mixfix.olean +lib/lean/Lean/Elab/Mixfix.olean.private +lib/lean/Lean/Elab/Mixfix.olean.server lib/lean/Lean/Elab/MutualDef.ilean +lib/lean/Lean/Elab/MutualDef.ir lib/lean/Lean/Elab/MutualDef.olean +lib/lean/Lean/Elab/MutualDef.olean.private +lib/lean/Lean/Elab/MutualDef.olean.server lib/lean/Lean/Elab/MutualInductive.ilean +lib/lean/Lean/Elab/MutualInductive.ir lib/lean/Lean/Elab/MutualInductive.olean +lib/lean/Lean/Elab/MutualInductive.olean.private +lib/lean/Lean/Elab/MutualInductive.olean.server lib/lean/Lean/Elab/Notation.ilean +lib/lean/Lean/Elab/Notation.ir lib/lean/Lean/Elab/Notation.olean +lib/lean/Lean/Elab/Notation.olean.private +lib/lean/Lean/Elab/Notation.olean.server lib/lean/Lean/Elab/Open.ilean +lib/lean/Lean/Elab/Open.ir lib/lean/Lean/Elab/Open.olean +lib/lean/Lean/Elab/Open.olean.private +lib/lean/Lean/Elab/Open.olean.server +lib/lean/Lean/Elab/Parallel.ilean +lib/lean/Lean/Elab/Parallel.ir +lib/lean/Lean/Elab/Parallel.olean +lib/lean/Lean/Elab/Parallel.olean.private +lib/lean/Lean/Elab/Parallel.olean.server lib/lean/Lean/Elab/ParseImportsFast.ilean +lib/lean/Lean/Elab/ParseImportsFast.ir lib/lean/Lean/Elab/ParseImportsFast.olean +lib/lean/Lean/Elab/ParseImportsFast.olean.private +lib/lean/Lean/Elab/ParseImportsFast.olean.server lib/lean/Lean/Elab/PatternVar.ilean +lib/lean/Lean/Elab/PatternVar.ir lib/lean/Lean/Elab/PatternVar.olean +lib/lean/Lean/Elab/PatternVar.olean.private +lib/lean/Lean/Elab/PatternVar.olean.server lib/lean/Lean/Elab/PreDefinition.ilean +lib/lean/Lean/Elab/PreDefinition.ir lib/lean/Lean/Elab/PreDefinition.olean +lib/lean/Lean/Elab/PreDefinition.olean.private +lib/lean/Lean/Elab/PreDefinition.olean.server lib/lean/Lean/Elab/PreDefinition/Basic.ilean +lib/lean/Lean/Elab/PreDefinition/Basic.ir lib/lean/Lean/Elab/PreDefinition/Basic.olean +lib/lean/Lean/Elab/PreDefinition/Basic.olean.private +lib/lean/Lean/Elab/PreDefinition/Basic.olean.server lib/lean/Lean/Elab/PreDefinition/EqUnfold.ilean +lib/lean/Lean/Elab/PreDefinition/EqUnfold.ir lib/lean/Lean/Elab/PreDefinition/EqUnfold.olean +lib/lean/Lean/Elab/PreDefinition/EqUnfold.olean.private +lib/lean/Lean/Elab/PreDefinition/EqUnfold.olean.server lib/lean/Lean/Elab/PreDefinition/Eqns.ilean +lib/lean/Lean/Elab/PreDefinition/Eqns.ir lib/lean/Lean/Elab/PreDefinition/Eqns.olean +lib/lean/Lean/Elab/PreDefinition/Eqns.olean.private +lib/lean/Lean/Elab/PreDefinition/Eqns.olean.server +lib/lean/Lean/Elab/PreDefinition/EqnsUtils.ilean +lib/lean/Lean/Elab/PreDefinition/EqnsUtils.ir +lib/lean/Lean/Elab/PreDefinition/EqnsUtils.olean +lib/lean/Lean/Elab/PreDefinition/EqnsUtils.olean.private +lib/lean/Lean/Elab/PreDefinition/EqnsUtils.olean.server lib/lean/Lean/Elab/PreDefinition/FixedParams.ilean +lib/lean/Lean/Elab/PreDefinition/FixedParams.ir lib/lean/Lean/Elab/PreDefinition/FixedParams.olean +lib/lean/Lean/Elab/PreDefinition/FixedParams.olean.private +lib/lean/Lean/Elab/PreDefinition/FixedParams.olean.server lib/lean/Lean/Elab/PreDefinition/Main.ilean +lib/lean/Lean/Elab/PreDefinition/Main.ir lib/lean/Lean/Elab/PreDefinition/Main.olean +lib/lean/Lean/Elab/PreDefinition/Main.olean.private +lib/lean/Lean/Elab/PreDefinition/Main.olean.server lib/lean/Lean/Elab/PreDefinition/MkInhabitant.ilean +lib/lean/Lean/Elab/PreDefinition/MkInhabitant.ir lib/lean/Lean/Elab/PreDefinition/MkInhabitant.olean +lib/lean/Lean/Elab/PreDefinition/MkInhabitant.olean.private +lib/lean/Lean/Elab/PreDefinition/MkInhabitant.olean.server lib/lean/Lean/Elab/PreDefinition/Mutual.ilean +lib/lean/Lean/Elab/PreDefinition/Mutual.ir lib/lean/Lean/Elab/PreDefinition/Mutual.olean -lib/lean/Lean/Elab/PreDefinition/Nonrec/Eqns.ilean -lib/lean/Lean/Elab/PreDefinition/Nonrec/Eqns.olean +lib/lean/Lean/Elab/PreDefinition/Mutual.olean.private +lib/lean/Lean/Elab/PreDefinition/Mutual.olean.server lib/lean/Lean/Elab/PreDefinition/PartialFixpoint.ilean +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint.ir lib/lean/Lean/Elab/PreDefinition/PartialFixpoint.olean +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint.olean.private +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint.olean.server lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Eqns.ilean +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Eqns.ir lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Eqns.olean +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Eqns.olean.private +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Eqns.olean.server lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Induction.ilean +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Induction.ir lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Induction.olean +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Induction.olean.private +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Induction.olean.server lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Main.ilean +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Main.ir lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Main.olean +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Main.olean.private +lib/lean/Lean/Elab/PreDefinition/PartialFixpoint/Main.olean.server lib/lean/Lean/Elab/PreDefinition/Structural.ilean +lib/lean/Lean/Elab/PreDefinition/Structural.ir lib/lean/Lean/Elab/PreDefinition/Structural.olean +lib/lean/Lean/Elab/PreDefinition/Structural.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/BRecOn.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/BRecOn.ir lib/lean/Lean/Elab/PreDefinition/Structural/BRecOn.olean +lib/lean/Lean/Elab/PreDefinition/Structural/BRecOn.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/BRecOn.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/Basic.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/Basic.ir lib/lean/Lean/Elab/PreDefinition/Structural/Basic.olean +lib/lean/Lean/Elab/PreDefinition/Structural/Basic.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/Basic.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/Eqns.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/Eqns.ir lib/lean/Lean/Elab/PreDefinition/Structural/Eqns.olean +lib/lean/Lean/Elab/PreDefinition/Structural/Eqns.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/Eqns.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/FindRecArg.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/FindRecArg.ir lib/lean/Lean/Elab/PreDefinition/Structural/FindRecArg.olean +lib/lean/Lean/Elab/PreDefinition/Structural/FindRecArg.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/FindRecArg.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/IndGroupInfo.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/IndGroupInfo.ir lib/lean/Lean/Elab/PreDefinition/Structural/IndGroupInfo.olean +lib/lean/Lean/Elab/PreDefinition/Structural/IndGroupInfo.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/IndGroupInfo.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/IndPred.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/IndPred.ir lib/lean/Lean/Elab/PreDefinition/Structural/IndPred.olean +lib/lean/Lean/Elab/PreDefinition/Structural/IndPred.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/IndPred.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/Main.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/Main.ir lib/lean/Lean/Elab/PreDefinition/Structural/Main.olean +lib/lean/Lean/Elab/PreDefinition/Structural/Main.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/Main.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/Preprocess.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/Preprocess.ir lib/lean/Lean/Elab/PreDefinition/Structural/Preprocess.olean +lib/lean/Lean/Elab/PreDefinition/Structural/Preprocess.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/Preprocess.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/RecArgInfo.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/RecArgInfo.ir lib/lean/Lean/Elab/PreDefinition/Structural/RecArgInfo.olean +lib/lean/Lean/Elab/PreDefinition/Structural/RecArgInfo.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/RecArgInfo.olean.server lib/lean/Lean/Elab/PreDefinition/Structural/SmartUnfolding.ilean +lib/lean/Lean/Elab/PreDefinition/Structural/SmartUnfolding.ir lib/lean/Lean/Elab/PreDefinition/Structural/SmartUnfolding.olean +lib/lean/Lean/Elab/PreDefinition/Structural/SmartUnfolding.olean.private +lib/lean/Lean/Elab/PreDefinition/Structural/SmartUnfolding.olean.server lib/lean/Lean/Elab/PreDefinition/TerminationHint.ilean +lib/lean/Lean/Elab/PreDefinition/TerminationHint.ir lib/lean/Lean/Elab/PreDefinition/TerminationHint.olean +lib/lean/Lean/Elab/PreDefinition/TerminationHint.olean.private +lib/lean/Lean/Elab/PreDefinition/TerminationHint.olean.server lib/lean/Lean/Elab/PreDefinition/TerminationMeasure.ilean +lib/lean/Lean/Elab/PreDefinition/TerminationMeasure.ir lib/lean/Lean/Elab/PreDefinition/TerminationMeasure.olean +lib/lean/Lean/Elab/PreDefinition/TerminationMeasure.olean.private +lib/lean/Lean/Elab/PreDefinition/TerminationMeasure.olean.server lib/lean/Lean/Elab/PreDefinition/WF.ilean +lib/lean/Lean/Elab/PreDefinition/WF.ir lib/lean/Lean/Elab/PreDefinition/WF.olean +lib/lean/Lean/Elab/PreDefinition/WF.olean.private +lib/lean/Lean/Elab/PreDefinition/WF.olean.server lib/lean/Lean/Elab/PreDefinition/WF/Basic.ilean +lib/lean/Lean/Elab/PreDefinition/WF/Basic.ir lib/lean/Lean/Elab/PreDefinition/WF/Basic.olean +lib/lean/Lean/Elab/PreDefinition/WF/Basic.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/Basic.olean.server lib/lean/Lean/Elab/PreDefinition/WF/Eqns.ilean +lib/lean/Lean/Elab/PreDefinition/WF/Eqns.ir lib/lean/Lean/Elab/PreDefinition/WF/Eqns.olean +lib/lean/Lean/Elab/PreDefinition/WF/Eqns.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/Eqns.olean.server lib/lean/Lean/Elab/PreDefinition/WF/Fix.ilean +lib/lean/Lean/Elab/PreDefinition/WF/Fix.ir lib/lean/Lean/Elab/PreDefinition/WF/Fix.olean +lib/lean/Lean/Elab/PreDefinition/WF/Fix.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/Fix.olean.server lib/lean/Lean/Elab/PreDefinition/WF/FloatRecApp.ilean +lib/lean/Lean/Elab/PreDefinition/WF/FloatRecApp.ir lib/lean/Lean/Elab/PreDefinition/WF/FloatRecApp.olean +lib/lean/Lean/Elab/PreDefinition/WF/FloatRecApp.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/FloatRecApp.olean.server lib/lean/Lean/Elab/PreDefinition/WF/GuessLex.ilean +lib/lean/Lean/Elab/PreDefinition/WF/GuessLex.ir lib/lean/Lean/Elab/PreDefinition/WF/GuessLex.olean +lib/lean/Lean/Elab/PreDefinition/WF/GuessLex.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/GuessLex.olean.server lib/lean/Lean/Elab/PreDefinition/WF/Main.ilean +lib/lean/Lean/Elab/PreDefinition/WF/Main.ir lib/lean/Lean/Elab/PreDefinition/WF/Main.olean +lib/lean/Lean/Elab/PreDefinition/WF/Main.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/Main.olean.server lib/lean/Lean/Elab/PreDefinition/WF/PackMutual.ilean +lib/lean/Lean/Elab/PreDefinition/WF/PackMutual.ir lib/lean/Lean/Elab/PreDefinition/WF/PackMutual.olean +lib/lean/Lean/Elab/PreDefinition/WF/PackMutual.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/PackMutual.olean.server lib/lean/Lean/Elab/PreDefinition/WF/Preprocess.ilean +lib/lean/Lean/Elab/PreDefinition/WF/Preprocess.ir lib/lean/Lean/Elab/PreDefinition/WF/Preprocess.olean +lib/lean/Lean/Elab/PreDefinition/WF/Preprocess.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/Preprocess.olean.server lib/lean/Lean/Elab/PreDefinition/WF/Rel.ilean +lib/lean/Lean/Elab/PreDefinition/WF/Rel.ir lib/lean/Lean/Elab/PreDefinition/WF/Rel.olean +lib/lean/Lean/Elab/PreDefinition/WF/Rel.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/Rel.olean.server lib/lean/Lean/Elab/PreDefinition/WF/Unfold.ilean +lib/lean/Lean/Elab/PreDefinition/WF/Unfold.ir lib/lean/Lean/Elab/PreDefinition/WF/Unfold.olean +lib/lean/Lean/Elab/PreDefinition/WF/Unfold.olean.private +lib/lean/Lean/Elab/PreDefinition/WF/Unfold.olean.server lib/lean/Lean/Elab/Print.ilean +lib/lean/Lean/Elab/Print.ir lib/lean/Lean/Elab/Print.olean +lib/lean/Lean/Elab/Print.olean.private +lib/lean/Lean/Elab/Print.olean.server lib/lean/Lean/Elab/Quotation.ilean +lib/lean/Lean/Elab/Quotation.ir lib/lean/Lean/Elab/Quotation.olean +lib/lean/Lean/Elab/Quotation.olean.private +lib/lean/Lean/Elab/Quotation.olean.server lib/lean/Lean/Elab/Quotation/Precheck.ilean +lib/lean/Lean/Elab/Quotation/Precheck.ir lib/lean/Lean/Elab/Quotation/Precheck.olean +lib/lean/Lean/Elab/Quotation/Precheck.olean.private +lib/lean/Lean/Elab/Quotation/Precheck.olean.server lib/lean/Lean/Elab/Quotation/Util.ilean +lib/lean/Lean/Elab/Quotation/Util.ir lib/lean/Lean/Elab/Quotation/Util.olean +lib/lean/Lean/Elab/Quotation/Util.olean.private +lib/lean/Lean/Elab/Quotation/Util.olean.server lib/lean/Lean/Elab/RecAppSyntax.ilean +lib/lean/Lean/Elab/RecAppSyntax.ir lib/lean/Lean/Elab/RecAppSyntax.olean +lib/lean/Lean/Elab/RecAppSyntax.olean.private +lib/lean/Lean/Elab/RecAppSyntax.olean.server lib/lean/Lean/Elab/RecommendedSpelling.ilean +lib/lean/Lean/Elab/RecommendedSpelling.ir lib/lean/Lean/Elab/RecommendedSpelling.olean +lib/lean/Lean/Elab/RecommendedSpelling.olean.private +lib/lean/Lean/Elab/RecommendedSpelling.olean.server lib/lean/Lean/Elab/SetOption.ilean +lib/lean/Lean/Elab/SetOption.ir lib/lean/Lean/Elab/SetOption.olean +lib/lean/Lean/Elab/SetOption.olean.private +lib/lean/Lean/Elab/SetOption.olean.server lib/lean/Lean/Elab/StructInst.ilean +lib/lean/Lean/Elab/StructInst.ir lib/lean/Lean/Elab/StructInst.olean +lib/lean/Lean/Elab/StructInst.olean.private +lib/lean/Lean/Elab/StructInst.olean.server +lib/lean/Lean/Elab/StructInstHint.ilean +lib/lean/Lean/Elab/StructInstHint.ir +lib/lean/Lean/Elab/StructInstHint.olean +lib/lean/Lean/Elab/StructInstHint.olean.private +lib/lean/Lean/Elab/StructInstHint.olean.server lib/lean/Lean/Elab/Structure.ilean +lib/lean/Lean/Elab/Structure.ir lib/lean/Lean/Elab/Structure.olean +lib/lean/Lean/Elab/Structure.olean.private +lib/lean/Lean/Elab/Structure.olean.server lib/lean/Lean/Elab/Syntax.ilean +lib/lean/Lean/Elab/Syntax.ir lib/lean/Lean/Elab/Syntax.olean +lib/lean/Lean/Elab/Syntax.olean.private +lib/lean/Lean/Elab/Syntax.olean.server lib/lean/Lean/Elab/SyntheticMVars.ilean +lib/lean/Lean/Elab/SyntheticMVars.ir lib/lean/Lean/Elab/SyntheticMVars.olean +lib/lean/Lean/Elab/SyntheticMVars.olean.private +lib/lean/Lean/Elab/SyntheticMVars.olean.server lib/lean/Lean/Elab/Tactic.ilean +lib/lean/Lean/Elab/Tactic.ir lib/lean/Lean/Elab/Tactic.olean +lib/lean/Lean/Elab/Tactic.olean.private +lib/lean/Lean/Elab/Tactic.olean.server lib/lean/Lean/Elab/Tactic/AsAuxLemma.ilean +lib/lean/Lean/Elab/Tactic/AsAuxLemma.ir lib/lean/Lean/Elab/Tactic/AsAuxLemma.olean +lib/lean/Lean/Elab/Tactic/AsAuxLemma.olean.private +lib/lean/Lean/Elab/Tactic/AsAuxLemma.olean.server lib/lean/Lean/Elab/Tactic/BVDecide.ilean +lib/lean/Lean/Elab/Tactic/BVDecide.ir lib/lean/Lean/Elab/Tactic/BVDecide.olean +lib/lean/Lean/Elab/Tactic/BVDecide.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/External.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/External.ir lib/lean/Lean/Elab/Tactic/BVDecide/External.olean +lib/lean/Lean/Elab/Tactic/BVDecide/External.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/External.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Attr.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Attr.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Attr.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Attr.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Attr.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVCheck.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVCheck.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVCheck.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVCheck.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVCheck.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reflect.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reflect.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reflect.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reflect.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reflect.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVExpr.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVExpr.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVExpr.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVExpr.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVExpr.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVLogical.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVLogical.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVLogical.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVLogical.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVLogical.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVPred.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVPred.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVPred.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVPred.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedBVPred.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedLemmas.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedLemmas.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedLemmas.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedLemmas.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/ReifiedLemmas.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reify.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reify.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reify.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reify.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/Reify.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/SatAtBVLogical.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/SatAtBVLogical.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/SatAtBVLogical.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/SatAtBVLogical.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVDecide/SatAtBVLogical.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVTrace.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVTrace.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVTrace.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVTrace.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/BVTrace.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/LRAT.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/LRAT.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/LRAT.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/LRAT.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/LRAT.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AC.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AC.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AC.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AC.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AC.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AndFlatten.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AndFlatten.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AndFlatten.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AndFlatten.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/AndFlatten.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ApplyControlFlow.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ApplyControlFlow.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ApplyControlFlow.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ApplyControlFlow.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ApplyControlFlow.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Basic.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Basic.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Basic.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Basic.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Basic.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/EmbeddedConstraint.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/EmbeddedConstraint.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/EmbeddedConstraint.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/EmbeddedConstraint.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/EmbeddedConstraint.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Enums.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Enums.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Enums.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Enums.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Enums.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/IntToBitVec.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/IntToBitVec.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/IntToBitVec.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/IntToBitVec.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/IntToBitVec.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Rewrite.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Rewrite.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Rewrite.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Rewrite.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Rewrite.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ShortCircuit.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ShortCircuit.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ShortCircuit.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ShortCircuit.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/ShortCircuit.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Simproc.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Simproc.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Simproc.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Simproc.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Simproc.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Structures.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Structures.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Structures.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Structures.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/Structures.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/TypeAnalysis.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/TypeAnalysis.ir lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/TypeAnalysis.olean +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/TypeAnalysis.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/Frontend/Normalize/TypeAnalysis.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/LRAT.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/LRAT.ir lib/lean/Lean/Elab/Tactic/BVDecide/LRAT.olean +lib/lean/Lean/Elab/Tactic/BVDecide/LRAT.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/LRAT.olean.server lib/lean/Lean/Elab/Tactic/BVDecide/LRAT/Trim.ilean +lib/lean/Lean/Elab/Tactic/BVDecide/LRAT/Trim.ir lib/lean/Lean/Elab/Tactic/BVDecide/LRAT/Trim.olean +lib/lean/Lean/Elab/Tactic/BVDecide/LRAT/Trim.olean.private +lib/lean/Lean/Elab/Tactic/BVDecide/LRAT/Trim.olean.server lib/lean/Lean/Elab/Tactic/Basic.ilean +lib/lean/Lean/Elab/Tactic/Basic.ir lib/lean/Lean/Elab/Tactic/Basic.olean +lib/lean/Lean/Elab/Tactic/Basic.olean.private +lib/lean/Lean/Elab/Tactic/Basic.olean.server lib/lean/Lean/Elab/Tactic/BoolToPropSimps.ilean +lib/lean/Lean/Elab/Tactic/BoolToPropSimps.ir lib/lean/Lean/Elab/Tactic/BoolToPropSimps.olean +lib/lean/Lean/Elab/Tactic/BoolToPropSimps.olean.private +lib/lean/Lean/Elab/Tactic/BoolToPropSimps.olean.server lib/lean/Lean/Elab/Tactic/BuiltinTactic.ilean +lib/lean/Lean/Elab/Tactic/BuiltinTactic.ir lib/lean/Lean/Elab/Tactic/BuiltinTactic.olean +lib/lean/Lean/Elab/Tactic/BuiltinTactic.olean.private +lib/lean/Lean/Elab/Tactic/BuiltinTactic.olean.server lib/lean/Lean/Elab/Tactic/Calc.ilean +lib/lean/Lean/Elab/Tactic/Calc.ir lib/lean/Lean/Elab/Tactic/Calc.olean +lib/lean/Lean/Elab/Tactic/Calc.olean.private +lib/lean/Lean/Elab/Tactic/Calc.olean.server lib/lean/Lean/Elab/Tactic/Change.ilean +lib/lean/Lean/Elab/Tactic/Change.ir lib/lean/Lean/Elab/Tactic/Change.olean +lib/lean/Lean/Elab/Tactic/Change.olean.private +lib/lean/Lean/Elab/Tactic/Change.olean.server lib/lean/Lean/Elab/Tactic/Classical.ilean +lib/lean/Lean/Elab/Tactic/Classical.ir lib/lean/Lean/Elab/Tactic/Classical.olean +lib/lean/Lean/Elab/Tactic/Classical.olean.private +lib/lean/Lean/Elab/Tactic/Classical.olean.server lib/lean/Lean/Elab/Tactic/Config.ilean +lib/lean/Lean/Elab/Tactic/Config.ir lib/lean/Lean/Elab/Tactic/Config.olean +lib/lean/Lean/Elab/Tactic/Config.olean.private +lib/lean/Lean/Elab/Tactic/Config.olean.server +lib/lean/Lean/Elab/Tactic/ConfigSetter.ilean +lib/lean/Lean/Elab/Tactic/ConfigSetter.ir +lib/lean/Lean/Elab/Tactic/ConfigSetter.olean +lib/lean/Lean/Elab/Tactic/ConfigSetter.olean.private +lib/lean/Lean/Elab/Tactic/ConfigSetter.olean.server lib/lean/Lean/Elab/Tactic/Congr.ilean +lib/lean/Lean/Elab/Tactic/Congr.ir lib/lean/Lean/Elab/Tactic/Congr.olean +lib/lean/Lean/Elab/Tactic/Congr.olean.private +lib/lean/Lean/Elab/Tactic/Congr.olean.server lib/lean/Lean/Elab/Tactic/Conv.ilean +lib/lean/Lean/Elab/Tactic/Conv.ir lib/lean/Lean/Elab/Tactic/Conv.olean +lib/lean/Lean/Elab/Tactic/Conv.olean.private +lib/lean/Lean/Elab/Tactic/Conv.olean.server lib/lean/Lean/Elab/Tactic/Conv/Basic.ilean +lib/lean/Lean/Elab/Tactic/Conv/Basic.ir lib/lean/Lean/Elab/Tactic/Conv/Basic.olean +lib/lean/Lean/Elab/Tactic/Conv/Basic.olean.private +lib/lean/Lean/Elab/Tactic/Conv/Basic.olean.server lib/lean/Lean/Elab/Tactic/Conv/Change.ilean +lib/lean/Lean/Elab/Tactic/Conv/Change.ir lib/lean/Lean/Elab/Tactic/Conv/Change.olean +lib/lean/Lean/Elab/Tactic/Conv/Change.olean.private +lib/lean/Lean/Elab/Tactic/Conv/Change.olean.server lib/lean/Lean/Elab/Tactic/Conv/Congr.ilean +lib/lean/Lean/Elab/Tactic/Conv/Congr.ir lib/lean/Lean/Elab/Tactic/Conv/Congr.olean +lib/lean/Lean/Elab/Tactic/Conv/Congr.olean.private +lib/lean/Lean/Elab/Tactic/Conv/Congr.olean.server lib/lean/Lean/Elab/Tactic/Conv/Delta.ilean +lib/lean/Lean/Elab/Tactic/Conv/Delta.ir lib/lean/Lean/Elab/Tactic/Conv/Delta.olean +lib/lean/Lean/Elab/Tactic/Conv/Delta.olean.private +lib/lean/Lean/Elab/Tactic/Conv/Delta.olean.server lib/lean/Lean/Elab/Tactic/Conv/Lets.ilean +lib/lean/Lean/Elab/Tactic/Conv/Lets.ir lib/lean/Lean/Elab/Tactic/Conv/Lets.olean +lib/lean/Lean/Elab/Tactic/Conv/Lets.olean.private +lib/lean/Lean/Elab/Tactic/Conv/Lets.olean.server lib/lean/Lean/Elab/Tactic/Conv/Pattern.ilean +lib/lean/Lean/Elab/Tactic/Conv/Pattern.ir lib/lean/Lean/Elab/Tactic/Conv/Pattern.olean +lib/lean/Lean/Elab/Tactic/Conv/Pattern.olean.private +lib/lean/Lean/Elab/Tactic/Conv/Pattern.olean.server lib/lean/Lean/Elab/Tactic/Conv/Rewrite.ilean +lib/lean/Lean/Elab/Tactic/Conv/Rewrite.ir lib/lean/Lean/Elab/Tactic/Conv/Rewrite.olean +lib/lean/Lean/Elab/Tactic/Conv/Rewrite.olean.private +lib/lean/Lean/Elab/Tactic/Conv/Rewrite.olean.server lib/lean/Lean/Elab/Tactic/Conv/Simp.ilean +lib/lean/Lean/Elab/Tactic/Conv/Simp.ir lib/lean/Lean/Elab/Tactic/Conv/Simp.olean +lib/lean/Lean/Elab/Tactic/Conv/Simp.olean.private +lib/lean/Lean/Elab/Tactic/Conv/Simp.olean.server lib/lean/Lean/Elab/Tactic/Conv/Unfold.ilean +lib/lean/Lean/Elab/Tactic/Conv/Unfold.ir lib/lean/Lean/Elab/Tactic/Conv/Unfold.olean +lib/lean/Lean/Elab/Tactic/Conv/Unfold.olean.private +lib/lean/Lean/Elab/Tactic/Conv/Unfold.olean.server lib/lean/Lean/Elab/Tactic/Delta.ilean +lib/lean/Lean/Elab/Tactic/Delta.ir lib/lean/Lean/Elab/Tactic/Delta.olean +lib/lean/Lean/Elab/Tactic/Delta.olean.private +lib/lean/Lean/Elab/Tactic/Delta.olean.server lib/lean/Lean/Elab/Tactic/DiscrTreeKey.ilean +lib/lean/Lean/Elab/Tactic/DiscrTreeKey.ir lib/lean/Lean/Elab/Tactic/DiscrTreeKey.olean +lib/lean/Lean/Elab/Tactic/DiscrTreeKey.olean.private +lib/lean/Lean/Elab/Tactic/DiscrTreeKey.olean.server +lib/lean/Lean/Elab/Tactic/Do.ilean +lib/lean/Lean/Elab/Tactic/Do.ir +lib/lean/Lean/Elab/Tactic/Do.olean +lib/lean/Lean/Elab/Tactic/Do.olean.private +lib/lean/Lean/Elab/Tactic/Do.olean.server +lib/lean/Lean/Elab/Tactic/Do/Attr.ilean +lib/lean/Lean/Elab/Tactic/Do/Attr.ir +lib/lean/Lean/Elab/Tactic/Do/Attr.olean +lib/lean/Lean/Elab/Tactic/Do/Attr.olean.private +lib/lean/Lean/Elab/Tactic/Do/Attr.olean.server +lib/lean/Lean/Elab/Tactic/Do/LetElim.ilean +lib/lean/Lean/Elab/Tactic/Do/LetElim.ir +lib/lean/Lean/Elab/Tactic/Do/LetElim.olean +lib/lean/Lean/Elab/Tactic/Do/LetElim.olean.private +lib/lean/Lean/Elab/Tactic/Do/LetElim.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Assumption.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Assumption.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Assumption.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Assumption.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Assumption.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Basic.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Basic.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Basic.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Basic.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Basic.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Cases.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Cases.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Cases.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Cases.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Cases.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Clear.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Clear.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Clear.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Clear.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Clear.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Constructor.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Constructor.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Constructor.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Constructor.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Constructor.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Delab.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Delab.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Delab.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Delab.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Delab.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exact.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exact.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exact.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exact.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exact.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exfalso.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exfalso.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exfalso.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exfalso.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Exfalso.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Focus.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Focus.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Focus.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Focus.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Focus.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Frame.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Frame.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Frame.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Frame.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Frame.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Have.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Have.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Have.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Have.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Have.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Intro.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Intro.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Intro.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Intro.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Intro.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/LeftRight.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/LeftRight.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/LeftRight.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/LeftRight.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/LeftRight.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/MGoal.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/MGoal.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/MGoal.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/MGoal.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/MGoal.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Pure.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Pure.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Pure.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Pure.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Pure.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Refine.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Refine.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Refine.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Refine.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Refine.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/RenameI.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/RenameI.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/RenameI.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/RenameI.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/RenameI.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Revert.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Revert.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Revert.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Revert.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Revert.olean.server +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Specialize.ilean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Specialize.ir +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Specialize.olean +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Specialize.olean.private +lib/lean/Lean/Elab/Tactic/Do/ProofMode/Specialize.olean.server +lib/lean/Lean/Elab/Tactic/Do/Spec.ilean +lib/lean/Lean/Elab/Tactic/Do/Spec.ir +lib/lean/Lean/Elab/Tactic/Do/Spec.olean +lib/lean/Lean/Elab/Tactic/Do/Spec.olean.private +lib/lean/Lean/Elab/Tactic/Do/Spec.olean.server +lib/lean/Lean/Elab/Tactic/Do/Syntax.ilean +lib/lean/Lean/Elab/Tactic/Do/Syntax.ir +lib/lean/Lean/Elab/Tactic/Do/Syntax.olean +lib/lean/Lean/Elab/Tactic/Do/Syntax.olean.private +lib/lean/Lean/Elab/Tactic/Do/Syntax.olean.server +lib/lean/Lean/Elab/Tactic/Do/VCGen.ilean +lib/lean/Lean/Elab/Tactic/Do/VCGen.ir +lib/lean/Lean/Elab/Tactic/Do/VCGen.olean +lib/lean/Lean/Elab/Tactic/Do/VCGen.olean.private +lib/lean/Lean/Elab/Tactic/Do/VCGen.olean.server +lib/lean/Lean/Elab/Tactic/Do/VCGen/Basic.ilean +lib/lean/Lean/Elab/Tactic/Do/VCGen/Basic.ir +lib/lean/Lean/Elab/Tactic/Do/VCGen/Basic.olean +lib/lean/Lean/Elab/Tactic/Do/VCGen/Basic.olean.private +lib/lean/Lean/Elab/Tactic/Do/VCGen/Basic.olean.server +lib/lean/Lean/Elab/Tactic/Do/VCGen/Split.ilean +lib/lean/Lean/Elab/Tactic/Do/VCGen/Split.ir +lib/lean/Lean/Elab/Tactic/Do/VCGen/Split.olean +lib/lean/Lean/Elab/Tactic/Do/VCGen/Split.olean.private +lib/lean/Lean/Elab/Tactic/Do/VCGen/Split.olean.server +lib/lean/Lean/Elab/Tactic/Do/VCGen/SuggestInvariant.ilean +lib/lean/Lean/Elab/Tactic/Do/VCGen/SuggestInvariant.ir +lib/lean/Lean/Elab/Tactic/Do/VCGen/SuggestInvariant.olean +lib/lean/Lean/Elab/Tactic/Do/VCGen/SuggestInvariant.olean.private +lib/lean/Lean/Elab/Tactic/Do/VCGen/SuggestInvariant.olean.server lib/lean/Lean/Elab/Tactic/Doc.ilean +lib/lean/Lean/Elab/Tactic/Doc.ir lib/lean/Lean/Elab/Tactic/Doc.olean +lib/lean/Lean/Elab/Tactic/Doc.olean.private +lib/lean/Lean/Elab/Tactic/Doc.olean.server lib/lean/Lean/Elab/Tactic/ElabTerm.ilean +lib/lean/Lean/Elab/Tactic/ElabTerm.ir lib/lean/Lean/Elab/Tactic/ElabTerm.olean +lib/lean/Lean/Elab/Tactic/ElabTerm.olean.private +lib/lean/Lean/Elab/Tactic/ElabTerm.olean.server lib/lean/Lean/Elab/Tactic/ExposeNames.ilean +lib/lean/Lean/Elab/Tactic/ExposeNames.ir lib/lean/Lean/Elab/Tactic/ExposeNames.olean +lib/lean/Lean/Elab/Tactic/ExposeNames.olean.private +lib/lean/Lean/Elab/Tactic/ExposeNames.olean.server lib/lean/Lean/Elab/Tactic/Ext.ilean +lib/lean/Lean/Elab/Tactic/Ext.ir lib/lean/Lean/Elab/Tactic/Ext.olean +lib/lean/Lean/Elab/Tactic/Ext.olean.private +lib/lean/Lean/Elab/Tactic/Ext.olean.server lib/lean/Lean/Elab/Tactic/FalseOrByContra.ilean +lib/lean/Lean/Elab/Tactic/FalseOrByContra.ir lib/lean/Lean/Elab/Tactic/FalseOrByContra.olean +lib/lean/Lean/Elab/Tactic/FalseOrByContra.olean.private +lib/lean/Lean/Elab/Tactic/FalseOrByContra.olean.server lib/lean/Lean/Elab/Tactic/Generalize.ilean +lib/lean/Lean/Elab/Tactic/Generalize.ir lib/lean/Lean/Elab/Tactic/Generalize.olean +lib/lean/Lean/Elab/Tactic/Generalize.olean.private +lib/lean/Lean/Elab/Tactic/Generalize.olean.server lib/lean/Lean/Elab/Tactic/Grind.ilean +lib/lean/Lean/Elab/Tactic/Grind.ir lib/lean/Lean/Elab/Tactic/Grind.olean +lib/lean/Lean/Elab/Tactic/Grind.olean.private +lib/lean/Lean/Elab/Tactic/Grind.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Anchor.ilean +lib/lean/Lean/Elab/Tactic/Grind/Anchor.ir +lib/lean/Lean/Elab/Tactic/Grind/Anchor.olean +lib/lean/Lean/Elab/Tactic/Grind/Anchor.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Anchor.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Annotated.ilean +lib/lean/Lean/Elab/Tactic/Grind/Annotated.ir +lib/lean/Lean/Elab/Tactic/Grind/Annotated.olean +lib/lean/Lean/Elab/Tactic/Grind/Annotated.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Annotated.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Basic.ilean +lib/lean/Lean/Elab/Tactic/Grind/Basic.ir +lib/lean/Lean/Elab/Tactic/Grind/Basic.olean +lib/lean/Lean/Elab/Tactic/Grind/Basic.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Basic.olean.server +lib/lean/Lean/Elab/Tactic/Grind/BuiltinTactic.ilean +lib/lean/Lean/Elab/Tactic/Grind/BuiltinTactic.ir +lib/lean/Lean/Elab/Tactic/Grind/BuiltinTactic.olean +lib/lean/Lean/Elab/Tactic/Grind/BuiltinTactic.olean.private +lib/lean/Lean/Elab/Tactic/Grind/BuiltinTactic.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Config.ilean +lib/lean/Lean/Elab/Tactic/Grind/Config.ir +lib/lean/Lean/Elab/Tactic/Grind/Config.olean +lib/lean/Lean/Elab/Tactic/Grind/Config.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Config.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Filter.ilean +lib/lean/Lean/Elab/Tactic/Grind/Filter.ir +lib/lean/Lean/Elab/Tactic/Grind/Filter.olean +lib/lean/Lean/Elab/Tactic/Grind/Filter.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Filter.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Have.ilean +lib/lean/Lean/Elab/Tactic/Grind/Have.ir +lib/lean/Lean/Elab/Tactic/Grind/Have.olean +lib/lean/Lean/Elab/Tactic/Grind/Have.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Have.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Lint.ilean +lib/lean/Lean/Elab/Tactic/Grind/Lint.ir +lib/lean/Lean/Elab/Tactic/Grind/Lint.olean +lib/lean/Lean/Elab/Tactic/Grind/Lint.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Lint.olean.server +lib/lean/Lean/Elab/Tactic/Grind/LintExceptions.ilean +lib/lean/Lean/Elab/Tactic/Grind/LintExceptions.ir +lib/lean/Lean/Elab/Tactic/Grind/LintExceptions.olean +lib/lean/Lean/Elab/Tactic/Grind/LintExceptions.olean.private +lib/lean/Lean/Elab/Tactic/Grind/LintExceptions.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Main.ilean +lib/lean/Lean/Elab/Tactic/Grind/Main.ir +lib/lean/Lean/Elab/Tactic/Grind/Main.olean +lib/lean/Lean/Elab/Tactic/Grind/Main.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Main.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Param.ilean +lib/lean/Lean/Elab/Tactic/Grind/Param.ir +lib/lean/Lean/Elab/Tactic/Grind/Param.olean +lib/lean/Lean/Elab/Tactic/Grind/Param.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Param.olean.server +lib/lean/Lean/Elab/Tactic/Grind/ShowState.ilean +lib/lean/Lean/Elab/Tactic/Grind/ShowState.ir +lib/lean/Lean/Elab/Tactic/Grind/ShowState.olean +lib/lean/Lean/Elab/Tactic/Grind/ShowState.olean.private +lib/lean/Lean/Elab/Tactic/Grind/ShowState.olean.server +lib/lean/Lean/Elab/Tactic/Grind/Trace.ilean +lib/lean/Lean/Elab/Tactic/Grind/Trace.ir +lib/lean/Lean/Elab/Tactic/Grind/Trace.olean +lib/lean/Lean/Elab/Tactic/Grind/Trace.olean.private +lib/lean/Lean/Elab/Tactic/Grind/Trace.olean.server lib/lean/Lean/Elab/Tactic/Guard.ilean +lib/lean/Lean/Elab/Tactic/Guard.ir lib/lean/Lean/Elab/Tactic/Guard.olean +lib/lean/Lean/Elab/Tactic/Guard.olean.private +lib/lean/Lean/Elab/Tactic/Guard.olean.server lib/lean/Lean/Elab/Tactic/Induction.ilean +lib/lean/Lean/Elab/Tactic/Induction.ir lib/lean/Lean/Elab/Tactic/Induction.olean +lib/lean/Lean/Elab/Tactic/Induction.olean.private +lib/lean/Lean/Elab/Tactic/Induction.olean.server lib/lean/Lean/Elab/Tactic/Injection.ilean +lib/lean/Lean/Elab/Tactic/Injection.ir lib/lean/Lean/Elab/Tactic/Injection.olean +lib/lean/Lean/Elab/Tactic/Injection.olean.private +lib/lean/Lean/Elab/Tactic/Injection.olean.server lib/lean/Lean/Elab/Tactic/Lets.ilean +lib/lean/Lean/Elab/Tactic/Lets.ir lib/lean/Lean/Elab/Tactic/Lets.olean +lib/lean/Lean/Elab/Tactic/Lets.olean.private +lib/lean/Lean/Elab/Tactic/Lets.olean.server lib/lean/Lean/Elab/Tactic/LibrarySearch.ilean +lib/lean/Lean/Elab/Tactic/LibrarySearch.ir lib/lean/Lean/Elab/Tactic/LibrarySearch.olean +lib/lean/Lean/Elab/Tactic/LibrarySearch.olean.private +lib/lean/Lean/Elab/Tactic/LibrarySearch.olean.server lib/lean/Lean/Elab/Tactic/Location.ilean +lib/lean/Lean/Elab/Tactic/Location.ir lib/lean/Lean/Elab/Tactic/Location.olean +lib/lean/Lean/Elab/Tactic/Location.olean.private +lib/lean/Lean/Elab/Tactic/Location.olean.server lib/lean/Lean/Elab/Tactic/Match.ilean +lib/lean/Lean/Elab/Tactic/Match.ir lib/lean/Lean/Elab/Tactic/Match.olean +lib/lean/Lean/Elab/Tactic/Match.olean.private +lib/lean/Lean/Elab/Tactic/Match.olean.server lib/lean/Lean/Elab/Tactic/Meta.ilean +lib/lean/Lean/Elab/Tactic/Meta.ir lib/lean/Lean/Elab/Tactic/Meta.olean +lib/lean/Lean/Elab/Tactic/Meta.olean.private +lib/lean/Lean/Elab/Tactic/Meta.olean.server lib/lean/Lean/Elab/Tactic/Monotonicity.ilean +lib/lean/Lean/Elab/Tactic/Monotonicity.ir lib/lean/Lean/Elab/Tactic/Monotonicity.olean +lib/lean/Lean/Elab/Tactic/Monotonicity.olean.private +lib/lean/Lean/Elab/Tactic/Monotonicity.olean.server lib/lean/Lean/Elab/Tactic/NormCast.ilean +lib/lean/Lean/Elab/Tactic/NormCast.ir lib/lean/Lean/Elab/Tactic/NormCast.olean +lib/lean/Lean/Elab/Tactic/NormCast.olean.private +lib/lean/Lean/Elab/Tactic/NormCast.olean.server lib/lean/Lean/Elab/Tactic/Omega.ilean +lib/lean/Lean/Elab/Tactic/Omega.ir lib/lean/Lean/Elab/Tactic/Omega.olean +lib/lean/Lean/Elab/Tactic/Omega.olean.private +lib/lean/Lean/Elab/Tactic/Omega.olean.server lib/lean/Lean/Elab/Tactic/Omega/Core.ilean +lib/lean/Lean/Elab/Tactic/Omega/Core.ir lib/lean/Lean/Elab/Tactic/Omega/Core.olean +lib/lean/Lean/Elab/Tactic/Omega/Core.olean.private +lib/lean/Lean/Elab/Tactic/Omega/Core.olean.server lib/lean/Lean/Elab/Tactic/Omega/Frontend.ilean +lib/lean/Lean/Elab/Tactic/Omega/Frontend.ir lib/lean/Lean/Elab/Tactic/Omega/Frontend.olean +lib/lean/Lean/Elab/Tactic/Omega/Frontend.olean.private +lib/lean/Lean/Elab/Tactic/Omega/Frontend.olean.server lib/lean/Lean/Elab/Tactic/Omega/MinNatAbs.ilean +lib/lean/Lean/Elab/Tactic/Omega/MinNatAbs.ir lib/lean/Lean/Elab/Tactic/Omega/MinNatAbs.olean +lib/lean/Lean/Elab/Tactic/Omega/MinNatAbs.olean.private +lib/lean/Lean/Elab/Tactic/Omega/MinNatAbs.olean.server lib/lean/Lean/Elab/Tactic/Omega/OmegaM.ilean +lib/lean/Lean/Elab/Tactic/Omega/OmegaM.ir lib/lean/Lean/Elab/Tactic/Omega/OmegaM.olean +lib/lean/Lean/Elab/Tactic/Omega/OmegaM.olean.private +lib/lean/Lean/Elab/Tactic/Omega/OmegaM.olean.server lib/lean/Lean/Elab/Tactic/RCases.ilean +lib/lean/Lean/Elab/Tactic/RCases.ir lib/lean/Lean/Elab/Tactic/RCases.olean +lib/lean/Lean/Elab/Tactic/RCases.olean.private +lib/lean/Lean/Elab/Tactic/RCases.olean.server +lib/lean/Lean/Elab/Tactic/RenameInaccessibles.ilean +lib/lean/Lean/Elab/Tactic/RenameInaccessibles.ir +lib/lean/Lean/Elab/Tactic/RenameInaccessibles.olean +lib/lean/Lean/Elab/Tactic/RenameInaccessibles.olean.private +lib/lean/Lean/Elab/Tactic/RenameInaccessibles.olean.server lib/lean/Lean/Elab/Tactic/Repeat.ilean +lib/lean/Lean/Elab/Tactic/Repeat.ir lib/lean/Lean/Elab/Tactic/Repeat.olean +lib/lean/Lean/Elab/Tactic/Repeat.olean.private +lib/lean/Lean/Elab/Tactic/Repeat.olean.server lib/lean/Lean/Elab/Tactic/Rewrite.ilean +lib/lean/Lean/Elab/Tactic/Rewrite.ir lib/lean/Lean/Elab/Tactic/Rewrite.olean +lib/lean/Lean/Elab/Tactic/Rewrite.olean.private +lib/lean/Lean/Elab/Tactic/Rewrite.olean.server lib/lean/Lean/Elab/Tactic/Rewrites.ilean +lib/lean/Lean/Elab/Tactic/Rewrites.ir lib/lean/Lean/Elab/Tactic/Rewrites.olean +lib/lean/Lean/Elab/Tactic/Rewrites.olean.private +lib/lean/Lean/Elab/Tactic/Rewrites.olean.server lib/lean/Lean/Elab/Tactic/Rfl.ilean +lib/lean/Lean/Elab/Tactic/Rfl.ir lib/lean/Lean/Elab/Tactic/Rfl.olean +lib/lean/Lean/Elab/Tactic/Rfl.olean.private +lib/lean/Lean/Elab/Tactic/Rfl.olean.server +lib/lean/Lean/Elab/Tactic/Show.ilean +lib/lean/Lean/Elab/Tactic/Show.ir +lib/lean/Lean/Elab/Tactic/Show.olean +lib/lean/Lean/Elab/Tactic/Show.olean.private +lib/lean/Lean/Elab/Tactic/Show.olean.server lib/lean/Lean/Elab/Tactic/ShowTerm.ilean +lib/lean/Lean/Elab/Tactic/ShowTerm.ir lib/lean/Lean/Elab/Tactic/ShowTerm.olean +lib/lean/Lean/Elab/Tactic/ShowTerm.olean.private +lib/lean/Lean/Elab/Tactic/ShowTerm.olean.server lib/lean/Lean/Elab/Tactic/Simp.ilean +lib/lean/Lean/Elab/Tactic/Simp.ir lib/lean/Lean/Elab/Tactic/Simp.olean +lib/lean/Lean/Elab/Tactic/Simp.olean.private +lib/lean/Lean/Elab/Tactic/Simp.olean.server lib/lean/Lean/Elab/Tactic/SimpArith.ilean +lib/lean/Lean/Elab/Tactic/SimpArith.ir lib/lean/Lean/Elab/Tactic/SimpArith.olean +lib/lean/Lean/Elab/Tactic/SimpArith.olean.private +lib/lean/Lean/Elab/Tactic/SimpArith.olean.server lib/lean/Lean/Elab/Tactic/SimpTrace.ilean +lib/lean/Lean/Elab/Tactic/SimpTrace.ir lib/lean/Lean/Elab/Tactic/SimpTrace.olean +lib/lean/Lean/Elab/Tactic/SimpTrace.olean.private +lib/lean/Lean/Elab/Tactic/SimpTrace.olean.server lib/lean/Lean/Elab/Tactic/Simpa.ilean +lib/lean/Lean/Elab/Tactic/Simpa.ir lib/lean/Lean/Elab/Tactic/Simpa.olean +lib/lean/Lean/Elab/Tactic/Simpa.olean.private +lib/lean/Lean/Elab/Tactic/Simpa.olean.server lib/lean/Lean/Elab/Tactic/Simproc.ilean +lib/lean/Lean/Elab/Tactic/Simproc.ir lib/lean/Lean/Elab/Tactic/Simproc.olean +lib/lean/Lean/Elab/Tactic/Simproc.olean.private +lib/lean/Lean/Elab/Tactic/Simproc.olean.server lib/lean/Lean/Elab/Tactic/SolveByElim.ilean +lib/lean/Lean/Elab/Tactic/SolveByElim.ir lib/lean/Lean/Elab/Tactic/SolveByElim.olean +lib/lean/Lean/Elab/Tactic/SolveByElim.olean.private +lib/lean/Lean/Elab/Tactic/SolveByElim.olean.server lib/lean/Lean/Elab/Tactic/Split.ilean +lib/lean/Lean/Elab/Tactic/Split.ir lib/lean/Lean/Elab/Tactic/Split.olean +lib/lean/Lean/Elab/Tactic/Split.olean.private +lib/lean/Lean/Elab/Tactic/Split.olean.server lib/lean/Lean/Elab/Tactic/Symm.ilean +lib/lean/Lean/Elab/Tactic/Symm.ir lib/lean/Lean/Elab/Tactic/Symm.olean +lib/lean/Lean/Elab/Tactic/Symm.olean.private +lib/lean/Lean/Elab/Tactic/Symm.olean.server lib/lean/Lean/Elab/Tactic/TreeTacAttr.ilean +lib/lean/Lean/Elab/Tactic/TreeTacAttr.ir lib/lean/Lean/Elab/Tactic/TreeTacAttr.olean +lib/lean/Lean/Elab/Tactic/TreeTacAttr.olean.private +lib/lean/Lean/Elab/Tactic/TreeTacAttr.olean.server lib/lean/Lean/Elab/Tactic/Try.ilean +lib/lean/Lean/Elab/Tactic/Try.ir lib/lean/Lean/Elab/Tactic/Try.olean +lib/lean/Lean/Elab/Tactic/Try.olean.private +lib/lean/Lean/Elab/Tactic/Try.olean.server lib/lean/Lean/Elab/Tactic/Unfold.ilean +lib/lean/Lean/Elab/Tactic/Unfold.ir lib/lean/Lean/Elab/Tactic/Unfold.olean +lib/lean/Lean/Elab/Tactic/Unfold.olean.private +lib/lean/Lean/Elab/Tactic/Unfold.olean.server +lib/lean/Lean/Elab/Task.ilean +lib/lean/Lean/Elab/Task.ir +lib/lean/Lean/Elab/Task.olean +lib/lean/Lean/Elab/Task.olean.private +lib/lean/Lean/Elab/Task.olean.server lib/lean/Lean/Elab/Term.ilean +lib/lean/Lean/Elab/Term.ir lib/lean/Lean/Elab/Term.olean +lib/lean/Lean/Elab/Term.olean.private +lib/lean/Lean/Elab/Term.olean.server +lib/lean/Lean/Elab/Term/TermElabM.ilean +lib/lean/Lean/Elab/Term/TermElabM.ir +lib/lean/Lean/Elab/Term/TermElabM.olean +lib/lean/Lean/Elab/Term/TermElabM.olean.private +lib/lean/Lean/Elab/Term/TermElabM.olean.server lib/lean/Lean/Elab/Time.ilean +lib/lean/Lean/Elab/Time.ir lib/lean/Lean/Elab/Time.olean +lib/lean/Lean/Elab/Time.olean.private +lib/lean/Lean/Elab/Time.olean.server lib/lean/Lean/Elab/Util.ilean +lib/lean/Lean/Elab/Util.ir lib/lean/Lean/Elab/Util.olean +lib/lean/Lean/Elab/Util.olean.private +lib/lean/Lean/Elab/Util.olean.server +lib/lean/Lean/Elab/WhereFinally.ilean +lib/lean/Lean/Elab/WhereFinally.ir +lib/lean/Lean/Elab/WhereFinally.olean +lib/lean/Lean/Elab/WhereFinally.olean.private +lib/lean/Lean/Elab/WhereFinally.olean.server lib/lean/Lean/EnvExtension.ilean +lib/lean/Lean/EnvExtension.ir lib/lean/Lean/EnvExtension.olean +lib/lean/Lean/EnvExtension.olean.private +lib/lean/Lean/EnvExtension.olean.server lib/lean/Lean/Environment.ilean +lib/lean/Lean/Environment.ir lib/lean/Lean/Environment.olean +lib/lean/Lean/Environment.olean.private +lib/lean/Lean/Environment.olean.server +lib/lean/Lean/ErrorExplanation.ilean +lib/lean/Lean/ErrorExplanation.ir +lib/lean/Lean/ErrorExplanation.olean +lib/lean/Lean/ErrorExplanation.olean.private +lib/lean/Lean/ErrorExplanation.olean.server +lib/lean/Lean/ErrorExplanations.ilean +lib/lean/Lean/ErrorExplanations.ir +lib/lean/Lean/ErrorExplanations.olean +lib/lean/Lean/ErrorExplanations.olean.private +lib/lean/Lean/ErrorExplanations.olean.server +lib/lean/Lean/ErrorExplanations/CtorResultingTypeMismatch.ilean +lib/lean/Lean/ErrorExplanations/CtorResultingTypeMismatch.ir +lib/lean/Lean/ErrorExplanations/CtorResultingTypeMismatch.olean +lib/lean/Lean/ErrorExplanations/CtorResultingTypeMismatch.olean.private +lib/lean/Lean/ErrorExplanations/CtorResultingTypeMismatch.olean.server +lib/lean/Lean/ErrorExplanations/DependsOnNoncomputable.ilean +lib/lean/Lean/ErrorExplanations/DependsOnNoncomputable.ir +lib/lean/Lean/ErrorExplanations/DependsOnNoncomputable.olean +lib/lean/Lean/ErrorExplanations/DependsOnNoncomputable.olean.private +lib/lean/Lean/ErrorExplanations/DependsOnNoncomputable.olean.server +lib/lean/Lean/ErrorExplanations/InductionWithNoAlts.ilean +lib/lean/Lean/ErrorExplanations/InductionWithNoAlts.ir +lib/lean/Lean/ErrorExplanations/InductionWithNoAlts.olean +lib/lean/Lean/ErrorExplanations/InductionWithNoAlts.olean.private +lib/lean/Lean/ErrorExplanations/InductionWithNoAlts.olean.server +lib/lean/Lean/ErrorExplanations/InductiveParamMismatch.ilean +lib/lean/Lean/ErrorExplanations/InductiveParamMismatch.ir +lib/lean/Lean/ErrorExplanations/InductiveParamMismatch.olean +lib/lean/Lean/ErrorExplanations/InductiveParamMismatch.olean.private +lib/lean/Lean/ErrorExplanations/InductiveParamMismatch.olean.server +lib/lean/Lean/ErrorExplanations/InductiveParamMissing.ilean +lib/lean/Lean/ErrorExplanations/InductiveParamMissing.ir +lib/lean/Lean/ErrorExplanations/InductiveParamMissing.olean +lib/lean/Lean/ErrorExplanations/InductiveParamMissing.olean.private +lib/lean/Lean/ErrorExplanations/InductiveParamMissing.olean.server +lib/lean/Lean/ErrorExplanations/InferBinderTypeFailed.ilean +lib/lean/Lean/ErrorExplanations/InferBinderTypeFailed.ir +lib/lean/Lean/ErrorExplanations/InferBinderTypeFailed.olean +lib/lean/Lean/ErrorExplanations/InferBinderTypeFailed.olean.private +lib/lean/Lean/ErrorExplanations/InferBinderTypeFailed.olean.server +lib/lean/Lean/ErrorExplanations/InferDefTypeFailed.ilean +lib/lean/Lean/ErrorExplanations/InferDefTypeFailed.ir +lib/lean/Lean/ErrorExplanations/InferDefTypeFailed.olean +lib/lean/Lean/ErrorExplanations/InferDefTypeFailed.olean.private +lib/lean/Lean/ErrorExplanations/InferDefTypeFailed.olean.server +lib/lean/Lean/ErrorExplanations/InvalidDottedIdent.ilean +lib/lean/Lean/ErrorExplanations/InvalidDottedIdent.ir +lib/lean/Lean/ErrorExplanations/InvalidDottedIdent.olean +lib/lean/Lean/ErrorExplanations/InvalidDottedIdent.olean.private +lib/lean/Lean/ErrorExplanations/InvalidDottedIdent.olean.server +lib/lean/Lean/ErrorExplanations/ProjNonPropFromProp.ilean +lib/lean/Lean/ErrorExplanations/ProjNonPropFromProp.ir +lib/lean/Lean/ErrorExplanations/ProjNonPropFromProp.olean +lib/lean/Lean/ErrorExplanations/ProjNonPropFromProp.olean.private +lib/lean/Lean/ErrorExplanations/ProjNonPropFromProp.olean.server +lib/lean/Lean/ErrorExplanations/PropRecLargeElim.ilean +lib/lean/Lean/ErrorExplanations/PropRecLargeElim.ir +lib/lean/Lean/ErrorExplanations/PropRecLargeElim.olean +lib/lean/Lean/ErrorExplanations/PropRecLargeElim.olean.private +lib/lean/Lean/ErrorExplanations/PropRecLargeElim.olean.server +lib/lean/Lean/ErrorExplanations/RedundantMatchAlt.ilean +lib/lean/Lean/ErrorExplanations/RedundantMatchAlt.ir +lib/lean/Lean/ErrorExplanations/RedundantMatchAlt.olean +lib/lean/Lean/ErrorExplanations/RedundantMatchAlt.olean.private +lib/lean/Lean/ErrorExplanations/RedundantMatchAlt.olean.server +lib/lean/Lean/ErrorExplanations/SynthInstanceFailed.ilean +lib/lean/Lean/ErrorExplanations/SynthInstanceFailed.ir +lib/lean/Lean/ErrorExplanations/SynthInstanceFailed.olean +lib/lean/Lean/ErrorExplanations/SynthInstanceFailed.olean.private +lib/lean/Lean/ErrorExplanations/SynthInstanceFailed.olean.server +lib/lean/Lean/ErrorExplanations/UnknownIdentifier.ilean +lib/lean/Lean/ErrorExplanations/UnknownIdentifier.ir +lib/lean/Lean/ErrorExplanations/UnknownIdentifier.olean +lib/lean/Lean/ErrorExplanations/UnknownIdentifier.olean.private +lib/lean/Lean/ErrorExplanations/UnknownIdentifier.olean.server lib/lean/Lean/Exception.ilean +lib/lean/Lean/Exception.ir lib/lean/Lean/Exception.olean +lib/lean/Lean/Exception.olean.private +lib/lean/Lean/Exception.olean.server lib/lean/Lean/Expr.ilean +lib/lean/Lean/Expr.ir lib/lean/Lean/Expr.olean +lib/lean/Lean/Expr.olean.private +lib/lean/Lean/Expr.olean.server +lib/lean/Lean/ExtraModUses.ilean +lib/lean/Lean/ExtraModUses.ir +lib/lean/Lean/ExtraModUses.olean +lib/lean/Lean/ExtraModUses.olean.private +lib/lean/Lean/ExtraModUses.olean.server lib/lean/Lean/HeadIndex.ilean +lib/lean/Lean/HeadIndex.ir lib/lean/Lean/HeadIndex.olean +lib/lean/Lean/HeadIndex.olean.private +lib/lean/Lean/HeadIndex.olean.server lib/lean/Lean/Hygiene.ilean +lib/lean/Lean/Hygiene.ir lib/lean/Lean/Hygiene.olean +lib/lean/Lean/Hygiene.olean.private +lib/lean/Lean/Hygiene.olean.server lib/lean/Lean/ImportingFlag.ilean +lib/lean/Lean/ImportingFlag.ir lib/lean/Lean/ImportingFlag.olean +lib/lean/Lean/ImportingFlag.olean.private +lib/lean/Lean/ImportingFlag.olean.server lib/lean/Lean/InternalExceptionId.ilean +lib/lean/Lean/InternalExceptionId.ir lib/lean/Lean/InternalExceptionId.olean +lib/lean/Lean/InternalExceptionId.olean.private +lib/lean/Lean/InternalExceptionId.olean.server lib/lean/Lean/KeyedDeclsAttribute.ilean +lib/lean/Lean/KeyedDeclsAttribute.ir lib/lean/Lean/KeyedDeclsAttribute.olean +lib/lean/Lean/KeyedDeclsAttribute.olean.private +lib/lean/Lean/KeyedDeclsAttribute.olean.server lib/lean/Lean/LabelAttribute.ilean +lib/lean/Lean/LabelAttribute.ir lib/lean/Lean/LabelAttribute.olean +lib/lean/Lean/LabelAttribute.olean.private +lib/lean/Lean/LabelAttribute.olean.server lib/lean/Lean/Language/Basic.ilean +lib/lean/Lean/Language/Basic.ir lib/lean/Lean/Language/Basic.olean +lib/lean/Lean/Language/Basic.olean.private +lib/lean/Lean/Language/Basic.olean.server lib/lean/Lean/Language/Lean.ilean +lib/lean/Lean/Language/Lean.ir lib/lean/Lean/Language/Lean.olean +lib/lean/Lean/Language/Lean.olean.private +lib/lean/Lean/Language/Lean.olean.server lib/lean/Lean/Language/Lean/Types.ilean +lib/lean/Lean/Language/Lean/Types.ir lib/lean/Lean/Language/Lean/Types.olean +lib/lean/Lean/Language/Lean/Types.olean.private +lib/lean/Lean/Language/Lean/Types.olean.server lib/lean/Lean/Language/Util.ilean +lib/lean/Lean/Language/Util.ir lib/lean/Lean/Language/Util.olean +lib/lean/Lean/Language/Util.olean.private +lib/lean/Lean/Language/Util.olean.server lib/lean/Lean/Level.ilean +lib/lean/Lean/Level.ir lib/lean/Lean/Level.olean +lib/lean/Lean/Level.olean.private +lib/lean/Lean/Level.olean.server +lib/lean/Lean/LibrarySuggestions.ilean +lib/lean/Lean/LibrarySuggestions.ir +lib/lean/Lean/LibrarySuggestions.olean +lib/lean/Lean/LibrarySuggestions.olean.private +lib/lean/Lean/LibrarySuggestions.olean.server +lib/lean/Lean/LibrarySuggestions/Basic.ilean +lib/lean/Lean/LibrarySuggestions/Basic.ir +lib/lean/Lean/LibrarySuggestions/Basic.olean +lib/lean/Lean/LibrarySuggestions/Basic.olean.private +lib/lean/Lean/LibrarySuggestions/Basic.olean.server +lib/lean/Lean/LibrarySuggestions/Default.ilean +lib/lean/Lean/LibrarySuggestions/Default.ir +lib/lean/Lean/LibrarySuggestions/Default.olean +lib/lean/Lean/LibrarySuggestions/Default.olean.private +lib/lean/Lean/LibrarySuggestions/Default.olean.server +lib/lean/Lean/LibrarySuggestions/MePo.ilean +lib/lean/Lean/LibrarySuggestions/MePo.ir +lib/lean/Lean/LibrarySuggestions/MePo.olean +lib/lean/Lean/LibrarySuggestions/MePo.olean.private +lib/lean/Lean/LibrarySuggestions/MePo.olean.server +lib/lean/Lean/LibrarySuggestions/SineQuaNon.ilean +lib/lean/Lean/LibrarySuggestions/SineQuaNon.ir +lib/lean/Lean/LibrarySuggestions/SineQuaNon.olean +lib/lean/Lean/LibrarySuggestions/SineQuaNon.olean.private +lib/lean/Lean/LibrarySuggestions/SineQuaNon.olean.server +lib/lean/Lean/LibrarySuggestions/SymbolFrequency.ilean +lib/lean/Lean/LibrarySuggestions/SymbolFrequency.ir +lib/lean/Lean/LibrarySuggestions/SymbolFrequency.olean +lib/lean/Lean/LibrarySuggestions/SymbolFrequency.olean.private +lib/lean/Lean/LibrarySuggestions/SymbolFrequency.olean.server lib/lean/Lean/Linter.ilean +lib/lean/Lean/Linter.ir lib/lean/Lean/Linter.olean +lib/lean/Lean/Linter.olean.private +lib/lean/Lean/Linter.olean.server lib/lean/Lean/Linter/Basic.ilean +lib/lean/Lean/Linter/Basic.ir lib/lean/Lean/Linter/Basic.olean +lib/lean/Lean/Linter/Basic.olean.private +lib/lean/Lean/Linter/Basic.olean.server lib/lean/Lean/Linter/Builtin.ilean +lib/lean/Lean/Linter/Builtin.ir lib/lean/Lean/Linter/Builtin.olean +lib/lean/Lean/Linter/Builtin.olean.private +lib/lean/Lean/Linter/Builtin.olean.server lib/lean/Lean/Linter/ConstructorAsVariable.ilean +lib/lean/Lean/Linter/ConstructorAsVariable.ir lib/lean/Lean/Linter/ConstructorAsVariable.olean +lib/lean/Lean/Linter/ConstructorAsVariable.olean.private +lib/lean/Lean/Linter/ConstructorAsVariable.olean.server lib/lean/Lean/Linter/Deprecated.ilean +lib/lean/Lean/Linter/Deprecated.ir lib/lean/Lean/Linter/Deprecated.olean +lib/lean/Lean/Linter/Deprecated.olean.private +lib/lean/Lean/Linter/Deprecated.olean.server +lib/lean/Lean/Linter/DocsOnAlt.ilean +lib/lean/Lean/Linter/DocsOnAlt.ir +lib/lean/Lean/Linter/DocsOnAlt.olean +lib/lean/Lean/Linter/DocsOnAlt.olean.private +lib/lean/Lean/Linter/DocsOnAlt.olean.server lib/lean/Lean/Linter/List.ilean +lib/lean/Lean/Linter/List.ir lib/lean/Lean/Linter/List.olean +lib/lean/Lean/Linter/List.olean.private +lib/lean/Lean/Linter/List.olean.server lib/lean/Lean/Linter/MissingDocs.ilean +lib/lean/Lean/Linter/MissingDocs.ir lib/lean/Lean/Linter/MissingDocs.olean +lib/lean/Lean/Linter/MissingDocs.olean.private +lib/lean/Lean/Linter/MissingDocs.olean.server lib/lean/Lean/Linter/Omit.ilean +lib/lean/Lean/Linter/Omit.ir lib/lean/Lean/Linter/Omit.olean +lib/lean/Lean/Linter/Omit.olean.private +lib/lean/Lean/Linter/Omit.olean.server +lib/lean/Lean/Linter/Sets.ilean +lib/lean/Lean/Linter/Sets.ir +lib/lean/Lean/Linter/Sets.olean +lib/lean/Lean/Linter/Sets.olean.private +lib/lean/Lean/Linter/Sets.olean.server +lib/lean/Lean/Linter/UnusedSimpArgs.ilean +lib/lean/Lean/Linter/UnusedSimpArgs.ir +lib/lean/Lean/Linter/UnusedSimpArgs.olean +lib/lean/Lean/Linter/UnusedSimpArgs.olean.private +lib/lean/Lean/Linter/UnusedSimpArgs.olean.server lib/lean/Lean/Linter/UnusedVariables.ilean +lib/lean/Lean/Linter/UnusedVariables.ir lib/lean/Lean/Linter/UnusedVariables.olean +lib/lean/Lean/Linter/UnusedVariables.olean.private +lib/lean/Lean/Linter/UnusedVariables.olean.server lib/lean/Lean/Linter/Util.ilean +lib/lean/Lean/Linter/Util.ir lib/lean/Lean/Linter/Util.olean +lib/lean/Lean/Linter/Util.olean.private +lib/lean/Lean/Linter/Util.olean.server lib/lean/Lean/LoadDynlib.ilean +lib/lean/Lean/LoadDynlib.ir lib/lean/Lean/LoadDynlib.olean +lib/lean/Lean/LoadDynlib.olean.private +lib/lean/Lean/LoadDynlib.olean.server lib/lean/Lean/LocalContext.ilean +lib/lean/Lean/LocalContext.ir lib/lean/Lean/LocalContext.olean +lib/lean/Lean/LocalContext.olean.private +lib/lean/Lean/LocalContext.olean.server lib/lean/Lean/Log.ilean +lib/lean/Lean/Log.ir lib/lean/Lean/Log.olean +lib/lean/Lean/Log.olean.private +lib/lean/Lean/Log.olean.server lib/lean/Lean/Message.ilean +lib/lean/Lean/Message.ir lib/lean/Lean/Message.olean +lib/lean/Lean/Message.olean.private +lib/lean/Lean/Message.olean.server lib/lean/Lean/Meta.ilean +lib/lean/Lean/Meta.ir lib/lean/Lean/Meta.olean +lib/lean/Lean/Meta.olean.private +lib/lean/Lean/Meta.olean.server lib/lean/Lean/Meta/ACLt.ilean +lib/lean/Lean/Meta/ACLt.ir lib/lean/Lean/Meta/ACLt.olean +lib/lean/Lean/Meta/ACLt.olean.private +lib/lean/Lean/Meta/ACLt.olean.server lib/lean/Lean/Meta/AbstractMVars.ilean +lib/lean/Lean/Meta/AbstractMVars.ir lib/lean/Lean/Meta/AbstractMVars.olean +lib/lean/Lean/Meta/AbstractMVars.olean.private +lib/lean/Lean/Meta/AbstractMVars.olean.server lib/lean/Lean/Meta/AbstractNestedProofs.ilean +lib/lean/Lean/Meta/AbstractNestedProofs.ir lib/lean/Lean/Meta/AbstractNestedProofs.olean +lib/lean/Lean/Meta/AbstractNestedProofs.olean.private +lib/lean/Lean/Meta/AbstractNestedProofs.olean.server lib/lean/Lean/Meta/AppBuilder.ilean +lib/lean/Lean/Meta/AppBuilder.ir lib/lean/Lean/Meta/AppBuilder.olean +lib/lean/Lean/Meta/AppBuilder.olean.private +lib/lean/Lean/Meta/AppBuilder.olean.server lib/lean/Lean/Meta/ArgsPacker.ilean +lib/lean/Lean/Meta/ArgsPacker.ir lib/lean/Lean/Meta/ArgsPacker.olean +lib/lean/Lean/Meta/ArgsPacker.olean.private +lib/lean/Lean/Meta/ArgsPacker.olean.server lib/lean/Lean/Meta/ArgsPacker/Basic.ilean +lib/lean/Lean/Meta/ArgsPacker/Basic.ir lib/lean/Lean/Meta/ArgsPacker/Basic.olean +lib/lean/Lean/Meta/ArgsPacker/Basic.olean.private +lib/lean/Lean/Meta/ArgsPacker/Basic.olean.server lib/lean/Lean/Meta/Basic.ilean +lib/lean/Lean/Meta/Basic.ir lib/lean/Lean/Meta/Basic.olean +lib/lean/Lean/Meta/Basic.olean.private +lib/lean/Lean/Meta/Basic.olean.server lib/lean/Lean/Meta/BinderNameHint.ilean +lib/lean/Lean/Meta/BinderNameHint.ir lib/lean/Lean/Meta/BinderNameHint.olean +lib/lean/Lean/Meta/BinderNameHint.olean.private +lib/lean/Lean/Meta/BinderNameHint.olean.server lib/lean/Lean/Meta/Canonicalizer.ilean +lib/lean/Lean/Meta/Canonicalizer.ir lib/lean/Lean/Meta/Canonicalizer.olean +lib/lean/Lean/Meta/Canonicalizer.olean.private +lib/lean/Lean/Meta/Canonicalizer.olean.server +lib/lean/Lean/Meta/CasesInfo.ilean +lib/lean/Lean/Meta/CasesInfo.ir +lib/lean/Lean/Meta/CasesInfo.olean +lib/lean/Lean/Meta/CasesInfo.olean.private +lib/lean/Lean/Meta/CasesInfo.olean.server lib/lean/Lean/Meta/Check.ilean +lib/lean/Lean/Meta/Check.ir lib/lean/Lean/Meta/Check.olean +lib/lean/Lean/Meta/Check.olean.private +lib/lean/Lean/Meta/Check.olean.server lib/lean/Lean/Meta/CheckTactic.ilean +lib/lean/Lean/Meta/CheckTactic.ir lib/lean/Lean/Meta/CheckTactic.olean +lib/lean/Lean/Meta/CheckTactic.olean.private +lib/lean/Lean/Meta/CheckTactic.olean.server lib/lean/Lean/Meta/Closure.ilean +lib/lean/Lean/Meta/Closure.ir lib/lean/Lean/Meta/Closure.olean +lib/lean/Lean/Meta/Closure.olean.private +lib/lean/Lean/Meta/Closure.olean.server lib/lean/Lean/Meta/Coe.ilean +lib/lean/Lean/Meta/Coe.ir lib/lean/Lean/Meta/Coe.olean +lib/lean/Lean/Meta/Coe.olean.private +lib/lean/Lean/Meta/Coe.olean.server lib/lean/Lean/Meta/CoeAttr.ilean +lib/lean/Lean/Meta/CoeAttr.ir lib/lean/Lean/Meta/CoeAttr.olean +lib/lean/Lean/Meta/CoeAttr.olean.private +lib/lean/Lean/Meta/CoeAttr.olean.server lib/lean/Lean/Meta/CollectFVars.ilean +lib/lean/Lean/Meta/CollectFVars.ir lib/lean/Lean/Meta/CollectFVars.olean +lib/lean/Lean/Meta/CollectFVars.olean.private +lib/lean/Lean/Meta/CollectFVars.olean.server lib/lean/Lean/Meta/CollectMVars.ilean +lib/lean/Lean/Meta/CollectMVars.ir lib/lean/Lean/Meta/CollectMVars.olean +lib/lean/Lean/Meta/CollectMVars.olean.private +lib/lean/Lean/Meta/CollectMVars.olean.server lib/lean/Lean/Meta/CompletionName.ilean +lib/lean/Lean/Meta/CompletionName.ir lib/lean/Lean/Meta/CompletionName.olean +lib/lean/Lean/Meta/CompletionName.olean.private +lib/lean/Lean/Meta/CompletionName.olean.server lib/lean/Lean/Meta/CongrTheorems.ilean +lib/lean/Lean/Meta/CongrTheorems.ir lib/lean/Lean/Meta/CongrTheorems.olean +lib/lean/Lean/Meta/CongrTheorems.olean.private +lib/lean/Lean/Meta/CongrTheorems.olean.server lib/lean/Lean/Meta/Constructions.ilean +lib/lean/Lean/Meta/Constructions.ir lib/lean/Lean/Meta/Constructions.olean +lib/lean/Lean/Meta/Constructions.olean.private +lib/lean/Lean/Meta/Constructions.olean.server lib/lean/Lean/Meta/Constructions/BRecOn.ilean +lib/lean/Lean/Meta/Constructions/BRecOn.ir lib/lean/Lean/Meta/Constructions/BRecOn.olean +lib/lean/Lean/Meta/Constructions/BRecOn.olean.private +lib/lean/Lean/Meta/Constructions/BRecOn.olean.server lib/lean/Lean/Meta/Constructions/CasesOn.ilean +lib/lean/Lean/Meta/Constructions/CasesOn.ir lib/lean/Lean/Meta/Constructions/CasesOn.olean +lib/lean/Lean/Meta/Constructions/CasesOn.olean.private +lib/lean/Lean/Meta/Constructions/CasesOn.olean.server +lib/lean/Lean/Meta/Constructions/CasesOnSameCtor.ilean +lib/lean/Lean/Meta/Constructions/CasesOnSameCtor.ir +lib/lean/Lean/Meta/Constructions/CasesOnSameCtor.olean +lib/lean/Lean/Meta/Constructions/CasesOnSameCtor.olean.private +lib/lean/Lean/Meta/Constructions/CasesOnSameCtor.olean.server +lib/lean/Lean/Meta/Constructions/CtorElim.ilean +lib/lean/Lean/Meta/Constructions/CtorElim.ir +lib/lean/Lean/Meta/Constructions/CtorElim.olean +lib/lean/Lean/Meta/Constructions/CtorElim.olean.private +lib/lean/Lean/Meta/Constructions/CtorElim.olean.server +lib/lean/Lean/Meta/Constructions/CtorIdx.ilean +lib/lean/Lean/Meta/Constructions/CtorIdx.ir +lib/lean/Lean/Meta/Constructions/CtorIdx.olean +lib/lean/Lean/Meta/Constructions/CtorIdx.olean.private +lib/lean/Lean/Meta/Constructions/CtorIdx.olean.server lib/lean/Lean/Meta/Constructions/NoConfusion.ilean +lib/lean/Lean/Meta/Constructions/NoConfusion.ir lib/lean/Lean/Meta/Constructions/NoConfusion.olean +lib/lean/Lean/Meta/Constructions/NoConfusion.olean.private +lib/lean/Lean/Meta/Constructions/NoConfusion.olean.server lib/lean/Lean/Meta/Constructions/RecOn.ilean +lib/lean/Lean/Meta/Constructions/RecOn.ir lib/lean/Lean/Meta/Constructions/RecOn.olean +lib/lean/Lean/Meta/Constructions/RecOn.olean.private +lib/lean/Lean/Meta/Constructions/RecOn.olean.server +lib/lean/Lean/Meta/Constructions/SparseCasesOn.ilean +lib/lean/Lean/Meta/Constructions/SparseCasesOn.ir +lib/lean/Lean/Meta/Constructions/SparseCasesOn.olean +lib/lean/Lean/Meta/Constructions/SparseCasesOn.olean.private +lib/lean/Lean/Meta/Constructions/SparseCasesOn.olean.server lib/lean/Lean/Meta/CtorRecognizer.ilean +lib/lean/Lean/Meta/CtorRecognizer.ir lib/lean/Lean/Meta/CtorRecognizer.olean +lib/lean/Lean/Meta/CtorRecognizer.olean.private +lib/lean/Lean/Meta/CtorRecognizer.olean.server lib/lean/Lean/Meta/DecLevel.ilean +lib/lean/Lean/Meta/DecLevel.ir lib/lean/Lean/Meta/DecLevel.olean +lib/lean/Lean/Meta/DecLevel.olean.private +lib/lean/Lean/Meta/DecLevel.olean.server lib/lean/Lean/Meta/Diagnostics.ilean +lib/lean/Lean/Meta/Diagnostics.ir lib/lean/Lean/Meta/Diagnostics.olean +lib/lean/Lean/Meta/Diagnostics.olean.private +lib/lean/Lean/Meta/Diagnostics.olean.server lib/lean/Lean/Meta/DiscrTree.ilean +lib/lean/Lean/Meta/DiscrTree.ir lib/lean/Lean/Meta/DiscrTree.olean +lib/lean/Lean/Meta/DiscrTree.olean.private +lib/lean/Lean/Meta/DiscrTree.olean.server lib/lean/Lean/Meta/DiscrTreeTypes.ilean +lib/lean/Lean/Meta/DiscrTreeTypes.ir lib/lean/Lean/Meta/DiscrTreeTypes.olean +lib/lean/Lean/Meta/DiscrTreeTypes.olean.private +lib/lean/Lean/Meta/DiscrTreeTypes.olean.server lib/lean/Lean/Meta/Eqns.ilean +lib/lean/Lean/Meta/Eqns.ir lib/lean/Lean/Meta/Eqns.olean +lib/lean/Lean/Meta/Eqns.olean.private +lib/lean/Lean/Meta/Eqns.olean.server lib/lean/Lean/Meta/Eval.ilean +lib/lean/Lean/Meta/Eval.ir lib/lean/Lean/Meta/Eval.olean +lib/lean/Lean/Meta/Eval.olean.private +lib/lean/Lean/Meta/Eval.olean.server lib/lean/Lean/Meta/ExprDefEq.ilean +lib/lean/Lean/Meta/ExprDefEq.ir lib/lean/Lean/Meta/ExprDefEq.olean +lib/lean/Lean/Meta/ExprDefEq.olean.private +lib/lean/Lean/Meta/ExprDefEq.olean.server lib/lean/Lean/Meta/ExprLens.ilean +lib/lean/Lean/Meta/ExprLens.ir lib/lean/Lean/Meta/ExprLens.olean +lib/lean/Lean/Meta/ExprLens.olean.private +lib/lean/Lean/Meta/ExprLens.olean.server lib/lean/Lean/Meta/ExprTraverse.ilean +lib/lean/Lean/Meta/ExprTraverse.ir lib/lean/Lean/Meta/ExprTraverse.olean +lib/lean/Lean/Meta/ExprTraverse.olean.private +lib/lean/Lean/Meta/ExprTraverse.olean.server lib/lean/Lean/Meta/ForEachExpr.ilean +lib/lean/Lean/Meta/ForEachExpr.ir lib/lean/Lean/Meta/ForEachExpr.olean +lib/lean/Lean/Meta/ForEachExpr.olean.private +lib/lean/Lean/Meta/ForEachExpr.olean.server lib/lean/Lean/Meta/FunInfo.ilean +lib/lean/Lean/Meta/FunInfo.ir lib/lean/Lean/Meta/FunInfo.olean +lib/lean/Lean/Meta/FunInfo.olean.private +lib/lean/Lean/Meta/FunInfo.olean.server lib/lean/Lean/Meta/GeneralizeTelescope.ilean +lib/lean/Lean/Meta/GeneralizeTelescope.ir lib/lean/Lean/Meta/GeneralizeTelescope.olean +lib/lean/Lean/Meta/GeneralizeTelescope.olean.private +lib/lean/Lean/Meta/GeneralizeTelescope.olean.server lib/lean/Lean/Meta/GeneralizeVars.ilean +lib/lean/Lean/Meta/GeneralizeVars.ir lib/lean/Lean/Meta/GeneralizeVars.olean +lib/lean/Lean/Meta/GeneralizeVars.olean.private +lib/lean/Lean/Meta/GeneralizeVars.olean.server lib/lean/Lean/Meta/GetUnfoldableConst.ilean +lib/lean/Lean/Meta/GetUnfoldableConst.ir lib/lean/Lean/Meta/GetUnfoldableConst.olean +lib/lean/Lean/Meta/GetUnfoldableConst.olean.private +lib/lean/Lean/Meta/GetUnfoldableConst.olean.server lib/lean/Lean/Meta/GlobalInstances.ilean +lib/lean/Lean/Meta/GlobalInstances.ir lib/lean/Lean/Meta/GlobalInstances.olean +lib/lean/Lean/Meta/GlobalInstances.olean.private +lib/lean/Lean/Meta/GlobalInstances.olean.server +lib/lean/Lean/Meta/HasNotBit.ilean +lib/lean/Lean/Meta/HasNotBit.ir +lib/lean/Lean/Meta/HasNotBit.olean +lib/lean/Lean/Meta/HasNotBit.olean.private +lib/lean/Lean/Meta/HasNotBit.olean.server +lib/lean/Lean/Meta/Hint.ilean +lib/lean/Lean/Meta/Hint.ir +lib/lean/Lean/Meta/Hint.olean +lib/lean/Lean/Meta/Hint.olean.private +lib/lean/Lean/Meta/Hint.olean.server lib/lean/Lean/Meta/IndPredBelow.ilean +lib/lean/Lean/Meta/IndPredBelow.ir lib/lean/Lean/Meta/IndPredBelow.olean +lib/lean/Lean/Meta/IndPredBelow.olean.private +lib/lean/Lean/Meta/IndPredBelow.olean.server lib/lean/Lean/Meta/Inductive.ilean +lib/lean/Lean/Meta/Inductive.ir lib/lean/Lean/Meta/Inductive.olean +lib/lean/Lean/Meta/Inductive.olean.private +lib/lean/Lean/Meta/Inductive.olean.server lib/lean/Lean/Meta/InferType.ilean +lib/lean/Lean/Meta/InferType.ir lib/lean/Lean/Meta/InferType.olean +lib/lean/Lean/Meta/InferType.olean.private +lib/lean/Lean/Meta/InferType.olean.server lib/lean/Lean/Meta/Injective.ilean +lib/lean/Lean/Meta/Injective.ir lib/lean/Lean/Meta/Injective.olean +lib/lean/Lean/Meta/Injective.olean.private +lib/lean/Lean/Meta/Injective.olean.server lib/lean/Lean/Meta/Instances.ilean +lib/lean/Lean/Meta/Instances.ir lib/lean/Lean/Meta/Instances.olean +lib/lean/Lean/Meta/Instances.olean.private +lib/lean/Lean/Meta/Instances.olean.server lib/lean/Lean/Meta/IntInstTesters.ilean +lib/lean/Lean/Meta/IntInstTesters.ir lib/lean/Lean/Meta/IntInstTesters.olean +lib/lean/Lean/Meta/IntInstTesters.olean.private +lib/lean/Lean/Meta/IntInstTesters.olean.server lib/lean/Lean/Meta/Iterator.ilean +lib/lean/Lean/Meta/Iterator.ir lib/lean/Lean/Meta/Iterator.olean +lib/lean/Lean/Meta/Iterator.olean.private +lib/lean/Lean/Meta/Iterator.olean.server lib/lean/Lean/Meta/KAbstract.ilean +lib/lean/Lean/Meta/KAbstract.ir lib/lean/Lean/Meta/KAbstract.olean +lib/lean/Lean/Meta/KAbstract.olean.private +lib/lean/Lean/Meta/KAbstract.olean.server lib/lean/Lean/Meta/KExprMap.ilean +lib/lean/Lean/Meta/KExprMap.ir lib/lean/Lean/Meta/KExprMap.olean +lib/lean/Lean/Meta/KExprMap.olean.private +lib/lean/Lean/Meta/KExprMap.olean.server lib/lean/Lean/Meta/LazyDiscrTree.ilean +lib/lean/Lean/Meta/LazyDiscrTree.ir lib/lean/Lean/Meta/LazyDiscrTree.olean +lib/lean/Lean/Meta/LazyDiscrTree.olean.private +lib/lean/Lean/Meta/LazyDiscrTree.olean.server +lib/lean/Lean/Meta/LetToHave.ilean +lib/lean/Lean/Meta/LetToHave.ir +lib/lean/Lean/Meta/LetToHave.olean +lib/lean/Lean/Meta/LetToHave.olean.private +lib/lean/Lean/Meta/LetToHave.olean.server lib/lean/Lean/Meta/LevelDefEq.ilean +lib/lean/Lean/Meta/LevelDefEq.ir lib/lean/Lean/Meta/LevelDefEq.olean +lib/lean/Lean/Meta/LevelDefEq.olean.private +lib/lean/Lean/Meta/LevelDefEq.olean.server lib/lean/Lean/Meta/LitValues.ilean +lib/lean/Lean/Meta/LitValues.ir lib/lean/Lean/Meta/LitValues.olean +lib/lean/Lean/Meta/LitValues.olean.private +lib/lean/Lean/Meta/LitValues.olean.server lib/lean/Lean/Meta/Match.ilean +lib/lean/Lean/Meta/Match.ir lib/lean/Lean/Meta/Match.olean +lib/lean/Lean/Meta/Match.olean.private +lib/lean/Lean/Meta/Match.olean.server lib/lean/Lean/Meta/Match/Basic.ilean +lib/lean/Lean/Meta/Match/Basic.ir lib/lean/Lean/Meta/Match/Basic.olean +lib/lean/Lean/Meta/Match/Basic.olean.private +lib/lean/Lean/Meta/Match/Basic.olean.server lib/lean/Lean/Meta/Match/CaseArraySizes.ilean +lib/lean/Lean/Meta/Match/CaseArraySizes.ir lib/lean/Lean/Meta/Match/CaseArraySizes.olean +lib/lean/Lean/Meta/Match/CaseArraySizes.olean.private +lib/lean/Lean/Meta/Match/CaseArraySizes.olean.server lib/lean/Lean/Meta/Match/CaseValues.ilean +lib/lean/Lean/Meta/Match/CaseValues.ir lib/lean/Lean/Meta/Match/CaseValues.olean +lib/lean/Lean/Meta/Match/CaseValues.olean.private +lib/lean/Lean/Meta/Match/CaseValues.olean.server lib/lean/Lean/Meta/Match/MVarRenaming.ilean +lib/lean/Lean/Meta/Match/MVarRenaming.ir lib/lean/Lean/Meta/Match/MVarRenaming.olean +lib/lean/Lean/Meta/Match/MVarRenaming.olean.private +lib/lean/Lean/Meta/Match/MVarRenaming.olean.server lib/lean/Lean/Meta/Match/Match.ilean +lib/lean/Lean/Meta/Match/Match.ir lib/lean/Lean/Meta/Match/Match.olean +lib/lean/Lean/Meta/Match/Match.olean.private +lib/lean/Lean/Meta/Match/Match.olean.server lib/lean/Lean/Meta/Match/MatchEqs.ilean +lib/lean/Lean/Meta/Match/MatchEqs.ir lib/lean/Lean/Meta/Match/MatchEqs.olean +lib/lean/Lean/Meta/Match/MatchEqs.olean.private +lib/lean/Lean/Meta/Match/MatchEqs.olean.server lib/lean/Lean/Meta/Match/MatchEqsExt.ilean +lib/lean/Lean/Meta/Match/MatchEqsExt.ir lib/lean/Lean/Meta/Match/MatchEqsExt.olean +lib/lean/Lean/Meta/Match/MatchEqsExt.olean.private +lib/lean/Lean/Meta/Match/MatchEqsExt.olean.server lib/lean/Lean/Meta/Match/MatchPatternAttr.ilean +lib/lean/Lean/Meta/Match/MatchPatternAttr.ir lib/lean/Lean/Meta/Match/MatchPatternAttr.olean +lib/lean/Lean/Meta/Match/MatchPatternAttr.olean.private +lib/lean/Lean/Meta/Match/MatchPatternAttr.olean.server lib/lean/Lean/Meta/Match/MatcherApp.ilean +lib/lean/Lean/Meta/Match/MatcherApp.ir lib/lean/Lean/Meta/Match/MatcherApp.olean +lib/lean/Lean/Meta/Match/MatcherApp.olean.private +lib/lean/Lean/Meta/Match/MatcherApp.olean.server lib/lean/Lean/Meta/Match/MatcherApp/Basic.ilean +lib/lean/Lean/Meta/Match/MatcherApp/Basic.ir lib/lean/Lean/Meta/Match/MatcherApp/Basic.olean +lib/lean/Lean/Meta/Match/MatcherApp/Basic.olean.private +lib/lean/Lean/Meta/Match/MatcherApp/Basic.olean.server lib/lean/Lean/Meta/Match/MatcherApp/Transform.ilean +lib/lean/Lean/Meta/Match/MatcherApp/Transform.ir lib/lean/Lean/Meta/Match/MatcherApp/Transform.olean +lib/lean/Lean/Meta/Match/MatcherApp/Transform.olean.private +lib/lean/Lean/Meta/Match/MatcherApp/Transform.olean.server lib/lean/Lean/Meta/Match/MatcherInfo.ilean +lib/lean/Lean/Meta/Match/MatcherInfo.ir lib/lean/Lean/Meta/Match/MatcherInfo.olean +lib/lean/Lean/Meta/Match/MatcherInfo.olean.private +lib/lean/Lean/Meta/Match/MatcherInfo.olean.server +lib/lean/Lean/Meta/Match/SimpH.ilean +lib/lean/Lean/Meta/Match/SimpH.ir +lib/lean/Lean/Meta/Match/SimpH.olean +lib/lean/Lean/Meta/Match/SimpH.olean.private +lib/lean/Lean/Meta/Match/SimpH.olean.server +lib/lean/Lean/Meta/Match/SolveOverlap.ilean +lib/lean/Lean/Meta/Match/SolveOverlap.ir +lib/lean/Lean/Meta/Match/SolveOverlap.olean +lib/lean/Lean/Meta/Match/SolveOverlap.olean.private +lib/lean/Lean/Meta/Match/SolveOverlap.olean.server lib/lean/Lean/Meta/Match/Value.ilean +lib/lean/Lean/Meta/Match/Value.ir lib/lean/Lean/Meta/Match/Value.olean +lib/lean/Lean/Meta/Match/Value.olean.private +lib/lean/Lean/Meta/Match/Value.olean.server lib/lean/Lean/Meta/MatchUtil.ilean +lib/lean/Lean/Meta/MatchUtil.ir lib/lean/Lean/Meta/MatchUtil.olean +lib/lean/Lean/Meta/MatchUtil.olean.private +lib/lean/Lean/Meta/MatchUtil.olean.server +lib/lean/Lean/Meta/MethodSpecs.ilean +lib/lean/Lean/Meta/MethodSpecs.ir +lib/lean/Lean/Meta/MethodSpecs.olean +lib/lean/Lean/Meta/MethodSpecs.olean.private +lib/lean/Lean/Meta/MethodSpecs.olean.server +lib/lean/Lean/Meta/MkIffOfInductiveProp.ilean +lib/lean/Lean/Meta/MkIffOfInductiveProp.ir +lib/lean/Lean/Meta/MkIffOfInductiveProp.olean +lib/lean/Lean/Meta/MkIffOfInductiveProp.olean.private +lib/lean/Lean/Meta/MkIffOfInductiveProp.olean.server lib/lean/Lean/Meta/NatInstTesters.ilean +lib/lean/Lean/Meta/NatInstTesters.ir lib/lean/Lean/Meta/NatInstTesters.olean +lib/lean/Lean/Meta/NatInstTesters.olean.private +lib/lean/Lean/Meta/NatInstTesters.olean.server +lib/lean/Lean/Meta/NatTable.ilean +lib/lean/Lean/Meta/NatTable.ir +lib/lean/Lean/Meta/NatTable.olean +lib/lean/Lean/Meta/NatTable.olean.private +lib/lean/Lean/Meta/NatTable.olean.server lib/lean/Lean/Meta/Offset.ilean +lib/lean/Lean/Meta/Offset.ir lib/lean/Lean/Meta/Offset.olean +lib/lean/Lean/Meta/Offset.olean.private +lib/lean/Lean/Meta/Offset.olean.server lib/lean/Lean/Meta/Order.ilean +lib/lean/Lean/Meta/Order.ir lib/lean/Lean/Meta/Order.olean +lib/lean/Lean/Meta/Order.olean.private +lib/lean/Lean/Meta/Order.olean.server lib/lean/Lean/Meta/PPGoal.ilean +lib/lean/Lean/Meta/PPGoal.ir lib/lean/Lean/Meta/PPGoal.olean +lib/lean/Lean/Meta/PPGoal.olean.private +lib/lean/Lean/Meta/PPGoal.olean.server lib/lean/Lean/Meta/PProdN.ilean +lib/lean/Lean/Meta/PProdN.ir lib/lean/Lean/Meta/PProdN.olean +lib/lean/Lean/Meta/PProdN.olean.private +lib/lean/Lean/Meta/PProdN.olean.server +lib/lean/Lean/Meta/ProdN.ilean +lib/lean/Lean/Meta/ProdN.ir +lib/lean/Lean/Meta/ProdN.olean +lib/lean/Lean/Meta/ProdN.olean.private +lib/lean/Lean/Meta/ProdN.olean.server lib/lean/Lean/Meta/RecursorInfo.ilean +lib/lean/Lean/Meta/RecursorInfo.ir lib/lean/Lean/Meta/RecursorInfo.olean +lib/lean/Lean/Meta/RecursorInfo.olean.private +lib/lean/Lean/Meta/RecursorInfo.olean.server lib/lean/Lean/Meta/Reduce.ilean +lib/lean/Lean/Meta/Reduce.ir lib/lean/Lean/Meta/Reduce.olean +lib/lean/Lean/Meta/Reduce.olean.private +lib/lean/Lean/Meta/Reduce.olean.server lib/lean/Lean/Meta/ReduceEval.ilean +lib/lean/Lean/Meta/ReduceEval.ir lib/lean/Lean/Meta/ReduceEval.olean +lib/lean/Lean/Meta/ReduceEval.olean.private +lib/lean/Lean/Meta/ReduceEval.olean.server +lib/lean/Lean/Meta/SameCtorUtils.ilean +lib/lean/Lean/Meta/SameCtorUtils.ir +lib/lean/Lean/Meta/SameCtorUtils.olean +lib/lean/Lean/Meta/SameCtorUtils.olean.private +lib/lean/Lean/Meta/SameCtorUtils.olean.server lib/lean/Lean/Meta/SizeOf.ilean +lib/lean/Lean/Meta/SizeOf.ir lib/lean/Lean/Meta/SizeOf.olean +lib/lean/Lean/Meta/SizeOf.olean.private +lib/lean/Lean/Meta/SizeOf.olean.server lib/lean/Lean/Meta/Sorry.ilean +lib/lean/Lean/Meta/Sorry.ir lib/lean/Lean/Meta/Sorry.olean +lib/lean/Lean/Meta/Sorry.olean.private +lib/lean/Lean/Meta/Sorry.olean.server lib/lean/Lean/Meta/Structure.ilean +lib/lean/Lean/Meta/Structure.ir lib/lean/Lean/Meta/Structure.olean +lib/lean/Lean/Meta/Structure.olean.private +lib/lean/Lean/Meta/Structure.olean.server lib/lean/Lean/Meta/SynthInstance.ilean +lib/lean/Lean/Meta/SynthInstance.ir lib/lean/Lean/Meta/SynthInstance.olean +lib/lean/Lean/Meta/SynthInstance.olean.private +lib/lean/Lean/Meta/SynthInstance.olean.server lib/lean/Lean/Meta/Tactic.ilean +lib/lean/Lean/Meta/Tactic.ir lib/lean/Lean/Meta/Tactic.olean +lib/lean/Lean/Meta/Tactic.olean.private +lib/lean/Lean/Meta/Tactic.olean.server lib/lean/Lean/Meta/Tactic/AC.ilean +lib/lean/Lean/Meta/Tactic/AC.ir lib/lean/Lean/Meta/Tactic/AC.olean +lib/lean/Lean/Meta/Tactic/AC.olean.private +lib/lean/Lean/Meta/Tactic/AC.olean.server lib/lean/Lean/Meta/Tactic/AC/Main.ilean +lib/lean/Lean/Meta/Tactic/AC/Main.ir lib/lean/Lean/Meta/Tactic/AC/Main.olean +lib/lean/Lean/Meta/Tactic/AC/Main.olean.private +lib/lean/Lean/Meta/Tactic/AC/Main.olean.server lib/lean/Lean/Meta/Tactic/Acyclic.ilean +lib/lean/Lean/Meta/Tactic/Acyclic.ir lib/lean/Lean/Meta/Tactic/Acyclic.olean +lib/lean/Lean/Meta/Tactic/Acyclic.olean.private +lib/lean/Lean/Meta/Tactic/Acyclic.olean.server lib/lean/Lean/Meta/Tactic/Apply.ilean +lib/lean/Lean/Meta/Tactic/Apply.ir lib/lean/Lean/Meta/Tactic/Apply.olean +lib/lean/Lean/Meta/Tactic/Apply.olean.private +lib/lean/Lean/Meta/Tactic/Apply.olean.server lib/lean/Lean/Meta/Tactic/Assert.ilean +lib/lean/Lean/Meta/Tactic/Assert.ir lib/lean/Lean/Meta/Tactic/Assert.olean +lib/lean/Lean/Meta/Tactic/Assert.olean.private +lib/lean/Lean/Meta/Tactic/Assert.olean.server lib/lean/Lean/Meta/Tactic/Assumption.ilean +lib/lean/Lean/Meta/Tactic/Assumption.ir lib/lean/Lean/Meta/Tactic/Assumption.olean +lib/lean/Lean/Meta/Tactic/Assumption.olean.private +lib/lean/Lean/Meta/Tactic/Assumption.olean.server lib/lean/Lean/Meta/Tactic/AuxLemma.ilean +lib/lean/Lean/Meta/Tactic/AuxLemma.ir lib/lean/Lean/Meta/Tactic/AuxLemma.olean +lib/lean/Lean/Meta/Tactic/AuxLemma.olean.private +lib/lean/Lean/Meta/Tactic/AuxLemma.olean.server lib/lean/Lean/Meta/Tactic/Backtrack.ilean +lib/lean/Lean/Meta/Tactic/Backtrack.ir lib/lean/Lean/Meta/Tactic/Backtrack.olean +lib/lean/Lean/Meta/Tactic/Backtrack.olean.private +lib/lean/Lean/Meta/Tactic/Backtrack.olean.server lib/lean/Lean/Meta/Tactic/Cases.ilean +lib/lean/Lean/Meta/Tactic/Cases.ir lib/lean/Lean/Meta/Tactic/Cases.olean +lib/lean/Lean/Meta/Tactic/Cases.olean.private +lib/lean/Lean/Meta/Tactic/Cases.olean.server lib/lean/Lean/Meta/Tactic/Cleanup.ilean +lib/lean/Lean/Meta/Tactic/Cleanup.ir lib/lean/Lean/Meta/Tactic/Cleanup.olean +lib/lean/Lean/Meta/Tactic/Cleanup.olean.private +lib/lean/Lean/Meta/Tactic/Cleanup.olean.server lib/lean/Lean/Meta/Tactic/Clear.ilean +lib/lean/Lean/Meta/Tactic/Clear.ir lib/lean/Lean/Meta/Tactic/Clear.olean +lib/lean/Lean/Meta/Tactic/Clear.olean.private +lib/lean/Lean/Meta/Tactic/Clear.olean.server lib/lean/Lean/Meta/Tactic/Congr.ilean +lib/lean/Lean/Meta/Tactic/Congr.ir lib/lean/Lean/Meta/Tactic/Congr.olean +lib/lean/Lean/Meta/Tactic/Congr.olean.private +lib/lean/Lean/Meta/Tactic/Congr.olean.server lib/lean/Lean/Meta/Tactic/Constructor.ilean +lib/lean/Lean/Meta/Tactic/Constructor.ir lib/lean/Lean/Meta/Tactic/Constructor.olean +lib/lean/Lean/Meta/Tactic/Constructor.olean.private +lib/lean/Lean/Meta/Tactic/Constructor.olean.server lib/lean/Lean/Meta/Tactic/Contradiction.ilean +lib/lean/Lean/Meta/Tactic/Contradiction.ir lib/lean/Lean/Meta/Tactic/Contradiction.olean +lib/lean/Lean/Meta/Tactic/Contradiction.olean.private +lib/lean/Lean/Meta/Tactic/Contradiction.olean.server lib/lean/Lean/Meta/Tactic/Delta.ilean +lib/lean/Lean/Meta/Tactic/Delta.ir lib/lean/Lean/Meta/Tactic/Delta.olean +lib/lean/Lean/Meta/Tactic/Delta.olean.private +lib/lean/Lean/Meta/Tactic/Delta.olean.server lib/lean/Lean/Meta/Tactic/ElimInfo.ilean +lib/lean/Lean/Meta/Tactic/ElimInfo.ir lib/lean/Lean/Meta/Tactic/ElimInfo.olean +lib/lean/Lean/Meta/Tactic/ElimInfo.olean.private +lib/lean/Lean/Meta/Tactic/ElimInfo.olean.server lib/lean/Lean/Meta/Tactic/ExposeNames.ilean +lib/lean/Lean/Meta/Tactic/ExposeNames.ir lib/lean/Lean/Meta/Tactic/ExposeNames.olean +lib/lean/Lean/Meta/Tactic/ExposeNames.olean.private +lib/lean/Lean/Meta/Tactic/ExposeNames.olean.server lib/lean/Lean/Meta/Tactic/Ext.ilean +lib/lean/Lean/Meta/Tactic/Ext.ir lib/lean/Lean/Meta/Tactic/Ext.olean +lib/lean/Lean/Meta/Tactic/Ext.olean.private +lib/lean/Lean/Meta/Tactic/Ext.olean.server lib/lean/Lean/Meta/Tactic/FVarSubst.ilean +lib/lean/Lean/Meta/Tactic/FVarSubst.ir lib/lean/Lean/Meta/Tactic/FVarSubst.olean +lib/lean/Lean/Meta/Tactic/FVarSubst.olean.private +lib/lean/Lean/Meta/Tactic/FVarSubst.olean.server lib/lean/Lean/Meta/Tactic/FunInd.ilean +lib/lean/Lean/Meta/Tactic/FunInd.ir lib/lean/Lean/Meta/Tactic/FunInd.olean +lib/lean/Lean/Meta/Tactic/FunInd.olean.private +lib/lean/Lean/Meta/Tactic/FunInd.olean.server lib/lean/Lean/Meta/Tactic/FunIndCollect.ilean +lib/lean/Lean/Meta/Tactic/FunIndCollect.ir lib/lean/Lean/Meta/Tactic/FunIndCollect.olean +lib/lean/Lean/Meta/Tactic/FunIndCollect.olean.private +lib/lean/Lean/Meta/Tactic/FunIndCollect.olean.server lib/lean/Lean/Meta/Tactic/FunIndInfo.ilean +lib/lean/Lean/Meta/Tactic/FunIndInfo.ir lib/lean/Lean/Meta/Tactic/FunIndInfo.olean +lib/lean/Lean/Meta/Tactic/FunIndInfo.olean.private +lib/lean/Lean/Meta/Tactic/FunIndInfo.olean.server lib/lean/Lean/Meta/Tactic/Generalize.ilean +lib/lean/Lean/Meta/Tactic/Generalize.ir lib/lean/Lean/Meta/Tactic/Generalize.olean +lib/lean/Lean/Meta/Tactic/Generalize.olean.private +lib/lean/Lean/Meta/Tactic/Generalize.olean.server lib/lean/Lean/Meta/Tactic/Grind.ilean +lib/lean/Lean/Meta/Tactic/Grind.ir lib/lean/Lean/Meta/Tactic/Grind.olean +lib/lean/Lean/Meta/Tactic/Grind.olean.private +lib/lean/Lean/Meta/Tactic/Grind.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC.ir +lib/lean/Lean/Meta/Tactic/Grind/AC.olean +lib/lean/Lean/Meta/Tactic/Grind/AC.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/Action.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/Action.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/Action.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/Action.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/Action.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/DenoteExpr.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/DenoteExpr.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/DenoteExpr.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/DenoteExpr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/DenoteExpr.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/Eq.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/Eq.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/Eq.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/Eq.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/Eq.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/Internalize.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/Internalize.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/Internalize.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/Internalize.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/Internalize.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/Inv.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/Inv.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/Inv.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/Inv.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/Inv.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/PP.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/PP.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/PP.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/PP.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/PP.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/Proof.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/Proof.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/Proof.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/Proof.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/Proof.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/Seq.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/Seq.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/Seq.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/Seq.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/Seq.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/ToExpr.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/ToExpr.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/ToExpr.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/ToExpr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/ToExpr.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/Types.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/Types.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/Types.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/Types.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/Types.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/Util.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/Util.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/Util.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/Util.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/Util.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/Var.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/Var.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/Var.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/Var.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/Var.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AC/VarRename.ilean +lib/lean/Lean/Meta/Tactic/Grind/AC/VarRename.ir +lib/lean/Lean/Meta/Tactic/Grind/AC/VarRename.olean +lib/lean/Lean/Meta/Tactic/Grind/AC/VarRename.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AC/VarRename.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Action.ilean +lib/lean/Lean/Meta/Tactic/Grind/Action.ir +lib/lean/Lean/Meta/Tactic/Grind/Action.olean +lib/lean/Lean/Meta/Tactic/Grind/Action.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Action.olean.server +lib/lean/Lean/Meta/Tactic/Grind/AlphaShareCommon.ilean +lib/lean/Lean/Meta/Tactic/Grind/AlphaShareCommon.ir +lib/lean/Lean/Meta/Tactic/Grind/AlphaShareCommon.olean +lib/lean/Lean/Meta/Tactic/Grind/AlphaShareCommon.olean.private +lib/lean/Lean/Meta/Tactic/Grind/AlphaShareCommon.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Anchor.ilean +lib/lean/Lean/Meta/Tactic/Grind/Anchor.ir +lib/lean/Lean/Meta/Tactic/Grind/Anchor.olean +lib/lean/Lean/Meta/Tactic/Grind/Anchor.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Anchor.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith.ir lib/lean/Lean/Meta/Tactic/Grind/Arith.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Action.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Action.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Action.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Action.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Action.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/DenoteExpr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/DenoteExpr.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/DenoteExpr.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/DenoteExpr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/DenoteExpr.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/EqCnstr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/EqCnstr.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/EqCnstr.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/EqCnstr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/EqCnstr.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Functions.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Functions.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Functions.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Functions.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Functions.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Internalize.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Internalize.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Internalize.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Internalize.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Internalize.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Inv.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Inv.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Inv.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Inv.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Inv.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadCanon.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadCanon.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadCanon.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadCanon.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadCanon.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadRing.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadRing.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadRing.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadRing.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadRing.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadSemiring.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadSemiring.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadSemiring.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadSemiring.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadSemiring.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommRingM.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommRingM.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommRingM.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommRingM.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommRingM.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommSemiringM.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommSemiringM.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommSemiringM.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommSemiringM.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommSemiringM.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/PP.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/PP.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/PP.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/PP.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/PP.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Poly.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Poly.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Poly.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Poly.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Poly.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Power.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Power.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Power.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Power.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Power.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Proof.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Proof.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Proof.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Proof.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Proof.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Reify.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Reify.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Reify.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Reify.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Reify.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingId.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingId.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingId.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingId.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingId.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingM.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingM.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingM.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingM.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingM.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SafePoly.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SafePoly.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SafePoly.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SafePoly.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SafePoly.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SemiringM.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SemiringM.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SemiringM.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SemiringM.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SemiringM.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/ToExpr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/ToExpr.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/ToExpr.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/ToExpr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/ToExpr.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Types.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Types.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Types.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Util.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Util.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Var.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Var.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Types.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Types.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/VarRename.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/VarRename.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/VarRename.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/VarRename.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/VarRename.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Action.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Action.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Action.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Action.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Action.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/CommRing.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/CommRing.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/CommRing.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/CommRing.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/CommRing.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/DvdCnstr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/DvdCnstr.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/DvdCnstr.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/DvdCnstr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/DvdCnstr.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/EqCnstr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/EqCnstr.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/EqCnstr.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Foreign.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Foreign.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/EqCnstr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/EqCnstr.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Inv.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Inv.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Inv.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Inv.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Inv.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/LeCnstr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/LeCnstr.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/LeCnstr.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/LeCnstr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/LeCnstr.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/MBTC.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/MBTC.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/MBTC.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/MBTC.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/MBTC.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Model.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Model.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Model.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Model.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Model.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Nat.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Nat.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Nat.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Nat.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Nat.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Norm.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Norm.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Norm.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Norm.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Norm.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Proof.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Proof.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Proof.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Proof.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Proof.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ReorderVars.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ReorderVars.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ReorderVars.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ReorderVars.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ReorderVars.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Search.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Search.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Search.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Search.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Search.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/SearchM.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/SearchM.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/SearchM.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/SearchM.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/SearchM.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToInt.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToInt.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToInt.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToInt.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToInt.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToIntInfo.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToIntInfo.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToIntInfo.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToIntInfo.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToIntInfo.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Types.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Types.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Types.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Types.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Types.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Util.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Util.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Util.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Util.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Util.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Var.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Var.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Var.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Internalize.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Internalize.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Inv.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Inv.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Var.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Var.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/VarRename.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/VarRename.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/VarRename.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/VarRename.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/VarRename.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/EvalNum.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/EvalNum.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/EvalNum.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/EvalNum.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/EvalNum.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/FieldNormNum.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/FieldNormNum.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/FieldNormNum.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/FieldNormNum.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/FieldNormNum.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Insts.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Insts.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Insts.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Insts.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Insts.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/IsRelevant.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/IsRelevant.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/IsRelevant.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/IsRelevant.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/IsRelevant.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Action.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Action.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Action.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Action.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Action.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Den.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Den.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Den.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Den.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Den.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/DenoteExpr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/DenoteExpr.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/DenoteExpr.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/DenoteExpr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/DenoteExpr.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Inv.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Inv.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Inv.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Inv.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Inv.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/LinearM.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/LinearM.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/LinearM.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/LinearM.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/LinearM.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/MBTC.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/MBTC.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/MBTC.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/MBTC.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/MBTC.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Model.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Model.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Model.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Model.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Model.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/OfNatModule.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/OfNatModule.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/OfNatModule.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/OfNatModule.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/OfNatModule.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PP.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PP.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PP.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PP.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PP.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Reify.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Reify.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Reify.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Reify.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Reify.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Search.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Search.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Search.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Search.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Search.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/ToExpr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/ToExpr.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/ToExpr.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/ToExpr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/ToExpr.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Types.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Types.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Types.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Types.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Types.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Util.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Util.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Util.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Util.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Util.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Var.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Var.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Var.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Var.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Var.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/VarRename.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/VarRename.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/VarRename.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/VarRename.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Linear/VarRename.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Main.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Main.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Main.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Main.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Main.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Model.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Model.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Model.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Main.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Main.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Model.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Model.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Proof.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Proof.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Types.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Types.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Util.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Util.olean -lib/lean/Lean/Meta/Tactic/Grind/Arith/ProofUtil.ilean -lib/lean/Lean/Meta/Tactic/Grind/Arith/ProofUtil.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Model.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Model.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/ModelUtil.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/ModelUtil.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/ModelUtil.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/ModelUtil.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/ModelUtil.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Arith/Simproc.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Simproc.ir +lib/lean/Lean/Meta/Tactic/Grind/Arith/Simproc.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Simproc.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Simproc.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Types.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Types.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Types.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Types.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Types.olean.server lib/lean/Lean/Meta/Tactic/Grind/Arith/Util.ilean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Util.ir lib/lean/Lean/Meta/Tactic/Grind/Arith/Util.olean +lib/lean/Lean/Meta/Tactic/Grind/Arith/Util.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Arith/Util.olean.server lib/lean/Lean/Meta/Tactic/Grind/Attr.ilean +lib/lean/Lean/Meta/Tactic/Grind/Attr.ir lib/lean/Lean/Meta/Tactic/Grind/Attr.olean +lib/lean/Lean/Meta/Tactic/Grind/Attr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Attr.olean.server lib/lean/Lean/Meta/Tactic/Grind/Beta.ilean +lib/lean/Lean/Meta/Tactic/Grind/Beta.ir lib/lean/Lean/Meta/Tactic/Grind/Beta.olean +lib/lean/Lean/Meta/Tactic/Grind/Beta.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Beta.olean.server lib/lean/Lean/Meta/Tactic/Grind/Canon.ilean +lib/lean/Lean/Meta/Tactic/Grind/Canon.ir lib/lean/Lean/Meta/Tactic/Grind/Canon.olean +lib/lean/Lean/Meta/Tactic/Grind/Canon.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Canon.olean.server lib/lean/Lean/Meta/Tactic/Grind/Cases.ilean +lib/lean/Lean/Meta/Tactic/Grind/Cases.ir lib/lean/Lean/Meta/Tactic/Grind/Cases.olean +lib/lean/Lean/Meta/Tactic/Grind/Cases.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Cases.olean.server lib/lean/Lean/Meta/Tactic/Grind/CasesMatch.ilean +lib/lean/Lean/Meta/Tactic/Grind/CasesMatch.ir lib/lean/Lean/Meta/Tactic/Grind/CasesMatch.olean -lib/lean/Lean/Meta/Tactic/Grind/Combinators.ilean -lib/lean/Lean/Meta/Tactic/Grind/Combinators.olean +lib/lean/Lean/Meta/Tactic/Grind/CasesMatch.olean.private +lib/lean/Lean/Meta/Tactic/Grind/CasesMatch.olean.server +lib/lean/Lean/Meta/Tactic/Grind/CastLike.ilean +lib/lean/Lean/Meta/Tactic/Grind/CastLike.ir +lib/lean/Lean/Meta/Tactic/Grind/CastLike.olean +lib/lean/Lean/Meta/Tactic/Grind/CastLike.olean.private +lib/lean/Lean/Meta/Tactic/Grind/CastLike.olean.server +lib/lean/Lean/Meta/Tactic/Grind/CheckResult.ilean +lib/lean/Lean/Meta/Tactic/Grind/CheckResult.ir +lib/lean/Lean/Meta/Tactic/Grind/CheckResult.olean +lib/lean/Lean/Meta/Tactic/Grind/CheckResult.olean.private +lib/lean/Lean/Meta/Tactic/Grind/CheckResult.olean.server +lib/lean/Lean/Meta/Tactic/Grind/CollectParams.ilean +lib/lean/Lean/Meta/Tactic/Grind/CollectParams.ir +lib/lean/Lean/Meta/Tactic/Grind/CollectParams.olean +lib/lean/Lean/Meta/Tactic/Grind/CollectParams.olean.private +lib/lean/Lean/Meta/Tactic/Grind/CollectParams.olean.server lib/lean/Lean/Meta/Tactic/Grind/Core.ilean +lib/lean/Lean/Meta/Tactic/Grind/Core.ir lib/lean/Lean/Meta/Tactic/Grind/Core.olean +lib/lean/Lean/Meta/Tactic/Grind/Core.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Core.olean.server lib/lean/Lean/Meta/Tactic/Grind/Ctor.ilean +lib/lean/Lean/Meta/Tactic/Grind/Ctor.ir lib/lean/Lean/Meta/Tactic/Grind/Ctor.olean +lib/lean/Lean/Meta/Tactic/Grind/Ctor.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Ctor.olean.server lib/lean/Lean/Meta/Tactic/Grind/Diseq.ilean +lib/lean/Lean/Meta/Tactic/Grind/Diseq.ir lib/lean/Lean/Meta/Tactic/Grind/Diseq.olean +lib/lean/Lean/Meta/Tactic/Grind/Diseq.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Diseq.olean.server lib/lean/Lean/Meta/Tactic/Grind/EMatch.ilean +lib/lean/Lean/Meta/Tactic/Grind/EMatch.ir lib/lean/Lean/Meta/Tactic/Grind/EMatch.olean +lib/lean/Lean/Meta/Tactic/Grind/EMatch.olean.private +lib/lean/Lean/Meta/Tactic/Grind/EMatch.olean.server +lib/lean/Lean/Meta/Tactic/Grind/EMatchAction.ilean +lib/lean/Lean/Meta/Tactic/Grind/EMatchAction.ir +lib/lean/Lean/Meta/Tactic/Grind/EMatchAction.olean +lib/lean/Lean/Meta/Tactic/Grind/EMatchAction.olean.private +lib/lean/Lean/Meta/Tactic/Grind/EMatchAction.olean.server lib/lean/Lean/Meta/Tactic/Grind/EMatchTheorem.ilean +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheorem.ir lib/lean/Lean/Meta/Tactic/Grind/EMatchTheorem.olean -lib/lean/Lean/Meta/Tactic/Grind/ENodeKey.ilean -lib/lean/Lean/Meta/Tactic/Grind/ENodeKey.olean +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheorem.olean.private +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheorem.olean.server +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremParam.ilean +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremParam.ir +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremParam.olean +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremParam.olean.private +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremParam.olean.server +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremPtr.ilean +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremPtr.ir +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremPtr.olean +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremPtr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/EMatchTheoremPtr.olean.server lib/lean/Lean/Meta/Tactic/Grind/EqResolution.ilean +lib/lean/Lean/Meta/Tactic/Grind/EqResolution.ir lib/lean/Lean/Meta/Tactic/Grind/EqResolution.olean +lib/lean/Lean/Meta/Tactic/Grind/EqResolution.olean.private +lib/lean/Lean/Meta/Tactic/Grind/EqResolution.olean.server +lib/lean/Lean/Meta/Tactic/Grind/ExprPtr.ilean +lib/lean/Lean/Meta/Tactic/Grind/ExprPtr.ir +lib/lean/Lean/Meta/Tactic/Grind/ExprPtr.olean +lib/lean/Lean/Meta/Tactic/Grind/ExprPtr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/ExprPtr.olean.server lib/lean/Lean/Meta/Tactic/Grind/Ext.ilean +lib/lean/Lean/Meta/Tactic/Grind/Ext.ir lib/lean/Lean/Meta/Tactic/Grind/Ext.olean +lib/lean/Lean/Meta/Tactic/Grind/Ext.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Ext.olean.server lib/lean/Lean/Meta/Tactic/Grind/ExtAttr.ilean +lib/lean/Lean/Meta/Tactic/Grind/ExtAttr.ir lib/lean/Lean/Meta/Tactic/Grind/ExtAttr.olean +lib/lean/Lean/Meta/Tactic/Grind/ExtAttr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/ExtAttr.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Filter.ilean +lib/lean/Lean/Meta/Tactic/Grind/Filter.ir +lib/lean/Lean/Meta/Tactic/Grind/Filter.olean +lib/lean/Lean/Meta/Tactic/Grind/Filter.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Filter.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Finish.ilean +lib/lean/Lean/Meta/Tactic/Grind/Finish.ir +lib/lean/Lean/Meta/Tactic/Grind/Finish.olean +lib/lean/Lean/Meta/Tactic/Grind/Finish.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Finish.olean.server lib/lean/Lean/Meta/Tactic/Grind/ForallProp.ilean +lib/lean/Lean/Meta/Tactic/Grind/ForallProp.ir lib/lean/Lean/Meta/Tactic/Grind/ForallProp.olean +lib/lean/Lean/Meta/Tactic/Grind/ForallProp.olean.private +lib/lean/Lean/Meta/Tactic/Grind/ForallProp.olean.server +lib/lean/Lean/Meta/Tactic/Grind/FunCC.ilean +lib/lean/Lean/Meta/Tactic/Grind/FunCC.ir +lib/lean/Lean/Meta/Tactic/Grind/FunCC.olean +lib/lean/Lean/Meta/Tactic/Grind/FunCC.olean.private +lib/lean/Lean/Meta/Tactic/Grind/FunCC.olean.server lib/lean/Lean/Meta/Tactic/Grind/Injection.ilean +lib/lean/Lean/Meta/Tactic/Grind/Injection.ir lib/lean/Lean/Meta/Tactic/Grind/Injection.olean +lib/lean/Lean/Meta/Tactic/Grind/Injection.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Injection.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Injective.ilean +lib/lean/Lean/Meta/Tactic/Grind/Injective.ir +lib/lean/Lean/Meta/Tactic/Grind/Injective.olean +lib/lean/Lean/Meta/Tactic/Grind/Injective.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Injective.olean.server lib/lean/Lean/Meta/Tactic/Grind/Internalize.ilean +lib/lean/Lean/Meta/Tactic/Grind/Internalize.ir lib/lean/Lean/Meta/Tactic/Grind/Internalize.olean +lib/lean/Lean/Meta/Tactic/Grind/Internalize.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Internalize.olean.server lib/lean/Lean/Meta/Tactic/Grind/Intro.ilean +lib/lean/Lean/Meta/Tactic/Grind/Intro.ir lib/lean/Lean/Meta/Tactic/Grind/Intro.olean +lib/lean/Lean/Meta/Tactic/Grind/Intro.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Intro.olean.server lib/lean/Lean/Meta/Tactic/Grind/Inv.ilean +lib/lean/Lean/Meta/Tactic/Grind/Inv.ir lib/lean/Lean/Meta/Tactic/Grind/Inv.olean +lib/lean/Lean/Meta/Tactic/Grind/Inv.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Inv.olean.server +lib/lean/Lean/Meta/Tactic/Grind/LawfulEqCmp.ilean +lib/lean/Lean/Meta/Tactic/Grind/LawfulEqCmp.ir +lib/lean/Lean/Meta/Tactic/Grind/LawfulEqCmp.olean +lib/lean/Lean/Meta/Tactic/Grind/LawfulEqCmp.olean.private +lib/lean/Lean/Meta/Tactic/Grind/LawfulEqCmp.olean.server lib/lean/Lean/Meta/Tactic/Grind/Lookahead.ilean +lib/lean/Lean/Meta/Tactic/Grind/Lookahead.ir lib/lean/Lean/Meta/Tactic/Grind/Lookahead.olean +lib/lean/Lean/Meta/Tactic/Grind/Lookahead.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Lookahead.olean.server lib/lean/Lean/Meta/Tactic/Grind/MBTC.ilean +lib/lean/Lean/Meta/Tactic/Grind/MBTC.ir lib/lean/Lean/Meta/Tactic/Grind/MBTC.olean +lib/lean/Lean/Meta/Tactic/Grind/MBTC.olean.private +lib/lean/Lean/Meta/Tactic/Grind/MBTC.olean.server lib/lean/Lean/Meta/Tactic/Grind/Main.ilean +lib/lean/Lean/Meta/Tactic/Grind/Main.ir lib/lean/Lean/Meta/Tactic/Grind/Main.olean -lib/lean/Lean/Meta/Tactic/Grind/MarkNestedProofs.ilean -lib/lean/Lean/Meta/Tactic/Grind/MarkNestedProofs.olean +lib/lean/Lean/Meta/Tactic/Grind/Main.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Main.olean.server +lib/lean/Lean/Meta/Tactic/Grind/MarkNestedSubsingletons.ilean +lib/lean/Lean/Meta/Tactic/Grind/MarkNestedSubsingletons.ir +lib/lean/Lean/Meta/Tactic/Grind/MarkNestedSubsingletons.olean +lib/lean/Lean/Meta/Tactic/Grind/MarkNestedSubsingletons.olean.private +lib/lean/Lean/Meta/Tactic/Grind/MarkNestedSubsingletons.olean.server lib/lean/Lean/Meta/Tactic/Grind/MatchCond.ilean +lib/lean/Lean/Meta/Tactic/Grind/MatchCond.ir lib/lean/Lean/Meta/Tactic/Grind/MatchCond.olean +lib/lean/Lean/Meta/Tactic/Grind/MatchCond.olean.private +lib/lean/Lean/Meta/Tactic/Grind/MatchCond.olean.server lib/lean/Lean/Meta/Tactic/Grind/MatchDiscrOnly.ilean +lib/lean/Lean/Meta/Tactic/Grind/MatchDiscrOnly.ir lib/lean/Lean/Meta/Tactic/Grind/MatchDiscrOnly.olean +lib/lean/Lean/Meta/Tactic/Grind/MatchDiscrOnly.olean.private +lib/lean/Lean/Meta/Tactic/Grind/MatchDiscrOnly.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Order.ilean +lib/lean/Lean/Meta/Tactic/Grind/Order.ir +lib/lean/Lean/Meta/Tactic/Grind/Order.olean +lib/lean/Lean/Meta/Tactic/Grind/Order.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Order.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Order/Assert.ilean +lib/lean/Lean/Meta/Tactic/Grind/Order/Assert.ir +lib/lean/Lean/Meta/Tactic/Grind/Order/Assert.olean +lib/lean/Lean/Meta/Tactic/Grind/Order/Assert.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Order/Assert.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Order/Internalize.ilean +lib/lean/Lean/Meta/Tactic/Grind/Order/Internalize.ir +lib/lean/Lean/Meta/Tactic/Grind/Order/Internalize.olean +lib/lean/Lean/Meta/Tactic/Grind/Order/Internalize.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Order/Internalize.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Order/OrderM.ilean +lib/lean/Lean/Meta/Tactic/Grind/Order/OrderM.ir +lib/lean/Lean/Meta/Tactic/Grind/Order/OrderM.olean +lib/lean/Lean/Meta/Tactic/Grind/Order/OrderM.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Order/OrderM.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Order/Proof.ilean +lib/lean/Lean/Meta/Tactic/Grind/Order/Proof.ir +lib/lean/Lean/Meta/Tactic/Grind/Order/Proof.olean +lib/lean/Lean/Meta/Tactic/Grind/Order/Proof.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Order/Proof.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Order/StructId.ilean +lib/lean/Lean/Meta/Tactic/Grind/Order/StructId.ir +lib/lean/Lean/Meta/Tactic/Grind/Order/StructId.olean +lib/lean/Lean/Meta/Tactic/Grind/Order/StructId.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Order/StructId.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Order/Types.ilean +lib/lean/Lean/Meta/Tactic/Grind/Order/Types.ir +lib/lean/Lean/Meta/Tactic/Grind/Order/Types.olean +lib/lean/Lean/Meta/Tactic/Grind/Order/Types.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Order/Types.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Order/Util.ilean +lib/lean/Lean/Meta/Tactic/Grind/Order/Util.ir +lib/lean/Lean/Meta/Tactic/Grind/Order/Util.olean +lib/lean/Lean/Meta/Tactic/Grind/Order/Util.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Order/Util.olean.server +lib/lean/Lean/Meta/Tactic/Grind/OrderInsts.ilean +lib/lean/Lean/Meta/Tactic/Grind/OrderInsts.ir +lib/lean/Lean/Meta/Tactic/Grind/OrderInsts.olean +lib/lean/Lean/Meta/Tactic/Grind/OrderInsts.olean.private +lib/lean/Lean/Meta/Tactic/Grind/OrderInsts.olean.server lib/lean/Lean/Meta/Tactic/Grind/PP.ilean +lib/lean/Lean/Meta/Tactic/Grind/PP.ir lib/lean/Lean/Meta/Tactic/Grind/PP.olean +lib/lean/Lean/Meta/Tactic/Grind/PP.olean.private +lib/lean/Lean/Meta/Tactic/Grind/PP.olean.server lib/lean/Lean/Meta/Tactic/Grind/Parser.ilean +lib/lean/Lean/Meta/Tactic/Grind/Parser.ir lib/lean/Lean/Meta/Tactic/Grind/Parser.olean +lib/lean/Lean/Meta/Tactic/Grind/Parser.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Parser.olean.server lib/lean/Lean/Meta/Tactic/Grind/Proj.ilean +lib/lean/Lean/Meta/Tactic/Grind/Proj.ir lib/lean/Lean/Meta/Tactic/Grind/Proj.olean +lib/lean/Lean/Meta/Tactic/Grind/Proj.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Proj.olean.server lib/lean/Lean/Meta/Tactic/Grind/Proof.ilean +lib/lean/Lean/Meta/Tactic/Grind/Proof.ir lib/lean/Lean/Meta/Tactic/Grind/Proof.olean +lib/lean/Lean/Meta/Tactic/Grind/Proof.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Proof.olean.server +lib/lean/Lean/Meta/Tactic/Grind/ProofUtil.ilean +lib/lean/Lean/Meta/Tactic/Grind/ProofUtil.ir +lib/lean/Lean/Meta/Tactic/Grind/ProofUtil.olean +lib/lean/Lean/Meta/Tactic/Grind/ProofUtil.olean.private +lib/lean/Lean/Meta/Tactic/Grind/ProofUtil.olean.server lib/lean/Lean/Meta/Tactic/Grind/Propagate.ilean +lib/lean/Lean/Meta/Tactic/Grind/Propagate.ir lib/lean/Lean/Meta/Tactic/Grind/Propagate.olean +lib/lean/Lean/Meta/Tactic/Grind/Propagate.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Propagate.olean.server +lib/lean/Lean/Meta/Tactic/Grind/PropagateInj.ilean +lib/lean/Lean/Meta/Tactic/Grind/PropagateInj.ir +lib/lean/Lean/Meta/Tactic/Grind/PropagateInj.olean +lib/lean/Lean/Meta/Tactic/Grind/PropagateInj.olean.private +lib/lean/Lean/Meta/Tactic/Grind/PropagateInj.olean.server lib/lean/Lean/Meta/Tactic/Grind/PropagatorAttr.ilean +lib/lean/Lean/Meta/Tactic/Grind/PropagatorAttr.ir lib/lean/Lean/Meta/Tactic/Grind/PropagatorAttr.olean +lib/lean/Lean/Meta/Tactic/Grind/PropagatorAttr.olean.private +lib/lean/Lean/Meta/Tactic/Grind/PropagatorAttr.olean.server lib/lean/Lean/Meta/Tactic/Grind/ProveEq.ilean +lib/lean/Lean/Meta/Tactic/Grind/ProveEq.ir lib/lean/Lean/Meta/Tactic/Grind/ProveEq.olean +lib/lean/Lean/Meta/Tactic/Grind/ProveEq.olean.private +lib/lean/Lean/Meta/Tactic/Grind/ProveEq.olean.server +lib/lean/Lean/Meta/Tactic/Grind/ReflCmp.ilean +lib/lean/Lean/Meta/Tactic/Grind/ReflCmp.ir +lib/lean/Lean/Meta/Tactic/Grind/ReflCmp.olean +lib/lean/Lean/Meta/Tactic/Grind/ReflCmp.olean.private +lib/lean/Lean/Meta/Tactic/Grind/ReflCmp.olean.server lib/lean/Lean/Meta/Tactic/Grind/RevertAll.ilean +lib/lean/Lean/Meta/Tactic/Grind/RevertAll.ir lib/lean/Lean/Meta/Tactic/Grind/RevertAll.olean +lib/lean/Lean/Meta/Tactic/Grind/RevertAll.olean.private +lib/lean/Lean/Meta/Tactic/Grind/RevertAll.olean.server lib/lean/Lean/Meta/Tactic/Grind/Simp.ilean +lib/lean/Lean/Meta/Tactic/Grind/Simp.ir lib/lean/Lean/Meta/Tactic/Grind/Simp.olean +lib/lean/Lean/Meta/Tactic/Grind/Simp.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Simp.olean.server lib/lean/Lean/Meta/Tactic/Grind/SimpUtil.ilean +lib/lean/Lean/Meta/Tactic/Grind/SimpUtil.ir lib/lean/Lean/Meta/Tactic/Grind/SimpUtil.olean +lib/lean/Lean/Meta/Tactic/Grind/SimpUtil.olean.private +lib/lean/Lean/Meta/Tactic/Grind/SimpUtil.olean.server lib/lean/Lean/Meta/Tactic/Grind/Solve.ilean +lib/lean/Lean/Meta/Tactic/Grind/Solve.ir lib/lean/Lean/Meta/Tactic/Grind/Solve.olean +lib/lean/Lean/Meta/Tactic/Grind/Solve.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Solve.olean.server lib/lean/Lean/Meta/Tactic/Grind/Split.ilean +lib/lean/Lean/Meta/Tactic/Grind/Split.ir lib/lean/Lean/Meta/Tactic/Grind/Split.olean +lib/lean/Lean/Meta/Tactic/Grind/Split.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Split.olean.server +lib/lean/Lean/Meta/Tactic/Grind/SynthInstance.ilean +lib/lean/Lean/Meta/Tactic/Grind/SynthInstance.ir +lib/lean/Lean/Meta/Tactic/Grind/SynthInstance.olean +lib/lean/Lean/Meta/Tactic/Grind/SynthInstance.olean.private +lib/lean/Lean/Meta/Tactic/Grind/SynthInstance.olean.server +lib/lean/Lean/Meta/Tactic/Grind/Theorems.ilean +lib/lean/Lean/Meta/Tactic/Grind/Theorems.ir +lib/lean/Lean/Meta/Tactic/Grind/Theorems.olean +lib/lean/Lean/Meta/Tactic/Grind/Theorems.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Theorems.olean.server lib/lean/Lean/Meta/Tactic/Grind/Types.ilean +lib/lean/Lean/Meta/Tactic/Grind/Types.ir lib/lean/Lean/Meta/Tactic/Grind/Types.olean +lib/lean/Lean/Meta/Tactic/Grind/Types.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Types.olean.server lib/lean/Lean/Meta/Tactic/Grind/Util.ilean +lib/lean/Lean/Meta/Tactic/Grind/Util.ir lib/lean/Lean/Meta/Tactic/Grind/Util.olean +lib/lean/Lean/Meta/Tactic/Grind/Util.olean.private +lib/lean/Lean/Meta/Tactic/Grind/Util.olean.server +lib/lean/Lean/Meta/Tactic/Grind/VarRename.ilean +lib/lean/Lean/Meta/Tactic/Grind/VarRename.ir +lib/lean/Lean/Meta/Tactic/Grind/VarRename.olean +lib/lean/Lean/Meta/Tactic/Grind/VarRename.olean.private +lib/lean/Lean/Meta/Tactic/Grind/VarRename.olean.server lib/lean/Lean/Meta/Tactic/IndependentOf.ilean +lib/lean/Lean/Meta/Tactic/IndependentOf.ir lib/lean/Lean/Meta/Tactic/IndependentOf.olean +lib/lean/Lean/Meta/Tactic/IndependentOf.olean.private +lib/lean/Lean/Meta/Tactic/IndependentOf.olean.server lib/lean/Lean/Meta/Tactic/Induction.ilean +lib/lean/Lean/Meta/Tactic/Induction.ir lib/lean/Lean/Meta/Tactic/Induction.olean +lib/lean/Lean/Meta/Tactic/Induction.olean.private +lib/lean/Lean/Meta/Tactic/Induction.olean.server lib/lean/Lean/Meta/Tactic/Injection.ilean +lib/lean/Lean/Meta/Tactic/Injection.ir lib/lean/Lean/Meta/Tactic/Injection.olean +lib/lean/Lean/Meta/Tactic/Injection.olean.private +lib/lean/Lean/Meta/Tactic/Injection.olean.server lib/lean/Lean/Meta/Tactic/Intro.ilean +lib/lean/Lean/Meta/Tactic/Intro.ir lib/lean/Lean/Meta/Tactic/Intro.olean +lib/lean/Lean/Meta/Tactic/Intro.olean.private +lib/lean/Lean/Meta/Tactic/Intro.olean.server lib/lean/Lean/Meta/Tactic/Lets.ilean +lib/lean/Lean/Meta/Tactic/Lets.ir lib/lean/Lean/Meta/Tactic/Lets.olean +lib/lean/Lean/Meta/Tactic/Lets.olean.private +lib/lean/Lean/Meta/Tactic/Lets.olean.server lib/lean/Lean/Meta/Tactic/LibrarySearch.ilean +lib/lean/Lean/Meta/Tactic/LibrarySearch.ir lib/lean/Lean/Meta/Tactic/LibrarySearch.olean +lib/lean/Lean/Meta/Tactic/LibrarySearch.olean.private +lib/lean/Lean/Meta/Tactic/LibrarySearch.olean.server lib/lean/Lean/Meta/Tactic/NormCast.ilean +lib/lean/Lean/Meta/Tactic/NormCast.ir lib/lean/Lean/Meta/Tactic/NormCast.olean +lib/lean/Lean/Meta/Tactic/NormCast.olean.private +lib/lean/Lean/Meta/Tactic/NormCast.olean.server lib/lean/Lean/Meta/Tactic/Refl.ilean +lib/lean/Lean/Meta/Tactic/Refl.ir lib/lean/Lean/Meta/Tactic/Refl.olean +lib/lean/Lean/Meta/Tactic/Refl.olean.private +lib/lean/Lean/Meta/Tactic/Refl.olean.server lib/lean/Lean/Meta/Tactic/Rename.ilean +lib/lean/Lean/Meta/Tactic/Rename.ir lib/lean/Lean/Meta/Tactic/Rename.olean +lib/lean/Lean/Meta/Tactic/Rename.olean.private +lib/lean/Lean/Meta/Tactic/Rename.olean.server lib/lean/Lean/Meta/Tactic/Repeat.ilean +lib/lean/Lean/Meta/Tactic/Repeat.ir lib/lean/Lean/Meta/Tactic/Repeat.olean +lib/lean/Lean/Meta/Tactic/Repeat.olean.private +lib/lean/Lean/Meta/Tactic/Repeat.olean.server lib/lean/Lean/Meta/Tactic/Replace.ilean +lib/lean/Lean/Meta/Tactic/Replace.ir lib/lean/Lean/Meta/Tactic/Replace.olean +lib/lean/Lean/Meta/Tactic/Replace.olean.private +lib/lean/Lean/Meta/Tactic/Replace.olean.server lib/lean/Lean/Meta/Tactic/Revert.ilean +lib/lean/Lean/Meta/Tactic/Revert.ir lib/lean/Lean/Meta/Tactic/Revert.olean +lib/lean/Lean/Meta/Tactic/Revert.olean.private +lib/lean/Lean/Meta/Tactic/Revert.olean.server lib/lean/Lean/Meta/Tactic/Rewrite.ilean +lib/lean/Lean/Meta/Tactic/Rewrite.ir lib/lean/Lean/Meta/Tactic/Rewrite.olean +lib/lean/Lean/Meta/Tactic/Rewrite.olean.private +lib/lean/Lean/Meta/Tactic/Rewrite.olean.server lib/lean/Lean/Meta/Tactic/Rewrites.ilean +lib/lean/Lean/Meta/Tactic/Rewrites.ir lib/lean/Lean/Meta/Tactic/Rewrites.olean +lib/lean/Lean/Meta/Tactic/Rewrites.olean.private +lib/lean/Lean/Meta/Tactic/Rewrites.olean.server lib/lean/Lean/Meta/Tactic/Rfl.ilean +lib/lean/Lean/Meta/Tactic/Rfl.ir lib/lean/Lean/Meta/Tactic/Rfl.olean +lib/lean/Lean/Meta/Tactic/Rfl.olean.private +lib/lean/Lean/Meta/Tactic/Rfl.olean.server lib/lean/Lean/Meta/Tactic/Simp.ilean +lib/lean/Lean/Meta/Tactic/Simp.ir lib/lean/Lean/Meta/Tactic/Simp.olean +lib/lean/Lean/Meta/Tactic/Simp.olean.private +lib/lean/Lean/Meta/Tactic/Simp.olean.server lib/lean/Lean/Meta/Tactic/Simp/Arith.ilean +lib/lean/Lean/Meta/Tactic/Simp/Arith.ir lib/lean/Lean/Meta/Tactic/Simp/Arith.olean +lib/lean/Lean/Meta/Tactic/Simp/Arith.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Arith.olean.server lib/lean/Lean/Meta/Tactic/Simp/Arith/Int.ilean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Int.ir lib/lean/Lean/Meta/Tactic/Simp/Arith/Int.olean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Int.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Arith/Int.olean.server lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Basic.ilean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Basic.ir lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Basic.olean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Basic.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Basic.olean.server lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Simp.ilean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Simp.ir lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Simp.olean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Simp.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Arith/Int/Simp.olean.server lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat.ilean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat.ir lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat.olean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat.olean.server lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Basic.ilean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Basic.ir lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Basic.olean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Basic.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Basic.olean.server lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Simp.ilean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Simp.ir lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Simp.olean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Simp.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Arith/Nat/Simp.olean.server lib/lean/Lean/Meta/Tactic/Simp/Arith/Util.ilean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Util.ir lib/lean/Lean/Meta/Tactic/Simp/Arith/Util.olean +lib/lean/Lean/Meta/Tactic/Simp/Arith/Util.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Arith/Util.olean.server lib/lean/Lean/Meta/Tactic/Simp/Attr.ilean +lib/lean/Lean/Meta/Tactic/Simp/Attr.ir lib/lean/Lean/Meta/Tactic/Simp/Attr.olean +lib/lean/Lean/Meta/Tactic/Simp/Attr.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Attr.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Array.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Array.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Array.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Array.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Array.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/BitVec.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/BitVec.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/BitVec.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/BitVec.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/BitVec.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Char.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Char.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Char.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Char.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Char.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Core.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Core.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Core.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Core.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Core.olean.server +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/CtorIdx.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/CtorIdx.ir +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/CtorIdx.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/CtorIdx.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/CtorIdx.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Fin.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Fin.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Fin.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Fin.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Fin.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Int.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Int.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Int.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Int.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Int.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/List.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/List.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/List.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/List.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/List.olean.server +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/MethodSpecs.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/MethodSpecs.ir +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/MethodSpecs.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/MethodSpecs.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/MethodSpecs.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Nat.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Nat.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Nat.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Nat.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Nat.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/SInt.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/SInt.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/SInt.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/SInt.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/SInt.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/String.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/String.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/String.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/String.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/String.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/UInt.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/UInt.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/UInt.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/UInt.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/UInt.olean.server lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Util.ilean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Util.ir lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Util.olean +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Util.olean.private +lib/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Util.olean.server lib/lean/Lean/Meta/Tactic/Simp/Diagnostics.ilean +lib/lean/Lean/Meta/Tactic/Simp/Diagnostics.ir lib/lean/Lean/Meta/Tactic/Simp/Diagnostics.olean +lib/lean/Lean/Meta/Tactic/Simp/Diagnostics.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Diagnostics.olean.server +lib/lean/Lean/Meta/Tactic/Simp/LoopProtection.ilean +lib/lean/Lean/Meta/Tactic/Simp/LoopProtection.ir +lib/lean/Lean/Meta/Tactic/Simp/LoopProtection.olean +lib/lean/Lean/Meta/Tactic/Simp/LoopProtection.olean.private +lib/lean/Lean/Meta/Tactic/Simp/LoopProtection.olean.server lib/lean/Lean/Meta/Tactic/Simp/Main.ilean +lib/lean/Lean/Meta/Tactic/Simp/Main.ir lib/lean/Lean/Meta/Tactic/Simp/Main.olean +lib/lean/Lean/Meta/Tactic/Simp/Main.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Main.olean.server lib/lean/Lean/Meta/Tactic/Simp/RegisterCommand.ilean +lib/lean/Lean/Meta/Tactic/Simp/RegisterCommand.ir lib/lean/Lean/Meta/Tactic/Simp/RegisterCommand.olean +lib/lean/Lean/Meta/Tactic/Simp/RegisterCommand.olean.private +lib/lean/Lean/Meta/Tactic/Simp/RegisterCommand.olean.server lib/lean/Lean/Meta/Tactic/Simp/Rewrite.ilean +lib/lean/Lean/Meta/Tactic/Simp/Rewrite.ir lib/lean/Lean/Meta/Tactic/Simp/Rewrite.olean +lib/lean/Lean/Meta/Tactic/Simp/Rewrite.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Rewrite.olean.server lib/lean/Lean/Meta/Tactic/Simp/SimpAll.ilean +lib/lean/Lean/Meta/Tactic/Simp/SimpAll.ir lib/lean/Lean/Meta/Tactic/Simp/SimpAll.olean +lib/lean/Lean/Meta/Tactic/Simp/SimpAll.olean.private +lib/lean/Lean/Meta/Tactic/Simp/SimpAll.olean.server lib/lean/Lean/Meta/Tactic/Simp/SimpCongrTheorems.ilean +lib/lean/Lean/Meta/Tactic/Simp/SimpCongrTheorems.ir lib/lean/Lean/Meta/Tactic/Simp/SimpCongrTheorems.olean +lib/lean/Lean/Meta/Tactic/Simp/SimpCongrTheorems.olean.private +lib/lean/Lean/Meta/Tactic/Simp/SimpCongrTheorems.olean.server lib/lean/Lean/Meta/Tactic/Simp/SimpTheorems.ilean +lib/lean/Lean/Meta/Tactic/Simp/SimpTheorems.ir lib/lean/Lean/Meta/Tactic/Simp/SimpTheorems.olean +lib/lean/Lean/Meta/Tactic/Simp/SimpTheorems.olean.private +lib/lean/Lean/Meta/Tactic/Simp/SimpTheorems.olean.server lib/lean/Lean/Meta/Tactic/Simp/Simproc.ilean +lib/lean/Lean/Meta/Tactic/Simp/Simproc.ir lib/lean/Lean/Meta/Tactic/Simp/Simproc.olean +lib/lean/Lean/Meta/Tactic/Simp/Simproc.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Simproc.olean.server lib/lean/Lean/Meta/Tactic/Simp/Types.ilean +lib/lean/Lean/Meta/Tactic/Simp/Types.ir lib/lean/Lean/Meta/Tactic/Simp/Types.olean +lib/lean/Lean/Meta/Tactic/Simp/Types.olean.private +lib/lean/Lean/Meta/Tactic/Simp/Types.olean.server lib/lean/Lean/Meta/Tactic/SolveByElim.ilean +lib/lean/Lean/Meta/Tactic/SolveByElim.ir lib/lean/Lean/Meta/Tactic/SolveByElim.olean +lib/lean/Lean/Meta/Tactic/SolveByElim.olean.private +lib/lean/Lean/Meta/Tactic/SolveByElim.olean.server lib/lean/Lean/Meta/Tactic/Split.ilean +lib/lean/Lean/Meta/Tactic/Split.ir lib/lean/Lean/Meta/Tactic/Split.olean +lib/lean/Lean/Meta/Tactic/Split.olean.private +lib/lean/Lean/Meta/Tactic/Split.olean.server lib/lean/Lean/Meta/Tactic/SplitIf.ilean +lib/lean/Lean/Meta/Tactic/SplitIf.ir lib/lean/Lean/Meta/Tactic/SplitIf.olean +lib/lean/Lean/Meta/Tactic/SplitIf.olean.private +lib/lean/Lean/Meta/Tactic/SplitIf.olean.server lib/lean/Lean/Meta/Tactic/Subst.ilean +lib/lean/Lean/Meta/Tactic/Subst.ir lib/lean/Lean/Meta/Tactic/Subst.olean +lib/lean/Lean/Meta/Tactic/Subst.olean.private +lib/lean/Lean/Meta/Tactic/Subst.olean.server lib/lean/Lean/Meta/Tactic/Symm.ilean +lib/lean/Lean/Meta/Tactic/Symm.ir lib/lean/Lean/Meta/Tactic/Symm.olean +lib/lean/Lean/Meta/Tactic/Symm.olean.private +lib/lean/Lean/Meta/Tactic/Symm.olean.server lib/lean/Lean/Meta/Tactic/Try.ilean +lib/lean/Lean/Meta/Tactic/Try.ir lib/lean/Lean/Meta/Tactic/Try.olean +lib/lean/Lean/Meta/Tactic/Try.olean.private +lib/lean/Lean/Meta/Tactic/Try.olean.server lib/lean/Lean/Meta/Tactic/Try/Collect.ilean +lib/lean/Lean/Meta/Tactic/Try/Collect.ir lib/lean/Lean/Meta/Tactic/Try/Collect.olean +lib/lean/Lean/Meta/Tactic/Try/Collect.olean.private +lib/lean/Lean/Meta/Tactic/Try/Collect.olean.server lib/lean/Lean/Meta/Tactic/TryThis.ilean +lib/lean/Lean/Meta/Tactic/TryThis.ir lib/lean/Lean/Meta/Tactic/TryThis.olean +lib/lean/Lean/Meta/Tactic/TryThis.olean.private +lib/lean/Lean/Meta/Tactic/TryThis.olean.server lib/lean/Lean/Meta/Tactic/Unfold.ilean +lib/lean/Lean/Meta/Tactic/Unfold.ir lib/lean/Lean/Meta/Tactic/Unfold.olean +lib/lean/Lean/Meta/Tactic/Unfold.olean.private +lib/lean/Lean/Meta/Tactic/Unfold.olean.server lib/lean/Lean/Meta/Tactic/UnifyEq.ilean +lib/lean/Lean/Meta/Tactic/UnifyEq.ir lib/lean/Lean/Meta/Tactic/UnifyEq.olean +lib/lean/Lean/Meta/Tactic/UnifyEq.olean.private +lib/lean/Lean/Meta/Tactic/UnifyEq.olean.server lib/lean/Lean/Meta/Tactic/Util.ilean +lib/lean/Lean/Meta/Tactic/Util.ir lib/lean/Lean/Meta/Tactic/Util.olean +lib/lean/Lean/Meta/Tactic/Util.olean.private +lib/lean/Lean/Meta/Tactic/Util.olean.server lib/lean/Lean/Meta/Transform.ilean +lib/lean/Lean/Meta/Transform.ir lib/lean/Lean/Meta/Transform.olean +lib/lean/Lean/Meta/Transform.olean.private +lib/lean/Lean/Meta/Transform.olean.server lib/lean/Lean/Meta/TransparencyMode.ilean +lib/lean/Lean/Meta/TransparencyMode.ir lib/lean/Lean/Meta/TransparencyMode.olean +lib/lean/Lean/Meta/TransparencyMode.olean.private +lib/lean/Lean/Meta/TransparencyMode.olean.server +lib/lean/Lean/Meta/TryThis.ilean +lib/lean/Lean/Meta/TryThis.ir +lib/lean/Lean/Meta/TryThis.olean +lib/lean/Lean/Meta/TryThis.olean.private +lib/lean/Lean/Meta/TryThis.olean.server lib/lean/Lean/Meta/UnificationHint.ilean +lib/lean/Lean/Meta/UnificationHint.ir lib/lean/Lean/Meta/UnificationHint.olean +lib/lean/Lean/Meta/UnificationHint.olean.private +lib/lean/Lean/Meta/UnificationHint.olean.server lib/lean/Lean/Meta/WHNF.ilean +lib/lean/Lean/Meta/WHNF.ir lib/lean/Lean/Meta/WHNF.olean +lib/lean/Lean/Meta/WHNF.olean.private +lib/lean/Lean/Meta/WHNF.olean.server lib/lean/Lean/MetavarContext.ilean +lib/lean/Lean/MetavarContext.ir lib/lean/Lean/MetavarContext.olean +lib/lean/Lean/MetavarContext.olean.private +lib/lean/Lean/MetavarContext.olean.server lib/lean/Lean/Modifiers.ilean +lib/lean/Lean/Modifiers.ir lib/lean/Lean/Modifiers.olean +lib/lean/Lean/Modifiers.olean.private +lib/lean/Lean/Modifiers.olean.server lib/lean/Lean/MonadEnv.ilean +lib/lean/Lean/MonadEnv.ir lib/lean/Lean/MonadEnv.olean +lib/lean/Lean/MonadEnv.olean.private +lib/lean/Lean/MonadEnv.olean.server lib/lean/Lean/Namespace.ilean +lib/lean/Lean/Namespace.ir lib/lean/Lean/Namespace.olean +lib/lean/Lean/Namespace.olean.private +lib/lean/Lean/Namespace.olean.server lib/lean/Lean/Parser.ilean +lib/lean/Lean/Parser.ir lib/lean/Lean/Parser.olean +lib/lean/Lean/Parser.olean.private +lib/lean/Lean/Parser.olean.server lib/lean/Lean/Parser/Attr.ilean +lib/lean/Lean/Parser/Attr.ir lib/lean/Lean/Parser/Attr.olean +lib/lean/Lean/Parser/Attr.olean.private +lib/lean/Lean/Parser/Attr.olean.server lib/lean/Lean/Parser/Basic.ilean +lib/lean/Lean/Parser/Basic.ir lib/lean/Lean/Parser/Basic.olean +lib/lean/Lean/Parser/Basic.olean.private +lib/lean/Lean/Parser/Basic.olean.server lib/lean/Lean/Parser/Command.ilean +lib/lean/Lean/Parser/Command.ir lib/lean/Lean/Parser/Command.olean +lib/lean/Lean/Parser/Command.olean.private +lib/lean/Lean/Parser/Command.olean.server lib/lean/Lean/Parser/Do.ilean +lib/lean/Lean/Parser/Do.ir lib/lean/Lean/Parser/Do.olean +lib/lean/Lean/Parser/Do.olean.private +lib/lean/Lean/Parser/Do.olean.server lib/lean/Lean/Parser/Extension.ilean +lib/lean/Lean/Parser/Extension.ir lib/lean/Lean/Parser/Extension.olean +lib/lean/Lean/Parser/Extension.olean.private +lib/lean/Lean/Parser/Extension.olean.server lib/lean/Lean/Parser/Extra.ilean +lib/lean/Lean/Parser/Extra.ir lib/lean/Lean/Parser/Extra.olean +lib/lean/Lean/Parser/Extra.olean.private +lib/lean/Lean/Parser/Extra.olean.server lib/lean/Lean/Parser/Level.ilean +lib/lean/Lean/Parser/Level.ir lib/lean/Lean/Parser/Level.olean +lib/lean/Lean/Parser/Level.olean.private +lib/lean/Lean/Parser/Level.olean.server lib/lean/Lean/Parser/Module.ilean +lib/lean/Lean/Parser/Module.ir lib/lean/Lean/Parser/Module.olean +lib/lean/Lean/Parser/Module.olean.private +lib/lean/Lean/Parser/Module.olean.server lib/lean/Lean/Parser/StrInterpolation.ilean +lib/lean/Lean/Parser/StrInterpolation.ir lib/lean/Lean/Parser/StrInterpolation.olean +lib/lean/Lean/Parser/StrInterpolation.olean.private +lib/lean/Lean/Parser/StrInterpolation.olean.server lib/lean/Lean/Parser/Syntax.ilean +lib/lean/Lean/Parser/Syntax.ir lib/lean/Lean/Parser/Syntax.olean +lib/lean/Lean/Parser/Syntax.olean.private +lib/lean/Lean/Parser/Syntax.olean.server lib/lean/Lean/Parser/Tactic.ilean +lib/lean/Lean/Parser/Tactic.ir lib/lean/Lean/Parser/Tactic.olean +lib/lean/Lean/Parser/Tactic.olean.private +lib/lean/Lean/Parser/Tactic.olean.server lib/lean/Lean/Parser/Tactic/Doc.ilean +lib/lean/Lean/Parser/Tactic/Doc.ir lib/lean/Lean/Parser/Tactic/Doc.olean +lib/lean/Lean/Parser/Tactic/Doc.olean.private +lib/lean/Lean/Parser/Tactic/Doc.olean.server lib/lean/Lean/Parser/Term.ilean +lib/lean/Lean/Parser/Term.ir lib/lean/Lean/Parser/Term.olean +lib/lean/Lean/Parser/Term.olean.private +lib/lean/Lean/Parser/Term.olean.server +lib/lean/Lean/Parser/Term/Basic.ilean +lib/lean/Lean/Parser/Term/Basic.ir +lib/lean/Lean/Parser/Term/Basic.olean +lib/lean/Lean/Parser/Term/Basic.olean.private +lib/lean/Lean/Parser/Term/Basic.olean.server lib/lean/Lean/Parser/Term/Doc.ilean +lib/lean/Lean/Parser/Term/Doc.ir lib/lean/Lean/Parser/Term/Doc.olean +lib/lean/Lean/Parser/Term/Doc.olean.private +lib/lean/Lean/Parser/Term/Doc.olean.server lib/lean/Lean/Parser/Types.ilean +lib/lean/Lean/Parser/Types.ir lib/lean/Lean/Parser/Types.olean +lib/lean/Lean/Parser/Types.olean.private +lib/lean/Lean/Parser/Types.olean.server lib/lean/Lean/ParserCompiler.ilean +lib/lean/Lean/ParserCompiler.ir lib/lean/Lean/ParserCompiler.olean +lib/lean/Lean/ParserCompiler.olean.private +lib/lean/Lean/ParserCompiler.olean.server lib/lean/Lean/ParserCompiler/Attribute.ilean +lib/lean/Lean/ParserCompiler/Attribute.ir lib/lean/Lean/ParserCompiler/Attribute.olean -lib/lean/Lean/PremiseSelection.ilean -lib/lean/Lean/PremiseSelection.olean +lib/lean/Lean/ParserCompiler/Attribute.olean.private +lib/lean/Lean/ParserCompiler/Attribute.olean.server lib/lean/Lean/PrettyPrinter.ilean +lib/lean/Lean/PrettyPrinter.ir lib/lean/Lean/PrettyPrinter.olean +lib/lean/Lean/PrettyPrinter.olean.private +lib/lean/Lean/PrettyPrinter.olean.server lib/lean/Lean/PrettyPrinter/Basic.ilean +lib/lean/Lean/PrettyPrinter/Basic.ir lib/lean/Lean/PrettyPrinter/Basic.olean +lib/lean/Lean/PrettyPrinter/Basic.olean.private +lib/lean/Lean/PrettyPrinter/Basic.olean.server lib/lean/Lean/PrettyPrinter/Delaborator.ilean +lib/lean/Lean/PrettyPrinter/Delaborator.ir lib/lean/Lean/PrettyPrinter/Delaborator.olean +lib/lean/Lean/PrettyPrinter/Delaborator.olean.private +lib/lean/Lean/PrettyPrinter/Delaborator.olean.server lib/lean/Lean/PrettyPrinter/Delaborator/Attributes.ilean +lib/lean/Lean/PrettyPrinter/Delaborator/Attributes.ir lib/lean/Lean/PrettyPrinter/Delaborator/Attributes.olean +lib/lean/Lean/PrettyPrinter/Delaborator/Attributes.olean.private +lib/lean/Lean/PrettyPrinter/Delaborator/Attributes.olean.server lib/lean/Lean/PrettyPrinter/Delaborator/Basic.ilean +lib/lean/Lean/PrettyPrinter/Delaborator/Basic.ir lib/lean/Lean/PrettyPrinter/Delaborator/Basic.olean +lib/lean/Lean/PrettyPrinter/Delaborator/Basic.olean.private +lib/lean/Lean/PrettyPrinter/Delaborator/Basic.olean.server lib/lean/Lean/PrettyPrinter/Delaborator/Builtins.ilean +lib/lean/Lean/PrettyPrinter/Delaborator/Builtins.ir lib/lean/Lean/PrettyPrinter/Delaborator/Builtins.olean +lib/lean/Lean/PrettyPrinter/Delaborator/Builtins.olean.private +lib/lean/Lean/PrettyPrinter/Delaborator/Builtins.olean.server lib/lean/Lean/PrettyPrinter/Delaborator/FieldNotation.ilean +lib/lean/Lean/PrettyPrinter/Delaborator/FieldNotation.ir lib/lean/Lean/PrettyPrinter/Delaborator/FieldNotation.olean +lib/lean/Lean/PrettyPrinter/Delaborator/FieldNotation.olean.private +lib/lean/Lean/PrettyPrinter/Delaborator/FieldNotation.olean.server lib/lean/Lean/PrettyPrinter/Delaborator/Options.ilean +lib/lean/Lean/PrettyPrinter/Delaborator/Options.ir lib/lean/Lean/PrettyPrinter/Delaborator/Options.olean +lib/lean/Lean/PrettyPrinter/Delaborator/Options.olean.private +lib/lean/Lean/PrettyPrinter/Delaborator/Options.olean.server lib/lean/Lean/PrettyPrinter/Delaborator/SubExpr.ilean +lib/lean/Lean/PrettyPrinter/Delaborator/SubExpr.ir lib/lean/Lean/PrettyPrinter/Delaborator/SubExpr.olean +lib/lean/Lean/PrettyPrinter/Delaborator/SubExpr.olean.private +lib/lean/Lean/PrettyPrinter/Delaborator/SubExpr.olean.server lib/lean/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.ilean +lib/lean/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.ir lib/lean/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.olean +lib/lean/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.olean.private +lib/lean/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.olean.server lib/lean/Lean/PrettyPrinter/Formatter.ilean +lib/lean/Lean/PrettyPrinter/Formatter.ir lib/lean/Lean/PrettyPrinter/Formatter.olean +lib/lean/Lean/PrettyPrinter/Formatter.olean.private +lib/lean/Lean/PrettyPrinter/Formatter.olean.server lib/lean/Lean/PrettyPrinter/Parenthesizer.ilean +lib/lean/Lean/PrettyPrinter/Parenthesizer.ir lib/lean/Lean/PrettyPrinter/Parenthesizer.olean +lib/lean/Lean/PrettyPrinter/Parenthesizer.olean.private +lib/lean/Lean/PrettyPrinter/Parenthesizer.olean.server lib/lean/Lean/PrivateName.ilean +lib/lean/Lean/PrivateName.ir lib/lean/Lean/PrivateName.olean +lib/lean/Lean/PrivateName.olean.private +lib/lean/Lean/PrivateName.olean.server lib/lean/Lean/ProjFns.ilean +lib/lean/Lean/ProjFns.ir lib/lean/Lean/ProjFns.olean +lib/lean/Lean/ProjFns.olean.private +lib/lean/Lean/ProjFns.olean.server lib/lean/Lean/ReducibilityAttrs.ilean +lib/lean/Lean/ReducibilityAttrs.ir lib/lean/Lean/ReducibilityAttrs.olean +lib/lean/Lean/ReducibilityAttrs.olean.private +lib/lean/Lean/ReducibilityAttrs.olean.server lib/lean/Lean/Replay.ilean +lib/lean/Lean/Replay.ir lib/lean/Lean/Replay.olean +lib/lean/Lean/Replay.olean.private +lib/lean/Lean/Replay.olean.server lib/lean/Lean/ReservedNameAction.ilean +lib/lean/Lean/ReservedNameAction.ir lib/lean/Lean/ReservedNameAction.olean +lib/lean/Lean/ReservedNameAction.olean.private +lib/lean/Lean/ReservedNameAction.olean.server lib/lean/Lean/ResolveName.ilean +lib/lean/Lean/ResolveName.ir lib/lean/Lean/ResolveName.olean +lib/lean/Lean/ResolveName.olean.private +lib/lean/Lean/ResolveName.olean.server lib/lean/Lean/Runtime.ilean +lib/lean/Lean/Runtime.ir lib/lean/Lean/Runtime.olean +lib/lean/Lean/Runtime.olean.private +lib/lean/Lean/Runtime.olean.server lib/lean/Lean/ScopedEnvExtension.ilean +lib/lean/Lean/ScopedEnvExtension.ir lib/lean/Lean/ScopedEnvExtension.olean +lib/lean/Lean/ScopedEnvExtension.olean.private +lib/lean/Lean/ScopedEnvExtension.olean.server lib/lean/Lean/Server.ilean +lib/lean/Lean/Server.ir lib/lean/Lean/Server.olean +lib/lean/Lean/Server.olean.private +lib/lean/Lean/Server.olean.server lib/lean/Lean/Server/AsyncList.ilean +lib/lean/Lean/Server/AsyncList.ir lib/lean/Lean/Server/AsyncList.olean +lib/lean/Lean/Server/AsyncList.olean.private +lib/lean/Lean/Server/AsyncList.olean.server lib/lean/Lean/Server/CodeActions.ilean +lib/lean/Lean/Server/CodeActions.ir lib/lean/Lean/Server/CodeActions.olean +lib/lean/Lean/Server/CodeActions.olean.private +lib/lean/Lean/Server/CodeActions.olean.server lib/lean/Lean/Server/CodeActions/Attr.ilean +lib/lean/Lean/Server/CodeActions/Attr.ir lib/lean/Lean/Server/CodeActions/Attr.olean +lib/lean/Lean/Server/CodeActions/Attr.olean.private +lib/lean/Lean/Server/CodeActions/Attr.olean.server lib/lean/Lean/Server/CodeActions/Basic.ilean +lib/lean/Lean/Server/CodeActions/Basic.ir lib/lean/Lean/Server/CodeActions/Basic.olean +lib/lean/Lean/Server/CodeActions/Basic.olean.private +lib/lean/Lean/Server/CodeActions/Basic.olean.server lib/lean/Lean/Server/CodeActions/Provider.ilean +lib/lean/Lean/Server/CodeActions/Provider.ir lib/lean/Lean/Server/CodeActions/Provider.olean +lib/lean/Lean/Server/CodeActions/Provider.olean.private +lib/lean/Lean/Server/CodeActions/Provider.olean.server lib/lean/Lean/Server/CodeActions/UnknownIdentifier.ilean +lib/lean/Lean/Server/CodeActions/UnknownIdentifier.ir lib/lean/Lean/Server/CodeActions/UnknownIdentifier.olean +lib/lean/Lean/Server/CodeActions/UnknownIdentifier.olean.private +lib/lean/Lean/Server/CodeActions/UnknownIdentifier.olean.server lib/lean/Lean/Server/Completion.ilean +lib/lean/Lean/Server/Completion.ir lib/lean/Lean/Server/Completion.olean +lib/lean/Lean/Server/Completion.olean.private +lib/lean/Lean/Server/Completion.olean.server lib/lean/Lean/Server/Completion/CompletionCollectors.ilean +lib/lean/Lean/Server/Completion/CompletionCollectors.ir lib/lean/Lean/Server/Completion/CompletionCollectors.olean +lib/lean/Lean/Server/Completion/CompletionCollectors.olean.private +lib/lean/Lean/Server/Completion/CompletionCollectors.olean.server lib/lean/Lean/Server/Completion/CompletionInfoSelection.ilean +lib/lean/Lean/Server/Completion/CompletionInfoSelection.ir lib/lean/Lean/Server/Completion/CompletionInfoSelection.olean -lib/lean/Lean/Server/Completion/CompletionItemData.ilean -lib/lean/Lean/Server/Completion/CompletionItemData.olean +lib/lean/Lean/Server/Completion/CompletionInfoSelection.olean.private +lib/lean/Lean/Server/Completion/CompletionInfoSelection.olean.server +lib/lean/Lean/Server/Completion/CompletionItemCompression.ilean +lib/lean/Lean/Server/Completion/CompletionItemCompression.ir +lib/lean/Lean/Server/Completion/CompletionItemCompression.olean +lib/lean/Lean/Server/Completion/CompletionItemCompression.olean.private +lib/lean/Lean/Server/Completion/CompletionItemCompression.olean.server lib/lean/Lean/Server/Completion/CompletionResolution.ilean +lib/lean/Lean/Server/Completion/CompletionResolution.ir lib/lean/Lean/Server/Completion/CompletionResolution.olean +lib/lean/Lean/Server/Completion/CompletionResolution.olean.private +lib/lean/Lean/Server/Completion/CompletionResolution.olean.server lib/lean/Lean/Server/Completion/CompletionUtils.ilean +lib/lean/Lean/Server/Completion/CompletionUtils.ir lib/lean/Lean/Server/Completion/CompletionUtils.olean +lib/lean/Lean/Server/Completion/CompletionUtils.olean.private +lib/lean/Lean/Server/Completion/CompletionUtils.olean.server lib/lean/Lean/Server/Completion/EligibleHeaderDecls.ilean +lib/lean/Lean/Server/Completion/EligibleHeaderDecls.ir lib/lean/Lean/Server/Completion/EligibleHeaderDecls.olean +lib/lean/Lean/Server/Completion/EligibleHeaderDecls.olean.private +lib/lean/Lean/Server/Completion/EligibleHeaderDecls.olean.server lib/lean/Lean/Server/Completion/ImportCompletion.ilean +lib/lean/Lean/Server/Completion/ImportCompletion.ir lib/lean/Lean/Server/Completion/ImportCompletion.olean +lib/lean/Lean/Server/Completion/ImportCompletion.olean.private +lib/lean/Lean/Server/Completion/ImportCompletion.olean.server lib/lean/Lean/Server/Completion/SyntheticCompletion.ilean +lib/lean/Lean/Server/Completion/SyntheticCompletion.ir lib/lean/Lean/Server/Completion/SyntheticCompletion.olean +lib/lean/Lean/Server/Completion/SyntheticCompletion.olean.private +lib/lean/Lean/Server/Completion/SyntheticCompletion.olean.server lib/lean/Lean/Server/FileSource.ilean +lib/lean/Lean/Server/FileSource.ir lib/lean/Lean/Server/FileSource.olean +lib/lean/Lean/Server/FileSource.olean.private +lib/lean/Lean/Server/FileSource.olean.server lib/lean/Lean/Server/FileWorker.ilean +lib/lean/Lean/Server/FileWorker.ir lib/lean/Lean/Server/FileWorker.olean +lib/lean/Lean/Server/FileWorker.olean.private +lib/lean/Lean/Server/FileWorker.olean.server lib/lean/Lean/Server/FileWorker/ExampleHover.ilean +lib/lean/Lean/Server/FileWorker/ExampleHover.ir lib/lean/Lean/Server/FileWorker/ExampleHover.olean +lib/lean/Lean/Server/FileWorker/ExampleHover.olean.private +lib/lean/Lean/Server/FileWorker/ExampleHover.olean.server lib/lean/Lean/Server/FileWorker/InlayHints.ilean +lib/lean/Lean/Server/FileWorker/InlayHints.ir lib/lean/Lean/Server/FileWorker/InlayHints.olean +lib/lean/Lean/Server/FileWorker/InlayHints.olean.private +lib/lean/Lean/Server/FileWorker/InlayHints.olean.server lib/lean/Lean/Server/FileWorker/RequestHandling.ilean +lib/lean/Lean/Server/FileWorker/RequestHandling.ir lib/lean/Lean/Server/FileWorker/RequestHandling.olean +lib/lean/Lean/Server/FileWorker/RequestHandling.olean.private +lib/lean/Lean/Server/FileWorker/RequestHandling.olean.server lib/lean/Lean/Server/FileWorker/SemanticHighlighting.ilean +lib/lean/Lean/Server/FileWorker/SemanticHighlighting.ir lib/lean/Lean/Server/FileWorker/SemanticHighlighting.olean +lib/lean/Lean/Server/FileWorker/SemanticHighlighting.olean.private +lib/lean/Lean/Server/FileWorker/SemanticHighlighting.olean.server lib/lean/Lean/Server/FileWorker/SetupFile.ilean +lib/lean/Lean/Server/FileWorker/SetupFile.ir lib/lean/Lean/Server/FileWorker/SetupFile.olean +lib/lean/Lean/Server/FileWorker/SetupFile.olean.private +lib/lean/Lean/Server/FileWorker/SetupFile.olean.server +lib/lean/Lean/Server/FileWorker/SignatureHelp.ilean +lib/lean/Lean/Server/FileWorker/SignatureHelp.ir +lib/lean/Lean/Server/FileWorker/SignatureHelp.olean +lib/lean/Lean/Server/FileWorker/SignatureHelp.olean.private +lib/lean/Lean/Server/FileWorker/SignatureHelp.olean.server lib/lean/Lean/Server/FileWorker/Utils.ilean +lib/lean/Lean/Server/FileWorker/Utils.ir lib/lean/Lean/Server/FileWorker/Utils.olean +lib/lean/Lean/Server/FileWorker/Utils.olean.private +lib/lean/Lean/Server/FileWorker/Utils.olean.server lib/lean/Lean/Server/FileWorker/WidgetRequests.ilean +lib/lean/Lean/Server/FileWorker/WidgetRequests.ir lib/lean/Lean/Server/FileWorker/WidgetRequests.olean +lib/lean/Lean/Server/FileWorker/WidgetRequests.olean.private +lib/lean/Lean/Server/FileWorker/WidgetRequests.olean.server lib/lean/Lean/Server/GoTo.ilean +lib/lean/Lean/Server/GoTo.ir lib/lean/Lean/Server/GoTo.olean +lib/lean/Lean/Server/GoTo.olean.private +lib/lean/Lean/Server/GoTo.olean.server lib/lean/Lean/Server/InfoUtils.ilean +lib/lean/Lean/Server/InfoUtils.ir lib/lean/Lean/Server/InfoUtils.olean +lib/lean/Lean/Server/InfoUtils.olean.private +lib/lean/Lean/Server/InfoUtils.olean.server +lib/lean/Lean/Server/Logging.ilean +lib/lean/Lean/Server/Logging.ir +lib/lean/Lean/Server/Logging.olean +lib/lean/Lean/Server/Logging.olean.private +lib/lean/Lean/Server/Logging.olean.server +lib/lean/Lean/Server/ProtocolOverview.ilean +lib/lean/Lean/Server/ProtocolOverview.ir +lib/lean/Lean/Server/ProtocolOverview.olean +lib/lean/Lean/Server/ProtocolOverview.olean.private +lib/lean/Lean/Server/ProtocolOverview.olean.server lib/lean/Lean/Server/References.ilean +lib/lean/Lean/Server/References.ir lib/lean/Lean/Server/References.olean +lib/lean/Lean/Server/References.olean.private +lib/lean/Lean/Server/References.olean.server lib/lean/Lean/Server/RequestCancellation.ilean +lib/lean/Lean/Server/RequestCancellation.ir lib/lean/Lean/Server/RequestCancellation.olean +lib/lean/Lean/Server/RequestCancellation.olean.private +lib/lean/Lean/Server/RequestCancellation.olean.server lib/lean/Lean/Server/Requests.ilean +lib/lean/Lean/Server/Requests.ir lib/lean/Lean/Server/Requests.olean +lib/lean/Lean/Server/Requests.olean.private +lib/lean/Lean/Server/Requests.olean.server lib/lean/Lean/Server/Rpc.ilean +lib/lean/Lean/Server/Rpc.ir lib/lean/Lean/Server/Rpc.olean +lib/lean/Lean/Server/Rpc.olean.private +lib/lean/Lean/Server/Rpc.olean.server lib/lean/Lean/Server/Rpc/Basic.ilean +lib/lean/Lean/Server/Rpc/Basic.ir lib/lean/Lean/Server/Rpc/Basic.olean +lib/lean/Lean/Server/Rpc/Basic.olean.private +lib/lean/Lean/Server/Rpc/Basic.olean.server lib/lean/Lean/Server/Rpc/Deriving.ilean +lib/lean/Lean/Server/Rpc/Deriving.ir lib/lean/Lean/Server/Rpc/Deriving.olean +lib/lean/Lean/Server/Rpc/Deriving.olean.private +lib/lean/Lean/Server/Rpc/Deriving.olean.server lib/lean/Lean/Server/Rpc/RequestHandling.ilean +lib/lean/Lean/Server/Rpc/RequestHandling.ir lib/lean/Lean/Server/Rpc/RequestHandling.olean +lib/lean/Lean/Server/Rpc/RequestHandling.olean.private +lib/lean/Lean/Server/Rpc/RequestHandling.olean.server lib/lean/Lean/Server/ServerTask.ilean +lib/lean/Lean/Server/ServerTask.ir lib/lean/Lean/Server/ServerTask.olean +lib/lean/Lean/Server/ServerTask.olean.private +lib/lean/Lean/Server/ServerTask.olean.server lib/lean/Lean/Server/Snapshots.ilean +lib/lean/Lean/Server/Snapshots.ir lib/lean/Lean/Server/Snapshots.olean +lib/lean/Lean/Server/Snapshots.olean.private +lib/lean/Lean/Server/Snapshots.olean.server lib/lean/Lean/Server/Test.ilean +lib/lean/Lean/Server/Test.ir lib/lean/Lean/Server/Test.olean +lib/lean/Lean/Server/Test.olean.private +lib/lean/Lean/Server/Test.olean.server lib/lean/Lean/Server/Test/Cancel.ilean +lib/lean/Lean/Server/Test/Cancel.ir lib/lean/Lean/Server/Test/Cancel.olean +lib/lean/Lean/Server/Test/Cancel.olean.private +lib/lean/Lean/Server/Test/Cancel.olean.server +lib/lean/Lean/Server/Test/Refs.ilean +lib/lean/Lean/Server/Test/Refs.ir +lib/lean/Lean/Server/Test/Refs.olean +lib/lean/Lean/Server/Test/Refs.olean.private +lib/lean/Lean/Server/Test/Refs.olean.server lib/lean/Lean/Server/Test/Runner.ilean +lib/lean/Lean/Server/Test/Runner.ir lib/lean/Lean/Server/Test/Runner.olean +lib/lean/Lean/Server/Test/Runner.olean.private +lib/lean/Lean/Server/Test/Runner.olean.server lib/lean/Lean/Server/Utils.ilean +lib/lean/Lean/Server/Utils.ir lib/lean/Lean/Server/Utils.olean +lib/lean/Lean/Server/Utils.olean.private +lib/lean/Lean/Server/Utils.olean.server lib/lean/Lean/Server/Watchdog.ilean +lib/lean/Lean/Server/Watchdog.ir lib/lean/Lean/Server/Watchdog.olean +lib/lean/Lean/Server/Watchdog.olean.private +lib/lean/Lean/Server/Watchdog.olean.server +lib/lean/Lean/Setup.ilean +lib/lean/Lean/Setup.ir +lib/lean/Lean/Setup.olean +lib/lean/Lean/Setup.olean.private +lib/lean/Lean/Setup.olean.server +lib/lean/Lean/Shell.ilean +lib/lean/Lean/Shell.ir +lib/lean/Lean/Shell.olean +lib/lean/Lean/Shell.olean.private +lib/lean/Lean/Shell.olean.server lib/lean/Lean/Structure.ilean +lib/lean/Lean/Structure.ir lib/lean/Lean/Structure.olean +lib/lean/Lean/Structure.olean.private +lib/lean/Lean/Structure.olean.server lib/lean/Lean/SubExpr.ilean +lib/lean/Lean/SubExpr.ir lib/lean/Lean/SubExpr.olean +lib/lean/Lean/SubExpr.olean.private +lib/lean/Lean/SubExpr.olean.server lib/lean/Lean/Syntax.ilean +lib/lean/Lean/Syntax.ir lib/lean/Lean/Syntax.olean +lib/lean/Lean/Syntax.olean.private +lib/lean/Lean/Syntax.olean.server lib/lean/Lean/ToExpr.ilean +lib/lean/Lean/ToExpr.ir lib/lean/Lean/ToExpr.olean +lib/lean/Lean/ToExpr.olean.private +lib/lean/Lean/ToExpr.olean.server lib/lean/Lean/ToLevel.ilean +lib/lean/Lean/ToLevel.ir lib/lean/Lean/ToLevel.olean +lib/lean/Lean/ToLevel.olean.private +lib/lean/Lean/ToLevel.olean.server lib/lean/Lean/Util.ilean +lib/lean/Lean/Util.ir lib/lean/Lean/Util.olean +lib/lean/Lean/Util.olean.private +lib/lean/Lean/Util.olean.server lib/lean/Lean/Util/CollectAxioms.ilean +lib/lean/Lean/Util/CollectAxioms.ir lib/lean/Lean/Util/CollectAxioms.olean +lib/lean/Lean/Util/CollectAxioms.olean.private +lib/lean/Lean/Util/CollectAxioms.olean.server lib/lean/Lean/Util/CollectFVars.ilean +lib/lean/Lean/Util/CollectFVars.ir lib/lean/Lean/Util/CollectFVars.olean +lib/lean/Lean/Util/CollectFVars.olean.private +lib/lean/Lean/Util/CollectFVars.olean.server lib/lean/Lean/Util/CollectLevelMVars.ilean +lib/lean/Lean/Util/CollectLevelMVars.ir lib/lean/Lean/Util/CollectLevelMVars.olean +lib/lean/Lean/Util/CollectLevelMVars.olean.private +lib/lean/Lean/Util/CollectLevelMVars.olean.server lib/lean/Lean/Util/CollectLevelParams.ilean +lib/lean/Lean/Util/CollectLevelParams.ir lib/lean/Lean/Util/CollectLevelParams.olean +lib/lean/Lean/Util/CollectLevelParams.olean.private +lib/lean/Lean/Util/CollectLevelParams.olean.server +lib/lean/Lean/Util/CollectLooseBVars.ilean +lib/lean/Lean/Util/CollectLooseBVars.ir +lib/lean/Lean/Util/CollectLooseBVars.olean +lib/lean/Lean/Util/CollectLooseBVars.olean.private +lib/lean/Lean/Util/CollectLooseBVars.olean.server lib/lean/Lean/Util/CollectMVars.ilean +lib/lean/Lean/Util/CollectMVars.ir lib/lean/Lean/Util/CollectMVars.olean +lib/lean/Lean/Util/CollectMVars.olean.private +lib/lean/Lean/Util/CollectMVars.olean.server lib/lean/Lean/Util/Diff.ilean +lib/lean/Lean/Util/Diff.ir lib/lean/Lean/Util/Diff.olean +lib/lean/Lean/Util/Diff.olean.private +lib/lean/Lean/Util/Diff.olean.server lib/lean/Lean/Util/FVarSubset.ilean +lib/lean/Lean/Util/FVarSubset.ir lib/lean/Lean/Util/FVarSubset.olean -lib/lean/Lean/Util/FileSetupInfo.ilean -lib/lean/Lean/Util/FileSetupInfo.olean +lib/lean/Lean/Util/FVarSubset.olean.private +lib/lean/Lean/Util/FVarSubset.olean.server lib/lean/Lean/Util/FindExpr.ilean +lib/lean/Lean/Util/FindExpr.ir lib/lean/Lean/Util/FindExpr.olean +lib/lean/Lean/Util/FindExpr.olean.private +lib/lean/Lean/Util/FindExpr.olean.server lib/lean/Lean/Util/FindLevelMVar.ilean +lib/lean/Lean/Util/FindLevelMVar.ir lib/lean/Lean/Util/FindLevelMVar.olean +lib/lean/Lean/Util/FindLevelMVar.olean.private +lib/lean/Lean/Util/FindLevelMVar.olean.server lib/lean/Lean/Util/FindMVar.ilean +lib/lean/Lean/Util/FindMVar.ir lib/lean/Lean/Util/FindMVar.olean +lib/lean/Lean/Util/FindMVar.olean.private +lib/lean/Lean/Util/FindMVar.olean.server lib/lean/Lean/Util/FoldConsts.ilean +lib/lean/Lean/Util/FoldConsts.ir lib/lean/Lean/Util/FoldConsts.olean +lib/lean/Lean/Util/FoldConsts.olean.private +lib/lean/Lean/Util/FoldConsts.olean.server lib/lean/Lean/Util/ForEachExpr.ilean +lib/lean/Lean/Util/ForEachExpr.ir lib/lean/Lean/Util/ForEachExpr.olean +lib/lean/Lean/Util/ForEachExpr.olean.private +lib/lean/Lean/Util/ForEachExpr.olean.server lib/lean/Lean/Util/ForEachExprWhere.ilean +lib/lean/Lean/Util/ForEachExprWhere.ir lib/lean/Lean/Util/ForEachExprWhere.olean +lib/lean/Lean/Util/ForEachExprWhere.olean.private +lib/lean/Lean/Util/ForEachExprWhere.olean.server lib/lean/Lean/Util/HasConstCache.ilean +lib/lean/Lean/Util/HasConstCache.ir lib/lean/Lean/Util/HasConstCache.olean +lib/lean/Lean/Util/HasConstCache.olean.private +lib/lean/Lean/Util/HasConstCache.olean.server lib/lean/Lean/Util/Heartbeats.ilean +lib/lean/Lean/Util/Heartbeats.ir lib/lean/Lean/Util/Heartbeats.olean +lib/lean/Lean/Util/Heartbeats.olean.private +lib/lean/Lean/Util/Heartbeats.olean.server lib/lean/Lean/Util/InstantiateLevelParams.ilean +lib/lean/Lean/Util/InstantiateLevelParams.ir lib/lean/Lean/Util/InstantiateLevelParams.olean +lib/lean/Lean/Util/InstantiateLevelParams.olean.private +lib/lean/Lean/Util/InstantiateLevelParams.olean.server lib/lean/Lean/Util/LakePath.ilean +lib/lean/Lean/Util/LakePath.ir lib/lean/Lean/Util/LakePath.olean +lib/lean/Lean/Util/LakePath.olean.private +lib/lean/Lean/Util/LakePath.olean.server lib/lean/Lean/Util/LeanOptions.ilean +lib/lean/Lean/Util/LeanOptions.ir lib/lean/Lean/Util/LeanOptions.olean +lib/lean/Lean/Util/LeanOptions.olean.private +lib/lean/Lean/Util/LeanOptions.olean.server lib/lean/Lean/Util/MonadBacktrack.ilean +lib/lean/Lean/Util/MonadBacktrack.ir lib/lean/Lean/Util/MonadBacktrack.olean +lib/lean/Lean/Util/MonadBacktrack.olean.private +lib/lean/Lean/Util/MonadBacktrack.olean.server lib/lean/Lean/Util/MonadCache.ilean +lib/lean/Lean/Util/MonadCache.ir lib/lean/Lean/Util/MonadCache.olean +lib/lean/Lean/Util/MonadCache.olean.private +lib/lean/Lean/Util/MonadCache.olean.server lib/lean/Lean/Util/NumApps.ilean +lib/lean/Lean/Util/NumApps.ir lib/lean/Lean/Util/NumApps.olean +lib/lean/Lean/Util/NumApps.olean.private +lib/lean/Lean/Util/NumApps.olean.server lib/lean/Lean/Util/NumObjs.ilean +lib/lean/Lean/Util/NumObjs.ir lib/lean/Lean/Util/NumObjs.olean +lib/lean/Lean/Util/NumObjs.olean.private +lib/lean/Lean/Util/NumObjs.olean.server lib/lean/Lean/Util/OccursCheck.ilean +lib/lean/Lean/Util/OccursCheck.ir lib/lean/Lean/Util/OccursCheck.olean +lib/lean/Lean/Util/OccursCheck.olean.private +lib/lean/Lean/Util/OccursCheck.olean.server lib/lean/Lean/Util/PPExt.ilean +lib/lean/Lean/Util/PPExt.ir lib/lean/Lean/Util/PPExt.olean +lib/lean/Lean/Util/PPExt.olean.private +lib/lean/Lean/Util/PPExt.olean.server +lib/lean/Lean/Util/ParamMinimizer.ilean +lib/lean/Lean/Util/ParamMinimizer.ir +lib/lean/Lean/Util/ParamMinimizer.olean +lib/lean/Lean/Util/ParamMinimizer.olean.private +lib/lean/Lean/Util/ParamMinimizer.olean.server lib/lean/Lean/Util/Path.ilean +lib/lean/Lean/Util/Path.ir lib/lean/Lean/Util/Path.olean -lib/lean/Lean/Util/Paths.ilean -lib/lean/Lean/Util/Paths.olean +lib/lean/Lean/Util/Path.olean.private +lib/lean/Lean/Util/Path.olean.server lib/lean/Lean/Util/Profile.ilean +lib/lean/Lean/Util/Profile.ir lib/lean/Lean/Util/Profile.olean +lib/lean/Lean/Util/Profile.olean.private +lib/lean/Lean/Util/Profile.olean.server lib/lean/Lean/Util/Profiler.ilean +lib/lean/Lean/Util/Profiler.ir lib/lean/Lean/Util/Profiler.olean +lib/lean/Lean/Util/Profiler.olean.private +lib/lean/Lean/Util/Profiler.olean.server lib/lean/Lean/Util/PtrSet.ilean +lib/lean/Lean/Util/PtrSet.ir lib/lean/Lean/Util/PtrSet.olean +lib/lean/Lean/Util/PtrSet.olean.private +lib/lean/Lean/Util/PtrSet.olean.server lib/lean/Lean/Util/RecDepth.ilean +lib/lean/Lean/Util/RecDepth.ir lib/lean/Lean/Util/RecDepth.olean +lib/lean/Lean/Util/RecDepth.olean.private +lib/lean/Lean/Util/RecDepth.olean.server lib/lean/Lean/Util/Recognizers.ilean +lib/lean/Lean/Util/Recognizers.ir lib/lean/Lean/Util/Recognizers.olean +lib/lean/Lean/Util/Recognizers.olean.private +lib/lean/Lean/Util/Recognizers.olean.server lib/lean/Lean/Util/ReplaceExpr.ilean +lib/lean/Lean/Util/ReplaceExpr.ir lib/lean/Lean/Util/ReplaceExpr.olean +lib/lean/Lean/Util/ReplaceExpr.olean.private +lib/lean/Lean/Util/ReplaceExpr.olean.server lib/lean/Lean/Util/ReplaceLevel.ilean +lib/lean/Lean/Util/ReplaceLevel.ir lib/lean/Lean/Util/ReplaceLevel.olean +lib/lean/Lean/Util/ReplaceLevel.olean.private +lib/lean/Lean/Util/ReplaceLevel.olean.server +lib/lean/Lean/Util/Reprove.ilean +lib/lean/Lean/Util/Reprove.ir +lib/lean/Lean/Util/Reprove.olean +lib/lean/Lean/Util/Reprove.olean.private +lib/lean/Lean/Util/Reprove.olean.server lib/lean/Lean/Util/SCC.ilean +lib/lean/Lean/Util/SCC.ir lib/lean/Lean/Util/SCC.olean +lib/lean/Lean/Util/SCC.olean.private +lib/lean/Lean/Util/SCC.olean.server lib/lean/Lean/Util/SafeExponentiation.ilean +lib/lean/Lean/Util/SafeExponentiation.ir lib/lean/Lean/Util/SafeExponentiation.olean -lib/lean/Lean/Util/SearchPath.ilean -lib/lean/Lean/Util/SearchPath.olean +lib/lean/Lean/Util/SafeExponentiation.olean.private +lib/lean/Lean/Util/SafeExponentiation.olean.server lib/lean/Lean/Util/ShareCommon.ilean +lib/lean/Lean/Util/ShareCommon.ir lib/lean/Lean/Util/ShareCommon.olean +lib/lean/Lean/Util/ShareCommon.olean.private +lib/lean/Lean/Util/ShareCommon.olean.server lib/lean/Lean/Util/Sorry.ilean +lib/lean/Lean/Util/Sorry.ir lib/lean/Lean/Util/Sorry.olean +lib/lean/Lean/Util/Sorry.olean.private +lib/lean/Lean/Util/Sorry.olean.server lib/lean/Lean/Util/SortExprs.ilean +lib/lean/Lean/Util/SortExprs.ir lib/lean/Lean/Util/SortExprs.olean +lib/lean/Lean/Util/SortExprs.olean.private +lib/lean/Lean/Util/SortExprs.olean.server lib/lean/Lean/Util/TestExtern.ilean +lib/lean/Lean/Util/TestExtern.ir lib/lean/Lean/Util/TestExtern.olean +lib/lean/Lean/Util/TestExtern.olean.private +lib/lean/Lean/Util/TestExtern.olean.server lib/lean/Lean/Util/Trace.ilean +lib/lean/Lean/Util/Trace.ir lib/lean/Lean/Util/Trace.olean +lib/lean/Lean/Util/Trace.olean.private +lib/lean/Lean/Util/Trace.olean.server lib/lean/Lean/Widget.ilean +lib/lean/Lean/Widget.ir lib/lean/Lean/Widget.olean +lib/lean/Lean/Widget.olean.private +lib/lean/Lean/Widget.olean.server lib/lean/Lean/Widget/Basic.ilean +lib/lean/Lean/Widget/Basic.ir lib/lean/Lean/Widget/Basic.olean +lib/lean/Lean/Widget/Basic.olean.private +lib/lean/Lean/Widget/Basic.olean.server +lib/lean/Lean/Widget/Commands.ilean +lib/lean/Lean/Widget/Commands.ir +lib/lean/Lean/Widget/Commands.olean +lib/lean/Lean/Widget/Commands.olean.private +lib/lean/Lean/Widget/Commands.olean.server lib/lean/Lean/Widget/Diff.ilean +lib/lean/Lean/Widget/Diff.ir lib/lean/Lean/Widget/Diff.olean +lib/lean/Lean/Widget/Diff.olean.private +lib/lean/Lean/Widget/Diff.olean.server lib/lean/Lean/Widget/InteractiveCode.ilean +lib/lean/Lean/Widget/InteractiveCode.ir lib/lean/Lean/Widget/InteractiveCode.olean +lib/lean/Lean/Widget/InteractiveCode.olean.private +lib/lean/Lean/Widget/InteractiveCode.olean.server lib/lean/Lean/Widget/InteractiveDiagnostic.ilean +lib/lean/Lean/Widget/InteractiveDiagnostic.ir lib/lean/Lean/Widget/InteractiveDiagnostic.olean +lib/lean/Lean/Widget/InteractiveDiagnostic.olean.private +lib/lean/Lean/Widget/InteractiveDiagnostic.olean.server lib/lean/Lean/Widget/InteractiveGoal.ilean +lib/lean/Lean/Widget/InteractiveGoal.ir lib/lean/Lean/Widget/InteractiveGoal.olean +lib/lean/Lean/Widget/InteractiveGoal.olean.private +lib/lean/Lean/Widget/InteractiveGoal.olean.server lib/lean/Lean/Widget/TaggedText.ilean +lib/lean/Lean/Widget/TaggedText.ir lib/lean/Lean/Widget/TaggedText.olean +lib/lean/Lean/Widget/TaggedText.olean.private +lib/lean/Lean/Widget/TaggedText.olean.server lib/lean/Lean/Widget/Types.ilean +lib/lean/Lean/Widget/Types.ir lib/lean/Lean/Widget/Types.olean +lib/lean/Lean/Widget/Types.olean.private +lib/lean/Lean/Widget/Types.olean.server lib/lean/Lean/Widget/UserWidget.ilean +lib/lean/Lean/Widget/UserWidget.ir lib/lean/Lean/Widget/UserWidget.olean +lib/lean/Lean/Widget/UserWidget.olean.private +lib/lean/Lean/Widget/UserWidget.olean.server +lib/lean/Leanc.ilean +lib/lean/Leanc.olean lib/lean/Std.ilean +lib/lean/Std.ir lib/lean/Std.olean -lib/lean/Std/Classes.ilean -lib/lean/Std/Classes.olean -lib/lean/Std/Classes/Ord.ilean -lib/lean/Std/Classes/Ord.olean +lib/lean/Std.olean.private +lib/lean/Std.olean.server lib/lean/Std/Data.ilean +lib/lean/Std/Data.ir lib/lean/Std/Data.olean +lib/lean/Std/Data.olean.private +lib/lean/Std/Data.olean.server +lib/lean/Std/Data/ByteSlice.ilean +lib/lean/Std/Data/ByteSlice.ir +lib/lean/Std/Data/ByteSlice.olean +lib/lean/Std/Data/ByteSlice.olean.private +lib/lean/Std/Data/ByteSlice.olean.server lib/lean/Std/Data/DHashMap.ilean +lib/lean/Std/Data/DHashMap.ir lib/lean/Std/Data/DHashMap.olean +lib/lean/Std/Data/DHashMap.olean.private +lib/lean/Std/Data/DHashMap.olean.server lib/lean/Std/Data/DHashMap/AdditionalOperations.ilean +lib/lean/Std/Data/DHashMap/AdditionalOperations.ir lib/lean/Std/Data/DHashMap/AdditionalOperations.olean +lib/lean/Std/Data/DHashMap/AdditionalOperations.olean.private +lib/lean/Std/Data/DHashMap/AdditionalOperations.olean.server lib/lean/Std/Data/DHashMap/Basic.ilean +lib/lean/Std/Data/DHashMap/Basic.ir lib/lean/Std/Data/DHashMap/Basic.olean +lib/lean/Std/Data/DHashMap/Basic.olean.private +lib/lean/Std/Data/DHashMap/Basic.olean.server lib/lean/Std/Data/DHashMap/Internal/AssocList/Basic.ilean +lib/lean/Std/Data/DHashMap/Internal/AssocList/Basic.ir lib/lean/Std/Data/DHashMap/Internal/AssocList/Basic.olean +lib/lean/Std/Data/DHashMap/Internal/AssocList/Basic.olean.private +lib/lean/Std/Data/DHashMap/Internal/AssocList/Basic.olean.server +lib/lean/Std/Data/DHashMap/Internal/AssocList/Iterator.ilean +lib/lean/Std/Data/DHashMap/Internal/AssocList/Iterator.ir +lib/lean/Std/Data/DHashMap/Internal/AssocList/Iterator.olean +lib/lean/Std/Data/DHashMap/Internal/AssocList/Iterator.olean.private +lib/lean/Std/Data/DHashMap/Internal/AssocList/Iterator.olean.server lib/lean/Std/Data/DHashMap/Internal/AssocList/Lemmas.ilean +lib/lean/Std/Data/DHashMap/Internal/AssocList/Lemmas.ir lib/lean/Std/Data/DHashMap/Internal/AssocList/Lemmas.olean +lib/lean/Std/Data/DHashMap/Internal/AssocList/Lemmas.olean.private +lib/lean/Std/Data/DHashMap/Internal/AssocList/Lemmas.olean.server lib/lean/Std/Data/DHashMap/Internal/Defs.ilean +lib/lean/Std/Data/DHashMap/Internal/Defs.ir lib/lean/Std/Data/DHashMap/Internal/Defs.olean +lib/lean/Std/Data/DHashMap/Internal/Defs.olean.private +lib/lean/Std/Data/DHashMap/Internal/Defs.olean.server lib/lean/Std/Data/DHashMap/Internal/HashesTo.ilean +lib/lean/Std/Data/DHashMap/Internal/HashesTo.ir lib/lean/Std/Data/DHashMap/Internal/HashesTo.olean +lib/lean/Std/Data/DHashMap/Internal/HashesTo.olean.private +lib/lean/Std/Data/DHashMap/Internal/HashesTo.olean.server lib/lean/Std/Data/DHashMap/Internal/Index.ilean +lib/lean/Std/Data/DHashMap/Internal/Index.ir lib/lean/Std/Data/DHashMap/Internal/Index.olean +lib/lean/Std/Data/DHashMap/Internal/Index.olean.private +lib/lean/Std/Data/DHashMap/Internal/Index.olean.server lib/lean/Std/Data/DHashMap/Internal/Model.ilean +lib/lean/Std/Data/DHashMap/Internal/Model.ir lib/lean/Std/Data/DHashMap/Internal/Model.olean +lib/lean/Std/Data/DHashMap/Internal/Model.olean.private +lib/lean/Std/Data/DHashMap/Internal/Model.olean.server lib/lean/Std/Data/DHashMap/Internal/Raw.ilean +lib/lean/Std/Data/DHashMap/Internal/Raw.ir lib/lean/Std/Data/DHashMap/Internal/Raw.olean +lib/lean/Std/Data/DHashMap/Internal/Raw.olean.private +lib/lean/Std/Data/DHashMap/Internal/Raw.olean.server lib/lean/Std/Data/DHashMap/Internal/RawLemmas.ilean +lib/lean/Std/Data/DHashMap/Internal/RawLemmas.ir lib/lean/Std/Data/DHashMap/Internal/RawLemmas.olean +lib/lean/Std/Data/DHashMap/Internal/RawLemmas.olean.private +lib/lean/Std/Data/DHashMap/Internal/RawLemmas.olean.server lib/lean/Std/Data/DHashMap/Internal/WF.ilean +lib/lean/Std/Data/DHashMap/Internal/WF.ir lib/lean/Std/Data/DHashMap/Internal/WF.olean +lib/lean/Std/Data/DHashMap/Internal/WF.olean.private +lib/lean/Std/Data/DHashMap/Internal/WF.olean.server +lib/lean/Std/Data/DHashMap/Iterator.ilean +lib/lean/Std/Data/DHashMap/Iterator.ir +lib/lean/Std/Data/DHashMap/Iterator.olean +lib/lean/Std/Data/DHashMap/Iterator.olean.private +lib/lean/Std/Data/DHashMap/Iterator.olean.server +lib/lean/Std/Data/DHashMap/IteratorLemmas.ilean +lib/lean/Std/Data/DHashMap/IteratorLemmas.ir +lib/lean/Std/Data/DHashMap/IteratorLemmas.olean +lib/lean/Std/Data/DHashMap/IteratorLemmas.olean.private +lib/lean/Std/Data/DHashMap/IteratorLemmas.olean.server lib/lean/Std/Data/DHashMap/Lemmas.ilean +lib/lean/Std/Data/DHashMap/Lemmas.ir lib/lean/Std/Data/DHashMap/Lemmas.olean +lib/lean/Std/Data/DHashMap/Lemmas.olean.private +lib/lean/Std/Data/DHashMap/Lemmas.olean.server lib/lean/Std/Data/DHashMap/Raw.ilean +lib/lean/Std/Data/DHashMap/Raw.ir lib/lean/Std/Data/DHashMap/Raw.olean +lib/lean/Std/Data/DHashMap/Raw.olean.private +lib/lean/Std/Data/DHashMap/Raw.olean.server lib/lean/Std/Data/DHashMap/RawDef.ilean +lib/lean/Std/Data/DHashMap/RawDef.ir lib/lean/Std/Data/DHashMap/RawDef.olean +lib/lean/Std/Data/DHashMap/RawDef.olean.private +lib/lean/Std/Data/DHashMap/RawDef.olean.server lib/lean/Std/Data/DHashMap/RawLemmas.ilean +lib/lean/Std/Data/DHashMap/RawLemmas.ir lib/lean/Std/Data/DHashMap/RawLemmas.olean +lib/lean/Std/Data/DHashMap/RawLemmas.olean.private +lib/lean/Std/Data/DHashMap/RawLemmas.olean.server lib/lean/Std/Data/DTreeMap.ilean +lib/lean/Std/Data/DTreeMap.ir lib/lean/Std/Data/DTreeMap.olean +lib/lean/Std/Data/DTreeMap.olean.private +lib/lean/Std/Data/DTreeMap.olean.server lib/lean/Std/Data/DTreeMap/AdditionalOperations.ilean +lib/lean/Std/Data/DTreeMap/AdditionalOperations.ir lib/lean/Std/Data/DTreeMap/AdditionalOperations.olean +lib/lean/Std/Data/DTreeMap/AdditionalOperations.olean.private +lib/lean/Std/Data/DTreeMap/AdditionalOperations.olean.server lib/lean/Std/Data/DTreeMap/Basic.ilean +lib/lean/Std/Data/DTreeMap/Basic.ir lib/lean/Std/Data/DTreeMap/Basic.olean +lib/lean/Std/Data/DTreeMap/Basic.olean.private +lib/lean/Std/Data/DTreeMap/Basic.olean.server lib/lean/Std/Data/DTreeMap/Internal/Balanced.ilean +lib/lean/Std/Data/DTreeMap/Internal/Balanced.ir lib/lean/Std/Data/DTreeMap/Internal/Balanced.olean +lib/lean/Std/Data/DTreeMap/Internal/Balanced.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Balanced.olean.server lib/lean/Std/Data/DTreeMap/Internal/Balancing.ilean +lib/lean/Std/Data/DTreeMap/Internal/Balancing.ir lib/lean/Std/Data/DTreeMap/Internal/Balancing.olean +lib/lean/Std/Data/DTreeMap/Internal/Balancing.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Balancing.olean.server lib/lean/Std/Data/DTreeMap/Internal/Cell.ilean +lib/lean/Std/Data/DTreeMap/Internal/Cell.ir lib/lean/Std/Data/DTreeMap/Internal/Cell.olean +lib/lean/Std/Data/DTreeMap/Internal/Cell.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Cell.olean.server lib/lean/Std/Data/DTreeMap/Internal/Def.ilean +lib/lean/Std/Data/DTreeMap/Internal/Def.ir lib/lean/Std/Data/DTreeMap/Internal/Def.olean +lib/lean/Std/Data/DTreeMap/Internal/Def.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Def.olean.server lib/lean/Std/Data/DTreeMap/Internal/Lemmas.ilean +lib/lean/Std/Data/DTreeMap/Internal/Lemmas.ir lib/lean/Std/Data/DTreeMap/Internal/Lemmas.olean +lib/lean/Std/Data/DTreeMap/Internal/Lemmas.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Lemmas.olean.server lib/lean/Std/Data/DTreeMap/Internal/Model.ilean +lib/lean/Std/Data/DTreeMap/Internal/Model.ir lib/lean/Std/Data/DTreeMap/Internal/Model.olean +lib/lean/Std/Data/DTreeMap/Internal/Model.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Model.olean.server lib/lean/Std/Data/DTreeMap/Internal/Operations.ilean +lib/lean/Std/Data/DTreeMap/Internal/Operations.ir lib/lean/Std/Data/DTreeMap/Internal/Operations.olean +lib/lean/Std/Data/DTreeMap/Internal/Operations.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Operations.olean.server lib/lean/Std/Data/DTreeMap/Internal/Ordered.ilean +lib/lean/Std/Data/DTreeMap/Internal/Ordered.ir lib/lean/Std/Data/DTreeMap/Internal/Ordered.olean +lib/lean/Std/Data/DTreeMap/Internal/Ordered.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Ordered.olean.server lib/lean/Std/Data/DTreeMap/Internal/Queries.ilean +lib/lean/Std/Data/DTreeMap/Internal/Queries.ir lib/lean/Std/Data/DTreeMap/Internal/Queries.olean +lib/lean/Std/Data/DTreeMap/Internal/Queries.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Queries.olean.server lib/lean/Std/Data/DTreeMap/Internal/WF/Defs.ilean +lib/lean/Std/Data/DTreeMap/Internal/WF/Defs.ir lib/lean/Std/Data/DTreeMap/Internal/WF/Defs.olean +lib/lean/Std/Data/DTreeMap/Internal/WF/Defs.olean.private +lib/lean/Std/Data/DTreeMap/Internal/WF/Defs.olean.server lib/lean/Std/Data/DTreeMap/Internal/WF/Lemmas.ilean +lib/lean/Std/Data/DTreeMap/Internal/WF/Lemmas.ir lib/lean/Std/Data/DTreeMap/Internal/WF/Lemmas.olean +lib/lean/Std/Data/DTreeMap/Internal/WF/Lemmas.olean.private +lib/lean/Std/Data/DTreeMap/Internal/WF/Lemmas.olean.server +lib/lean/Std/Data/DTreeMap/Internal/Zipper.ilean +lib/lean/Std/Data/DTreeMap/Internal/Zipper.ir +lib/lean/Std/Data/DTreeMap/Internal/Zipper.olean +lib/lean/Std/Data/DTreeMap/Internal/Zipper.olean.private +lib/lean/Std/Data/DTreeMap/Internal/Zipper.olean.server +lib/lean/Std/Data/DTreeMap/Iterator.ilean +lib/lean/Std/Data/DTreeMap/Iterator.ir +lib/lean/Std/Data/DTreeMap/Iterator.olean +lib/lean/Std/Data/DTreeMap/Iterator.olean.private +lib/lean/Std/Data/DTreeMap/Iterator.olean.server lib/lean/Std/Data/DTreeMap/Lemmas.ilean +lib/lean/Std/Data/DTreeMap/Lemmas.ir lib/lean/Std/Data/DTreeMap/Lemmas.olean +lib/lean/Std/Data/DTreeMap/Lemmas.olean.private +lib/lean/Std/Data/DTreeMap/Lemmas.olean.server lib/lean/Std/Data/DTreeMap/Raw.ilean +lib/lean/Std/Data/DTreeMap/Raw.ir lib/lean/Std/Data/DTreeMap/Raw.olean +lib/lean/Std/Data/DTreeMap/Raw.olean.private +lib/lean/Std/Data/DTreeMap/Raw.olean.server lib/lean/Std/Data/DTreeMap/Raw/AdditionalOperations.ilean +lib/lean/Std/Data/DTreeMap/Raw/AdditionalOperations.ir lib/lean/Std/Data/DTreeMap/Raw/AdditionalOperations.olean +lib/lean/Std/Data/DTreeMap/Raw/AdditionalOperations.olean.private +lib/lean/Std/Data/DTreeMap/Raw/AdditionalOperations.olean.server lib/lean/Std/Data/DTreeMap/Raw/Basic.ilean +lib/lean/Std/Data/DTreeMap/Raw/Basic.ir lib/lean/Std/Data/DTreeMap/Raw/Basic.olean +lib/lean/Std/Data/DTreeMap/Raw/Basic.olean.private +lib/lean/Std/Data/DTreeMap/Raw/Basic.olean.server +lib/lean/Std/Data/DTreeMap/Raw/Iterator.ilean +lib/lean/Std/Data/DTreeMap/Raw/Iterator.ir +lib/lean/Std/Data/DTreeMap/Raw/Iterator.olean +lib/lean/Std/Data/DTreeMap/Raw/Iterator.olean.private +lib/lean/Std/Data/DTreeMap/Raw/Iterator.olean.server lib/lean/Std/Data/DTreeMap/Raw/Lemmas.ilean +lib/lean/Std/Data/DTreeMap/Raw/Lemmas.ir lib/lean/Std/Data/DTreeMap/Raw/Lemmas.olean +lib/lean/Std/Data/DTreeMap/Raw/Lemmas.olean.private +lib/lean/Std/Data/DTreeMap/Raw/Lemmas.olean.server +lib/lean/Std/Data/DTreeMap/Raw/Slice.ilean +lib/lean/Std/Data/DTreeMap/Raw/Slice.ir +lib/lean/Std/Data/DTreeMap/Raw/Slice.olean +lib/lean/Std/Data/DTreeMap/Raw/Slice.olean.private +lib/lean/Std/Data/DTreeMap/Raw/Slice.olean.server lib/lean/Std/Data/DTreeMap/Raw/WF.ilean +lib/lean/Std/Data/DTreeMap/Raw/WF.ir lib/lean/Std/Data/DTreeMap/Raw/WF.olean +lib/lean/Std/Data/DTreeMap/Raw/WF.olean.private +lib/lean/Std/Data/DTreeMap/Raw/WF.olean.server +lib/lean/Std/Data/DTreeMap/Slice.ilean +lib/lean/Std/Data/DTreeMap/Slice.ir +lib/lean/Std/Data/DTreeMap/Slice.olean +lib/lean/Std/Data/DTreeMap/Slice.olean.private +lib/lean/Std/Data/DTreeMap/Slice.olean.server lib/lean/Std/Data/ExtDHashMap.ilean +lib/lean/Std/Data/ExtDHashMap.ir lib/lean/Std/Data/ExtDHashMap.olean +lib/lean/Std/Data/ExtDHashMap.olean.private +lib/lean/Std/Data/ExtDHashMap.olean.server lib/lean/Std/Data/ExtDHashMap/Basic.ilean +lib/lean/Std/Data/ExtDHashMap/Basic.ir lib/lean/Std/Data/ExtDHashMap/Basic.olean +lib/lean/Std/Data/ExtDHashMap/Basic.olean.private +lib/lean/Std/Data/ExtDHashMap/Basic.olean.server lib/lean/Std/Data/ExtDHashMap/Lemmas.ilean +lib/lean/Std/Data/ExtDHashMap/Lemmas.ir lib/lean/Std/Data/ExtDHashMap/Lemmas.olean +lib/lean/Std/Data/ExtDHashMap/Lemmas.olean.private +lib/lean/Std/Data/ExtDHashMap/Lemmas.olean.server +lib/lean/Std/Data/ExtDTreeMap.ilean +lib/lean/Std/Data/ExtDTreeMap.ir +lib/lean/Std/Data/ExtDTreeMap.olean +lib/lean/Std/Data/ExtDTreeMap.olean.private +lib/lean/Std/Data/ExtDTreeMap.olean.server +lib/lean/Std/Data/ExtDTreeMap/Basic.ilean +lib/lean/Std/Data/ExtDTreeMap/Basic.ir +lib/lean/Std/Data/ExtDTreeMap/Basic.olean +lib/lean/Std/Data/ExtDTreeMap/Basic.olean.private +lib/lean/Std/Data/ExtDTreeMap/Basic.olean.server +lib/lean/Std/Data/ExtDTreeMap/Lemmas.ilean +lib/lean/Std/Data/ExtDTreeMap/Lemmas.ir +lib/lean/Std/Data/ExtDTreeMap/Lemmas.olean +lib/lean/Std/Data/ExtDTreeMap/Lemmas.olean.private +lib/lean/Std/Data/ExtDTreeMap/Lemmas.olean.server lib/lean/Std/Data/ExtHashMap.ilean +lib/lean/Std/Data/ExtHashMap.ir lib/lean/Std/Data/ExtHashMap.olean +lib/lean/Std/Data/ExtHashMap.olean.private +lib/lean/Std/Data/ExtHashMap.olean.server lib/lean/Std/Data/ExtHashMap/Basic.ilean +lib/lean/Std/Data/ExtHashMap/Basic.ir lib/lean/Std/Data/ExtHashMap/Basic.olean +lib/lean/Std/Data/ExtHashMap/Basic.olean.private +lib/lean/Std/Data/ExtHashMap/Basic.olean.server lib/lean/Std/Data/ExtHashMap/Lemmas.ilean +lib/lean/Std/Data/ExtHashMap/Lemmas.ir lib/lean/Std/Data/ExtHashMap/Lemmas.olean +lib/lean/Std/Data/ExtHashMap/Lemmas.olean.private +lib/lean/Std/Data/ExtHashMap/Lemmas.olean.server lib/lean/Std/Data/ExtHashSet.ilean +lib/lean/Std/Data/ExtHashSet.ir lib/lean/Std/Data/ExtHashSet.olean +lib/lean/Std/Data/ExtHashSet.olean.private +lib/lean/Std/Data/ExtHashSet.olean.server lib/lean/Std/Data/ExtHashSet/Basic.ilean +lib/lean/Std/Data/ExtHashSet/Basic.ir lib/lean/Std/Data/ExtHashSet/Basic.olean +lib/lean/Std/Data/ExtHashSet/Basic.olean.private +lib/lean/Std/Data/ExtHashSet/Basic.olean.server lib/lean/Std/Data/ExtHashSet/Lemmas.ilean +lib/lean/Std/Data/ExtHashSet/Lemmas.ir lib/lean/Std/Data/ExtHashSet/Lemmas.olean +lib/lean/Std/Data/ExtHashSet/Lemmas.olean.private +lib/lean/Std/Data/ExtHashSet/Lemmas.olean.server +lib/lean/Std/Data/ExtTreeMap.ilean +lib/lean/Std/Data/ExtTreeMap.ir +lib/lean/Std/Data/ExtTreeMap.olean +lib/lean/Std/Data/ExtTreeMap.olean.private +lib/lean/Std/Data/ExtTreeMap.olean.server +lib/lean/Std/Data/ExtTreeMap/Basic.ilean +lib/lean/Std/Data/ExtTreeMap/Basic.ir +lib/lean/Std/Data/ExtTreeMap/Basic.olean +lib/lean/Std/Data/ExtTreeMap/Basic.olean.private +lib/lean/Std/Data/ExtTreeMap/Basic.olean.server +lib/lean/Std/Data/ExtTreeMap/Lemmas.ilean +lib/lean/Std/Data/ExtTreeMap/Lemmas.ir +lib/lean/Std/Data/ExtTreeMap/Lemmas.olean +lib/lean/Std/Data/ExtTreeMap/Lemmas.olean.private +lib/lean/Std/Data/ExtTreeMap/Lemmas.olean.server +lib/lean/Std/Data/ExtTreeSet.ilean +lib/lean/Std/Data/ExtTreeSet.ir +lib/lean/Std/Data/ExtTreeSet.olean +lib/lean/Std/Data/ExtTreeSet.olean.private +lib/lean/Std/Data/ExtTreeSet.olean.server +lib/lean/Std/Data/ExtTreeSet/Basic.ilean +lib/lean/Std/Data/ExtTreeSet/Basic.ir +lib/lean/Std/Data/ExtTreeSet/Basic.olean +lib/lean/Std/Data/ExtTreeSet/Basic.olean.private +lib/lean/Std/Data/ExtTreeSet/Basic.olean.server +lib/lean/Std/Data/ExtTreeSet/Lemmas.ilean +lib/lean/Std/Data/ExtTreeSet/Lemmas.ir +lib/lean/Std/Data/ExtTreeSet/Lemmas.olean +lib/lean/Std/Data/ExtTreeSet/Lemmas.olean.private +lib/lean/Std/Data/ExtTreeSet/Lemmas.olean.server lib/lean/Std/Data/HashMap.ilean +lib/lean/Std/Data/HashMap.ir lib/lean/Std/Data/HashMap.olean +lib/lean/Std/Data/HashMap.olean.private +lib/lean/Std/Data/HashMap.olean.server lib/lean/Std/Data/HashMap/AdditionalOperations.ilean +lib/lean/Std/Data/HashMap/AdditionalOperations.ir lib/lean/Std/Data/HashMap/AdditionalOperations.olean +lib/lean/Std/Data/HashMap/AdditionalOperations.olean.private +lib/lean/Std/Data/HashMap/AdditionalOperations.olean.server lib/lean/Std/Data/HashMap/Basic.ilean +lib/lean/Std/Data/HashMap/Basic.ir lib/lean/Std/Data/HashMap/Basic.olean +lib/lean/Std/Data/HashMap/Basic.olean.private +lib/lean/Std/Data/HashMap/Basic.olean.server +lib/lean/Std/Data/HashMap/Iterator.ilean +lib/lean/Std/Data/HashMap/Iterator.ir +lib/lean/Std/Data/HashMap/Iterator.olean +lib/lean/Std/Data/HashMap/Iterator.olean.private +lib/lean/Std/Data/HashMap/Iterator.olean.server +lib/lean/Std/Data/HashMap/IteratorLemmas.ilean +lib/lean/Std/Data/HashMap/IteratorLemmas.ir +lib/lean/Std/Data/HashMap/IteratorLemmas.olean +lib/lean/Std/Data/HashMap/IteratorLemmas.olean.private +lib/lean/Std/Data/HashMap/IteratorLemmas.olean.server lib/lean/Std/Data/HashMap/Lemmas.ilean +lib/lean/Std/Data/HashMap/Lemmas.ir lib/lean/Std/Data/HashMap/Lemmas.olean +lib/lean/Std/Data/HashMap/Lemmas.olean.private +lib/lean/Std/Data/HashMap/Lemmas.olean.server lib/lean/Std/Data/HashMap/Raw.ilean +lib/lean/Std/Data/HashMap/Raw.ir lib/lean/Std/Data/HashMap/Raw.olean +lib/lean/Std/Data/HashMap/Raw.olean.private +lib/lean/Std/Data/HashMap/Raw.olean.server lib/lean/Std/Data/HashMap/RawLemmas.ilean +lib/lean/Std/Data/HashMap/RawLemmas.ir lib/lean/Std/Data/HashMap/RawLemmas.olean +lib/lean/Std/Data/HashMap/RawLemmas.olean.private +lib/lean/Std/Data/HashMap/RawLemmas.olean.server lib/lean/Std/Data/HashSet.ilean +lib/lean/Std/Data/HashSet.ir lib/lean/Std/Data/HashSet.olean +lib/lean/Std/Data/HashSet.olean.private +lib/lean/Std/Data/HashSet.olean.server lib/lean/Std/Data/HashSet/Basic.ilean +lib/lean/Std/Data/HashSet/Basic.ir lib/lean/Std/Data/HashSet/Basic.olean +lib/lean/Std/Data/HashSet/Basic.olean.private +lib/lean/Std/Data/HashSet/Basic.olean.server +lib/lean/Std/Data/HashSet/Iterator.ilean +lib/lean/Std/Data/HashSet/Iterator.ir +lib/lean/Std/Data/HashSet/Iterator.olean +lib/lean/Std/Data/HashSet/Iterator.olean.private +lib/lean/Std/Data/HashSet/Iterator.olean.server +lib/lean/Std/Data/HashSet/IteratorLemmas.ilean +lib/lean/Std/Data/HashSet/IteratorLemmas.ir +lib/lean/Std/Data/HashSet/IteratorLemmas.olean +lib/lean/Std/Data/HashSet/IteratorLemmas.olean.private +lib/lean/Std/Data/HashSet/IteratorLemmas.olean.server lib/lean/Std/Data/HashSet/Lemmas.ilean +lib/lean/Std/Data/HashSet/Lemmas.ir lib/lean/Std/Data/HashSet/Lemmas.olean +lib/lean/Std/Data/HashSet/Lemmas.olean.private +lib/lean/Std/Data/HashSet/Lemmas.olean.server lib/lean/Std/Data/HashSet/Raw.ilean +lib/lean/Std/Data/HashSet/Raw.ir lib/lean/Std/Data/HashSet/Raw.olean +lib/lean/Std/Data/HashSet/Raw.olean.private +lib/lean/Std/Data/HashSet/Raw.olean.server lib/lean/Std/Data/HashSet/RawLemmas.ilean +lib/lean/Std/Data/HashSet/RawLemmas.ir lib/lean/Std/Data/HashSet/RawLemmas.olean +lib/lean/Std/Data/HashSet/RawLemmas.olean.private +lib/lean/Std/Data/HashSet/RawLemmas.olean.server lib/lean/Std/Data/Internal/Cut.ilean +lib/lean/Std/Data/Internal/Cut.ir lib/lean/Std/Data/Internal/Cut.olean +lib/lean/Std/Data/Internal/Cut.olean.private +lib/lean/Std/Data/Internal/Cut.olean.server lib/lean/Std/Data/Internal/List/Associative.ilean +lib/lean/Std/Data/Internal/List/Associative.ir lib/lean/Std/Data/Internal/List/Associative.olean +lib/lean/Std/Data/Internal/List/Associative.olean.private +lib/lean/Std/Data/Internal/List/Associative.olean.server lib/lean/Std/Data/Internal/List/Defs.ilean +lib/lean/Std/Data/Internal/List/Defs.ir lib/lean/Std/Data/Internal/List/Defs.olean +lib/lean/Std/Data/Internal/List/Defs.olean.private +lib/lean/Std/Data/Internal/List/Defs.olean.server +lib/lean/Std/Data/Iterators.ilean +lib/lean/Std/Data/Iterators.ir +lib/lean/Std/Data/Iterators.olean +lib/lean/Std/Data/Iterators.olean.private +lib/lean/Std/Data/Iterators.olean.server +lib/lean/Std/Data/Iterators/Combinators.ilean +lib/lean/Std/Data/Iterators/Combinators.ir +lib/lean/Std/Data/Iterators/Combinators.olean +lib/lean/Std/Data/Iterators/Combinators.olean.private +lib/lean/Std/Data/Iterators/Combinators.olean.server +lib/lean/Std/Data/Iterators/Combinators/Drop.ilean +lib/lean/Std/Data/Iterators/Combinators/Drop.ir +lib/lean/Std/Data/Iterators/Combinators/Drop.olean +lib/lean/Std/Data/Iterators/Combinators/Drop.olean.private +lib/lean/Std/Data/Iterators/Combinators/Drop.olean.server +lib/lean/Std/Data/Iterators/Combinators/DropWhile.ilean +lib/lean/Std/Data/Iterators/Combinators/DropWhile.ir +lib/lean/Std/Data/Iterators/Combinators/DropWhile.olean +lib/lean/Std/Data/Iterators/Combinators/DropWhile.olean.private +lib/lean/Std/Data/Iterators/Combinators/DropWhile.olean.server +lib/lean/Std/Data/Iterators/Combinators/Monadic.ilean +lib/lean/Std/Data/Iterators/Combinators/Monadic.ir +lib/lean/Std/Data/Iterators/Combinators/Monadic.olean +lib/lean/Std/Data/Iterators/Combinators/Monadic.olean.private +lib/lean/Std/Data/Iterators/Combinators/Monadic.olean.server +lib/lean/Std/Data/Iterators/Combinators/Monadic/Drop.ilean +lib/lean/Std/Data/Iterators/Combinators/Monadic/Drop.ir +lib/lean/Std/Data/Iterators/Combinators/Monadic/Drop.olean +lib/lean/Std/Data/Iterators/Combinators/Monadic/Drop.olean.private +lib/lean/Std/Data/Iterators/Combinators/Monadic/Drop.olean.server +lib/lean/Std/Data/Iterators/Combinators/Monadic/DropWhile.ilean +lib/lean/Std/Data/Iterators/Combinators/Monadic/DropWhile.ir +lib/lean/Std/Data/Iterators/Combinators/Monadic/DropWhile.olean +lib/lean/Std/Data/Iterators/Combinators/Monadic/DropWhile.olean.private +lib/lean/Std/Data/Iterators/Combinators/Monadic/DropWhile.olean.server +lib/lean/Std/Data/Iterators/Combinators/Monadic/StepSize.ilean +lib/lean/Std/Data/Iterators/Combinators/Monadic/StepSize.ir +lib/lean/Std/Data/Iterators/Combinators/Monadic/StepSize.olean +lib/lean/Std/Data/Iterators/Combinators/Monadic/StepSize.olean.private +lib/lean/Std/Data/Iterators/Combinators/Monadic/StepSize.olean.server +lib/lean/Std/Data/Iterators/Combinators/Monadic/TakeWhile.ilean +lib/lean/Std/Data/Iterators/Combinators/Monadic/TakeWhile.ir +lib/lean/Std/Data/Iterators/Combinators/Monadic/TakeWhile.olean +lib/lean/Std/Data/Iterators/Combinators/Monadic/TakeWhile.olean.private +lib/lean/Std/Data/Iterators/Combinators/Monadic/TakeWhile.olean.server +lib/lean/Std/Data/Iterators/Combinators/Monadic/Zip.ilean +lib/lean/Std/Data/Iterators/Combinators/Monadic/Zip.ir +lib/lean/Std/Data/Iterators/Combinators/Monadic/Zip.olean +lib/lean/Std/Data/Iterators/Combinators/Monadic/Zip.olean.private +lib/lean/Std/Data/Iterators/Combinators/Monadic/Zip.olean.server +lib/lean/Std/Data/Iterators/Combinators/StepSize.ilean +lib/lean/Std/Data/Iterators/Combinators/StepSize.ir +lib/lean/Std/Data/Iterators/Combinators/StepSize.olean +lib/lean/Std/Data/Iterators/Combinators/StepSize.olean.private +lib/lean/Std/Data/Iterators/Combinators/StepSize.olean.server +lib/lean/Std/Data/Iterators/Combinators/TakeWhile.ilean +lib/lean/Std/Data/Iterators/Combinators/TakeWhile.ir +lib/lean/Std/Data/Iterators/Combinators/TakeWhile.olean +lib/lean/Std/Data/Iterators/Combinators/TakeWhile.olean.private +lib/lean/Std/Data/Iterators/Combinators/TakeWhile.olean.server +lib/lean/Std/Data/Iterators/Combinators/Zip.ilean +lib/lean/Std/Data/Iterators/Combinators/Zip.ir +lib/lean/Std/Data/Iterators/Combinators/Zip.olean +lib/lean/Std/Data/Iterators/Combinators/Zip.olean.private +lib/lean/Std/Data/Iterators/Combinators/Zip.olean.server +lib/lean/Std/Data/Iterators/Lemmas.ilean +lib/lean/Std/Data/Iterators/Lemmas.ir +lib/lean/Std/Data/Iterators/Lemmas.olean +lib/lean/Std/Data/Iterators/Lemmas.olean.private +lib/lean/Std/Data/Iterators/Lemmas.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Drop.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Drop.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Drop.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Drop.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Drop.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/DropWhile.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/DropWhile.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/DropWhile.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/DropWhile.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/DropWhile.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Drop.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Drop.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Drop.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Drop.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Drop.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/DropWhile.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/DropWhile.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/DropWhile.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/DropWhile.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/DropWhile.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/TakeWhile.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/TakeWhile.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/TakeWhile.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/TakeWhile.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/TakeWhile.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Zip.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Zip.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Zip.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Zip.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Zip.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/TakeWhile.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/TakeWhile.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/TakeWhile.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/TakeWhile.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/TakeWhile.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Zip.ilean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Zip.ir +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Zip.olean +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Zip.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Combinators/Zip.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Consumers.ilean +lib/lean/Std/Data/Iterators/Lemmas/Consumers.ir +lib/lean/Std/Data/Iterators/Lemmas/Consumers.olean +lib/lean/Std/Data/Iterators/Lemmas/Consumers.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Consumers.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Collect.ilean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Collect.ir +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Collect.olean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Collect.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Collect.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Loop.ilean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Loop.ir +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Loop.olean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Loop.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Loop.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic.ilean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic.ir +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic.olean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Collect.ilean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Collect.ir +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Collect.olean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Collect.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Collect.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Loop.ilean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Loop.ir +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Loop.olean +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Loop.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Loop.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Equivalence.ilean +lib/lean/Std/Data/Iterators/Lemmas/Equivalence.ir +lib/lean/Std/Data/Iterators/Lemmas/Equivalence.olean +lib/lean/Std/Data/Iterators/Lemmas/Equivalence.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Equivalence.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/Basic.ilean +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/Basic.ir +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/Basic.olean +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/Basic.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/Basic.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/HetT.ilean +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/HetT.ir +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/HetT.olean +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/HetT.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/HetT.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/StepCongr.ilean +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/StepCongr.ir +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/StepCongr.olean +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/StepCongr.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Equivalence/StepCongr.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Monadic.ilean +lib/lean/Std/Data/Iterators/Lemmas/Monadic.ir +lib/lean/Std/Data/Iterators/Lemmas/Monadic.olean +lib/lean/Std/Data/Iterators/Lemmas/Monadic.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Monadic.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers/Array.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Array.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers/Array.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Array.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers/Array.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers/Empty.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Empty.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers/Empty.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Empty.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers/Empty.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Array.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Array.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Array.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Array.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Array.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Empty.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Empty.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Empty.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Empty.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Empty.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/List.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/List.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/List.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/List.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/List.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers/Range.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Range.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers/Range.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Range.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers/Range.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers/Repeat.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Repeat.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers/Repeat.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Repeat.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers/Repeat.olean.server +lib/lean/Std/Data/Iterators/Lemmas/Producers/Slice.ilean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Slice.ir +lib/lean/Std/Data/Iterators/Lemmas/Producers/Slice.olean +lib/lean/Std/Data/Iterators/Lemmas/Producers/Slice.olean.private +lib/lean/Std/Data/Iterators/Lemmas/Producers/Slice.olean.server +lib/lean/Std/Data/Iterators/Producers.ilean +lib/lean/Std/Data/Iterators/Producers.ir +lib/lean/Std/Data/Iterators/Producers.olean +lib/lean/Std/Data/Iterators/Producers.olean.private +lib/lean/Std/Data/Iterators/Producers.olean.server +lib/lean/Std/Data/Iterators/Producers/Array.ilean +lib/lean/Std/Data/Iterators/Producers/Array.ir +lib/lean/Std/Data/Iterators/Producers/Array.olean +lib/lean/Std/Data/Iterators/Producers/Array.olean.private +lib/lean/Std/Data/Iterators/Producers/Array.olean.server +lib/lean/Std/Data/Iterators/Producers/Empty.ilean +lib/lean/Std/Data/Iterators/Producers/Empty.ir +lib/lean/Std/Data/Iterators/Producers/Empty.olean +lib/lean/Std/Data/Iterators/Producers/Empty.olean.private +lib/lean/Std/Data/Iterators/Producers/Empty.olean.server +lib/lean/Std/Data/Iterators/Producers/Monadic.ilean +lib/lean/Std/Data/Iterators/Producers/Monadic.ir +lib/lean/Std/Data/Iterators/Producers/Monadic.olean +lib/lean/Std/Data/Iterators/Producers/Monadic.olean.private +lib/lean/Std/Data/Iterators/Producers/Monadic.olean.server +lib/lean/Std/Data/Iterators/Producers/Monadic/Array.ilean +lib/lean/Std/Data/Iterators/Producers/Monadic/Array.ir +lib/lean/Std/Data/Iterators/Producers/Monadic/Array.olean +lib/lean/Std/Data/Iterators/Producers/Monadic/Array.olean.private +lib/lean/Std/Data/Iterators/Producers/Monadic/Array.olean.server +lib/lean/Std/Data/Iterators/Producers/Monadic/Empty.ilean +lib/lean/Std/Data/Iterators/Producers/Monadic/Empty.ir +lib/lean/Std/Data/Iterators/Producers/Monadic/Empty.olean +lib/lean/Std/Data/Iterators/Producers/Monadic/Empty.olean.private +lib/lean/Std/Data/Iterators/Producers/Monadic/Empty.olean.server +lib/lean/Std/Data/Iterators/Producers/Range.ilean +lib/lean/Std/Data/Iterators/Producers/Range.ir +lib/lean/Std/Data/Iterators/Producers/Range.olean +lib/lean/Std/Data/Iterators/Producers/Range.olean.private +lib/lean/Std/Data/Iterators/Producers/Range.olean.server +lib/lean/Std/Data/Iterators/Producers/Repeat.ilean +lib/lean/Std/Data/Iterators/Producers/Repeat.ir +lib/lean/Std/Data/Iterators/Producers/Repeat.olean +lib/lean/Std/Data/Iterators/Producers/Repeat.olean.private +lib/lean/Std/Data/Iterators/Producers/Repeat.olean.server +lib/lean/Std/Data/Iterators/Producers/Slice.ilean +lib/lean/Std/Data/Iterators/Producers/Slice.ir +lib/lean/Std/Data/Iterators/Producers/Slice.olean +lib/lean/Std/Data/Iterators/Producers/Slice.olean.private +lib/lean/Std/Data/Iterators/Producers/Slice.olean.server lib/lean/Std/Data/TreeMap.ilean +lib/lean/Std/Data/TreeMap.ir lib/lean/Std/Data/TreeMap.olean +lib/lean/Std/Data/TreeMap.olean.private +lib/lean/Std/Data/TreeMap.olean.server lib/lean/Std/Data/TreeMap/AdditionalOperations.ilean +lib/lean/Std/Data/TreeMap/AdditionalOperations.ir lib/lean/Std/Data/TreeMap/AdditionalOperations.olean +lib/lean/Std/Data/TreeMap/AdditionalOperations.olean.private +lib/lean/Std/Data/TreeMap/AdditionalOperations.olean.server lib/lean/Std/Data/TreeMap/Basic.ilean +lib/lean/Std/Data/TreeMap/Basic.ir lib/lean/Std/Data/TreeMap/Basic.olean +lib/lean/Std/Data/TreeMap/Basic.olean.private +lib/lean/Std/Data/TreeMap/Basic.olean.server +lib/lean/Std/Data/TreeMap/Iterator.ilean +lib/lean/Std/Data/TreeMap/Iterator.ir +lib/lean/Std/Data/TreeMap/Iterator.olean +lib/lean/Std/Data/TreeMap/Iterator.olean.private +lib/lean/Std/Data/TreeMap/Iterator.olean.server lib/lean/Std/Data/TreeMap/Lemmas.ilean +lib/lean/Std/Data/TreeMap/Lemmas.ir lib/lean/Std/Data/TreeMap/Lemmas.olean +lib/lean/Std/Data/TreeMap/Lemmas.olean.private +lib/lean/Std/Data/TreeMap/Lemmas.olean.server lib/lean/Std/Data/TreeMap/Raw.ilean +lib/lean/Std/Data/TreeMap/Raw.ir lib/lean/Std/Data/TreeMap/Raw.olean +lib/lean/Std/Data/TreeMap/Raw.olean.private +lib/lean/Std/Data/TreeMap/Raw.olean.server lib/lean/Std/Data/TreeMap/Raw/AdditionalOperations.ilean +lib/lean/Std/Data/TreeMap/Raw/AdditionalOperations.ir lib/lean/Std/Data/TreeMap/Raw/AdditionalOperations.olean +lib/lean/Std/Data/TreeMap/Raw/AdditionalOperations.olean.private +lib/lean/Std/Data/TreeMap/Raw/AdditionalOperations.olean.server lib/lean/Std/Data/TreeMap/Raw/Basic.ilean +lib/lean/Std/Data/TreeMap/Raw/Basic.ir lib/lean/Std/Data/TreeMap/Raw/Basic.olean +lib/lean/Std/Data/TreeMap/Raw/Basic.olean.private +lib/lean/Std/Data/TreeMap/Raw/Basic.olean.server +lib/lean/Std/Data/TreeMap/Raw/Iterator.ilean +lib/lean/Std/Data/TreeMap/Raw/Iterator.ir +lib/lean/Std/Data/TreeMap/Raw/Iterator.olean +lib/lean/Std/Data/TreeMap/Raw/Iterator.olean.private +lib/lean/Std/Data/TreeMap/Raw/Iterator.olean.server lib/lean/Std/Data/TreeMap/Raw/Lemmas.ilean +lib/lean/Std/Data/TreeMap/Raw/Lemmas.ir lib/lean/Std/Data/TreeMap/Raw/Lemmas.olean +lib/lean/Std/Data/TreeMap/Raw/Lemmas.olean.private +lib/lean/Std/Data/TreeMap/Raw/Lemmas.olean.server +lib/lean/Std/Data/TreeMap/Raw/Slice.ilean +lib/lean/Std/Data/TreeMap/Raw/Slice.ir +lib/lean/Std/Data/TreeMap/Raw/Slice.olean +lib/lean/Std/Data/TreeMap/Raw/Slice.olean.private +lib/lean/Std/Data/TreeMap/Raw/Slice.olean.server lib/lean/Std/Data/TreeMap/Raw/WF.ilean +lib/lean/Std/Data/TreeMap/Raw/WF.ir lib/lean/Std/Data/TreeMap/Raw/WF.olean +lib/lean/Std/Data/TreeMap/Raw/WF.olean.private +lib/lean/Std/Data/TreeMap/Raw/WF.olean.server +lib/lean/Std/Data/TreeMap/Slice.ilean +lib/lean/Std/Data/TreeMap/Slice.ir +lib/lean/Std/Data/TreeMap/Slice.olean +lib/lean/Std/Data/TreeMap/Slice.olean.private +lib/lean/Std/Data/TreeMap/Slice.olean.server lib/lean/Std/Data/TreeSet.ilean +lib/lean/Std/Data/TreeSet.ir lib/lean/Std/Data/TreeSet.olean +lib/lean/Std/Data/TreeSet.olean.private +lib/lean/Std/Data/TreeSet.olean.server lib/lean/Std/Data/TreeSet/AdditionalOperations.ilean +lib/lean/Std/Data/TreeSet/AdditionalOperations.ir lib/lean/Std/Data/TreeSet/AdditionalOperations.olean +lib/lean/Std/Data/TreeSet/AdditionalOperations.olean.private +lib/lean/Std/Data/TreeSet/AdditionalOperations.olean.server lib/lean/Std/Data/TreeSet/Basic.ilean +lib/lean/Std/Data/TreeSet/Basic.ir lib/lean/Std/Data/TreeSet/Basic.olean +lib/lean/Std/Data/TreeSet/Basic.olean.private +lib/lean/Std/Data/TreeSet/Basic.olean.server +lib/lean/Std/Data/TreeSet/Iterator.ilean +lib/lean/Std/Data/TreeSet/Iterator.ir +lib/lean/Std/Data/TreeSet/Iterator.olean +lib/lean/Std/Data/TreeSet/Iterator.olean.private +lib/lean/Std/Data/TreeSet/Iterator.olean.server lib/lean/Std/Data/TreeSet/Lemmas.ilean +lib/lean/Std/Data/TreeSet/Lemmas.ir lib/lean/Std/Data/TreeSet/Lemmas.olean +lib/lean/Std/Data/TreeSet/Lemmas.olean.private +lib/lean/Std/Data/TreeSet/Lemmas.olean.server lib/lean/Std/Data/TreeSet/Raw.ilean +lib/lean/Std/Data/TreeSet/Raw.ir lib/lean/Std/Data/TreeSet/Raw.olean +lib/lean/Std/Data/TreeSet/Raw.olean.private +lib/lean/Std/Data/TreeSet/Raw.olean.server lib/lean/Std/Data/TreeSet/Raw/Basic.ilean +lib/lean/Std/Data/TreeSet/Raw/Basic.ir lib/lean/Std/Data/TreeSet/Raw/Basic.olean +lib/lean/Std/Data/TreeSet/Raw/Basic.olean.private +lib/lean/Std/Data/TreeSet/Raw/Basic.olean.server +lib/lean/Std/Data/TreeSet/Raw/Iterator.ilean +lib/lean/Std/Data/TreeSet/Raw/Iterator.ir +lib/lean/Std/Data/TreeSet/Raw/Iterator.olean +lib/lean/Std/Data/TreeSet/Raw/Iterator.olean.private +lib/lean/Std/Data/TreeSet/Raw/Iterator.olean.server lib/lean/Std/Data/TreeSet/Raw/Lemmas.ilean +lib/lean/Std/Data/TreeSet/Raw/Lemmas.ir lib/lean/Std/Data/TreeSet/Raw/Lemmas.olean +lib/lean/Std/Data/TreeSet/Raw/Lemmas.olean.private +lib/lean/Std/Data/TreeSet/Raw/Lemmas.olean.server +lib/lean/Std/Data/TreeSet/Raw/Slice.ilean +lib/lean/Std/Data/TreeSet/Raw/Slice.ir +lib/lean/Std/Data/TreeSet/Raw/Slice.olean +lib/lean/Std/Data/TreeSet/Raw/Slice.olean.private +lib/lean/Std/Data/TreeSet/Raw/Slice.olean.server lib/lean/Std/Data/TreeSet/Raw/WF.ilean +lib/lean/Std/Data/TreeSet/Raw/WF.ir lib/lean/Std/Data/TreeSet/Raw/WF.olean +lib/lean/Std/Data/TreeSet/Raw/WF.olean.private +lib/lean/Std/Data/TreeSet/Raw/WF.olean.server +lib/lean/Std/Data/TreeSet/Slice.ilean +lib/lean/Std/Data/TreeSet/Slice.ir +lib/lean/Std/Data/TreeSet/Slice.olean +lib/lean/Std/Data/TreeSet/Slice.olean.private +lib/lean/Std/Data/TreeSet/Slice.olean.server +lib/lean/Std/Do.ilean +lib/lean/Std/Do.ir +lib/lean/Std/Do.olean +lib/lean/Std/Do.olean.private +lib/lean/Std/Do.olean.server +lib/lean/Std/Do/PostCond.ilean +lib/lean/Std/Do/PostCond.ir +lib/lean/Std/Do/PostCond.olean +lib/lean/Std/Do/PostCond.olean.private +lib/lean/Std/Do/PostCond.olean.server +lib/lean/Std/Do/PredTrans.ilean +lib/lean/Std/Do/PredTrans.ir +lib/lean/Std/Do/PredTrans.olean +lib/lean/Std/Do/PredTrans.olean.private +lib/lean/Std/Do/PredTrans.olean.server +lib/lean/Std/Do/SPred.ilean +lib/lean/Std/Do/SPred.ir +lib/lean/Std/Do/SPred.olean +lib/lean/Std/Do/SPred.olean.private +lib/lean/Std/Do/SPred.olean.server +lib/lean/Std/Do/SPred/DerivedLaws.ilean +lib/lean/Std/Do/SPred/DerivedLaws.ir +lib/lean/Std/Do/SPred/DerivedLaws.olean +lib/lean/Std/Do/SPred/DerivedLaws.olean.private +lib/lean/Std/Do/SPred/DerivedLaws.olean.server +lib/lean/Std/Do/SPred/Laws.ilean +lib/lean/Std/Do/SPred/Laws.ir +lib/lean/Std/Do/SPred/Laws.olean +lib/lean/Std/Do/SPred/Laws.olean.private +lib/lean/Std/Do/SPred/Laws.olean.server +lib/lean/Std/Do/SPred/Notation.ilean +lib/lean/Std/Do/SPred/Notation.ir +lib/lean/Std/Do/SPred/Notation.olean +lib/lean/Std/Do/SPred/Notation.olean.private +lib/lean/Std/Do/SPred/Notation.olean.server +lib/lean/Std/Do/SPred/Notation/Basic.ilean +lib/lean/Std/Do/SPred/Notation/Basic.ir +lib/lean/Std/Do/SPred/Notation/Basic.olean +lib/lean/Std/Do/SPred/Notation/Basic.olean.private +lib/lean/Std/Do/SPred/Notation/Basic.olean.server +lib/lean/Std/Do/SPred/SPred.ilean +lib/lean/Std/Do/SPred/SPred.ir +lib/lean/Std/Do/SPred/SPred.olean +lib/lean/Std/Do/SPred/SPred.olean.private +lib/lean/Std/Do/SPred/SPred.olean.server +lib/lean/Std/Do/SPred/SVal.ilean +lib/lean/Std/Do/SPred/SVal.ir +lib/lean/Std/Do/SPred/SVal.olean +lib/lean/Std/Do/SPred/SVal.olean.private +lib/lean/Std/Do/SPred/SVal.olean.server +lib/lean/Std/Do/Triple.ilean +lib/lean/Std/Do/Triple.ir +lib/lean/Std/Do/Triple.olean +lib/lean/Std/Do/Triple.olean.private +lib/lean/Std/Do/Triple.olean.server +lib/lean/Std/Do/Triple/Basic.ilean +lib/lean/Std/Do/Triple/Basic.ir +lib/lean/Std/Do/Triple/Basic.olean +lib/lean/Std/Do/Triple/Basic.olean.private +lib/lean/Std/Do/Triple/Basic.olean.server +lib/lean/Std/Do/Triple/SpecLemmas.ilean +lib/lean/Std/Do/Triple/SpecLemmas.ir +lib/lean/Std/Do/Triple/SpecLemmas.olean +lib/lean/Std/Do/Triple/SpecLemmas.olean.private +lib/lean/Std/Do/Triple/SpecLemmas.olean.server +lib/lean/Std/Do/WP.ilean +lib/lean/Std/Do/WP.ir +lib/lean/Std/Do/WP.olean +lib/lean/Std/Do/WP.olean.private +lib/lean/Std/Do/WP.olean.server +lib/lean/Std/Do/WP/Basic.ilean +lib/lean/Std/Do/WP/Basic.ir +lib/lean/Std/Do/WP/Basic.olean +lib/lean/Std/Do/WP/Basic.olean.private +lib/lean/Std/Do/WP/Basic.olean.server +lib/lean/Std/Do/WP/Monad.ilean +lib/lean/Std/Do/WP/Monad.ir +lib/lean/Std/Do/WP/Monad.olean +lib/lean/Std/Do/WP/Monad.olean.private +lib/lean/Std/Do/WP/Monad.olean.server +lib/lean/Std/Do/WP/SimpLemmas.ilean +lib/lean/Std/Do/WP/SimpLemmas.ir +lib/lean/Std/Do/WP/SimpLemmas.olean +lib/lean/Std/Do/WP/SimpLemmas.olean.private +lib/lean/Std/Do/WP/SimpLemmas.olean.server lib/lean/Std/Internal.ilean +lib/lean/Std/Internal.ir lib/lean/Std/Internal.olean +lib/lean/Std/Internal.olean.private +lib/lean/Std/Internal.olean.server lib/lean/Std/Internal/Async.ilean +lib/lean/Std/Internal/Async.ir lib/lean/Std/Internal/Async.olean +lib/lean/Std/Internal/Async.olean.private +lib/lean/Std/Internal/Async.olean.server lib/lean/Std/Internal/Async/Basic.ilean +lib/lean/Std/Internal/Async/Basic.ir lib/lean/Std/Internal/Async/Basic.olean +lib/lean/Std/Internal/Async/Basic.olean.private +lib/lean/Std/Internal/Async/Basic.olean.server +lib/lean/Std/Internal/Async/DNS.ilean +lib/lean/Std/Internal/Async/DNS.ir +lib/lean/Std/Internal/Async/DNS.olean +lib/lean/Std/Internal/Async/DNS.olean.private +lib/lean/Std/Internal/Async/DNS.olean.server +lib/lean/Std/Internal/Async/IO.ilean +lib/lean/Std/Internal/Async/IO.ir +lib/lean/Std/Internal/Async/IO.olean +lib/lean/Std/Internal/Async/IO.olean.private +lib/lean/Std/Internal/Async/IO.olean.server +lib/lean/Std/Internal/Async/Process.ilean +lib/lean/Std/Internal/Async/Process.ir +lib/lean/Std/Internal/Async/Process.olean +lib/lean/Std/Internal/Async/Process.olean.private +lib/lean/Std/Internal/Async/Process.olean.server lib/lean/Std/Internal/Async/Select.ilean +lib/lean/Std/Internal/Async/Select.ir lib/lean/Std/Internal/Async/Select.olean +lib/lean/Std/Internal/Async/Select.olean.private +lib/lean/Std/Internal/Async/Select.olean.server +lib/lean/Std/Internal/Async/Signal.ilean +lib/lean/Std/Internal/Async/Signal.ir +lib/lean/Std/Internal/Async/Signal.olean +lib/lean/Std/Internal/Async/Signal.olean.private +lib/lean/Std/Internal/Async/Signal.olean.server +lib/lean/Std/Internal/Async/System.ilean +lib/lean/Std/Internal/Async/System.ir +lib/lean/Std/Internal/Async/System.olean +lib/lean/Std/Internal/Async/System.olean.private +lib/lean/Std/Internal/Async/System.olean.server lib/lean/Std/Internal/Async/TCP.ilean +lib/lean/Std/Internal/Async/TCP.ir lib/lean/Std/Internal/Async/TCP.olean +lib/lean/Std/Internal/Async/TCP.olean.private +lib/lean/Std/Internal/Async/TCP.olean.server lib/lean/Std/Internal/Async/Timer.ilean +lib/lean/Std/Internal/Async/Timer.ir lib/lean/Std/Internal/Async/Timer.olean +lib/lean/Std/Internal/Async/Timer.olean.private +lib/lean/Std/Internal/Async/Timer.olean.server lib/lean/Std/Internal/Async/UDP.ilean +lib/lean/Std/Internal/Async/UDP.ir lib/lean/Std/Internal/Async/UDP.olean +lib/lean/Std/Internal/Async/UDP.olean.private +lib/lean/Std/Internal/Async/UDP.olean.server lib/lean/Std/Internal/Parsec.ilean +lib/lean/Std/Internal/Parsec.ir lib/lean/Std/Internal/Parsec.olean +lib/lean/Std/Internal/Parsec.olean.private +lib/lean/Std/Internal/Parsec.olean.server lib/lean/Std/Internal/Parsec/Basic.ilean +lib/lean/Std/Internal/Parsec/Basic.ir lib/lean/Std/Internal/Parsec/Basic.olean +lib/lean/Std/Internal/Parsec/Basic.olean.private +lib/lean/Std/Internal/Parsec/Basic.olean.server lib/lean/Std/Internal/Parsec/ByteArray.ilean +lib/lean/Std/Internal/Parsec/ByteArray.ir lib/lean/Std/Internal/Parsec/ByteArray.olean +lib/lean/Std/Internal/Parsec/ByteArray.olean.private +lib/lean/Std/Internal/Parsec/ByteArray.olean.server lib/lean/Std/Internal/Parsec/String.ilean +lib/lean/Std/Internal/Parsec/String.ir lib/lean/Std/Internal/Parsec/String.olean -lib/lean/Std/Internal/Rat.ilean -lib/lean/Std/Internal/Rat.olean +lib/lean/Std/Internal/Parsec/String.olean.private +lib/lean/Std/Internal/Parsec/String.olean.server lib/lean/Std/Internal/UV.ilean +lib/lean/Std/Internal/UV.ir lib/lean/Std/Internal/UV.olean +lib/lean/Std/Internal/UV.olean.private +lib/lean/Std/Internal/UV.olean.server +lib/lean/Std/Internal/UV/DNS.ilean +lib/lean/Std/Internal/UV/DNS.ir +lib/lean/Std/Internal/UV/DNS.olean +lib/lean/Std/Internal/UV/DNS.olean.private +lib/lean/Std/Internal/UV/DNS.olean.server lib/lean/Std/Internal/UV/Loop.ilean +lib/lean/Std/Internal/UV/Loop.ir lib/lean/Std/Internal/UV/Loop.olean +lib/lean/Std/Internal/UV/Loop.olean.private +lib/lean/Std/Internal/UV/Loop.olean.server +lib/lean/Std/Internal/UV/Signal.ilean +lib/lean/Std/Internal/UV/Signal.ir +lib/lean/Std/Internal/UV/Signal.olean +lib/lean/Std/Internal/UV/Signal.olean.private +lib/lean/Std/Internal/UV/Signal.olean.server +lib/lean/Std/Internal/UV/System.ilean +lib/lean/Std/Internal/UV/System.ir +lib/lean/Std/Internal/UV/System.olean +lib/lean/Std/Internal/UV/System.olean.private +lib/lean/Std/Internal/UV/System.olean.server lib/lean/Std/Internal/UV/TCP.ilean +lib/lean/Std/Internal/UV/TCP.ir lib/lean/Std/Internal/UV/TCP.olean +lib/lean/Std/Internal/UV/TCP.olean.private +lib/lean/Std/Internal/UV/TCP.olean.server lib/lean/Std/Internal/UV/Timer.ilean +lib/lean/Std/Internal/UV/Timer.ir lib/lean/Std/Internal/UV/Timer.olean +lib/lean/Std/Internal/UV/Timer.olean.private +lib/lean/Std/Internal/UV/Timer.olean.server lib/lean/Std/Internal/UV/UDP.ilean +lib/lean/Std/Internal/UV/UDP.ir lib/lean/Std/Internal/UV/UDP.olean +lib/lean/Std/Internal/UV/UDP.olean.private +lib/lean/Std/Internal/UV/UDP.olean.server lib/lean/Std/Net.ilean +lib/lean/Std/Net.ir lib/lean/Std/Net.olean +lib/lean/Std/Net.olean.private +lib/lean/Std/Net.olean.server lib/lean/Std/Net/Addr.ilean +lib/lean/Std/Net/Addr.ir lib/lean/Std/Net/Addr.olean +lib/lean/Std/Net/Addr.olean.private +lib/lean/Std/Net/Addr.olean.server lib/lean/Std/Sat.ilean +lib/lean/Std/Sat.ir lib/lean/Std/Sat.olean +lib/lean/Std/Sat.olean.private +lib/lean/Std/Sat.olean.server lib/lean/Std/Sat/AIG.ilean +lib/lean/Std/Sat/AIG.ir lib/lean/Std/Sat/AIG.olean +lib/lean/Std/Sat/AIG.olean.private +lib/lean/Std/Sat/AIG.olean.server lib/lean/Std/Sat/AIG/Basic.ilean +lib/lean/Std/Sat/AIG/Basic.ir lib/lean/Std/Sat/AIG/Basic.olean +lib/lean/Std/Sat/AIG/Basic.olean.private +lib/lean/Std/Sat/AIG/Basic.olean.server lib/lean/Std/Sat/AIG/CNF.ilean +lib/lean/Std/Sat/AIG/CNF.ir lib/lean/Std/Sat/AIG/CNF.olean +lib/lean/Std/Sat/AIG/CNF.olean.private +lib/lean/Std/Sat/AIG/CNF.olean.server lib/lean/Std/Sat/AIG/Cached.ilean +lib/lean/Std/Sat/AIG/Cached.ir lib/lean/Std/Sat/AIG/Cached.olean +lib/lean/Std/Sat/AIG/Cached.olean.private +lib/lean/Std/Sat/AIG/Cached.olean.server lib/lean/Std/Sat/AIG/CachedGates.ilean +lib/lean/Std/Sat/AIG/CachedGates.ir lib/lean/Std/Sat/AIG/CachedGates.olean +lib/lean/Std/Sat/AIG/CachedGates.olean.private +lib/lean/Std/Sat/AIG/CachedGates.olean.server lib/lean/Std/Sat/AIG/CachedGatesLemmas.ilean +lib/lean/Std/Sat/AIG/CachedGatesLemmas.ir lib/lean/Std/Sat/AIG/CachedGatesLemmas.olean +lib/lean/Std/Sat/AIG/CachedGatesLemmas.olean.private +lib/lean/Std/Sat/AIG/CachedGatesLemmas.olean.server lib/lean/Std/Sat/AIG/CachedLemmas.ilean +lib/lean/Std/Sat/AIG/CachedLemmas.ir lib/lean/Std/Sat/AIG/CachedLemmas.olean +lib/lean/Std/Sat/AIG/CachedLemmas.olean.private +lib/lean/Std/Sat/AIG/CachedLemmas.olean.server lib/lean/Std/Sat/AIG/If.ilean +lib/lean/Std/Sat/AIG/If.ir lib/lean/Std/Sat/AIG/If.olean +lib/lean/Std/Sat/AIG/If.olean.private +lib/lean/Std/Sat/AIG/If.olean.server lib/lean/Std/Sat/AIG/LawfulOperator.ilean +lib/lean/Std/Sat/AIG/LawfulOperator.ir lib/lean/Std/Sat/AIG/LawfulOperator.olean +lib/lean/Std/Sat/AIG/LawfulOperator.olean.private +lib/lean/Std/Sat/AIG/LawfulOperator.olean.server lib/lean/Std/Sat/AIG/LawfulVecOperator.ilean +lib/lean/Std/Sat/AIG/LawfulVecOperator.ir lib/lean/Std/Sat/AIG/LawfulVecOperator.olean +lib/lean/Std/Sat/AIG/LawfulVecOperator.olean.private +lib/lean/Std/Sat/AIG/LawfulVecOperator.olean.server lib/lean/Std/Sat/AIG/Lemmas.ilean +lib/lean/Std/Sat/AIG/Lemmas.ir lib/lean/Std/Sat/AIG/Lemmas.olean +lib/lean/Std/Sat/AIG/Lemmas.olean.private +lib/lean/Std/Sat/AIG/Lemmas.olean.server lib/lean/Std/Sat/AIG/RefVec.ilean +lib/lean/Std/Sat/AIG/RefVec.ir lib/lean/Std/Sat/AIG/RefVec.olean +lib/lean/Std/Sat/AIG/RefVec.olean.private +lib/lean/Std/Sat/AIG/RefVec.olean.server lib/lean/Std/Sat/AIG/RefVecOperator.ilean +lib/lean/Std/Sat/AIG/RefVecOperator.ir lib/lean/Std/Sat/AIG/RefVecOperator.olean +lib/lean/Std/Sat/AIG/RefVecOperator.olean.private +lib/lean/Std/Sat/AIG/RefVecOperator.olean.server lib/lean/Std/Sat/AIG/RefVecOperator/Fold.ilean +lib/lean/Std/Sat/AIG/RefVecOperator/Fold.ir lib/lean/Std/Sat/AIG/RefVecOperator/Fold.olean +lib/lean/Std/Sat/AIG/RefVecOperator/Fold.olean.private +lib/lean/Std/Sat/AIG/RefVecOperator/Fold.olean.server lib/lean/Std/Sat/AIG/RefVecOperator/Map.ilean +lib/lean/Std/Sat/AIG/RefVecOperator/Map.ir lib/lean/Std/Sat/AIG/RefVecOperator/Map.olean +lib/lean/Std/Sat/AIG/RefVecOperator/Map.olean.private +lib/lean/Std/Sat/AIG/RefVecOperator/Map.olean.server lib/lean/Std/Sat/AIG/RefVecOperator/Zip.ilean +lib/lean/Std/Sat/AIG/RefVecOperator/Zip.ir lib/lean/Std/Sat/AIG/RefVecOperator/Zip.olean +lib/lean/Std/Sat/AIG/RefVecOperator/Zip.olean.private +lib/lean/Std/Sat/AIG/RefVecOperator/Zip.olean.server lib/lean/Std/Sat/AIG/Relabel.ilean +lib/lean/Std/Sat/AIG/Relabel.ir lib/lean/Std/Sat/AIG/Relabel.olean +lib/lean/Std/Sat/AIG/Relabel.olean.private +lib/lean/Std/Sat/AIG/Relabel.olean.server lib/lean/Std/Sat/AIG/RelabelNat.ilean +lib/lean/Std/Sat/AIG/RelabelNat.ir lib/lean/Std/Sat/AIG/RelabelNat.olean +lib/lean/Std/Sat/AIG/RelabelNat.olean.private +lib/lean/Std/Sat/AIG/RelabelNat.olean.server lib/lean/Std/Sat/CNF.ilean +lib/lean/Std/Sat/CNF.ir lib/lean/Std/Sat/CNF.olean +lib/lean/Std/Sat/CNF.olean.private +lib/lean/Std/Sat/CNF.olean.server lib/lean/Std/Sat/CNF/Basic.ilean +lib/lean/Std/Sat/CNF/Basic.ir lib/lean/Std/Sat/CNF/Basic.olean +lib/lean/Std/Sat/CNF/Basic.olean.private +lib/lean/Std/Sat/CNF/Basic.olean.server lib/lean/Std/Sat/CNF/Dimacs.ilean +lib/lean/Std/Sat/CNF/Dimacs.ir lib/lean/Std/Sat/CNF/Dimacs.olean +lib/lean/Std/Sat/CNF/Dimacs.olean.private +lib/lean/Std/Sat/CNF/Dimacs.olean.server lib/lean/Std/Sat/CNF/Literal.ilean +lib/lean/Std/Sat/CNF/Literal.ir lib/lean/Std/Sat/CNF/Literal.olean +lib/lean/Std/Sat/CNF/Literal.olean.private +lib/lean/Std/Sat/CNF/Literal.olean.server lib/lean/Std/Sat/CNF/Relabel.ilean +lib/lean/Std/Sat/CNF/Relabel.ir lib/lean/Std/Sat/CNF/Relabel.olean +lib/lean/Std/Sat/CNF/Relabel.olean.private +lib/lean/Std/Sat/CNF/Relabel.olean.server lib/lean/Std/Sat/CNF/RelabelFin.ilean +lib/lean/Std/Sat/CNF/RelabelFin.ir lib/lean/Std/Sat/CNF/RelabelFin.olean +lib/lean/Std/Sat/CNF/RelabelFin.olean.private +lib/lean/Std/Sat/CNF/RelabelFin.olean.server lib/lean/Std/Sync.ilean +lib/lean/Std/Sync.ir lib/lean/Std/Sync.olean +lib/lean/Std/Sync.olean.private +lib/lean/Std/Sync.olean.server lib/lean/Std/Sync/Barrier.ilean +lib/lean/Std/Sync/Barrier.ir lib/lean/Std/Sync/Barrier.olean +lib/lean/Std/Sync/Barrier.olean.private +lib/lean/Std/Sync/Barrier.olean.server lib/lean/Std/Sync/Basic.ilean +lib/lean/Std/Sync/Basic.ir lib/lean/Std/Sync/Basic.olean +lib/lean/Std/Sync/Basic.olean.private +lib/lean/Std/Sync/Basic.olean.server +lib/lean/Std/Sync/Broadcast.ilean +lib/lean/Std/Sync/Broadcast.ir +lib/lean/Std/Sync/Broadcast.olean +lib/lean/Std/Sync/Broadcast.olean.private +lib/lean/Std/Sync/Broadcast.olean.server +lib/lean/Std/Sync/CancellationToken.ilean +lib/lean/Std/Sync/CancellationToken.ir +lib/lean/Std/Sync/CancellationToken.olean +lib/lean/Std/Sync/CancellationToken.olean.private +lib/lean/Std/Sync/CancellationToken.olean.server lib/lean/Std/Sync/Channel.ilean +lib/lean/Std/Sync/Channel.ir lib/lean/Std/Sync/Channel.olean +lib/lean/Std/Sync/Channel.olean.private +lib/lean/Std/Sync/Channel.olean.server lib/lean/Std/Sync/Mutex.ilean +lib/lean/Std/Sync/Mutex.ir lib/lean/Std/Sync/Mutex.olean +lib/lean/Std/Sync/Mutex.olean.private +lib/lean/Std/Sync/Mutex.olean.server +lib/lean/Std/Sync/Notify.ilean +lib/lean/Std/Sync/Notify.ir +lib/lean/Std/Sync/Notify.olean +lib/lean/Std/Sync/Notify.olean.private +lib/lean/Std/Sync/Notify.olean.server lib/lean/Std/Sync/RecursiveMutex.ilean +lib/lean/Std/Sync/RecursiveMutex.ir lib/lean/Std/Sync/RecursiveMutex.olean +lib/lean/Std/Sync/RecursiveMutex.olean.private +lib/lean/Std/Sync/RecursiveMutex.olean.server lib/lean/Std/Sync/SharedMutex.ilean +lib/lean/Std/Sync/SharedMutex.ir lib/lean/Std/Sync/SharedMutex.olean +lib/lean/Std/Sync/SharedMutex.olean.private +lib/lean/Std/Sync/SharedMutex.olean.server +lib/lean/Std/Sync/StreamMap.ilean +lib/lean/Std/Sync/StreamMap.ir +lib/lean/Std/Sync/StreamMap.olean +lib/lean/Std/Sync/StreamMap.olean.private +lib/lean/Std/Sync/StreamMap.olean.server lib/lean/Std/Tactic.ilean +lib/lean/Std/Tactic.ir lib/lean/Std/Tactic.olean +lib/lean/Std/Tactic.olean.private +lib/lean/Std/Tactic.olean.server lib/lean/Std/Tactic/BVDecide.ilean +lib/lean/Std/Tactic/BVDecide.ir lib/lean/Std/Tactic/BVDecide.olean +lib/lean/Std/Tactic/BVDecide.olean.private +lib/lean/Std/Tactic/BVDecide.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast.ir lib/lean/Std/Tactic/BVDecide/Bitblast.olean +lib/lean/Std/Tactic/BVDecide/Bitblast.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Basic.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Basic.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Basic.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Basic.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Basic.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Carry.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Carry.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Carry.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Carry.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Carry.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Const.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Const.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Const.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Const.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Const.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Expr.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Expr.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Expr.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Expr.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Expr.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Add.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Add.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Add.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Add.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Add.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Append.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Append.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Append.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Append.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Append.olean.server +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Clz.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Clz.ir +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Clz.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Clz.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Clz.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Eq.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Eq.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Eq.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Eq.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Eq.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Extract.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Extract.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Extract.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Extract.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Extract.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/GetLsbD.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/GetLsbD.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/GetLsbD.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/GetLsbD.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/GetLsbD.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Mul.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Mul.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Mul.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Mul.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Mul.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Neg.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Neg.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Neg.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Neg.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Neg.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Not.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Not.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Not.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Not.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Not.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Replicate.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Replicate.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Replicate.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Replicate.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Replicate.olean.server +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Reverse.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Reverse.ir +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Reverse.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Reverse.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Reverse.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateLeft.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateLeft.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateLeft.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateLeft.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateLeft.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateRight.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateRight.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateRight.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateRight.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateRight.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftLeft.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftLeft.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftLeft.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftLeft.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftLeft.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftRight.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftRight.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftRight.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftRight.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftRight.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Sub.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Sub.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Sub.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Sub.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Sub.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Udiv.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Udiv.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Udiv.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Udiv.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Udiv.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Ult.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Ult.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Ult.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Ult.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Ult.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Umod.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Umod.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Umod.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Umod.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Umod.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ZeroExtend.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ZeroExtend.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ZeroExtend.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ZeroExtend.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ZeroExtend.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Pred.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Pred.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Pred.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Pred.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Pred.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Substructure.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Substructure.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Substructure.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Substructure.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Substructure.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Var.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Var.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Var.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Var.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Var.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Basic.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Basic.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Basic.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Basic.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Basic.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Carry.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Carry.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Carry.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Carry.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Carry.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Const.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Const.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Const.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Const.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Const.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Expr.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Expr.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Expr.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Expr.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Expr.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Add.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Add.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Add.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Add.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Add.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Append.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Append.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Append.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Append.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Append.olean.server +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Clz.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Clz.ir +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Clz.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Clz.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Clz.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Eq.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Eq.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Eq.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Eq.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Eq.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Extract.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Extract.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Extract.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Extract.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Extract.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/GetLsbD.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/GetLsbD.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/GetLsbD.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/GetLsbD.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/GetLsbD.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Mul.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Mul.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Mul.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Mul.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Mul.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Neg.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Neg.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Neg.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Neg.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Neg.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Not.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Not.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Not.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Not.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Not.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Replicate.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Replicate.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Replicate.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Replicate.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Replicate.olean.server +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Reverse.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Reverse.ir +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Reverse.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Reverse.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Reverse.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateLeft.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateLeft.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateLeft.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateLeft.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateLeft.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateRight.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateRight.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateRight.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateRight.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateRight.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftLeft.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftLeft.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftLeft.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftLeft.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftLeft.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftRight.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftRight.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftRight.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftRight.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftRight.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Sub.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Sub.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Sub.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Sub.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Sub.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Udiv.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Udiv.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Udiv.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Udiv.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Udiv.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Ult.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Ult.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Ult.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Ult.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Ult.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Umod.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Umod.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Umod.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Umod.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Umod.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ZeroExtend.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ZeroExtend.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ZeroExtend.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ZeroExtend.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ZeroExtend.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Pred.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Pred.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Pred.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Pred.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Pred.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Var.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Var.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Var.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Var.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Var.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr.olean.server lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr/Basic.ilean +lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr/Basic.ir lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr/Basic.olean +lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr/Basic.olean.private +lib/lean/Std/Tactic/BVDecide/Bitblast/BoolExpr/Basic.olean.server lib/lean/Std/Tactic/BVDecide/LRAT.ilean +lib/lean/Std/Tactic/BVDecide/LRAT.ir lib/lean/Std/Tactic/BVDecide/LRAT.olean +lib/lean/Std/Tactic/BVDecide/LRAT.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Actions.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Actions.ir lib/lean/Std/Tactic/BVDecide/LRAT/Actions.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Actions.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Actions.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Checker.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Checker.ir lib/lean/Std/Tactic/BVDecide/LRAT/Checker.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Checker.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Checker.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Actions.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Actions.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Actions.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Actions.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Actions.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Assignment.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Assignment.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Assignment.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Assignment.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Assignment.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/CNF.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/CNF.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/CNF.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/CNF.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/CNF.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Clause.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Clause.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Clause.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Clause.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Clause.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Convert.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Convert.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Convert.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Convert.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Convert.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Entails.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Entails.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Entails.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Entails.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Entails.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Class.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Class.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Class.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Class.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Class.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Implementation.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Implementation.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Implementation.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Implementation.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Implementation.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Instance.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Instance.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Instance.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Instance.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Instance.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Lemmas.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Lemmas.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Lemmas.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Lemmas.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/Lemmas.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddResult.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddResult.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddResult.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddResult.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddResult.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddSound.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddSound.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddSound.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddSound.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RatAddSound.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddResult.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddResult.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddResult.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddResult.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddResult.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddSound.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddSound.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddSound.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddSound.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/Formula/RupAddSound.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATChecker.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATChecker.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATChecker.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATChecker.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATChecker.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATCheckerSound.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATCheckerSound.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATCheckerSound.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATCheckerSound.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/LRATCheckerSound.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Internal/PosFin.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/PosFin.ir lib/lean/Std/Tactic/BVDecide/LRAT/Internal/PosFin.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/PosFin.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Internal/PosFin.olean.server lib/lean/Std/Tactic/BVDecide/LRAT/Parser.ilean +lib/lean/Std/Tactic/BVDecide/LRAT/Parser.ir lib/lean/Std/Tactic/BVDecide/LRAT/Parser.olean +lib/lean/Std/Tactic/BVDecide/LRAT/Parser.olean.private +lib/lean/Std/Tactic/BVDecide/LRAT/Parser.olean.server lib/lean/Std/Tactic/BVDecide/Normalize.ilean +lib/lean/Std/Tactic/BVDecide/Normalize.ir lib/lean/Std/Tactic/BVDecide/Normalize.olean +lib/lean/Std/Tactic/BVDecide/Normalize.olean.private +lib/lean/Std/Tactic/BVDecide/Normalize.olean.server lib/lean/Std/Tactic/BVDecide/Normalize/BitVec.ilean +lib/lean/Std/Tactic/BVDecide/Normalize/BitVec.ir lib/lean/Std/Tactic/BVDecide/Normalize/BitVec.olean +lib/lean/Std/Tactic/BVDecide/Normalize/BitVec.olean.private +lib/lean/Std/Tactic/BVDecide/Normalize/BitVec.olean.server lib/lean/Std/Tactic/BVDecide/Normalize/Bool.ilean +lib/lean/Std/Tactic/BVDecide/Normalize/Bool.ir lib/lean/Std/Tactic/BVDecide/Normalize/Bool.olean +lib/lean/Std/Tactic/BVDecide/Normalize/Bool.olean.private +lib/lean/Std/Tactic/BVDecide/Normalize/Bool.olean.server lib/lean/Std/Tactic/BVDecide/Normalize/Canonicalize.ilean +lib/lean/Std/Tactic/BVDecide/Normalize/Canonicalize.ir lib/lean/Std/Tactic/BVDecide/Normalize/Canonicalize.olean +lib/lean/Std/Tactic/BVDecide/Normalize/Canonicalize.olean.private +lib/lean/Std/Tactic/BVDecide/Normalize/Canonicalize.olean.server lib/lean/Std/Tactic/BVDecide/Normalize/Equal.ilean +lib/lean/Std/Tactic/BVDecide/Normalize/Equal.ir lib/lean/Std/Tactic/BVDecide/Normalize/Equal.olean +lib/lean/Std/Tactic/BVDecide/Normalize/Equal.olean.private +lib/lean/Std/Tactic/BVDecide/Normalize/Equal.olean.server lib/lean/Std/Tactic/BVDecide/Normalize/Prop.ilean +lib/lean/Std/Tactic/BVDecide/Normalize/Prop.ir lib/lean/Std/Tactic/BVDecide/Normalize/Prop.olean +lib/lean/Std/Tactic/BVDecide/Normalize/Prop.olean.private +lib/lean/Std/Tactic/BVDecide/Normalize/Prop.olean.server lib/lean/Std/Tactic/BVDecide/Reflect.ilean +lib/lean/Std/Tactic/BVDecide/Reflect.ir lib/lean/Std/Tactic/BVDecide/Reflect.olean +lib/lean/Std/Tactic/BVDecide/Reflect.olean.private +lib/lean/Std/Tactic/BVDecide/Reflect.olean.server lib/lean/Std/Tactic/BVDecide/Syntax.ilean +lib/lean/Std/Tactic/BVDecide/Syntax.ir lib/lean/Std/Tactic/BVDecide/Syntax.olean +lib/lean/Std/Tactic/BVDecide/Syntax.olean.private +lib/lean/Std/Tactic/BVDecide/Syntax.olean.server +lib/lean/Std/Tactic/Do.ilean +lib/lean/Std/Tactic/Do.ir +lib/lean/Std/Tactic/Do.olean +lib/lean/Std/Tactic/Do.olean.private +lib/lean/Std/Tactic/Do.olean.server +lib/lean/Std/Tactic/Do/ProofMode.ilean +lib/lean/Std/Tactic/Do/ProofMode.ir +lib/lean/Std/Tactic/Do/ProofMode.olean +lib/lean/Std/Tactic/Do/ProofMode.olean.private +lib/lean/Std/Tactic/Do/ProofMode.olean.server +lib/lean/Std/Tactic/Do/Syntax.ilean +lib/lean/Std/Tactic/Do/Syntax.ir +lib/lean/Std/Tactic/Do/Syntax.olean +lib/lean/Std/Tactic/Do/Syntax.olean.private +lib/lean/Std/Tactic/Do/Syntax.olean.server lib/lean/Std/Time.ilean +lib/lean/Std/Time.ir lib/lean/Std/Time.olean +lib/lean/Std/Time.olean.private +lib/lean/Std/Time.olean.server lib/lean/Std/Time/Date.ilean +lib/lean/Std/Time/Date.ir lib/lean/Std/Time/Date.olean +lib/lean/Std/Time/Date.olean.private +lib/lean/Std/Time/Date.olean.server lib/lean/Std/Time/Date/Basic.ilean +lib/lean/Std/Time/Date/Basic.ir lib/lean/Std/Time/Date/Basic.olean +lib/lean/Std/Time/Date/Basic.olean.private +lib/lean/Std/Time/Date/Basic.olean.server lib/lean/Std/Time/Date/PlainDate.ilean +lib/lean/Std/Time/Date/PlainDate.ir lib/lean/Std/Time/Date/PlainDate.olean +lib/lean/Std/Time/Date/PlainDate.olean.private +lib/lean/Std/Time/Date/PlainDate.olean.server lib/lean/Std/Time/Date/Unit/Basic.ilean +lib/lean/Std/Time/Date/Unit/Basic.ir lib/lean/Std/Time/Date/Unit/Basic.olean +lib/lean/Std/Time/Date/Unit/Basic.olean.private +lib/lean/Std/Time/Date/Unit/Basic.olean.server lib/lean/Std/Time/Date/Unit/Day.ilean +lib/lean/Std/Time/Date/Unit/Day.ir lib/lean/Std/Time/Date/Unit/Day.olean +lib/lean/Std/Time/Date/Unit/Day.olean.private +lib/lean/Std/Time/Date/Unit/Day.olean.server lib/lean/Std/Time/Date/Unit/Month.ilean +lib/lean/Std/Time/Date/Unit/Month.ir lib/lean/Std/Time/Date/Unit/Month.olean +lib/lean/Std/Time/Date/Unit/Month.olean.private +lib/lean/Std/Time/Date/Unit/Month.olean.server lib/lean/Std/Time/Date/Unit/Week.ilean +lib/lean/Std/Time/Date/Unit/Week.ir lib/lean/Std/Time/Date/Unit/Week.olean +lib/lean/Std/Time/Date/Unit/Week.olean.private +lib/lean/Std/Time/Date/Unit/Week.olean.server lib/lean/Std/Time/Date/Unit/Weekday.ilean +lib/lean/Std/Time/Date/Unit/Weekday.ir lib/lean/Std/Time/Date/Unit/Weekday.olean +lib/lean/Std/Time/Date/Unit/Weekday.olean.private +lib/lean/Std/Time/Date/Unit/Weekday.olean.server lib/lean/Std/Time/Date/Unit/Year.ilean +lib/lean/Std/Time/Date/Unit/Year.ir lib/lean/Std/Time/Date/Unit/Year.olean +lib/lean/Std/Time/Date/Unit/Year.olean.private +lib/lean/Std/Time/Date/Unit/Year.olean.server lib/lean/Std/Time/Date/ValidDate.ilean +lib/lean/Std/Time/Date/ValidDate.ir lib/lean/Std/Time/Date/ValidDate.olean +lib/lean/Std/Time/Date/ValidDate.olean.private +lib/lean/Std/Time/Date/ValidDate.olean.server lib/lean/Std/Time/DateTime.ilean +lib/lean/Std/Time/DateTime.ir lib/lean/Std/Time/DateTime.olean +lib/lean/Std/Time/DateTime.olean.private +lib/lean/Std/Time/DateTime.olean.server lib/lean/Std/Time/DateTime/PlainDateTime.ilean +lib/lean/Std/Time/DateTime/PlainDateTime.ir lib/lean/Std/Time/DateTime/PlainDateTime.olean +lib/lean/Std/Time/DateTime/PlainDateTime.olean.private +lib/lean/Std/Time/DateTime/PlainDateTime.olean.server lib/lean/Std/Time/DateTime/Timestamp.ilean +lib/lean/Std/Time/DateTime/Timestamp.ir lib/lean/Std/Time/DateTime/Timestamp.olean +lib/lean/Std/Time/DateTime/Timestamp.olean.private +lib/lean/Std/Time/DateTime/Timestamp.olean.server lib/lean/Std/Time/Duration.ilean +lib/lean/Std/Time/Duration.ir lib/lean/Std/Time/Duration.olean +lib/lean/Std/Time/Duration.olean.private +lib/lean/Std/Time/Duration.olean.server lib/lean/Std/Time/Format.ilean +lib/lean/Std/Time/Format.ir lib/lean/Std/Time/Format.olean +lib/lean/Std/Time/Format.olean.private +lib/lean/Std/Time/Format.olean.server lib/lean/Std/Time/Format/Basic.ilean +lib/lean/Std/Time/Format/Basic.ir lib/lean/Std/Time/Format/Basic.olean +lib/lean/Std/Time/Format/Basic.olean.private +lib/lean/Std/Time/Format/Basic.olean.server lib/lean/Std/Time/Internal.ilean +lib/lean/Std/Time/Internal.ir lib/lean/Std/Time/Internal.olean +lib/lean/Std/Time/Internal.olean.private +lib/lean/Std/Time/Internal.olean.server lib/lean/Std/Time/Internal/Bounded.ilean +lib/lean/Std/Time/Internal/Bounded.ir lib/lean/Std/Time/Internal/Bounded.olean +lib/lean/Std/Time/Internal/Bounded.olean.private +lib/lean/Std/Time/Internal/Bounded.olean.server lib/lean/Std/Time/Internal/UnitVal.ilean +lib/lean/Std/Time/Internal/UnitVal.ir lib/lean/Std/Time/Internal/UnitVal.olean +lib/lean/Std/Time/Internal/UnitVal.olean.private +lib/lean/Std/Time/Internal/UnitVal.olean.server lib/lean/Std/Time/Notation.ilean +lib/lean/Std/Time/Notation.ir lib/lean/Std/Time/Notation.olean +lib/lean/Std/Time/Notation.olean.private +lib/lean/Std/Time/Notation.olean.server lib/lean/Std/Time/Notation/Spec.ilean +lib/lean/Std/Time/Notation/Spec.ir lib/lean/Std/Time/Notation/Spec.olean +lib/lean/Std/Time/Notation/Spec.olean.private +lib/lean/Std/Time/Notation/Spec.olean.server lib/lean/Std/Time/Time.ilean +lib/lean/Std/Time/Time.ir lib/lean/Std/Time/Time.olean +lib/lean/Std/Time/Time.olean.private +lib/lean/Std/Time/Time.olean.server lib/lean/Std/Time/Time/Basic.ilean +lib/lean/Std/Time/Time/Basic.ir lib/lean/Std/Time/Time/Basic.olean +lib/lean/Std/Time/Time/Basic.olean.private +lib/lean/Std/Time/Time/Basic.olean.server lib/lean/Std/Time/Time/HourMarker.ilean +lib/lean/Std/Time/Time/HourMarker.ir lib/lean/Std/Time/Time/HourMarker.olean +lib/lean/Std/Time/Time/HourMarker.olean.private +lib/lean/Std/Time/Time/HourMarker.olean.server lib/lean/Std/Time/Time/PlainTime.ilean +lib/lean/Std/Time/Time/PlainTime.ir lib/lean/Std/Time/Time/PlainTime.olean +lib/lean/Std/Time/Time/PlainTime.olean.private +lib/lean/Std/Time/Time/PlainTime.olean.server lib/lean/Std/Time/Time/Unit/Basic.ilean +lib/lean/Std/Time/Time/Unit/Basic.ir lib/lean/Std/Time/Time/Unit/Basic.olean +lib/lean/Std/Time/Time/Unit/Basic.olean.private +lib/lean/Std/Time/Time/Unit/Basic.olean.server lib/lean/Std/Time/Time/Unit/Hour.ilean +lib/lean/Std/Time/Time/Unit/Hour.ir lib/lean/Std/Time/Time/Unit/Hour.olean +lib/lean/Std/Time/Time/Unit/Hour.olean.private +lib/lean/Std/Time/Time/Unit/Hour.olean.server lib/lean/Std/Time/Time/Unit/Millisecond.ilean +lib/lean/Std/Time/Time/Unit/Millisecond.ir lib/lean/Std/Time/Time/Unit/Millisecond.olean +lib/lean/Std/Time/Time/Unit/Millisecond.olean.private +lib/lean/Std/Time/Time/Unit/Millisecond.olean.server lib/lean/Std/Time/Time/Unit/Minute.ilean +lib/lean/Std/Time/Time/Unit/Minute.ir lib/lean/Std/Time/Time/Unit/Minute.olean +lib/lean/Std/Time/Time/Unit/Minute.olean.private +lib/lean/Std/Time/Time/Unit/Minute.olean.server lib/lean/Std/Time/Time/Unit/Nanosecond.ilean +lib/lean/Std/Time/Time/Unit/Nanosecond.ir lib/lean/Std/Time/Time/Unit/Nanosecond.olean +lib/lean/Std/Time/Time/Unit/Nanosecond.olean.private +lib/lean/Std/Time/Time/Unit/Nanosecond.olean.server lib/lean/Std/Time/Time/Unit/Second.ilean +lib/lean/Std/Time/Time/Unit/Second.ir lib/lean/Std/Time/Time/Unit/Second.olean +lib/lean/Std/Time/Time/Unit/Second.olean.private +lib/lean/Std/Time/Time/Unit/Second.olean.server lib/lean/Std/Time/Zoned.ilean +lib/lean/Std/Time/Zoned.ir lib/lean/Std/Time/Zoned.olean +lib/lean/Std/Time/Zoned.olean.private +lib/lean/Std/Time/Zoned.olean.server lib/lean/Std/Time/Zoned/Database.ilean +lib/lean/Std/Time/Zoned/Database.ir lib/lean/Std/Time/Zoned/Database.olean +lib/lean/Std/Time/Zoned/Database.olean.private +lib/lean/Std/Time/Zoned/Database.olean.server lib/lean/Std/Time/Zoned/Database/Basic.ilean +lib/lean/Std/Time/Zoned/Database/Basic.ir lib/lean/Std/Time/Zoned/Database/Basic.olean +lib/lean/Std/Time/Zoned/Database/Basic.olean.private +lib/lean/Std/Time/Zoned/Database/Basic.olean.server lib/lean/Std/Time/Zoned/Database/TZdb.ilean +lib/lean/Std/Time/Zoned/Database/TZdb.ir lib/lean/Std/Time/Zoned/Database/TZdb.olean +lib/lean/Std/Time/Zoned/Database/TZdb.olean.private +lib/lean/Std/Time/Zoned/Database/TZdb.olean.server lib/lean/Std/Time/Zoned/Database/TzIf.ilean +lib/lean/Std/Time/Zoned/Database/TzIf.ir lib/lean/Std/Time/Zoned/Database/TzIf.olean +lib/lean/Std/Time/Zoned/Database/TzIf.olean.private +lib/lean/Std/Time/Zoned/Database/TzIf.olean.server lib/lean/Std/Time/Zoned/Database/Windows.ilean +lib/lean/Std/Time/Zoned/Database/Windows.ir lib/lean/Std/Time/Zoned/Database/Windows.olean +lib/lean/Std/Time/Zoned/Database/Windows.olean.private +lib/lean/Std/Time/Zoned/Database/Windows.olean.server lib/lean/Std/Time/Zoned/DateTime.ilean +lib/lean/Std/Time/Zoned/DateTime.ir lib/lean/Std/Time/Zoned/DateTime.olean +lib/lean/Std/Time/Zoned/DateTime.olean.private +lib/lean/Std/Time/Zoned/DateTime.olean.server lib/lean/Std/Time/Zoned/Offset.ilean +lib/lean/Std/Time/Zoned/Offset.ir lib/lean/Std/Time/Zoned/Offset.olean +lib/lean/Std/Time/Zoned/Offset.olean.private +lib/lean/Std/Time/Zoned/Offset.olean.server lib/lean/Std/Time/Zoned/TimeZone.ilean +lib/lean/Std/Time/Zoned/TimeZone.ir lib/lean/Std/Time/Zoned/TimeZone.olean +lib/lean/Std/Time/Zoned/TimeZone.olean.private +lib/lean/Std/Time/Zoned/TimeZone.olean.server lib/lean/Std/Time/Zoned/ZoneRules.ilean +lib/lean/Std/Time/Zoned/ZoneRules.ir lib/lean/Std/Time/Zoned/ZoneRules.olean +lib/lean/Std/Time/Zoned/ZoneRules.olean.private +lib/lean/Std/Time/Zoned/ZoneRules.olean.server lib/lean/Std/Time/Zoned/ZonedDateTime.ilean +lib/lean/Std/Time/Zoned/ZonedDateTime.ir lib/lean/Std/Time/Zoned/ZonedDateTime.olean +lib/lean/Std/Time/Zoned/ZonedDateTime.olean.private +lib/lean/Std/Time/Zoned/ZonedDateTime.olean.server lib/lean/libInit.a lib/lean/libInit_shared.so lib/lean/libLake.a lib/lean/libLake_shared.so lib/lean/libLean.a +lib/lean/libLeanc.a lib/lean/libStd.a lib/lean/libleancpp.a lib/lean/libleanmanifest.a lib/lean/libleanrt.a lib/lean/libleanshared.so lib/lean/libleanshared_1.so +lib/lean/libleanshared_2.so share/lean/lean.mk %%DATADIR%%/src/lean/Init.lean %%DATADIR%%/src/lean/Init/BinderNameHint.lean @@ -3673,6 +10289,10 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Control/Lawful/Basic.lean %%DATADIR%%/src/lean/Init/Control/Lawful/Instances.lean %%DATADIR%%/src/lean/Init/Control/Lawful/Lemmas.lean +%%DATADIR%%/src/lean/Init/Control/Lawful/MonadLift.lean +%%DATADIR%%/src/lean/Init/Control/Lawful/MonadLift/Basic.lean +%%DATADIR%%/src/lean/Init/Control/Lawful/MonadLift/Instances.lean +%%DATADIR%%/src/lean/Init/Control/Lawful/MonadLift/Lemmas.lean %%DATADIR%%/src/lean/Init/Control/Option.lean %%DATADIR%%/src/lean/Init/Control/Reader.lean %%DATADIR%%/src/lean/Init/Control/State.lean @@ -3715,20 +10335,30 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/Array/TakeDrop.lean %%DATADIR%%/src/lean/Init/Data/Array/Zip.lean %%DATADIR%%/src/lean/Init/Data/BEq.lean -%%DATADIR%%/src/lean/Init/Data/Basic.lean %%DATADIR%%/src/lean/Init/Data/BitVec.lean %%DATADIR%%/src/lean/Init/Data/BitVec/Basic.lean %%DATADIR%%/src/lean/Init/Data/BitVec/BasicAux.lean %%DATADIR%%/src/lean/Init/Data/BitVec/Bitblast.lean +%%DATADIR%%/src/lean/Init/Data/BitVec/Bootstrap.lean +%%DATADIR%%/src/lean/Init/Data/BitVec/Decidable.lean %%DATADIR%%/src/lean/Init/Data/BitVec/Folds.lean %%DATADIR%%/src/lean/Init/Data/BitVec/Lemmas.lean %%DATADIR%%/src/lean/Init/Data/Bool.lean %%DATADIR%%/src/lean/Init/Data/ByteArray.lean %%DATADIR%%/src/lean/Init/Data/ByteArray/Basic.lean +%%DATADIR%%/src/lean/Init/Data/ByteArray/Bootstrap.lean +%%DATADIR%%/src/lean/Init/Data/ByteArray/Extra.lean +%%DATADIR%%/src/lean/Init/Data/ByteArray/Lemmas.lean %%DATADIR%%/src/lean/Init/Data/Cast.lean %%DATADIR%%/src/lean/Init/Data/Char.lean %%DATADIR%%/src/lean/Init/Data/Char/Basic.lean %%DATADIR%%/src/lean/Init/Data/Char/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Char/Order.lean +%%DATADIR%%/src/lean/Init/Data/Dyadic.lean +%%DATADIR%%/src/lean/Init/Data/Dyadic/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Dyadic/Instances.lean +%%DATADIR%%/src/lean/Init/Data/Dyadic/Inv.lean +%%DATADIR%%/src/lean/Init/Data/Dyadic/Round.lean %%DATADIR%%/src/lean/Init/Data/Fin.lean %%DATADIR%%/src/lean/Init/Data/Fin/Basic.lean %%DATADIR%%/src/lean/Init/Data/Fin/Bitwise.lean @@ -3758,6 +10388,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/Int/DivMod/Basic.lean %%DATADIR%%/src/lean/Init/Data/Int/DivMod/Bootstrap.lean %%DATADIR%%/src/lean/Init/Data/Int/DivMod/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Int/DivMod/Pow.lean %%DATADIR%%/src/lean/Init/Data/Int/Gcd.lean %%DATADIR%%/src/lean/Init/Data/Int/Lemmas.lean %%DATADIR%%/src/lean/Init/Data/Int/LemmasAux.lean @@ -3765,6 +10396,66 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/Int/OfNat.lean %%DATADIR%%/src/lean/Init/Data/Int/Order.lean %%DATADIR%%/src/lean/Init/Data/Int/Pow.lean +%%DATADIR%%/src/lean/Init/Data/Iterators.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/Attach.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/FilterMap.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/FlatMap.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/Monadic.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/Monadic/Attach.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/Monadic/FilterMap.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/Monadic/FlatMap.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/Monadic/Take.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/Monadic/ULift.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/Take.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Combinators/ULift.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Access.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Collect.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Loop.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Monadic.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Monadic/Access.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Monadic/Collect.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Monadic/Loop.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Monadic/Partial.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Partial.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Consumers/Stream.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Internal.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Internal/LawfulMonadLiftFunction.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Internal/Termination.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/Attach.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/FilterMap.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/FlatMap.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Attach.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/FlatMap.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/Take.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/Monadic/ULift.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/Take.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Combinators/ULift.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Consumers.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Consumers/Collect.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Consumers/Loop.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Collect.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Consumers/Monadic/Loop.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Monadic/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Producers.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Producers/List.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Producers/Monadic.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Lemmas/Producers/Monadic/List.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/PostconditionMonad.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Producers.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Producers/List.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Producers/Monadic.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/Producers/Monadic/List.lean +%%DATADIR%%/src/lean/Init/Data/Iterators/ToIterator.lean +%%DATADIR%%/src/lean/Init/Data/LawfulHashable.lean %%DATADIR%%/src/lean/Init/Data/List.lean %%DATADIR%%/src/lean/Init/Data/List/Attach.lean %%DATADIR%%/src/lean/Init/Data/List/Basic.lean @@ -3814,6 +10505,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/Nat/Bitwise/Lemmas.lean %%DATADIR%%/src/lean/Init/Data/Nat/Compare.lean %%DATADIR%%/src/lean/Init/Data/Nat/Control.lean +%%DATADIR%%/src/lean/Init/Data/Nat/Coprime.lean %%DATADIR%%/src/lean/Init/Data/Nat/Div.lean %%DATADIR%%/src/lean/Init/Data/Nat/Div/Basic.lean %%DATADIR%%/src/lean/Init/Data/Nat/Div/Lemmas.lean @@ -3826,12 +10518,14 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/Nat/Log2.lean %%DATADIR%%/src/lean/Init/Data/Nat/MinMax.lean %%DATADIR%%/src/lean/Init/Data/Nat/Mod.lean +%%DATADIR%%/src/lean/Init/Data/Nat/Order.lean %%DATADIR%%/src/lean/Init/Data/Nat/Power2.lean %%DATADIR%%/src/lean/Init/Data/Nat/SOM.lean %%DATADIR%%/src/lean/Init/Data/Nat/Simproc.lean %%DATADIR%%/src/lean/Init/Data/NeZero.lean %%DATADIR%%/src/lean/Init/Data/OfScientific.lean %%DATADIR%%/src/lean/Init/Data/Option.lean +%%DATADIR%%/src/lean/Init/Data/Option/Array.lean %%DATADIR%%/src/lean/Init/Data/Option/Attach.lean %%DATADIR%%/src/lean/Init/Data/Option/Basic.lean %%DATADIR%%/src/lean/Init/Data/Option/BasicAux.lean @@ -3841,6 +10535,22 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/Option/List.lean %%DATADIR%%/src/lean/Init/Data/Option/Monadic.lean %%DATADIR%%/src/lean/Init/Data/Ord.lean +%%DATADIR%%/src/lean/Init/Data/Ord/Array.lean +%%DATADIR%%/src/lean/Init/Data/Ord/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Ord/BitVec.lean +%%DATADIR%%/src/lean/Init/Data/Ord/SInt.lean +%%DATADIR%%/src/lean/Init/Data/Ord/String.lean +%%DATADIR%%/src/lean/Init/Data/Ord/UInt.lean +%%DATADIR%%/src/lean/Init/Data/Ord/Vector.lean +%%DATADIR%%/src/lean/Init/Data/Order.lean +%%DATADIR%%/src/lean/Init/Data/Order/Classes.lean +%%DATADIR%%/src/lean/Init/Data/Order/ClassesExtra.lean +%%DATADIR%%/src/lean/Init/Data/Order/Factories.lean +%%DATADIR%%/src/lean/Init/Data/Order/FactoriesExtra.lean +%%DATADIR%%/src/lean/Init/Data/Order/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Order/LemmasExtra.lean +%%DATADIR%%/src/lean/Init/Data/Order/Ord.lean +%%DATADIR%%/src/lean/Init/Data/Order/PackageFactories.lean %%DATADIR%%/src/lean/Init/Data/PLift.lean %%DATADIR%%/src/lean/Init/Data/Prod.lean %%DATADIR%%/src/lean/Init/Data/Queue.lean @@ -3849,6 +10559,27 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/Range.lean %%DATADIR%%/src/lean/Init/Data/Range/Basic.lean %%DATADIR%%/src/lean/Init/Data/Range/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/BitVec.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/GetElemTactic.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/Instances.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/Int.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/IntLemmas.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/Internal/SignedBitVec.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/Iterators.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/Nat.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/NatLemmas.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/PRange.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/RangeIterator.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/SInt.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/Stream.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/UInt.lean +%%DATADIR%%/src/lean/Init/Data/Range/Polymorphic/UpwardEnumerable.lean +%%DATADIR%%/src/lean/Init/Data/Rat.lean +%%DATADIR%%/src/lean/Init/Data/Rat/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Rat/Lemmas.lean %%DATADIR%%/src/lean/Init/Data/Repr.lean %%DATADIR%%/src/lean/Init/Data/SInt.lean %%DATADIR%%/src/lean/Init/Data/SInt/Basic.lean @@ -3856,18 +10587,59 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/SInt/Float.lean %%DATADIR%%/src/lean/Init/Data/SInt/Float32.lean %%DATADIR%%/src/lean/Init/Data/SInt/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Slice.lean +%%DATADIR%%/src/lean/Init/Data/Slice/Array.lean +%%DATADIR%%/src/lean/Init/Data/Slice/Array/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Slice/Array/Iterator.lean +%%DATADIR%%/src/lean/Init/Data/Slice/Array/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Slice/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Slice/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Slice/List.lean +%%DATADIR%%/src/lean/Init/Data/Slice/List/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Slice/List/Iterator.lean +%%DATADIR%%/src/lean/Init/Data/Slice/List/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/Slice/Notation.lean +%%DATADIR%%/src/lean/Init/Data/Slice/Operations.lean %%DATADIR%%/src/lean/Init/Data/Stream.lean %%DATADIR%%/src/lean/Init/Data/String.lean %%DATADIR%%/src/lean/Init/Data/String/Basic.lean +%%DATADIR%%/src/lean/Init/Data/String/Bootstrap.lean +%%DATADIR%%/src/lean/Init/Data/String/Decode.lean +%%DATADIR%%/src/lean/Init/Data/String/Defs.lean %%DATADIR%%/src/lean/Init/Data/String/Extra.lean +%%DATADIR%%/src/lean/Init/Data/String/Grind.lean +%%DATADIR%%/src/lean/Init/Data/String/Iterator.lean +%%DATADIR%%/src/lean/Init/Data/String/Legacy.lean %%DATADIR%%/src/lean/Init/Data/String/Lemmas.lean +%%DATADIR%%/src/lean/Init/Data/String/Lemmas/Basic.lean +%%DATADIR%%/src/lean/Init/Data/String/Lemmas/Modify.lean +%%DATADIR%%/src/lean/Init/Data/String/Lemmas/Search.lean +%%DATADIR%%/src/lean/Init/Data/String/Lemmas/Splits.lean +%%DATADIR%%/src/lean/Init/Data/String/Modify.lean +%%DATADIR%%/src/lean/Init/Data/String/Pattern.lean +%%DATADIR%%/src/lean/Init/Data/String/Pattern/Basic.lean +%%DATADIR%%/src/lean/Init/Data/String/Pattern/Char.lean +%%DATADIR%%/src/lean/Init/Data/String/Pattern/Pred.lean +%%DATADIR%%/src/lean/Init/Data/String/Pattern/String.lean +%%DATADIR%%/src/lean/Init/Data/String/PosRaw.lean +%%DATADIR%%/src/lean/Init/Data/String/Search.lean +%%DATADIR%%/src/lean/Init/Data/String/Slice.lean +%%DATADIR%%/src/lean/Init/Data/String/Stream.lean +%%DATADIR%%/src/lean/Init/Data/String/Substring.lean +%%DATADIR%%/src/lean/Init/Data/String/TakeDrop.lean +%%DATADIR%%/src/lean/Init/Data/String/Termination.lean +%%DATADIR%%/src/lean/Init/Data/String/ToSlice.lean %%DATADIR%%/src/lean/Init/Data/Subtype.lean +%%DATADIR%%/src/lean/Init/Data/Subtype/Basic.lean +%%DATADIR%%/src/lean/Init/Data/Subtype/Order.lean +%%DATADIR%%/src/lean/Init/Data/Subtype/OrderExtra.lean %%DATADIR%%/src/lean/Init/Data/Sum.lean %%DATADIR%%/src/lean/Init/Data/Sum/Basic.lean %%DATADIR%%/src/lean/Init/Data/Sum/Lemmas.lean %%DATADIR%%/src/lean/Init/Data/ToString.lean %%DATADIR%%/src/lean/Init/Data/ToString/Basic.lean %%DATADIR%%/src/lean/Init/Data/ToString/Macro.lean +%%DATADIR%%/src/lean/Init/Data/ToString/Name.lean %%DATADIR%%/src/lean/Init/Data/UInt.lean %%DATADIR%%/src/lean/Init/Data/UInt/Basic.lean %%DATADIR%%/src/lean/Init/Data/UInt/BasicAux.lean @@ -3876,6 +10648,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/UInt/Log2.lean %%DATADIR%%/src/lean/Init/Data/ULift.lean %%DATADIR%%/src/lean/Init/Data/Vector.lean +%%DATADIR%%/src/lean/Init/Data/Vector/Algebra.lean %%DATADIR%%/src/lean/Init/Data/Vector/Attach.lean %%DATADIR%%/src/lean/Init/Data/Vector/Basic.lean %%DATADIR%%/src/lean/Init/Data/Vector/Count.lean @@ -3892,28 +10665,65 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Data/Vector/OfFn.lean %%DATADIR%%/src/lean/Init/Data/Vector/Perm.lean %%DATADIR%%/src/lean/Init/Data/Vector/Range.lean +%%DATADIR%%/src/lean/Init/Data/Vector/Stream.lean %%DATADIR%%/src/lean/Init/Data/Vector/Zip.lean %%DATADIR%%/src/lean/Init/Data/Zero.lean %%DATADIR%%/src/lean/Init/Dynamic.lean %%DATADIR%%/src/lean/Init/Ext.lean %%DATADIR%%/src/lean/Init/GetElem.lean %%DATADIR%%/src/lean/Init/Grind.lean +%%DATADIR%%/src/lean/Init/Grind/AC.lean +%%DATADIR%%/src/lean/Init/Grind/Annotated.lean +%%DATADIR%%/src/lean/Init/Grind/Attr.lean %%DATADIR%%/src/lean/Init/Grind/Cases.lean -%%DATADIR%%/src/lean/Init/Grind/CommRing.lean -%%DATADIR%%/src/lean/Init/Grind/CommRing/Basic.lean -%%DATADIR%%/src/lean/Init/Grind/CommRing/BitVec.lean -%%DATADIR%%/src/lean/Init/Grind/CommRing/Int.lean -%%DATADIR%%/src/lean/Init/Grind/CommRing/Poly.lean -%%DATADIR%%/src/lean/Init/Grind/CommRing/SInt.lean -%%DATADIR%%/src/lean/Init/Grind/CommRing/UInt.lean +%%DATADIR%%/src/lean/Init/Grind/Config.lean %%DATADIR%%/src/lean/Init/Grind/Ext.lean +%%DATADIR%%/src/lean/Init/Grind/FieldNormNum.lean +%%DATADIR%%/src/lean/Init/Grind/Injective.lean +%%DATADIR%%/src/lean/Init/Grind/Interactive.lean %%DATADIR%%/src/lean/Init/Grind/Lemmas.lean +%%DATADIR%%/src/lean/Init/Grind/Lint.lean +%%DATADIR%%/src/lean/Init/Grind/Module.lean +%%DATADIR%%/src/lean/Init/Grind/Module/Basic.lean +%%DATADIR%%/src/lean/Init/Grind/Module/Envelope.lean +%%DATADIR%%/src/lean/Init/Grind/Module/NatModuleNorm.lean +%%DATADIR%%/src/lean/Init/Grind/Module/OfNatModule.lean %%DATADIR%%/src/lean/Init/Grind/Norm.lean %%DATADIR%%/src/lean/Init/Grind/Offset.lean +%%DATADIR%%/src/lean/Init/Grind/Order.lean +%%DATADIR%%/src/lean/Init/Grind/Ordered.lean +%%DATADIR%%/src/lean/Init/Grind/Ordered/Field.lean +%%DATADIR%%/src/lean/Init/Grind/Ordered/Int.lean +%%DATADIR%%/src/lean/Init/Grind/Ordered/Linarith.lean +%%DATADIR%%/src/lean/Init/Grind/Ordered/Module.lean +%%DATADIR%%/src/lean/Init/Grind/Ordered/Order.lean +%%DATADIR%%/src/lean/Init/Grind/Ordered/Rat.lean +%%DATADIR%%/src/lean/Init/Grind/Ordered/Ring.lean %%DATADIR%%/src/lean/Init/Grind/PP.lean %%DATADIR%%/src/lean/Init/Grind/Propagator.lean +%%DATADIR%%/src/lean/Init/Grind/Ring.lean +%%DATADIR%%/src/lean/Init/Grind/Ring/Basic.lean +%%DATADIR%%/src/lean/Init/Grind/Ring/CommSemiringAdapter.lean +%%DATADIR%%/src/lean/Init/Grind/Ring/CommSolver.lean +%%DATADIR%%/src/lean/Init/Grind/Ring/Envelope.lean +%%DATADIR%%/src/lean/Init/Grind/Ring/Field.lean +%%DATADIR%%/src/lean/Init/Grind/Ring/OfScientific.lean +%%DATADIR%%/src/lean/Init/Grind/Ring/ToInt.lean %%DATADIR%%/src/lean/Init/Grind/Tactics.lean +%%DATADIR%%/src/lean/Init/Grind/ToInt.lean +%%DATADIR%%/src/lean/Init/Grind/ToIntLemmas.lean %%DATADIR%%/src/lean/Init/Grind/Util.lean +%%DATADIR%%/src/lean/Init/GrindInstances.lean +%%DATADIR%%/src/lean/Init/GrindInstances/Nat.lean +%%DATADIR%%/src/lean/Init/GrindInstances/Ring.lean +%%DATADIR%%/src/lean/Init/GrindInstances/Ring/BitVec.lean +%%DATADIR%%/src/lean/Init/GrindInstances/Ring/Fin.lean +%%DATADIR%%/src/lean/Init/GrindInstances/Ring/Int.lean +%%DATADIR%%/src/lean/Init/GrindInstances/Ring/Nat.lean +%%DATADIR%%/src/lean/Init/GrindInstances/Ring/Rat.lean +%%DATADIR%%/src/lean/Init/GrindInstances/Ring/SInt.lean +%%DATADIR%%/src/lean/Init/GrindInstances/Ring/UInt.lean +%%DATADIR%%/src/lean/Init/GrindInstances/ToInt.lean %%DATADIR%%/src/lean/Init/Guard.lean %%DATADIR%%/src/lean/Init/Hints.lean %%DATADIR%%/src/lean/Init/Internal.lean @@ -3921,9 +10731,12 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/Internal/Order/Basic.lean %%DATADIR%%/src/lean/Init/Internal/Order/Lemmas.lean %%DATADIR%%/src/lean/Init/Internal/Order/Tactic.lean +%%DATADIR%%/src/lean/Init/LawfulBEqTactics.lean %%DATADIR%%/src/lean/Init/MacroTrace.lean %%DATADIR%%/src/lean/Init/Meta.lean +%%DATADIR%%/src/lean/Init/Meta/Defs.lean %%DATADIR%%/src/lean/Init/MetaTypes.lean +%%DATADIR%%/src/lean/Init/MethodSpecsSimp.lean %%DATADIR%%/src/lean/Init/Notation.lean %%DATADIR%%/src/lean/Init/NotationExtra.lean %%DATADIR%%/src/lean/Init/Omega.lean @@ -3946,7 +10759,6 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Init/System/FilePath.lean %%DATADIR%%/src/lean/Init/System/IO.lean %%DATADIR%%/src/lean/Init/System/IOError.lean -%%DATADIR%%/src/lean/Init/System/Mutex.lean %%DATADIR%%/src/lean/Init/System/Platform.lean %%DATADIR%%/src/lean/Init/System/Promise.lean %%DATADIR%%/src/lean/Init/System/ST.lean @@ -3966,21 +10778,19 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/BuiltinDocAttr.lean %%DATADIR%%/src/lean/Lean/Class.lean %%DATADIR%%/src/lean/Lean/Compiler.lean -%%DATADIR%%/src/lean/Lean/Compiler/AtMostOnce.lean %%DATADIR%%/src/lean/Lean/Compiler/BorrowedAnnotation.lean %%DATADIR%%/src/lean/Lean/Compiler/CSimpAttr.lean %%DATADIR%%/src/lean/Lean/Compiler/ClosedTermCache.lean -%%DATADIR%%/src/lean/Lean/Compiler/ConstFolding.lean %%DATADIR%%/src/lean/Lean/Compiler/ExportAttr.lean %%DATADIR%%/src/lean/Lean/Compiler/ExternAttr.lean %%DATADIR%%/src/lean/Lean/Compiler/FFI.lean %%DATADIR%%/src/lean/Lean/Compiler/IR.lean +%%DATADIR%%/src/lean/Lean/Compiler/IR/AddExtern.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/Basic.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/Borrow.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/Boxing.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/Checker.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/CompilerM.lean -%%DATADIR%%/src/lean/Lean/Compiler/IR/CtorLayout.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/ElimDeadBranches.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/ElimDeadVars.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/EmitC.lean @@ -3991,12 +10801,16 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Compiler/IR/FreeVars.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/LLVMBindings.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/LiveVars.lean +%%DATADIR%%/src/lean/Lean/Compiler/IR/Meta.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/NormIds.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/PushProj.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/RC.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/ResetReuse.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/SimpCase.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/Sorry.lean +%%DATADIR%%/src/lean/Lean/Compiler/IR/ToIR.lean +%%DATADIR%%/src/lean/Lean/Compiler/IR/ToIRType.lean +%%DATADIR%%/src/lean/Lean/Compiler/IR/Toposort.lean %%DATADIR%%/src/lean/Lean/Compiler/IR/UnboxResult.lean %%DATADIR%%/src/lean/Lean/Compiler/ImplementedByAttr.lean %%DATADIR%%/src/lean/Lean/Compiler/InitAttr.lean @@ -4017,11 +10831,13 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Compiler/LCNF/DependsOn.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/ElimDead.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/ElimDeadBranches.lean +%%DATADIR%%/src/lean/Lean/Compiler/LCNF/ExtractClosed.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/FVarUtil.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/FixedParams.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/FloatLetIn.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/InferType.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/Internalize.lean +%%DATADIR%%/src/lean/Lean/Compiler/LCNF/Irrelevant.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/JoinPoints.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/LCtx.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/LambdaLifting.lean @@ -4057,6 +10873,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Compiler/LCNF/Simp/Used.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/SpecInfo.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/Specialize.lean +%%DATADIR%%/src/lean/Lean/Compiler/LCNF/StructProjCases.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/Testing.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/ToDecl.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/ToExpr.lean @@ -4064,7 +10881,10 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Compiler/LCNF/ToMono.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/Types.lean %%DATADIR%%/src/lean/Lean/Compiler/LCNF/Util.lean +%%DATADIR%%/src/lean/Lean/Compiler/LCNF/Visibility.lean %%DATADIR%%/src/lean/Lean/Compiler/Main.lean +%%DATADIR%%/src/lean/Lean/Compiler/MetaAttr.lean +%%DATADIR%%/src/lean/Lean/Compiler/ModPkgExt.lean %%DATADIR%%/src/lean/Lean/Compiler/NameMangling.lean %%DATADIR%%/src/lean/Lean/Compiler/NeverExtractAttr.lean %%DATADIR%%/src/lean/Lean/Compiler/NoncomputableAttr.lean @@ -4076,12 +10896,15 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Data/Array.lean %%DATADIR%%/src/lean/Lean/Data/AssocList.lean %%DATADIR%%/src/lean/Lean/Data/DeclarationRange.lean +%%DATADIR%%/src/lean/Lean/Data/EditDistance.lean %%DATADIR%%/src/lean/Lean/Data/Format.lean %%DATADIR%%/src/lean/Lean/Data/FuzzyMatching.lean %%DATADIR%%/src/lean/Lean/Data/Json.lean %%DATADIR%%/src/lean/Lean/Data/Json/Basic.lean %%DATADIR%%/src/lean/Lean/Data/Json/Elab.lean %%DATADIR%%/src/lean/Lean/Data/Json/FromToJson.lean +%%DATADIR%%/src/lean/Lean/Data/Json/FromToJson/Basic.lean +%%DATADIR%%/src/lean/Lean/Data/Json/FromToJson/Extra.lean %%DATADIR%%/src/lean/Lean/Data/Json/Parser.lean %%DATADIR%%/src/lean/Lean/Data/Json/Printer.lean %%DATADIR%%/src/lean/Lean/Data/Json/Stream.lean @@ -4091,6 +10914,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Data/LOption.lean %%DATADIR%%/src/lean/Lean/Data/Lsp.lean %%DATADIR%%/src/lean/Lean/Data/Lsp/Basic.lean +%%DATADIR%%/src/lean/Lean/Data/Lsp/BasicAux.lean %%DATADIR%%/src/lean/Lean/Data/Lsp/CancelParams.lean %%DATADIR%%/src/lean/Lean/Data/Lsp/Capabilities.lean %%DATADIR%%/src/lean/Lean/Data/Lsp/Client.lean @@ -4108,6 +10932,8 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Data/Lsp/Workspace.lean %%DATADIR%%/src/lean/Lean/Data/Name.lean %%DATADIR%%/src/lean/Lean/Data/NameMap.lean +%%DATADIR%%/src/lean/Lean/Data/NameMap/AdditionalOperations.lean +%%DATADIR%%/src/lean/Lean/Data/NameMap/Basic.lean %%DATADIR%%/src/lean/Lean/Data/NameTrie.lean %%DATADIR%%/src/lean/Lean/Data/OpenDecl.lean %%DATADIR%%/src/lean/Lean/Data/Options.lean @@ -4127,10 +10953,16 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Data/Xml/Parser.lean %%DATADIR%%/src/lean/Lean/Declaration.lean %%DATADIR%%/src/lean/Lean/DeclarationRange.lean +%%DATADIR%%/src/lean/Lean/DefEqAttrib.lean %%DATADIR%%/src/lean/Lean/DocString.lean %%DATADIR%%/src/lean/Lean/DocString/Add.lean %%DATADIR%%/src/lean/Lean/DocString/Extension.lean +%%DATADIR%%/src/lean/Lean/DocString/Formatter.lean %%DATADIR%%/src/lean/Lean/DocString/Links.lean +%%DATADIR%%/src/lean/Lean/DocString/Markdown.lean +%%DATADIR%%/src/lean/Lean/DocString/Parser.lean +%%DATADIR%%/src/lean/Lean/DocString/Syntax.lean +%%DATADIR%%/src/lean/Lean/DocString/Types.lean %%DATADIR%%/src/lean/Lean/Elab.lean %%DATADIR%%/src/lean/Lean/Elab/App.lean %%DATADIR%%/src/lean/Lean/Elab/Arg.lean @@ -4146,7 +10978,10 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Elab/BuiltinTerm.lean %%DATADIR%%/src/lean/Lean/Elab/Calc.lean %%DATADIR%%/src/lean/Lean/Elab/CheckTactic.lean +%%DATADIR%%/src/lean/Lean/Elab/Coinductive.lean %%DATADIR%%/src/lean/Lean/Elab/Command.lean +%%DATADIR%%/src/lean/Lean/Elab/Command/Scope.lean +%%DATADIR%%/src/lean/Lean/Elab/Command/WithWeakNamespace.lean %%DATADIR%%/src/lean/Lean/Elab/ComputedFields.lean %%DATADIR%%/src/lean/Lean/Elab/Config.lean %%DATADIR%%/src/lean/Lean/Elab/DeclModifiers.lean @@ -4162,15 +10997,27 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Elab/Deriving/FromToJson.lean %%DATADIR%%/src/lean/Lean/Elab/Deriving/Hashable.lean %%DATADIR%%/src/lean/Lean/Elab/Deriving/Inhabited.lean +%%DATADIR%%/src/lean/Lean/Elab/Deriving/LawfulBEq.lean %%DATADIR%%/src/lean/Lean/Elab/Deriving/Nonempty.lean %%DATADIR%%/src/lean/Lean/Elab/Deriving/Ord.lean +%%DATADIR%%/src/lean/Lean/Elab/Deriving/ReflBEq.lean %%DATADIR%%/src/lean/Lean/Elab/Deriving/Repr.lean %%DATADIR%%/src/lean/Lean/Elab/Deriving/SizeOf.lean %%DATADIR%%/src/lean/Lean/Elab/Deriving/ToExpr.lean %%DATADIR%%/src/lean/Lean/Elab/Deriving/TypeName.lean %%DATADIR%%/src/lean/Lean/Elab/Deriving/Util.lean %%DATADIR%%/src/lean/Lean/Elab/Do.lean +%%DATADIR%%/src/lean/Lean/Elab/Do/Basic.lean +%%DATADIR%%/src/lean/Lean/Elab/Do/Legacy.lean +%%DATADIR%%/src/lean/Lean/Elab/Do/Switch.lean +%%DATADIR%%/src/lean/Lean/Elab/DocString.lean +%%DATADIR%%/src/lean/Lean/Elab/DocString/Builtin.lean +%%DATADIR%%/src/lean/Lean/Elab/DocString/Builtin/Keywords.lean +%%DATADIR%%/src/lean/Lean/Elab/DocString/Builtin/Parsing.lean +%%DATADIR%%/src/lean/Lean/Elab/DocString/Builtin/Postponed.lean +%%DATADIR%%/src/lean/Lean/Elab/DocString/Builtin/Scopes.lean %%DATADIR%%/src/lean/Lean/Elab/ElabRules.lean +%%DATADIR%%/src/lean/Lean/Elab/ErrorExplanation.lean %%DATADIR%%/src/lean/Lean/Elab/Eval.lean %%DATADIR%%/src/lean/Lean/Elab/Exception.lean %%DATADIR%%/src/lean/Lean/Elab/Extra.lean @@ -4198,17 +11045,18 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Elab/MutualInductive.lean %%DATADIR%%/src/lean/Lean/Elab/Notation.lean %%DATADIR%%/src/lean/Lean/Elab/Open.lean +%%DATADIR%%/src/lean/Lean/Elab/Parallel.lean %%DATADIR%%/src/lean/Lean/Elab/ParseImportsFast.lean %%DATADIR%%/src/lean/Lean/Elab/PatternVar.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/Basic.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/EqUnfold.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/Eqns.lean +%%DATADIR%%/src/lean/Lean/Elab/PreDefinition/EqnsUtils.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/FixedParams.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/Main.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/MkInhabitant.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/Mutual.lean -%%DATADIR%%/src/lean/Lean/Elab/PreDefinition/Nonrec/Eqns.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/PartialFixpoint.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/PartialFixpoint/Eqns.lean %%DATADIR%%/src/lean/Lean/Elab/PreDefinition/PartialFixpoint/Induction.lean @@ -4245,6 +11093,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Elab/RecommendedSpelling.lean %%DATADIR%%/src/lean/Lean/Elab/SetOption.lean %%DATADIR%%/src/lean/Lean/Elab/StructInst.lean +%%DATADIR%%/src/lean/Lean/Elab/StructInstHint.lean %%DATADIR%%/src/lean/Lean/Elab/Structure.lean %%DATADIR%%/src/lean/Lean/Elab/Syntax.lean %%DATADIR%%/src/lean/Lean/Elab/SyntheticMVars.lean @@ -4287,6 +11136,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Elab/Tactic/Change.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Classical.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Config.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/ConfigSetter.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Congr.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Conv.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Conv/Basic.lean @@ -4300,6 +11150,35 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Elab/Tactic/Conv/Unfold.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Delta.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/DiscrTreeKey.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/Attr.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/LetElim.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Assumption.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Basic.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Cases.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Clear.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Constructor.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Delab.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Exact.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Exfalso.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Focus.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Frame.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Have.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Intro.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/LeftRight.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/MGoal.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Pure.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Refine.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/RenameI.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Revert.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/ProofMode/Specialize.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/Spec.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/Syntax.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/VCGen.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/VCGen/Basic.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/VCGen/Split.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Do/VCGen/SuggestInvariant.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Doc.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/ElabTerm.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/ExposeNames.lean @@ -4307,6 +11186,19 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Elab/Tactic/FalseOrByContra.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Generalize.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Anchor.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Annotated.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Basic.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/BuiltinTactic.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Config.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Filter.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Have.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Lint.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/LintExceptions.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Main.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Param.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/ShowState.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Grind/Trace.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Guard.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Induction.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Injection.lean @@ -4323,10 +11215,12 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Elab/Tactic/Omega/MinNatAbs.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Omega/OmegaM.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/RCases.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/RenameInaccessibles.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Repeat.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Rewrite.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Rewrites.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Rfl.lean +%%DATADIR%%/src/lean/Lean/Elab/Tactic/Show.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/ShowTerm.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Simp.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/SimpArith.lean @@ -4339,13 +11233,33 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Elab/Tactic/TreeTacAttr.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Try.lean %%DATADIR%%/src/lean/Lean/Elab/Tactic/Unfold.lean +%%DATADIR%%/src/lean/Lean/Elab/Task.lean %%DATADIR%%/src/lean/Lean/Elab/Term.lean +%%DATADIR%%/src/lean/Lean/Elab/Term/TermElabM.lean %%DATADIR%%/src/lean/Lean/Elab/Time.lean %%DATADIR%%/src/lean/Lean/Elab/Util.lean +%%DATADIR%%/src/lean/Lean/Elab/WhereFinally.lean %%DATADIR%%/src/lean/Lean/EnvExtension.lean %%DATADIR%%/src/lean/Lean/Environment.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanation.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/CtorResultingTypeMismatch.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/DependsOnNoncomputable.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/InductionWithNoAlts.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/InductiveParamMismatch.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/InductiveParamMissing.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/InferBinderTypeFailed.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/InferDefTypeFailed.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/InvalidDottedIdent.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/ProjNonPropFromProp.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/PropRecLargeElim.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/README.md +%%DATADIR%%/src/lean/Lean/ErrorExplanations/RedundantMatchAlt.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/SynthInstanceFailed.lean +%%DATADIR%%/src/lean/Lean/ErrorExplanations/UnknownIdentifier.lean %%DATADIR%%/src/lean/Lean/Exception.lean %%DATADIR%%/src/lean/Lean/Expr.lean +%%DATADIR%%/src/lean/Lean/ExtraModUses.lean %%DATADIR%%/src/lean/Lean/HeadIndex.lean %%DATADIR%%/src/lean/Lean/Hygiene.lean %%DATADIR%%/src/lean/Lean/ImportingFlag.lean @@ -4357,14 +11271,23 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Language/Lean/Types.lean %%DATADIR%%/src/lean/Lean/Language/Util.lean %%DATADIR%%/src/lean/Lean/Level.lean +%%DATADIR%%/src/lean/Lean/LibrarySuggestions.lean +%%DATADIR%%/src/lean/Lean/LibrarySuggestions/Basic.lean +%%DATADIR%%/src/lean/Lean/LibrarySuggestions/Default.lean +%%DATADIR%%/src/lean/Lean/LibrarySuggestions/MePo.lean +%%DATADIR%%/src/lean/Lean/LibrarySuggestions/SineQuaNon.lean +%%DATADIR%%/src/lean/Lean/LibrarySuggestions/SymbolFrequency.lean %%DATADIR%%/src/lean/Lean/Linter.lean %%DATADIR%%/src/lean/Lean/Linter/Basic.lean %%DATADIR%%/src/lean/Lean/Linter/Builtin.lean %%DATADIR%%/src/lean/Lean/Linter/ConstructorAsVariable.lean %%DATADIR%%/src/lean/Lean/Linter/Deprecated.lean +%%DATADIR%%/src/lean/Lean/Linter/DocsOnAlt.lean %%DATADIR%%/src/lean/Lean/Linter/List.lean %%DATADIR%%/src/lean/Lean/Linter/MissingDocs.lean %%DATADIR%%/src/lean/Lean/Linter/Omit.lean +%%DATADIR%%/src/lean/Lean/Linter/Sets.lean +%%DATADIR%%/src/lean/Lean/Linter/UnusedSimpArgs.lean %%DATADIR%%/src/lean/Lean/Linter/UnusedVariables.lean %%DATADIR%%/src/lean/Lean/Linter/Util.lean %%DATADIR%%/src/lean/Lean/LoadDynlib.lean @@ -4381,6 +11304,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/Basic.lean %%DATADIR%%/src/lean/Lean/Meta/BinderNameHint.lean %%DATADIR%%/src/lean/Lean/Meta/Canonicalizer.lean +%%DATADIR%%/src/lean/Lean/Meta/CasesInfo.lean %%DATADIR%%/src/lean/Lean/Meta/Check.lean %%DATADIR%%/src/lean/Lean/Meta/CheckTactic.lean %%DATADIR%%/src/lean/Lean/Meta/Closure.lean @@ -4393,8 +11317,12 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/Constructions.lean %%DATADIR%%/src/lean/Lean/Meta/Constructions/BRecOn.lean %%DATADIR%%/src/lean/Lean/Meta/Constructions/CasesOn.lean +%%DATADIR%%/src/lean/Lean/Meta/Constructions/CasesOnSameCtor.lean +%%DATADIR%%/src/lean/Lean/Meta/Constructions/CtorElim.lean +%%DATADIR%%/src/lean/Lean/Meta/Constructions/CtorIdx.lean %%DATADIR%%/src/lean/Lean/Meta/Constructions/NoConfusion.lean %%DATADIR%%/src/lean/Lean/Meta/Constructions/RecOn.lean +%%DATADIR%%/src/lean/Lean/Meta/Constructions/SparseCasesOn.lean %%DATADIR%%/src/lean/Lean/Meta/CtorRecognizer.lean %%DATADIR%%/src/lean/Lean/Meta/DecLevel.lean %%DATADIR%%/src/lean/Lean/Meta/Diagnostics.lean @@ -4411,6 +11339,8 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/GeneralizeVars.lean %%DATADIR%%/src/lean/Lean/Meta/GetUnfoldableConst.lean %%DATADIR%%/src/lean/Lean/Meta/GlobalInstances.lean +%%DATADIR%%/src/lean/Lean/Meta/HasNotBit.lean +%%DATADIR%%/src/lean/Lean/Meta/Hint.lean %%DATADIR%%/src/lean/Lean/Meta/IndPredBelow.lean %%DATADIR%%/src/lean/Lean/Meta/Inductive.lean %%DATADIR%%/src/lean/Lean/Meta/InferType.lean @@ -4421,6 +11351,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/KAbstract.lean %%DATADIR%%/src/lean/Lean/Meta/KExprMap.lean %%DATADIR%%/src/lean/Lean/Meta/LazyDiscrTree.lean +%%DATADIR%%/src/lean/Lean/Meta/LetToHave.lean %%DATADIR%%/src/lean/Lean/Meta/LevelDefEq.lean %%DATADIR%%/src/lean/Lean/Meta/LitValues.lean %%DATADIR%%/src/lean/Lean/Meta/Match.lean @@ -4436,16 +11367,23 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/Match/MatcherApp/Basic.lean %%DATADIR%%/src/lean/Lean/Meta/Match/MatcherApp/Transform.lean %%DATADIR%%/src/lean/Lean/Meta/Match/MatcherInfo.lean +%%DATADIR%%/src/lean/Lean/Meta/Match/SimpH.lean +%%DATADIR%%/src/lean/Lean/Meta/Match/SolveOverlap.lean %%DATADIR%%/src/lean/Lean/Meta/Match/Value.lean %%DATADIR%%/src/lean/Lean/Meta/MatchUtil.lean +%%DATADIR%%/src/lean/Lean/Meta/MethodSpecs.lean +%%DATADIR%%/src/lean/Lean/Meta/MkIffOfInductiveProp.lean %%DATADIR%%/src/lean/Lean/Meta/NatInstTesters.lean +%%DATADIR%%/src/lean/Lean/Meta/NatTable.lean %%DATADIR%%/src/lean/Lean/Meta/Offset.lean %%DATADIR%%/src/lean/Lean/Meta/Order.lean %%DATADIR%%/src/lean/Lean/Meta/PPGoal.lean %%DATADIR%%/src/lean/Lean/Meta/PProdN.lean +%%DATADIR%%/src/lean/Lean/Meta/ProdN.lean %%DATADIR%%/src/lean/Lean/Meta/RecursorInfo.lean %%DATADIR%%/src/lean/Lean/Meta/Reduce.lean %%DATADIR%%/src/lean/Lean/Meta/ReduceEval.lean +%%DATADIR%%/src/lean/Lean/Meta/SameCtorUtils.lean %%DATADIR%%/src/lean/Lean/Meta/SizeOf.lean %%DATADIR%%/src/lean/Lean/Meta/Sorry.lean %%DATADIR%%/src/lean/Lean/Meta/Structure.lean @@ -4475,24 +11413,53 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/Tactic/FunIndInfo.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Generalize.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/Action.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/DenoteExpr.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/Eq.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/Internalize.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/Inv.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/PP.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/Proof.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/Seq.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/ToExpr.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/Types.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/Util.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/Var.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AC/VarRename.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Action.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/AlphaShareCommon.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Anchor.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Action.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/DenoteExpr.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/EqCnstr.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Functions.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Internalize.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Inv.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadCanon.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadRing.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/MonadSemiring.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommRingM.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/NonCommSemiringM.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/PP.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Poly.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Power.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Proof.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Reify.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingId.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/RingM.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SafePoly.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/SemiringM.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/ToExpr.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Types.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Util.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/Var.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/CommRing/VarRename.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Action.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/CommRing.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/DvdCnstr.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/EqCnstr.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Foreign.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Inv.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/LeCnstr.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/MBTC.lean @@ -4500,22 +11467,46 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Nat.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Norm.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Proof.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ReorderVars.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Search.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/SearchM.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToInt.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/ToIntInfo.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Types.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Util.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/Var.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Internalize.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Inv.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Cutsat/VarRename.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/EvalNum.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/FieldNormNum.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Insts.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/IsRelevant.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Action.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Den.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/DenoteExpr.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/IneqCnstr.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Internalize.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Inv.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/LinearM.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/MBTC.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Model.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/OfNatModule.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PP.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Proof.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/PropagateEq.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Reify.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Search.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/SearchM.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/StructId.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/ToExpr.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Types.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Util.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/Var.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Linear/VarRename.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Main.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Model.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Offset.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Main.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Model.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Proof.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Types.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Offset/Util.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/ProofUtil.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/ModelUtil.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Simproc.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Types.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Arith/Util.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Attr.lean @@ -4523,41 +11514,66 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Canon.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Cases.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/CasesMatch.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Combinators.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/CastLike.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/CheckResult.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/CollectParams.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Core.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Ctor.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Diseq.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/EMatch.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/EMatchAction.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/EMatchTheorem.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/ENodeKey.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/EMatchTheoremParam.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/EMatchTheoremPtr.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/EqResolution.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/ExprPtr.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Ext.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/ExtAttr.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Filter.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Finish.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/ForallProp.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/FunCC.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Injection.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Injective.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Internalize.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Intro.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Inv.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/LawfulEqCmp.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Lookahead.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/MBTC.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Main.lean -%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/MarkNestedProofs.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/MarkNestedSubsingletons.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/MatchCond.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/MatchDiscrOnly.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Order.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Order/Assert.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Order/Internalize.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Order/OrderM.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Order/Proof.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Order/StructId.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Order/Types.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Order/Util.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/OrderInsts.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/PP.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Parser.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Proj.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Proof.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/ProofUtil.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Propagate.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/PropagateInj.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/PropagatorAttr.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/ProveEq.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/ReflCmp.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/RevertAll.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Simp.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/SimpUtil.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Solve.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Split.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/SynthInstance.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Theorems.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Types.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/Util.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Grind/VarRename.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/IndependentOf.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Induction.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Injection.lean @@ -4588,15 +11604,18 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/BitVec.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Char.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Core.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/CtorIdx.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Fin.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Int.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/List.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/MethodSpecs.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Nat.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/SInt.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/String.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/UInt.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/BuiltinSimprocs/Util.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/Diagnostics.lean +%%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/LoopProtection.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/Main.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/RegisterCommand.lean %%DATADIR%%/src/lean/Lean/Meta/Tactic/Simp/Rewrite.lean @@ -4618,6 +11637,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Meta/Tactic/Util.lean %%DATADIR%%/src/lean/Lean/Meta/Transform.lean %%DATADIR%%/src/lean/Lean/Meta/TransparencyMode.lean +%%DATADIR%%/src/lean/Lean/Meta/TryThis.lean %%DATADIR%%/src/lean/Lean/Meta/UnificationHint.lean %%DATADIR%%/src/lean/Lean/Meta/WHNF.lean %%DATADIR%%/src/lean/Lean/MetavarContext.lean @@ -4638,11 +11658,11 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Parser/Tactic.lean %%DATADIR%%/src/lean/Lean/Parser/Tactic/Doc.lean %%DATADIR%%/src/lean/Lean/Parser/Term.lean +%%DATADIR%%/src/lean/Lean/Parser/Term/Basic.lean %%DATADIR%%/src/lean/Lean/Parser/Term/Doc.lean %%DATADIR%%/src/lean/Lean/Parser/Types.lean %%DATADIR%%/src/lean/Lean/ParserCompiler.lean %%DATADIR%%/src/lean/Lean/ParserCompiler/Attribute.lean -%%DATADIR%%/src/lean/Lean/PremiseSelection.lean %%DATADIR%%/src/lean/Lean/PrettyPrinter.lean %%DATADIR%%/src/lean/Lean/PrettyPrinter/Basic.lean %%DATADIR%%/src/lean/Lean/PrettyPrinter/Delaborator.lean @@ -4673,7 +11693,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Server/Completion.lean %%DATADIR%%/src/lean/Lean/Server/Completion/CompletionCollectors.lean %%DATADIR%%/src/lean/Lean/Server/Completion/CompletionInfoSelection.lean -%%DATADIR%%/src/lean/Lean/Server/Completion/CompletionItemData.lean +%%DATADIR%%/src/lean/Lean/Server/Completion/CompletionItemCompression.lean %%DATADIR%%/src/lean/Lean/Server/Completion/CompletionResolution.lean %%DATADIR%%/src/lean/Lean/Server/Completion/CompletionUtils.lean %%DATADIR%%/src/lean/Lean/Server/Completion/EligibleHeaderDecls.lean @@ -4686,10 +11706,13 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Server/FileWorker/RequestHandling.lean %%DATADIR%%/src/lean/Lean/Server/FileWorker/SemanticHighlighting.lean %%DATADIR%%/src/lean/Lean/Server/FileWorker/SetupFile.lean +%%DATADIR%%/src/lean/Lean/Server/FileWorker/SignatureHelp.lean %%DATADIR%%/src/lean/Lean/Server/FileWorker/Utils.lean %%DATADIR%%/src/lean/Lean/Server/FileWorker/WidgetRequests.lean %%DATADIR%%/src/lean/Lean/Server/GoTo.lean %%DATADIR%%/src/lean/Lean/Server/InfoUtils.lean +%%DATADIR%%/src/lean/Lean/Server/Logging.lean +%%DATADIR%%/src/lean/Lean/Server/ProtocolOverview.lean %%DATADIR%%/src/lean/Lean/Server/README.md %%DATADIR%%/src/lean/Lean/Server/References.lean %%DATADIR%%/src/lean/Lean/Server/RequestCancellation.lean @@ -4702,9 +11725,12 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Server/Snapshots.lean %%DATADIR%%/src/lean/Lean/Server/Test.lean %%DATADIR%%/src/lean/Lean/Server/Test/Cancel.lean +%%DATADIR%%/src/lean/Lean/Server/Test/Refs.lean %%DATADIR%%/src/lean/Lean/Server/Test/Runner.lean %%DATADIR%%/src/lean/Lean/Server/Utils.lean %%DATADIR%%/src/lean/Lean/Server/Watchdog.lean +%%DATADIR%%/src/lean/Lean/Setup.lean +%%DATADIR%%/src/lean/Lean/Shell.lean %%DATADIR%%/src/lean/Lean/Structure.lean %%DATADIR%%/src/lean/Lean/SubExpr.lean %%DATADIR%%/src/lean/Lean/Syntax.lean @@ -4715,10 +11741,10 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Util/CollectFVars.lean %%DATADIR%%/src/lean/Lean/Util/CollectLevelMVars.lean %%DATADIR%%/src/lean/Lean/Util/CollectLevelParams.lean +%%DATADIR%%/src/lean/Lean/Util/CollectLooseBVars.lean %%DATADIR%%/src/lean/Lean/Util/CollectMVars.lean %%DATADIR%%/src/lean/Lean/Util/Diff.lean %%DATADIR%%/src/lean/Lean/Util/FVarSubset.lean -%%DATADIR%%/src/lean/Lean/Util/FileSetupInfo.lean %%DATADIR%%/src/lean/Lean/Util/FindExpr.lean %%DATADIR%%/src/lean/Lean/Util/FindLevelMVar.lean %%DATADIR%%/src/lean/Lean/Util/FindMVar.lean @@ -4736,8 +11762,8 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Util/NumObjs.lean %%DATADIR%%/src/lean/Lean/Util/OccursCheck.lean %%DATADIR%%/src/lean/Lean/Util/PPExt.lean +%%DATADIR%%/src/lean/Lean/Util/ParamMinimizer.lean %%DATADIR%%/src/lean/Lean/Util/Path.lean -%%DATADIR%%/src/lean/Lean/Util/Paths.lean %%DATADIR%%/src/lean/Lean/Util/Profile.lean %%DATADIR%%/src/lean/Lean/Util/Profiler.lean %%DATADIR%%/src/lean/Lean/Util/PtrSet.lean @@ -4745,9 +11771,9 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Util/Recognizers.lean %%DATADIR%%/src/lean/Lean/Util/ReplaceExpr.lean %%DATADIR%%/src/lean/Lean/Util/ReplaceLevel.lean +%%DATADIR%%/src/lean/Lean/Util/Reprove.lean %%DATADIR%%/src/lean/Lean/Util/SCC.lean %%DATADIR%%/src/lean/Lean/Util/SafeExponentiation.lean -%%DATADIR%%/src/lean/Lean/Util/SearchPath.lean %%DATADIR%%/src/lean/Lean/Util/ShareCommon.lean %%DATADIR%%/src/lean/Lean/Util/Sorry.lean %%DATADIR%%/src/lean/Lean/Util/SortExprs.lean @@ -4755,6 +11781,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Util/Trace.lean %%DATADIR%%/src/lean/Lean/Widget.lean %%DATADIR%%/src/lean/Lean/Widget/Basic.lean +%%DATADIR%%/src/lean/Lean/Widget/Commands.lean %%DATADIR%%/src/lean/Lean/Widget/Diff.lean %%DATADIR%%/src/lean/Lean/Widget/InteractiveCode.lean %%DATADIR%%/src/lean/Lean/Widget/InteractiveDiagnostic.lean @@ -4764,13 +11791,13 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Lean/Widget/UserWidget.lean %%DATADIR%%/src/lean/Leanc.lean %%DATADIR%%/src/lean/Std.lean -%%DATADIR%%/src/lean/Std/Classes.lean -%%DATADIR%%/src/lean/Std/Classes/Ord.lean %%DATADIR%%/src/lean/Std/Data.lean +%%DATADIR%%/src/lean/Std/Data/ByteSlice.lean %%DATADIR%%/src/lean/Std/Data/DHashMap.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/AdditionalOperations.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/Basic.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/Internal/AssocList/Basic.lean +%%DATADIR%%/src/lean/Std/Data/DHashMap/Internal/AssocList/Iterator.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/Internal/AssocList/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/Internal/Defs.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/Internal/HashesTo.lean @@ -4779,6 +11806,8 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Std/Data/DHashMap/Internal/Raw.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/Internal/RawLemmas.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/Internal/WF.lean +%%DATADIR%%/src/lean/Std/Data/DHashMap/Iterator.lean +%%DATADIR%%/src/lean/Std/Data/DHashMap/IteratorLemmas.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/Raw.lean %%DATADIR%%/src/lean/Std/Data/DHashMap/RawDef.lean @@ -4797,56 +11826,159 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Std/Data/DTreeMap/Internal/Queries.lean %%DATADIR%%/src/lean/Std/Data/DTreeMap/Internal/WF/Defs.lean %%DATADIR%%/src/lean/Std/Data/DTreeMap/Internal/WF/Lemmas.lean +%%DATADIR%%/src/lean/Std/Data/DTreeMap/Internal/Zipper.lean +%%DATADIR%%/src/lean/Std/Data/DTreeMap/Iterator.lean %%DATADIR%%/src/lean/Std/Data/DTreeMap/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/DTreeMap/Raw.lean %%DATADIR%%/src/lean/Std/Data/DTreeMap/Raw/AdditionalOperations.lean %%DATADIR%%/src/lean/Std/Data/DTreeMap/Raw/Basic.lean +%%DATADIR%%/src/lean/Std/Data/DTreeMap/Raw/Iterator.lean %%DATADIR%%/src/lean/Std/Data/DTreeMap/Raw/Lemmas.lean +%%DATADIR%%/src/lean/Std/Data/DTreeMap/Raw/Slice.lean %%DATADIR%%/src/lean/Std/Data/DTreeMap/Raw/WF.lean +%%DATADIR%%/src/lean/Std/Data/DTreeMap/Slice.lean %%DATADIR%%/src/lean/Std/Data/ExtDHashMap.lean %%DATADIR%%/src/lean/Std/Data/ExtDHashMap/Basic.lean %%DATADIR%%/src/lean/Std/Data/ExtDHashMap/Lemmas.lean +%%DATADIR%%/src/lean/Std/Data/ExtDTreeMap.lean +%%DATADIR%%/src/lean/Std/Data/ExtDTreeMap/Basic.lean +%%DATADIR%%/src/lean/Std/Data/ExtDTreeMap/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/ExtHashMap.lean %%DATADIR%%/src/lean/Std/Data/ExtHashMap/Basic.lean %%DATADIR%%/src/lean/Std/Data/ExtHashMap/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/ExtHashSet.lean %%DATADIR%%/src/lean/Std/Data/ExtHashSet/Basic.lean %%DATADIR%%/src/lean/Std/Data/ExtHashSet/Lemmas.lean +%%DATADIR%%/src/lean/Std/Data/ExtTreeMap.lean +%%DATADIR%%/src/lean/Std/Data/ExtTreeMap/Basic.lean +%%DATADIR%%/src/lean/Std/Data/ExtTreeMap/Lemmas.lean +%%DATADIR%%/src/lean/Std/Data/ExtTreeSet.lean +%%DATADIR%%/src/lean/Std/Data/ExtTreeSet/Basic.lean +%%DATADIR%%/src/lean/Std/Data/ExtTreeSet/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/HashMap.lean %%DATADIR%%/src/lean/Std/Data/HashMap/AdditionalOperations.lean %%DATADIR%%/src/lean/Std/Data/HashMap/Basic.lean +%%DATADIR%%/src/lean/Std/Data/HashMap/Iterator.lean +%%DATADIR%%/src/lean/Std/Data/HashMap/IteratorLemmas.lean %%DATADIR%%/src/lean/Std/Data/HashMap/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/HashMap/Raw.lean %%DATADIR%%/src/lean/Std/Data/HashMap/RawLemmas.lean %%DATADIR%%/src/lean/Std/Data/HashSet.lean %%DATADIR%%/src/lean/Std/Data/HashSet/Basic.lean +%%DATADIR%%/src/lean/Std/Data/HashSet/Iterator.lean +%%DATADIR%%/src/lean/Std/Data/HashSet/IteratorLemmas.lean %%DATADIR%%/src/lean/Std/Data/HashSet/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/HashSet/Raw.lean %%DATADIR%%/src/lean/Std/Data/HashSet/RawLemmas.lean %%DATADIR%%/src/lean/Std/Data/Internal/Cut.lean %%DATADIR%%/src/lean/Std/Data/Internal/List/Associative.lean %%DATADIR%%/src/lean/Std/Data/Internal/List/Defs.lean +%%DATADIR%%/src/lean/Std/Data/Iterators.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/Drop.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/DropWhile.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/Monadic.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/Monadic/Drop.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/Monadic/DropWhile.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/Monadic/StepSize.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/Monadic/TakeWhile.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/Monadic/Zip.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/StepSize.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/TakeWhile.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Combinators/Zip.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/Drop.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/DropWhile.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Drop.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/DropWhile.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/FilterMap.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/TakeWhile.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/Monadic/Zip.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/TakeWhile.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Combinators/Zip.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Consumers.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Consumers/Collect.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Consumers/Loop.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Collect.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Consumers/Monadic/Loop.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Equivalence.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Equivalence/Basic.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Equivalence/HetT.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Equivalence/StepCongr.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Monadic.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers/Array.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers/Empty.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers/Monadic.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Array.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/Empty.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers/Monadic/List.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers/Range.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers/Repeat.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Lemmas/Producers/Slice.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Producers.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Producers/Array.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Producers/Empty.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Producers/Monadic.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Producers/Monadic/Array.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Producers/Monadic/Empty.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Producers/Range.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Producers/Repeat.lean +%%DATADIR%%/src/lean/Std/Data/Iterators/Producers/Slice.lean %%DATADIR%%/src/lean/Std/Data/TreeMap.lean %%DATADIR%%/src/lean/Std/Data/TreeMap/AdditionalOperations.lean %%DATADIR%%/src/lean/Std/Data/TreeMap/Basic.lean +%%DATADIR%%/src/lean/Std/Data/TreeMap/Iterator.lean %%DATADIR%%/src/lean/Std/Data/TreeMap/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/TreeMap/Raw.lean %%DATADIR%%/src/lean/Std/Data/TreeMap/Raw/AdditionalOperations.lean %%DATADIR%%/src/lean/Std/Data/TreeMap/Raw/Basic.lean +%%DATADIR%%/src/lean/Std/Data/TreeMap/Raw/Iterator.lean %%DATADIR%%/src/lean/Std/Data/TreeMap/Raw/Lemmas.lean +%%DATADIR%%/src/lean/Std/Data/TreeMap/Raw/Slice.lean %%DATADIR%%/src/lean/Std/Data/TreeMap/Raw/WF.lean +%%DATADIR%%/src/lean/Std/Data/TreeMap/Slice.lean %%DATADIR%%/src/lean/Std/Data/TreeSet.lean %%DATADIR%%/src/lean/Std/Data/TreeSet/AdditionalOperations.lean %%DATADIR%%/src/lean/Std/Data/TreeSet/Basic.lean +%%DATADIR%%/src/lean/Std/Data/TreeSet/Iterator.lean %%DATADIR%%/src/lean/Std/Data/TreeSet/Lemmas.lean %%DATADIR%%/src/lean/Std/Data/TreeSet/Raw.lean %%DATADIR%%/src/lean/Std/Data/TreeSet/Raw/Basic.lean +%%DATADIR%%/src/lean/Std/Data/TreeSet/Raw/Iterator.lean %%DATADIR%%/src/lean/Std/Data/TreeSet/Raw/Lemmas.lean +%%DATADIR%%/src/lean/Std/Data/TreeSet/Raw/Slice.lean %%DATADIR%%/src/lean/Std/Data/TreeSet/Raw/WF.lean +%%DATADIR%%/src/lean/Std/Data/TreeSet/Slice.lean +%%DATADIR%%/src/lean/Std/Do.lean +%%DATADIR%%/src/lean/Std/Do/PostCond.lean +%%DATADIR%%/src/lean/Std/Do/PredTrans.lean +%%DATADIR%%/src/lean/Std/Do/SPred.lean +%%DATADIR%%/src/lean/Std/Do/SPred/DerivedLaws.lean +%%DATADIR%%/src/lean/Std/Do/SPred/Laws.lean +%%DATADIR%%/src/lean/Std/Do/SPred/Notation.lean +%%DATADIR%%/src/lean/Std/Do/SPred/Notation/Basic.lean +%%DATADIR%%/src/lean/Std/Do/SPred/SPred.lean +%%DATADIR%%/src/lean/Std/Do/SPred/SVal.lean +%%DATADIR%%/src/lean/Std/Do/Triple.lean +%%DATADIR%%/src/lean/Std/Do/Triple/Basic.lean +%%DATADIR%%/src/lean/Std/Do/Triple/SpecLemmas.lean +%%DATADIR%%/src/lean/Std/Do/WP.lean +%%DATADIR%%/src/lean/Std/Do/WP/Basic.lean +%%DATADIR%%/src/lean/Std/Do/WP/Monad.lean +%%DATADIR%%/src/lean/Std/Do/WP/SimpLemmas.lean %%DATADIR%%/src/lean/Std/Internal.lean %%DATADIR%%/src/lean/Std/Internal/Async.lean %%DATADIR%%/src/lean/Std/Internal/Async/Basic.lean +%%DATADIR%%/src/lean/Std/Internal/Async/DNS.lean +%%DATADIR%%/src/lean/Std/Internal/Async/IO.lean +%%DATADIR%%/src/lean/Std/Internal/Async/Process.lean %%DATADIR%%/src/lean/Std/Internal/Async/Select.lean +%%DATADIR%%/src/lean/Std/Internal/Async/Signal.lean +%%DATADIR%%/src/lean/Std/Internal/Async/System.lean %%DATADIR%%/src/lean/Std/Internal/Async/TCP.lean %%DATADIR%%/src/lean/Std/Internal/Async/Timer.lean %%DATADIR%%/src/lean/Std/Internal/Async/UDP.lean @@ -4854,9 +11986,11 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Std/Internal/Parsec/Basic.lean %%DATADIR%%/src/lean/Std/Internal/Parsec/ByteArray.lean %%DATADIR%%/src/lean/Std/Internal/Parsec/String.lean -%%DATADIR%%/src/lean/Std/Internal/Rat.lean %%DATADIR%%/src/lean/Std/Internal/UV.lean +%%DATADIR%%/src/lean/Std/Internal/UV/DNS.lean %%DATADIR%%/src/lean/Std/Internal/UV/Loop.lean +%%DATADIR%%/src/lean/Std/Internal/UV/Signal.lean +%%DATADIR%%/src/lean/Std/Internal/UV/System.lean %%DATADIR%%/src/lean/Std/Internal/UV/TCP.lean %%DATADIR%%/src/lean/Std/Internal/UV/Timer.lean %%DATADIR%%/src/lean/Std/Internal/UV/UDP.lean @@ -4890,10 +12024,14 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Std/Sync.lean %%DATADIR%%/src/lean/Std/Sync/Barrier.lean %%DATADIR%%/src/lean/Std/Sync/Basic.lean +%%DATADIR%%/src/lean/Std/Sync/Broadcast.lean +%%DATADIR%%/src/lean/Std/Sync/CancellationToken.lean %%DATADIR%%/src/lean/Std/Sync/Channel.lean %%DATADIR%%/src/lean/Std/Sync/Mutex.lean +%%DATADIR%%/src/lean/Std/Sync/Notify.lean %%DATADIR%%/src/lean/Std/Sync/RecursiveMutex.lean %%DATADIR%%/src/lean/Std/Sync/SharedMutex.lean +%%DATADIR%%/src/lean/Std/Sync/StreamMap.lean %%DATADIR%%/src/lean/Std/Tactic.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast.lean @@ -4906,6 +12044,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Expr.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Add.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Append.lean +%%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Clz.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Eq.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Extract.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/GetLsbD.lean @@ -4913,6 +12052,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Neg.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Not.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Replicate.lean +%%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/Reverse.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateLeft.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/RotateRight.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Impl/Operations/ShiftLeft.lean @@ -4932,6 +12072,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Expr.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Add.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Append.lean +%%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Clz.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Eq.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Extract.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/GetLsbD.lean @@ -4939,6 +12080,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Neg.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Not.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Replicate.lean +%%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/Reverse.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateLeft.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/RotateRight.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Bitblast/BVExpr/Circuit/Lemmas/Operations/ShiftLeft.lean @@ -4982,6 +12124,9 @@ share/lean/lean.mk %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Normalize/Prop.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Reflect.lean %%DATADIR%%/src/lean/Std/Tactic/BVDecide/Syntax.lean +%%DATADIR%%/src/lean/Std/Tactic/Do.lean +%%DATADIR%%/src/lean/Std/Tactic/Do/ProofMode.lean +%%DATADIR%%/src/lean/Std/Tactic/Do/Syntax.lean %%DATADIR%%/src/lean/Std/Time.lean %%DATADIR%%/src/lean/Std/Time/Date.lean %%DATADIR%%/src/lean/Std/Time/Date/Basic.lean @@ -5036,9 +12181,9 @@ share/lean/lean.mk %%DATADIR%%/src/lean/lake/Lake/Build/ExternLib.lean %%DATADIR%%/src/lean/lake/Lake/Build/Facets.lean %%DATADIR%%/src/lean/lake/Lake/Build/Fetch.lean -%%DATADIR%%/src/lean/lake/Lake/Build/Imports.lean %%DATADIR%%/src/lean/lake/Lake/Build/Index.lean %%DATADIR%%/src/lean/lake/Lake/Build/Info.lean +%%DATADIR%%/src/lean/lake/Lake/Build/Infos.lean %%DATADIR%%/src/lean/lake/Lake/Build/InitFacets.lean %%DATADIR%%/src/lean/lake/Lake/Build/InputFile.lean %%DATADIR%%/src/lean/lake/Lake/Build/Job.lean @@ -5048,6 +12193,7 @@ share/lean/lean.mk %%DATADIR%%/src/lean/lake/Lake/Build/Key.lean %%DATADIR%%/src/lean/lake/Lake/Build/Library.lean %%DATADIR%%/src/lean/lake/Lake/Build/Module.lean +%%DATADIR%%/src/lean/lake/Lake/Build/ModuleArtifacts.lean %%DATADIR%%/src/lean/lake/Lake/Build/Package.lean %%DATADIR%%/src/lean/lake/Lake/Build/Run.lean %%DATADIR%%/src/lean/lake/Lake/Build/Store.lean @@ -5069,6 +12215,8 @@ share/lean/lean.mk %%DATADIR%%/src/lean/lake/Lake/CLI/Translate/Lean.lean %%DATADIR%%/src/lean/lake/Lake/CLI/Translate/Toml.lean %%DATADIR%%/src/lean/lake/Lake/Config.lean +%%DATADIR%%/src/lean/lake/Lake/Config/Artifact.lean +%%DATADIR%%/src/lean/lake/Lake/Config/Cache.lean %%DATADIR%%/src/lean/lake/Lake/Config/ConfigDecl.lean %%DATADIR%%/src/lean/lake/Lake/Config/ConfigTarget.lean %%DATADIR%%/src/lean/lake/Lake/Config/Context.lean @@ -5091,11 +12239,13 @@ share/lean/lean.mk %%DATADIR%%/src/lean/lake/Lake/Config/LeanLib.lean %%DATADIR%%/src/lean/lake/Lake/Config/LeanLibConfig.lean %%DATADIR%%/src/lean/lake/Lake/Config/Meta.lean +%%DATADIR%%/src/lean/lake/Lake/Config/MetaClasses.lean %%DATADIR%%/src/lean/lake/Lake/Config/Module.lean %%DATADIR%%/src/lean/lake/Lake/Config/Monad.lean %%DATADIR%%/src/lean/lake/Lake/Config/Opaque.lean %%DATADIR%%/src/lean/lake/Lake/Config/OutFormat.lean %%DATADIR%%/src/lean/lake/Lake/Config/Package.lean +%%DATADIR%%/src/lean/lake/Lake/Config/PackageConfig.lean %%DATADIR%%/src/lean/lake/Lake/Config/Pattern.lean %%DATADIR%%/src/lean/lake/Lake/Config/Script.lean %%DATADIR%%/src/lean/lake/Lake/Config/TargetConfig.lean @@ -5140,12 +12290,11 @@ share/lean/lean.mk %%DATADIR%%/src/lean/lake/Lake/Toml/Grammar.lean %%DATADIR%%/src/lean/lake/Lake/Toml/Load.lean %%DATADIR%%/src/lean/lake/Lake/Toml/ParserUtil.lean +%%DATADIR%%/src/lean/lake/Lake/Util.lean %%DATADIR%%/src/lean/lake/Lake/Util/Binder.lean %%DATADIR%%/src/lean/lake/Lake/Util/Casing.lean %%DATADIR%%/src/lean/lake/Lake/Util/Cli.lean -%%DATADIR%%/src/lean/lake/Lake/Util/Compare.lean %%DATADIR%%/src/lean/lake/Lake/Util/Cycle.lean -%%DATADIR%%/src/lean/lake/Lake/Util/DRBMap.lean %%DATADIR%%/src/lean/lake/Lake/Util/Date.lean %%DATADIR%%/src/lean/lake/Lake/Util/EStateT.lean %%DATADIR%%/src/lean/lake/Lake/Util/EquipT.lean @@ -5157,7 +12306,6 @@ share/lean/lean.mk %%DATADIR%%/src/lean/lake/Lake/Util/IO.lean %%DATADIR%%/src/lean/lake/Lake/Util/JsonObject.lean %%DATADIR%%/src/lean/lake/Lake/Util/Lift.lean -%%DATADIR%%/src/lean/lake/Lake/Util/List.lean %%DATADIR%%/src/lean/lake/Lake/Util/Lock.lean %%DATADIR%%/src/lean/lake/Lake/Util/Log.lean %%DATADIR%%/src/lean/lake/Lake/Util/MainM.lean @@ -5170,137 +12318,13 @@ share/lean/lean.mk %%DATADIR%%/src/lean/lake/Lake/Util/OrderedTagAttribute.lean %%DATADIR%%/src/lean/lake/Lake/Util/Proc.lean %%DATADIR%%/src/lean/lake/Lake/Util/RBArray.lean +%%DATADIR%%/src/lean/lake/Lake/Util/Reservoir.lean %%DATADIR%%/src/lean/lake/Lake/Util/Store.lean %%DATADIR%%/src/lean/lake/Lake/Util/StoreInsts.lean -%%DATADIR%%/src/lean/lake/Lake/Util/Sugar.lean +%%DATADIR%%/src/lean/lake/Lake/Util/String.lean %%DATADIR%%/src/lean/lake/Lake/Util/Task.lean +%%DATADIR%%/src/lean/lake/Lake/Util/Url.lean %%DATADIR%%/src/lean/lake/Lake/Util/Version.lean %%DATADIR%%/src/lean/lake/Lake/Version.lean %%DATADIR%%/src/lean/lake/LakeMain.lean %%DATADIR%%/src/lean/lake/README.md -%%DATADIR%%/src/lean/lake/tests/api/keys.lean -%%DATADIR%%/src/lean/lake/tests/badImport/Etc.lean -%%DATADIR%%/src/lean/lake/tests/badImport/Lib/B.lean -%%DATADIR%%/src/lean/lake/tests/badImport/Lib/B1.lean -%%DATADIR%%/src/lean/lake/tests/badImport/Lib/S.lean -%%DATADIR%%/src/lean/lake/tests/badImport/Lib/U.lean -%%DATADIR%%/src/lean/lake/tests/badImport/X.lean -%%DATADIR%%/src/lean/lake/tests/badImport/X1.lean -%%DATADIR%%/src/lean/lake/tests/badImport/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/buildArgs/Hello.lean -%%DATADIR%%/src/lean/lake/tests/buildArgs/Main.lean -%%DATADIR%%/src/lean/lake/tests/buildArgs/foo.lean -%%DATADIR%%/src/lean/lake/tests/buildArgs/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/clone/test/Main.lean -%%DATADIR%%/src/lean/lake/tests/clone/test/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/driver/Test.lean -%%DATADIR%%/src/lean/lake/tests/driver/build.lean -%%DATADIR%%/src/lean/lake/tests/driver/dep-invalid.lean -%%DATADIR%%/src/lean/lake/tests/driver/dep-unknown.lean -%%DATADIR%%/src/lean/lake/tests/driver/dep.lean -%%DATADIR%%/src/lean/lake/tests/driver/dep/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/driver/driver.lean -%%DATADIR%%/src/lean/lake/tests/driver/exe.lean -%%DATADIR%%/src/lean/lake/tests/driver/lib.lean -%%DATADIR%%/src/lean/lake/tests/driver/none.lean -%%DATADIR%%/src/lean/lake/tests/driver/runner.lean -%%DATADIR%%/src/lean/lake/tests/driver/script.lean -%%DATADIR%%/src/lean/lake/tests/driver/two.lean -%%DATADIR%%/src/lean/lake/tests/driver/unknown.lean -%%DATADIR%%/src/lean/lake/tests/externLib/Main.lean -%%DATADIR%%/src/lean/lake/tests/externLib/Test.lean -%%DATADIR%%/src/lean/lake/tests/externLib/ffi/FFI.lean -%%DATADIR%%/src/lean/lake/tests/externLib/ffi/Main.lean -%%DATADIR%%/src/lean/lake/tests/externLib/ffi/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/globs/TBA.lean -%%DATADIR%%/src/lean/lake/tests/globs/TBA/Eulerian.lean -%%DATADIR%%/src/lean/lake/tests/globs/TBA/Eulerian/A.lean -%%DATADIR%%/src/lean/lake/tests/globs/Test/1.lean -%%DATADIR%%/src/lean/lake/tests/globs/Test/Subtest/1.lean -%%DATADIR%%/src/lean/lake/tests/globs/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/inputFile/lakefile.expected.lean -%%DATADIR%%/src/lean/lake/tests/inputFile/lakefileAlt.lean -%%DATADIR%%/src/lean/lake/tests/inputFile/test.lean -%%DATADIR%%/src/lean/lake/tests/kinds/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/lean/Lib.lean -%%DATADIR%%/src/lean/lake/tests/lean/Lib/Basic.lean -%%DATADIR%%/src/lean/lake/tests/lean/Test.lean -%%DATADIR%%/src/lean/lake/tests/lean/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/llvm-bitcode-gen/LlvmBitcodeGen.lean -%%DATADIR%%/src/lean/lake/tests/llvm-bitcode-gen/LlvmBitcodeGen/Basic.lean -%%DATADIR%%/src/lean/lake/tests/llvm-bitcode-gen/Main.lean -%%DATADIR%%/src/lean/lake/tests/llvm-bitcode-gen/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/lock/Error.lean -%%DATADIR%%/src/lean/lake/tests/lock/Loop.lean -%%DATADIR%%/src/lean/lake/tests/lock/Nop.lean -%%DATADIR%%/src/lean/lake/tests/lock/Wait.lean -%%DATADIR%%/src/lean/lake/tests/lock/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/logLevel/Log/Error.lean -%%DATADIR%%/src/lean/lake/tests/logLevel/Log/Info.lean -%%DATADIR%%/src/lean/lake/tests/logLevel/Log/Warning.lean -%%DATADIR%%/src/lean/lake/tests/logLevel/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/manifest/bar/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/manifest/foo/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/manifest/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/meta/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/noBuild/Test.lean -%%DATADIR%%/src/lean/lake/tests/noBuild/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/noRelease/Test.lean -%%DATADIR%%/src/lean/lake/tests/noRelease/dep/Dep.lean -%%DATADIR%%/src/lean/lake/tests/noRelease/dep/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/noRelease/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/online/barrel.lean -%%DATADIR%%/src/lean/lake/tests/online/require.lean -%%DATADIR%%/src/lean/lake/tests/order/A.lean -%%DATADIR%%/src/lean/lake/tests/order/A/B.lean -%%DATADIR%%/src/lean/lake/tests/order/A/B/C.lean -%%DATADIR%%/src/lean/lake/tests/order/Y.lean -%%DATADIR%%/src/lean/lake/tests/order/bar/X.lean -%%DATADIR%%/src/lean/lake/tests/order/bar/Y.lean -%%DATADIR%%/src/lean/lake/tests/order/bar/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/order/baz/X.lean -%%DATADIR%%/src/lean/lake/tests/order/baz/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/order/foo/X.lean -%%DATADIR%%/src/lean/lake/tests/order/foo/Y.lean -%%DATADIR%%/src/lean/lake/tests/order/foo/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/order/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/order/leaf/Z.lean -%%DATADIR%%/src/lean/lake/tests/order/leaf/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/packageOverrides/bar1/bar.lean -%%DATADIR%%/src/lean/lake/tests/packageOverrides/bar2/bar.lean -%%DATADIR%%/src/lean/lake/tests/packageOverrides/foo/foo.lean -%%DATADIR%%/src/lean/lake/tests/packageOverrides/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/postUpdate/dep/hello.lean -%%DATADIR%%/src/lean/lake/tests/postUpdate/dep/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/postUpdate/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/precompileLink/Downstream.lean -%%DATADIR%%/src/lean/lake/tests/precompileLink/Downstream/Import.lean -%%DATADIR%%/src/lean/lake/tests/precompileLink/Foo.lean -%%DATADIR%%/src/lean/lake/tests/precompileLink/Foo/Bar.lean -%%DATADIR%%/src/lean/lake/tests/precompileLink/Foo/Baz.lean -%%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/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/precompileLink/orderTest.lean -%%DATADIR%%/src/lean/lake/tests/query/exe.lean -%%DATADIR%%/src/lean/lake/tests/query/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/query/lib/A.lean -%%DATADIR%%/src/lean/lake/tests/query/lib/B.lean -%%DATADIR%%/src/lean/lake/tests/query/lib/C.lean -%%DATADIR%%/src/lean/lake/tests/rebuild/Main.lean -%%DATADIR%%/src/lean/lake/tests/rebuild/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/reservoirConfig/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/reversion/Hello.lean -%%DATADIR%%/src/lean/lake/tests/reversion/Main.lean -%%DATADIR%%/src/lean/lake/tests/reversion/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/setupFile/Test.lean -%%DATADIR%%/src/lean/lake/tests/setupFile/invalid.lean -%%DATADIR%%/src/lean/lake/tests/toml/README.md -%%DATADIR%%/src/lean/lake/tests/toml/Test.lean -%%DATADIR%%/src/lean/lake/tests/toolchain/lakefile.lean -%%DATADIR%%/src/lean/lake/tests/trace/Foo.lean -%%DATADIR%%/src/lean/lake/tests/translateConfig/out.expected.lean -%%DATADIR%%/src/lean/lake/tests/translateConfig/source.lean -%%DATADIR%%/src/lean/lake/tests/updateToolchain/test.lean -%%DATADIR%%/src/lean/lake/tests/versionTags/lakefile.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..76c88497a6bb 100644 --- a/math/lib2geom/Makefile +++ b/math/lib2geom/Makefile @@ -1,6 +1,6 @@ PORTNAME= lib2geom DISTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 5 CATEGORIES= math gnome MAINTAINER= gnome@FreeBSD.org @@ -12,13 +12,13 @@ LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING-LGPL-2.1 LICENSE_FILE_MPL11= ${WRKSRC}/COPYING-MPL-1.1 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycairo>0:graphics/py-pycairo@${PY_FLAVOR} \ ragel:devel/ragel \ googletest>0:devel/googletest LIB_DEPENDS= libdouble-conversion.so:devel/double-conversion \ libgsl.so:math/gsl \ libboost_thread.so:devel/boost-libs -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycairo>0:graphics/py-pycairo@${PY_FLAVOR} TEST_DEPENDS= googletest>0:devel/googletest \ ragel:devel/ragel diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 738505b84176..e182250870cd 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -1,10 +1,10 @@ PORTNAME= libRmath -DISTVERSION= 4.4.3 +DISTVERSION= 4.5.2 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..677effbf873b 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 = 1761932398 +SHA256 (R-4.5.2.tar.gz) = 0d71ff7106ec69cd7c67e1e95ed1a3cee355880931f2eb78c530014a9e379f20 +SIZE (R-4.5.2.tar.gz) = 40546249 diff --git a/math/libformfactor/Makefile b/math/libformfactor/Makefile index 6b7759aaeff6..27f6a3c80614 100644 --- a/math/libformfactor/Makefile +++ b/math/libformfactor/Makefile @@ -1,5 +1,5 @@ PORTNAME= libformfactor -DISTVERSION= 0.3.1 +DISTVERSION= 0.3.2 CATEGORIES= math MASTER_SITES= https://jugit.fz-juelich.de/mlz/libformfactor/-/archive/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-v${DISTVERSION} @@ -19,6 +19,6 @@ USE_LDCONFIG= yes CMAKE_OFF= BUILD_TESTING CMAKE_TESTING_ON= BUILD_TESTING -# tests as of 0.3.1: 100% tests passed, 0 tests failed out of 18 +# tests as of 0.3.2: 100% tests passed, 0 tests failed out of 18 .include <bsd.port.mk> diff --git a/math/libformfactor/distinfo b/math/libformfactor/distinfo index 740bbdeadc2c..4f2b8d7d0faa 100644 --- a/math/libformfactor/distinfo +++ b/math/libformfactor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737283223 -SHA256 (libformfactor-v0.3.1.tar.gz) = bd03cf8dc77c87116d89932f923e7592e59edecb1bab520a188644198bfe0d68 -SIZE (libformfactor-v0.3.1.tar.gz) = 317693 +TIMESTAMP = 1764046052 +SHA256 (libformfactor-v0.3.2.tar.gz) = 093acaa061afa957d8776e3713a891ca6f9240ab539ca902fca9953d6056c7e1 +SIZE (libformfactor-v0.3.2.tar.gz) = 318758 diff --git a/math/libformfactor/pkg-plist b/math/libformfactor/pkg-plist index 94646141525d..604b37cdd769 100644 --- a/math/libformfactor/pkg-plist +++ b/math/libformfactor/pkg-plist @@ -10,4 +10,4 @@ include/ff/Polyhedron.h include/ff/Prism.h include/ff/Topology.h lib/libformfactor.so -lib/libformfactor.so.0.3.1 +lib/libformfactor.so.0.3.2 diff --git a/math/libhomfly/Makefile b/math/libhomfly/Makefile index 691ac8866ec8..eee1f3219a0c 100644 --- a/math/libhomfly/Makefile +++ b/math/libhomfly/Makefile @@ -1,5 +1,5 @@ PORTNAME= libhomfly -DISTVERSION= 1.02r6 +DISTVERSION= 1.03 CATEGORIES= math MASTER_SITES= https://github.com/miguelmarco/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -24,6 +24,7 @@ PLIST_FILES= include/homfly.h \ lib/libhomfly.a \ lib/libhomfly.so \ lib/libhomfly.so.0 \ - lib/libhomfly.so.0.0.0 + lib/libhomfly.so.0.0.0 \ + libdata/pkgconfig/libhomfly.pc .include <bsd.port.mk> diff --git a/math/libhomfly/distinfo b/math/libhomfly/distinfo index 6e4142543a2f..6e46cfb67bac 100644 --- a/math/libhomfly/distinfo +++ b/math/libhomfly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737056308 -SHA256 (libhomfly-1.02r6.tar.gz) = f990d991d29a590c54b09eff68bc209c4cf2b8b12d945351688d2db8a0d30979 -SIZE (libhomfly-1.02r6.tar.gz) = 359354 +TIMESTAMP = 1768336201 +SHA256 (libhomfly-1.03.tar.gz) = 2a06e93cccd91d33ed9c345eba2e59b2ba175c11e454cf2029644a9364250871 +SIZE (libhomfly-1.03.tar.gz) = 385778 diff --git a/math/libmesh/Makefile b/math/libmesh/Makefile index 17e59ec06cfe..e32f6e41103e 100644 --- a/math/libmesh/Makefile +++ b/math/libmesh/Makefile @@ -1,6 +1,5 @@ PORTNAME= libmesh -DISTVERSION= 1.7.5 -PORTREVISION= 2 +DISTVERSION= 1.8.4 CATEGORIES= math MASTER_SITES= https://github.com/libMesh/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -12,13 +11,11 @@ WWW= https://libmesh.github.io \ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= compilation fails with nlopt-2.9.0, see https://github.com/libMesh/libmesh/issues/4009 - -LIB_DEPENDS= libboost_system.so:devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libnlopt.so:math/nlopt TEST_DEPENDS= bash:shells/bash -USES= compiler:c++17-lang eigen:3 gmake libtool localbase perl5 pkgconfig shebangfix tar:xz +USES= cmake:indirect compiler:c++17-lang eigen:3 gmake libtool localbase perl5 pkgconfig shebangfix tar:xz SHEBANG_GLOB= *.sh # for one or more run.sh files in tests @@ -64,7 +61,9 @@ EXAMPLES_VARS= PKGMESSAGE=pkg-message-examples SUB_FILES= pkg-message-examples -PORTEXAMPLES= * +PORTEXAMPLES= * + +BINARY_ALIAS= git=false post-extract: @${FIND} ${WRKSRC} -name "*.orig" -delete diff --git a/math/libmesh/distinfo b/math/libmesh/distinfo index e8eb00314853..62720564953d 100644 --- a/math/libmesh/distinfo +++ b/math/libmesh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730398365 -SHA256 (libmesh-1.7.5.tar.xz) = da5ae0e7961000caa7396a71ede403b0c1daf9d4f0e8796c90f2348586a5ee1e -SIZE (libmesh-1.7.5.tar.xz) = 12164352 +TIMESTAMP = 1762851204 +SHA256 (libmesh-1.8.4.tar.xz) = f3d3d4a1b6b19cb32cc1b965a5aeef6fec92cda25e503445551fe13817daa0e2 +SIZE (libmesh-1.8.4.tar.xz) = 16121168 diff --git a/math/libmesh/pkg-plist b/math/libmesh/pkg-plist index 218560cd164f..2a6390c87a82 100644 --- a/math/libmesh/pkg-plist +++ b/math/libmesh/pkg-plist @@ -1,9 +1,11 @@ bin/amr-opt bin/calculator-opt bin/compare-opt +bin/embedding-opt bin/fparser_parse-opt bin/getpot_parse-opt bin/libmesh-config +bin/matrixconvert-opt bin/meshavg-opt bin/meshbcid-opt bin/meshdiff-opt @@ -45,13 +47,17 @@ include/libmesh/cell_inf_prism6.h include/libmesh/cell_prism.h include/libmesh/cell_prism15.h include/libmesh/cell_prism18.h +include/libmesh/cell_prism20.h +include/libmesh/cell_prism21.h include/libmesh/cell_prism6.h include/libmesh/cell_pyramid.h include/libmesh/cell_pyramid13.h include/libmesh/cell_pyramid14.h +include/libmesh/cell_pyramid18.h include/libmesh/cell_pyramid5.h include/libmesh/cell_tet.h include/libmesh/cell_tet10.h +include/libmesh/cell_tet14.h include/libmesh/cell_tet4.h include/libmesh/centroid_partitioner.h include/libmesh/checkpoint_io.h @@ -114,6 +120,7 @@ include/libmesh/elem_hash.h include/libmesh/elem_internal.h include/libmesh/elem_quality.h include/libmesh/elem_range.h +include/libmesh/elem_side_builder.h include/libmesh/ensight_io.h include/libmesh/enum_convergence_flags.h include/libmesh/enum_eigen_solver_type.h @@ -147,6 +154,7 @@ include/libmesh/exodusII_io.h include/libmesh/exodusII_io_helper.h include/libmesh/exodus_header_info.h include/libmesh/explicit_system.h +include/libmesh/extrasrc/fptypes.hh include/libmesh/face.h include/libmesh/face_inf_quad.h include/libmesh/face_inf_quad4.h @@ -157,11 +165,13 @@ include/libmesh/face_quad4_shell.h include/libmesh/face_quad8.h include/libmesh/face_quad8_shell.h include/libmesh/face_quad9.h +include/libmesh/face_quad9_shell.h include/libmesh/face_tri.h include/libmesh/face_tri3.h include/libmesh/face_tri3_shell.h include/libmesh/face_tri3_subdivision.h include/libmesh/face_tri6.h +include/libmesh/face_tri7.h include/libmesh/factory.h include/libmesh/fe.h include/libmesh/fe_abstract.h @@ -179,15 +189,19 @@ include/libmesh/fem_context.h include/libmesh/fem_function_base.h include/libmesh/fem_physics.h include/libmesh/fem_system.h +include/libmesh/file_history_data.h include/libmesh/file_solution_history.h include/libmesh/first_order_unsteady_solver.h include/libmesh/float128_shims.h include/libmesh/fourth_error_estimators.h include/libmesh/fparser.hh include/libmesh/fparser_ad.hh +include/libmesh/fpconfig.hh +include/libmesh/fpe_disabler.h include/libmesh/frequency_system.h include/libmesh/fro_io.h include/libmesh/function_base.h +include/libmesh/fuzzy_equals.h include/libmesh/generic_projector.h include/libmesh/getpot.h include/libmesh/ghost_point_neighbors.h @@ -199,7 +213,9 @@ include/libmesh/h1_fe_transformation.h include/libmesh/hashing.h include/libmesh/hashword.h include/libmesh/hcurl_fe_transformation.h +include/libmesh/hdiv_fe_transformation.h include/libmesh/hilbert_sfc_partitioner.h +include/libmesh/history_data.h include/libmesh/hp_coarsentest.h include/libmesh/hp_selector.h include/libmesh/hp_singular.h @@ -238,6 +254,7 @@ include/libmesh/mapped_subdomain_partitioner.h include/libmesh/mapvector.h include/libmesh/matlab_io.h include/libmesh/medit_io.h +include/libmesh/memory_history_data.h include/libmesh/memory_solution_history.h include/libmesh/mesh.h include/libmesh/mesh_base.h @@ -247,6 +264,7 @@ include/libmesh/mesh_generation.h include/libmesh/mesh_input.h include/libmesh/mesh_inserter_iterator.h include/libmesh/mesh_modification.h +include/libmesh/mesh_netgen_interface.h include/libmesh/mesh_output.h include/libmesh/mesh_refinement.h include/libmesh/mesh_serializer.h @@ -254,6 +272,7 @@ include/libmesh/mesh_smoother.h include/libmesh/mesh_smoother_laplace.h include/libmesh/mesh_smoother_vsmoother.h include/libmesh/mesh_subdivision_support.h +include/libmesh/mesh_tet_interface.h include/libmesh/mesh_tetgen_interface.h include/libmesh/mesh_tetgen_wrapper.h include/libmesh/mesh_tools.h @@ -261,6 +280,7 @@ include/libmesh/mesh_triangle_holes.h include/libmesh/mesh_triangle_interface.h include/libmesh/mesh_triangle_wrapper.h include/libmesh/meshfree_interpolation.h +include/libmesh/meshfree_interpolation_function.h include/libmesh/meshfree_solution_transfer.h include/libmesh/meshfunction_solution_transfer.h include/libmesh/message_tag.h @@ -279,6 +299,7 @@ include/libmesh/no_solution_history.h include/libmesh/node.h include/libmesh/node_elem.h include/libmesh/node_range.h +include/libmesh/non_manifold_coupling.h include/libmesh/nonlinear_implicit_system.h include/libmesh/nonlinear_solver.h include/libmesh/null_output_iterator.h @@ -294,7 +315,9 @@ include/libmesh/parallel.h include/libmesh/parallel_algebra.h include/libmesh/parallel_bin_sorter.h include/libmesh/parallel_communicator_specializations +include/libmesh/parallel_eigen.h include/libmesh/parallel_elem.h +include/libmesh/parallel_fe_type.h include/libmesh/parallel_ghost_sync.h include/libmesh/parallel_histogram.h include/libmesh/parallel_implementation.h @@ -329,6 +352,9 @@ include/libmesh/petsc_dm_wrapper.h include/libmesh/petsc_linear_solver.h include/libmesh/petsc_macro.h include/libmesh/petsc_matrix.h +include/libmesh/petsc_matrix_base.h +include/libmesh/petsc_matrix_shell_matrix.h +include/libmesh/petsc_mffd_matrix.h include/libmesh/petsc_nonlinear_solver.h include/libmesh/petsc_preconditioner.h include/libmesh/petsc_shell_matrix.h @@ -343,6 +369,7 @@ include/libmesh/point_locator_nanoflann.h include/libmesh/point_locator_tree.h include/libmesh/point_neighbor_coupling.h include/libmesh/pointer_to_pointer_iter.h +include/libmesh/poly2tri_triangulator.h include/libmesh/pool_allocator.h include/libmesh/post_wait_copy_buffer.h include/libmesh/post_wait_delete_buffer.h @@ -404,7 +431,9 @@ include/libmesh/sfc_partitioner.h include/libmesh/shell_matrix.h include/libmesh/sibling_coupling.h include/libmesh/side.h +include/libmesh/sides_to_elem_map.h include/libmesh/simple_range.h +include/libmesh/simplex_refiner.h include/libmesh/single_predicates.h include/libmesh/slepc_eigen_solver.h include/libmesh/slepc_macro.h @@ -416,10 +445,13 @@ include/libmesh/sparse_shell_matrix.h include/libmesh/sparsity_pattern.h include/libmesh/sphere.h include/libmesh/standard_type.h +include/libmesh/static_condensation.h +include/libmesh/static_condensation_preconditioner.h include/libmesh/statistics.h include/libmesh/status.h include/libmesh/steady_solver.h include/libmesh/steady_system.h +include/libmesh/stl_io.h include/libmesh/stored_range.h include/libmesh/string_to_enum.h include/libmesh/subdomain_partitioner.h @@ -454,6 +486,7 @@ include/libmesh/tree.h include/libmesh/tree_base.h include/libmesh/tree_node.h include/libmesh/triangle.h +include/libmesh/triangulator_interface.h include/libmesh/trilinos_aztec_linear_solver.h include/libmesh/trilinos_epetra_matrix.h include/libmesh/trilinos_epetra_vector.h @@ -476,12 +509,23 @@ include/libmesh/vector_value.h include/libmesh/vectormap.h include/libmesh/vtk_io.h include/libmesh/weighted_patch_recovery_error_estimator.h +include/libmesh/win_gettimeofday.h include/libmesh/wrapped_function.h include/libmesh/wrapped_functor.h include/libmesh/wrapped_petsc.h include/libmesh/xdr_cxx.h include/libmesh/xdr_io.h include/libmesh/zero_function.h +include/netgen/netgen_config.hpp +include/netgen/netgen_version.hpp +include/netgen/nglib/nglib.h +include/poly2tri/common/shapes.h +include/poly2tri/common/utils.h +include/poly2tri/poly2tri.h +include/poly2tri/sweep/advancing_front.h +include/poly2tri/sweep/cdt.h +include/poly2tri/sweep/sweep.h +include/poly2tri/sweep/sweep_context.h include/timpi/attributes.h include/timpi/communicator.h include/timpi/data_type.h @@ -489,6 +533,7 @@ include/timpi/ignore_warnings.h include/timpi/message_tag.h include/timpi/op_function.h include/timpi/packing.h +include/timpi/packing_decl.h include/timpi/packing_forward.h include/timpi/parallel_communicator_specializations include/timpi/parallel_implementation.h @@ -503,6 +548,7 @@ include/timpi/post_wait_unpack_nested_buffer.h include/timpi/post_wait_work.h include/timpi/request.h include/timpi/restore_warnings.h +include/timpi/semipermanent.h include/timpi/serial_implementation.h include/timpi/standard_type.h include/timpi/standard_type_forward.h @@ -516,9 +562,11 @@ include/timpi/timpi_version.h lib/libmesh_opt.so lib/libmesh_opt.so.0 lib/libmesh_opt.so.0.0.0 +lib/libngcore.so +lib/libnglib.so lib/libtimpi_opt.so -lib/libtimpi_opt.so.5 -lib/libtimpi_opt.so.5.0.0 +lib/libtimpi_opt.so.11 +lib/libtimpi_opt.so.11.0.0 libdata/pkgconfig/libmesh-opt.pc libdata/pkgconfig/libmesh.pc libdata/pkgconfig/timpi.pc @@ -534,6 +582,8 @@ libdata/pkgconfig/timpi.pc %%DATADIR%%/reference_elements/3D/one_prism.xda %%DATADIR%%/reference_elements/3D/one_prism15.xda %%DATADIR%%/reference_elements/3D/one_prism18.xda +%%DATADIR%%/reference_elements/3D/one_prism20.xda +%%DATADIR%%/reference_elements/3D/one_prism21.xda %%DATADIR%%/reference_elements/3D/one_pyramid.xda %%DATADIR%%/reference_elements/3D/one_pyramid13.xda %%DATADIR%%/reference_elements/3D/one_pyramid14.xda diff --git a/math/libmissing/Makefile b/math/libmissing/Makefile deleted file mode 100644 index ae54be1d924c..000000000000 --- a/math/libmissing/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -PORTNAME= libmissing -DISTVERSION= 20130815 -PORTREVISION= 5 -CATEGORIES= math -MASTER_SITES= LOCAL/bf - -MAINTAINER= ports@FreeBSD.org -COMMENT= Standard math functions missing from the FreeBSD libm - -LICENSE= BSD2CLAUSE - -LIB_DEPENDS= libmpc.so:math/mpc - -USE_LDCONFIG= yes -USES= tar:xz uidfix - -MAKE_ENV= LDADD=-lmpc LIB=missing SHLIB_MAJOR="${SHLIB_MAJOR}" \ - SRCCONF=/dev/null SRCS="${SRCS}" - -OPTIONS_DEFINE= PROFILE EXAMPLES - -PLIST_FILES= include/missing_complex.h \ - include/missing_math.h \ - lib/libmissing.a lib/libmissing.so \ - lib/libmissing.so.${SHLIB_MAJOR} - -SHLIB_MAJOR= 2 -SRCS= libmissing.c - -CFLAGS+= -fno-builtin -fno-math-errno -I. -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -Wl,-z,interpose -PORTEXAMPLES= ${SRCS} - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPROFILE} -.if !exists(/usr/lib/libc_p.a) -IGNORE= you have chosen WITH_PROFILE, but have not installed the\ -base system profiling libraries -.endif -PLIST_FILES+= lib/libmissing_p.a -.else -MAKE_ENV+= WITHOUT_PROFILE=yes -.endif - -post-patch: - @${PRINTF} "LIBDIR=\t${PREFIX}/lib\n.include <bsd.lib.mk>\n" > \ - ${WRKSRC}/Makefile -.for t in d q s - @cd ${WRKSRC}/c/common; ${CP} initseed.c maxtest.c ${WRKSRC}/c/${t}p/ -.endfor - @${REINPLACE_CMD} -E \ - '/(XCFLAGS|XDEFINES|XINCLUDES|XLDFLAGS|XLIBS|XMFLAGS|XOPT)[[:blank:]]+=/d' \ - ${WRKSRC}/c/Makefile - @${REINPLACE_CMD} -e \ - '/#include <math.h>/{x;s|^.*$$|#include "missing_math.h"|;H;x;}' \ - ${WRKSRC}/c/common/elefunt.h - @${REINPLACE_CMD} -e '\|COMMONOBJS[[:blank:]]*=|s|../common/||g' \ - ${WRKSRC}/c/dp/Makefile \ - ${WRKSRC}/c/qp/Makefile \ - ${WRKSRC}/c/sp/Makefile - -do-test: - @cd ${WRKSRC}/c; ${SETENVI} ${WRK_ENV} ${MAKE_ENV} \ - XCFLAGS="${CFLAGS} -frounding-math" XINCLUDES="-I${WRKSRC}" \ - XLDFLAGS="${LDFLAGS}" XLIBS="-L${WRKSRC} -lmissing" \ - LD_LIBRARY_PATH="/lib:/usr/lib:${LOCALBASE}/lib:${WRKSRC}" \ - ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} all3 -.for t in d q s - @${PRINTF} "\n\n\n\t\t%s\n\n\n" "REPORT OF ${t:tu}. PRECISION TEST RESULTS:" - @${CAT} ${WRKSRC}/c/${t}p/tall${t}p.lst-xxx -.endfor - -post-install: - @cd ${WRKSRC}; ${INSTALL_DATA} missing_complex.h missing_math.h \ - ${STAGEDIR}${PREFIX}/include - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/math/libmissing/distinfo b/math/libmissing/distinfo deleted file mode 100644 index fdd4102ee8c7..000000000000 --- a/math/libmissing/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libmissing-20130815.tar.xz) = 44872006f607c34e0a85dd18a3c890d2f380fbcd87b885fdb5a17b46e1a3f422 -SIZE (libmissing-20130815.tar.xz) = 130232 diff --git a/math/libmissing/pkg-descr b/math/libmissing/pkg-descr deleted file mode 100644 index b4f3fd16579e..000000000000 --- a/math/libmissing/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a collection of stopgap replacements for standard math -functions missing from libm in various supported versions of -FreeBSD. The functions are slower than the existing libm -functions, but are more accurate than many naive replacements. -Exceptions are largely ignored. N. Beebe's extended C version -of the ELEFUNT package is used to provide regression tests for -some of the real-valued functions. diff --git a/math/libpoly/Makefile b/math/libpoly/Makefile index 6a254cb70cc9..7e2002e705f9 100644 --- a/math/libpoly/Makefile +++ b/math/libpoly/Makefile @@ -1,13 +1,13 @@ PORTNAME= libpoly DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 +DISTVERSION= 0.2.1 CATEGORIES= math 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,9 +23,9 @@ 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 +# tests as of 0.2.1: 100% tests passed, 0 tests failed out of 15 .include <bsd.port.post.mk> diff --git a/math/libpoly/distinfo b/math/libpoly/distinfo index 831611f67b9c..5851b332dd36 100644 --- a/math/libpoly/distinfo +++ b/math/libpoly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746379622 -SHA256 (SRI-CSL-libpoly-v0.2.0_GH0.tar.gz) = 146adc0d3f6fe8038adb6b8b69dd16114a4be12f520d5c1fb333f3746d233abe -SIZE (SRI-CSL-libpoly-v0.2.0_GH0.tar.gz) = 641486 +TIMESTAMP = 1764441566 +SHA256 (SRI-CSL-libpoly-v0.2.1_GH0.tar.gz) = b662ea4d7515426aeccda090339dbb086629a2f6ba4688b7710a892f7d2c7c58 +SIZE (SRI-CSL-libpoly-v0.2.1_GH0.tar.gz) = 629599 diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 00960746d5b2..4fec5172abce 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -1,10 +1,10 @@ PORTNAME= libqalculate -PORTVERSION= 5.5.2 +PORTVERSION= 5.9.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= jhale@FreeBSD.org -COMMENT= Multi-purpose desktop calculator (backend library) +COMMENT= Multi-purpose desktop calculator (library and CLI) WWW= https://qalculate.github.io/ LICENSE= GPLv2+ @@ -15,9 +15,12 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr -USES= compiler:c++14-lang gettext gmake gnome iconv libtool \ +USES= compiler:c++17-lang gettext gmake gnome iconv libtool \ localbase ncurses pathfix pkgconfig readline -USE_GNOME= intltool libxml2 +# Project does not set a c++ dialect, but it's better to not leave this +# undefined and left up to the whims of the compiler. +USE_CXXSTD= c++17 +USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/math/libqalculate/distinfo b/math/libqalculate/distinfo index 4ba31e5cca87..884e90c1110f 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 = 1768982673 +SHA256 (libqalculate-5.9.0.tar.gz) = 94d734b9303b3b68df61e4255f2eddeee346b66ec4b6e134f19e1a3cc3ff4a09 +SIZE (libqalculate-5.9.0.tar.gz) = 3526223 diff --git a/math/libqalculate/pkg-plist b/math/libqalculate/pkg-plist index 1949bec358fd..55f8c9d76883 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.10 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..a108403d6a4b 100644 --- a/math/libsemigroups/Makefile +++ b/math/libsemigroups/Makefile @@ -1,5 +1,5 @@ PORTNAME= libsemigroups -PORTVERSION= 3.0.3 +PORTVERSION= 3.4.0 DISTVERSIONPREFIX= v CATEGORIES= math @@ -14,7 +14,7 @@ LIB_DEPENDS= libfmt.so:devel/libfmt USE_GITHUB= yes -USES= autoreconf compiler:c++11-lang eigen:3,build \ +USES= autoreconf compiler:c++17-lang eigen:3,build \ libtool pathfix pkgconfig GNU_CONFIGURE= yes diff --git a/math/libsemigroups/distinfo b/math/libsemigroups/distinfo index baea601b6412..bd5b8a61cf26 100644 --- a/math/libsemigroups/distinfo +++ b/math/libsemigroups/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744375738 -SHA256 (libsemigroups-libsemigroups-v3.0.3_GH0.tar.gz) = 5dd477b6cb86fa6b881708666c232f5d01f9d60ebf0a3e70c81b860e2f2236cf -SIZE (libsemigroups-libsemigroups-v3.0.3_GH0.tar.gz) = 6091089 +TIMESTAMP = 1769086407 +SHA256 (libsemigroups-libsemigroups-v3.4.0_GH0.tar.gz) = e807ed7e4ef3198515c7c7e8e55c89b40889a7614ff0c8cddf812563b1f06a33 +SIZE (libsemigroups-libsemigroups-v3.4.0_GH0.tar.gz) = 9426262 diff --git a/math/libsemigroups/files/patch-third__party_backward-cpp_backward.hpp b/math/libsemigroups/files/patch-third__party_backward-cpp_backward.hpp deleted file mode 100644 index b0e39b58f333..000000000000 --- a/math/libsemigroups/files/patch-third__party_backward-cpp_backward.hpp +++ /dev/null @@ -1,239 +0,0 @@ ---- third_party/backward-cpp/backward.hpp.orig 2025-04-01 12:04:08 UTC -+++ third_party/backward-cpp/backward.hpp -@@ -52,6 +52,9 @@ - // #define BACKWARD_SYSTEM_DARWIN - // - specialization for Mac OS X 10.5 and later. - // -+// #define BACKWARD_SYSTEM_FREEBSD -+// - specialization for FreeBSD. -+// - // #define BACKWARD_SYSTEM_WINDOWS - // - specialization for Windows (Clang 9 and MSVC2017) - // -@@ -60,6 +63,7 @@ - // - #if defined(BACKWARD_SYSTEM_LINUX) - #elif defined(BACKWARD_SYSTEM_DARWIN) -+#elif defined(BACKWARD_SYSTEM_FREEBSD) - #elif defined(BACKWARD_SYSTEM_UNKNOWN) - #elif defined(BACKWARD_SYSTEM_WINDOWS) - #else -@@ -67,12 +71,18 @@ - #define BACKWARD_SYSTEM_LINUX - #elif defined(__APPLE__) - #define BACKWARD_SYSTEM_DARWIN -+#elif defined(__FreeBSD__) -+#define BACKWARD_SYSTEM_FREEBSD - #elif defined(_WIN32) - #define BACKWARD_SYSTEM_WINDOWS - #else - #define BACKWARD_SYSTEM_UNKNOWN - #endif - #endif -+#if defined(__FreeBSD__) -+#include <pthread_np.h> -+#include <sys/ucontext.h> -+#endif - - #define NOINLINE __attribute__((noinline)) - -@@ -263,7 +273,7 @@ - - #endif // defined(BACKWARD_SYSTEM_LINUX) - --#if defined(BACKWARD_SYSTEM_DARWIN) -+#if defined(BACKWARD_SYSTEM_DARWIN) || defined(BACKWARD_SYSTEM_FREEBSD) - // On Darwin, backtrace can back-trace or "walk" the stack using the following - // libraries: - // -@@ -329,7 +339,7 @@ - || (BACKWARD_HAS_BACKTRACE_SYMBOL == 1) - #include <execinfo.h> - #endif --#endif // defined(BACKWARD_SYSTEM_DARWIN) -+#endif // defined(BACKWARD_SYSTEM_DARWIN) || defined(BACKWARD_SYSTEM_FREEBSD) - - #if defined(BACKWARD_SYSTEM_WINDOWS) - -@@ -462,6 +472,7 @@ namespace backward { - struct linux_tag; // seems that I cannot call that "linux" because the name - // is already defined... so I am adding _tag everywhere. - struct darwin_tag; -+ struct freebsd_tag; - struct windows_tag; - struct unknown_tag; - -@@ -469,6 +480,8 @@ namespace backward { - typedef linux_tag current_tag; - #elif defined(BACKWARD_SYSTEM_DARWIN) - typedef darwin_tag current_tag; -+#elif defined(BACKWARD_SYSTEM_FREEBSD) -+ typedef freebsd_tag current_tag; - #elif defined(BACKWARD_SYSTEM_WINDOWS) - typedef windows_tag current_tag; - #elif defined(BACKWARD_SYSTEM_UNKNOWN) -@@ -496,7 +509,7 @@ namespace backward { - #else - #error "You shall not pass, until you know what you want." - #endif --#elif defined(BACKWARD_SYSTEM_DARWIN) -+#elif defined(BACKWARD_SYSTEM_DARWIN) || defined(BACKWARD_SYSTEM_FREEBSD) - struct backtrace_symbol; - - #if BACKWARD_HAS_BACKTRACE_SYMBOL == 1 -@@ -654,7 +667,7 @@ namespace backward { - } - }; - --#if defined(BACKWARD_SYSTEM_LINUX) || defined(BACKWARD_SYSTEM_DARWIN) -+#if defined(BACKWARD_SYSTEM_LINUX) || defined(BACKWARD_SYSTEM_DARWIN) || defined(BACKWARD_SYSTEM_FREEBSD) - - template <> - struct demangler_impl<system_tag::current_tag> { -@@ -678,7 +691,7 @@ namespace backward { - size_t _demangle_buffer_length; - }; - --#endif // BACKWARD_SYSTEM_LINUX || BACKWARD_SYSTEM_DARWIN -+#endif // BACKWARD_SYSTEM_LINUX || BACKWARD_SYSTEM_DARWIN || defined(BACKWARD_SYSTEM_FREEBSD) - - struct demangler : public demangler_impl<system_tag::current_tag> {}; - -@@ -812,7 +825,7 @@ namespace backward { - // I like to keep little secret sometimes. - _thread_id = 0; - } --#elif defined(BACKWARD_SYSTEM_DARWIN) -+#elif defined(BACKWARD_SYSTEM_DARWIN) || defined(BACKWARD_SYSTEM_FREEBSD) - _thread_id = reinterpret_cast<size_t>(pthread_self()); - if (pthread_main_np() == 1) { - // If the thread is the main one, let's hide that. -@@ -1097,6 +1110,36 @@ namespace backward { - } - _stacktrace[index] = reinterpret_cast<void*>(ctx.data[16]); - ++index; -+#elif defined(__FreeBSD__) && defined(__x86_64__) -+ unw_getcontext(&ctx); -+ ctx.data[0] = uctx->uc_mcontext.mc_rax; -+ ctx.data[1] = uctx->uc_mcontext.mc_rbx; -+ ctx.data[2] = uctx->uc_mcontext.mc_rcx; -+ ctx.data[3] = uctx->uc_mcontext.mc_rdx; -+ ctx.data[4] = uctx->uc_mcontext.mc_rdi; -+ ctx.data[5] = uctx->uc_mcontext.mc_rsi; -+ ctx.data[6] = uctx->uc_mcontext.mc_rbp; -+ ctx.data[7] = uctx->uc_mcontext.mc_rsp; -+ ctx.data[8] = uctx->uc_mcontext.mc_r8; -+ ctx.data[9] = uctx->uc_mcontext.mc_r9; -+ ctx.data[10] = uctx->uc_mcontext.mc_r10; -+ ctx.data[11] = uctx->uc_mcontext.mc_r11; -+ ctx.data[12] = uctx->uc_mcontext.mc_r12; -+ ctx.data[13] = uctx->uc_mcontext.mc_r13; -+ ctx.data[14] = uctx->uc_mcontext.mc_r14; -+ ctx.data[15] = uctx->uc_mcontext.mc_r15; -+ ctx.data[16] = uctx->uc_mcontext.mc_rip; -+ -+ // If the IP is the same as the crash address we have a bad function -+ // dereference The caller's address is pointed to by %rsp, so we -+ // dereference that value and set it to be the next frame's IP. -+ if (uctx->uc_mcontext.mc_rip -+ == reinterpret_cast<__uint64_t>(error_addr())) { -+ ctx.data[16] -+ = *reinterpret_cast<__uint64_t*>(uctx->uc_mcontext.mc_rsp); -+ } -+ _stacktrace[index] = reinterpret_cast<void*>(ctx.data[16]); -+ ++index; - #elif defined(__APPLE__) - unw_getcontext(&ctx); - // TODO: Convert the ucontext_t to libunwind's unw_context_t like -@@ -1108,6 +1151,17 @@ namespace backward { - _stacktrace[index] - = reinterpret_cast<void*>(ctx.uc_mcontext->__ss.__eip); - ++index; -+#elif defined(__FreeBSD__) -+ unw_getcontext(&ctx); -+ // TODO: Convert the ucontext_t to libunwind's unw_context_t like -+ // we do in 64 bits -+ if (ctx.uc_mcontext.mc_eip -+ == reinterpret_cast<greg_t>(error_addr())) { -+ ctx.uc_mcontext.mc_eip = ctx.uc_mcontext.mc_esp; -+ } -+ _stacktrace[index] -+ = reinterpret_cast<void*>(ctx.uc_mcontext.mc_eip); -+ ++index; - #endif - } - -@@ -3659,7 +3713,7 @@ namespace backward { - - #endif // BACKWARD_SYSTEM_LINUX - --#ifdef BACKWARD_SYSTEM_DARWIN -+#if defined(BACKWARD_SYSTEM_DARWIN) || defined(BACKWARD_SYSTEM_FREEBSD) - - template <typename STACKTRACE_TAG> - class TraceResolverDarwinImpl; -@@ -3739,10 +3793,14 @@ namespace backward { - }; - - template <> -+#ifdef BACKWARD_SYSTEM_DARWIN - class TraceResolverImpl<system_tag::darwin_tag> -+#else // BACKWARD_SYSTEM_FREEBSD -+ class TraceResolverImpl<system_tag::freebsd_tag> -+#endif - : public TraceResolverDarwinImpl<trace_resolver_tag::current> {}; - --#endif // BACKWARD_SYSTEM_DARWIN -+#endif // BACKWARD_SYSTEM_DARWIN || BACKWARD_SYSTEM_FREEBSD - - #ifdef BACKWARD_SYSTEM_WINDOWS - -@@ -4408,7 +4466,7 @@ namespace backward { - - /*************** SIGNALS HANDLING ***************/ - --#if defined(BACKWARD_SYSTEM_LINUX) || defined(BACKWARD_SYSTEM_DARWIN) -+#if defined(BACKWARD_SYSTEM_LINUX) || defined(BACKWARD_SYSTEM_DARWIN) || defined(BACKWARD_SYSTEM_FREEBSD) - - class SignalHandling { - public: -@@ -4426,7 +4484,7 @@ namespace backward { - SIGTRAP, // Trace/breakpoint trap - SIGXCPU, // CPU time limit exceeded (4.2BSD) - SIGXFSZ, // File size limit exceeded (4.2BSD) --#if defined(BACKWARD_SYSTEM_DARWIN) -+#if defined(BACKWARD_SYSTEM_DARWIN) || defined(BACKWARD_SYSTEM_FREEBSD) - SIGEMT, // emulation instruction executed - #endif - }; -@@ -4496,6 +4554,8 @@ namespace backward { - #elif defined(__aarch64__) - #if defined(__APPLE__) - error_addr = reinterpret_cast<void*>(uctx->uc_mcontext->__ss.__pc); -+#elif defined(__FreeBSD__) -+ error_addr = reinterpret_cast<void*>(uctx->uc_mcontext.mc_pc); - #else - error_addr = reinterpret_cast<void*>(uctx->uc_mcontext.pc); - #endif -@@ -4511,8 +4571,12 @@ namespace backward { - error_addr = reinterpret_cast<void*>(uctx->uc_mcontext.psw.addr); - #elif defined(__APPLE__) && defined(__x86_64__) - error_addr = reinterpret_cast<void*>(uctx->uc_mcontext->__ss.__rip); -+#elif defined(__FreeBSD__) && defined(__x86_64__) -+ error_addr = reinterpret_cast<void*>(uctx->uc_mcontext.mc_rip); - #elif defined(__APPLE__) - error_addr = reinterpret_cast<void*>(uctx->uc_mcontext->__ss.__eip); -+#elif defined(__FreeBSD__) -+ error_addr = reinterpret_cast<void*>(uctx->uc_mcontext.mc_eip); - #else - #warning ":/ sorry, ain't know no nothing none not of your architecture!" - #endif -@@ -4555,7 +4619,7 @@ namespace backward { - } - }; - --#endif // BACKWARD_SYSTEM_LINUX || BACKWARD_SYSTEM_DARWIN -+#endif // BACKWARD_SYSTEM_LINUX || BACKWARD_SYSTEM_DARWIN || BACKWARD_SYSTEM_FREEBSD - - #ifdef BACKWARD_SYSTEM_WINDOWS - diff --git a/math/libsemigroups/pkg-plist b/math/libsemigroups/pkg-plist index fcb02d634ca2..b7c459743d83 100644 --- a/math/libsemigroups/pkg-plist +++ b/math/libsemigroups/pkg-plist @@ -4,7 +4,6 @@ include/libsemigroups/action.tpp include/libsemigroups/adapters.hpp include/libsemigroups/aho-corasick.hpp include/libsemigroups/aho-corasick.tpp -include/libsemigroups/backward-cpp/backward.hpp include/libsemigroups/bipart.hpp include/libsemigroups/bitset.hpp include/libsemigroups/bmat-adapters.hpp @@ -21,6 +20,8 @@ include/libsemigroups/cong.hpp include/libsemigroups/constants.hpp include/libsemigroups/debug.hpp include/libsemigroups/deprecated.hpp +include/libsemigroups/detail/aho-corasick-impl.hpp +include/libsemigroups/detail/aho-corasick-impl.tpp include/libsemigroups/detail/bruidhinn-traits.hpp include/libsemigroups/detail/citow.hpp include/libsemigroups/detail/cong-common-class.hpp @@ -33,6 +34,7 @@ include/libsemigroups/detail/felsch-tree.hpp include/libsemigroups/detail/fmt.hpp include/libsemigroups/detail/formatters.hpp include/libsemigroups/detail/function-ref.hpp +include/libsemigroups/detail/guard.hpp include/libsemigroups/detail/int-range.hpp include/libsemigroups/detail/iterator.hpp include/libsemigroups/detail/kambites-nf.hpp @@ -42,7 +44,7 @@ include/libsemigroups/detail/ke.hpp include/libsemigroups/detail/knuth-bendix-impl.hpp include/libsemigroups/detail/knuth-bendix-impl.tpp include/libsemigroups/detail/knuth-bendix-nf.hpp -include/libsemigroups/detail/multi-string-view.hpp +include/libsemigroups/detail/multi-view.hpp include/libsemigroups/detail/node-managed-graph.hpp include/libsemigroups/detail/node-managed-graph.tpp include/libsemigroups/detail/node-manager.hpp @@ -50,6 +52,7 @@ include/libsemigroups/detail/node-manager.tpp include/libsemigroups/detail/path-iterators.hpp include/libsemigroups/detail/path-iterators.tpp include/libsemigroups/detail/pool.hpp +include/libsemigroups/detail/print.hpp include/libsemigroups/detail/race.hpp include/libsemigroups/detail/report.hpp include/libsemigroups/detail/report.tpp @@ -67,6 +70,7 @@ include/libsemigroups/detail/word-iterators.hpp include/libsemigroups/dot.hpp include/libsemigroups/exception.hpp include/libsemigroups/forest.hpp +include/libsemigroups/forest.tpp include/libsemigroups/freeband.hpp include/libsemigroups/froidure-pin-base.hpp include/libsemigroups/froidure-pin.hpp @@ -74,7 +78,10 @@ include/libsemigroups/froidure-pin.tpp include/libsemigroups/gabow.hpp include/libsemigroups/gabow.tpp include/libsemigroups/hpcombi.hpp +include/libsemigroups/hpcombi.tpp include/libsemigroups/hpcombi/arch.hpp +include/libsemigroups/hpcombi/bmat16.hpp +include/libsemigroups/hpcombi/bmat16_impl.hpp include/libsemigroups/hpcombi/bmat8.hpp include/libsemigroups/hpcombi/bmat8_impl.hpp include/libsemigroups/hpcombi/builder.hpp @@ -87,29 +94,33 @@ include/libsemigroups/hpcombi/perm16_impl.hpp include/libsemigroups/hpcombi/perm_generic.hpp include/libsemigroups/hpcombi/perm_generic_impl.hpp include/libsemigroups/hpcombi/power.hpp -include/libsemigroups/hpcombi/simde/arm/neon.h -include/libsemigroups/hpcombi/simde/arm/sve.h -include/libsemigroups/hpcombi/simde/mips/msa.h -include/libsemigroups/hpcombi/simde/wasm/relaxed-simd.h -include/libsemigroups/hpcombi/simde/wasm/simd128.h -include/libsemigroups/hpcombi/simde/x86/avx.h -include/libsemigroups/hpcombi/simde/x86/avx2.h -include/libsemigroups/hpcombi/simde/x86/avx512.h -include/libsemigroups/hpcombi/simde/x86/clmul.h -include/libsemigroups/hpcombi/simde/x86/f16c.h -include/libsemigroups/hpcombi/simde/x86/fma.h -include/libsemigroups/hpcombi/simde/x86/gfni.h -include/libsemigroups/hpcombi/simde/x86/mmx.h -include/libsemigroups/hpcombi/simde/x86/sse.h -include/libsemigroups/hpcombi/simde/x86/sse2.h -include/libsemigroups/hpcombi/simde/x86/sse3.h -include/libsemigroups/hpcombi/simde/x86/sse4.1.h -include/libsemigroups/hpcombi/simde/x86/sse4.2.h -include/libsemigroups/hpcombi/simde/x86/ssse3.h -include/libsemigroups/hpcombi/simde/x86/svml.h -include/libsemigroups/hpcombi/simde/x86/xop.h +include/libsemigroups/hpcombi/simde-0.8.2/arm/neon.h +include/libsemigroups/hpcombi/simde-0.8.2/arm/sve.h +include/libsemigroups/hpcombi/simde-0.8.2/mips/msa.h +include/libsemigroups/hpcombi/simde-0.8.2/wasm/relaxed-simd.h +include/libsemigroups/hpcombi/simde-0.8.2/wasm/simd128.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/aes.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/avx.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/avx2.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/avx512.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/clmul.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/f16c.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/fma.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/gfni.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/mmx.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/sse.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/sse2.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/sse3.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/sse4.1.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/sse4.2.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/ssse3.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/svml.h +include/libsemigroups/hpcombi/simde-0.8.2/x86/xop.h include/libsemigroups/hpcombi/vect16.hpp include/libsemigroups/hpcombi/vect_generic.hpp +include/libsemigroups/is-transf.hpp +include/libsemigroups/is-transf.tpp +include/libsemigroups/is_specialization_of.hpp include/libsemigroups/kambites-class.hpp include/libsemigroups/kambites-class.tpp include/libsemigroups/kambites-helpers.hpp @@ -134,6 +145,9 @@ include/libsemigroups/magic_enum/magic_enum_utility.hpp include/libsemigroups/matrix.hpp include/libsemigroups/obvinf.hpp include/libsemigroups/order.hpp +include/libsemigroups/order.tpp +include/libsemigroups/paths-count.hpp +include/libsemigroups/paths-count.tpp include/libsemigroups/paths.hpp include/libsemigroups/paths.tpp include/libsemigroups/pbr.hpp @@ -160,6 +174,8 @@ include/libsemigroups/to-presentation.hpp include/libsemigroups/to-presentation.tpp include/libsemigroups/to-todd-coxeter.hpp include/libsemigroups/to-todd-coxeter.tpp +include/libsemigroups/to-word-graph.hpp +include/libsemigroups/to-word-graph.tpp include/libsemigroups/todd-coxeter-class.hpp include/libsemigroups/todd-coxeter-class.tpp include/libsemigroups/todd-coxeter-helpers.hpp @@ -170,6 +186,10 @@ include/libsemigroups/transf.tpp include/libsemigroups/types.hpp include/libsemigroups/ukkonen.hpp include/libsemigroups/ukkonen.tpp +include/libsemigroups/word-graph-helpers.hpp +include/libsemigroups/word-graph-helpers.tpp +include/libsemigroups/word-graph-view.hpp +include/libsemigroups/word-graph-view.tpp include/libsemigroups/word-graph.hpp include/libsemigroups/word-graph.tpp include/libsemigroups/word-range.hpp diff --git a/math/libsharp2/Makefile b/math/libsharp2/Makefile deleted file mode 100644 index cd0d2a2a3644..000000000000 --- a/math/libsharp2/Makefile +++ /dev/null @@ -1,24 +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 - -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/libxlsxwriter/Makefile b/math/libxlsxwriter/Makefile index 47019c9f27ab..5069e70bdb61 100644 --- a/math/libxlsxwriter/Makefile +++ b/math/libxlsxwriter/Makefile @@ -1,6 +1,6 @@ PORTNAME= libxlsxwriter DISTVERSIONPREFIX= v -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.3 CATEGORIES= math devel MAINTAINER= bapt@FreeBSD.org diff --git a/math/libxlsxwriter/distinfo b/math/libxlsxwriter/distinfo index 96e4d3e27a96..8125b21d5bed 100644 --- a/math/libxlsxwriter/distinfo +++ b/math/libxlsxwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741521284 -SHA256 (jmcnamara-libxlsxwriter-v1.2.1_GH0.tar.gz) = f3a43fb6b4dab2d65bcbce56088f58c94a8ae7fb5746106c069d77ef87794a24 -SIZE (jmcnamara-libxlsxwriter-v1.2.1_GH0.tar.gz) = 21839118 +TIMESTAMP = 1762350644 +SHA256 (jmcnamara-libxlsxwriter-v1.2.3_GH0.tar.gz) = 63f070c19c97ce4d5dfcbc1fa8cc5237d4c9decf39341a31188dbdceef93b542 +SIZE (jmcnamara-libxlsxwriter-v1.2.3_GH0.tar.gz) = 21908738 diff --git a/math/libxlsxwriter/pkg-plist b/math/libxlsxwriter/pkg-plist index 401603aabf9d..d9c14317dadd 100644 --- a/math/libxlsxwriter/pkg-plist +++ b/math/libxlsxwriter/pkg-plist @@ -34,5 +34,5 @@ include/xlsxwriter/workbook.h include/xlsxwriter/worksheet.h include/xlsxwriter/xmlwriter.h lib/libxlsxwriter.so -lib/libxlsxwriter.so.8 +lib/libxlsxwriter.so.10 libdata/pkgconfig/xlsxwriter.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/lis/Makefile b/math/lis/Makefile index 9cc0da21f7cd..ab7ea5513b1d 100644 --- a/math/lis/Makefile +++ b/math/lis/Makefile @@ -1,5 +1,5 @@ PORTNAME= lis -DISTVERSION= 2.1.8 +DISTVERSION= 2.1.10 CATEGORIES= math MASTER_SITES= https://www.ssisc.org/lis/dl/ diff --git a/math/lis/distinfo b/math/lis/distinfo index 5e43ab6b0324..c2d52531df0b 100644 --- a/math/lis/distinfo +++ b/math/lis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742197321 -SHA256 (lis-2.1.8.zip) = d486b65b822d2e1ebd10853afc2cb076a4a11831f1c8fa060bbbb1d9472a025a -SIZE (lis-2.1.8.zip) = 3966950 +TIMESTAMP = 1764494037 +SHA256 (lis-2.1.10.zip) = 14f72c1c277593447255c7c1e62873739850c540bb00774fe67bbe816c85d775 +SIZE (lis-2.1.10.zip) = 3968322 diff --git a/math/lmfit/Makefile b/math/lmfit/Makefile index efd8b1b0dff4..e2136ff525b6 100644 --- a/math/lmfit/Makefile +++ b/math/lmfit/Makefile @@ -1,5 +1,5 @@ PORTNAME= lmfit -DISTVERSION= 9.0 +DISTVERSION= 10.0 CATEGORIES= math MASTER_SITES= https://jugit.fz-juelich.de/mlz/${PORTNAME}/-/archive/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-v${DISTVERSION} @@ -23,4 +23,6 @@ CMAKE_TESTING_ON= BUILD_TESTING OPTIONS_DEFINE= DOCS PORTDOCS= * +# tests as of 10.0 fail: 100% tests passed, 0 tests failed out of 3 + .include <bsd.port.mk> diff --git a/math/lmfit/distinfo b/math/lmfit/distinfo index 297874a06a49..a02e392faff8 100644 --- a/math/lmfit/distinfo +++ b/math/lmfit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674550325 -SHA256 (lmfit-v9.0.tar.gz) = 2e854c4b0a8f0ecddd4b8a63cfb8266ace02d191c4362762cb80aa84e781b0c3 -SIZE (lmfit-v9.0.tar.gz) = 36686 +TIMESTAMP = 1764046230 +SHA256 (lmfit-v10.0.tar.gz) = ac8d5c36a168d5e09b2cd128b752b704a0572c4c29afa8bbff0894eb721482f3 +SIZE (lmfit-v10.0.tar.gz) = 36887 diff --git a/math/lmfit/pkg-plist b/math/lmfit/pkg-plist index 5be0a2f8a774..91e72f00e8dd 100644 --- a/math/lmfit/pkg-plist +++ b/math/lmfit/pkg-plist @@ -4,9 +4,13 @@ include/lmdecls.h include/lmfit.hpp include/lmmin.h include/lmstruct.h +lib/cmake/lmfit/lmfitConfig.cmake +lib/cmake/lmfit/lmfitConfigVersion.cmake +lib/cmake/lmfit/lmfitTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/lmfit/lmfitTargets.cmake lib/liblmfit.so -lib/liblmfit.so.9 -lib/liblmfit.so.9.0.0 +lib/liblmfit.so.10 +lib/liblmfit.so.10.0.0 libdata/pkgconfig/lmfit.pc share/man/man3/lmcurve.3.gz share/man/man3/lmcurve2.3.gz diff --git a/math/manifold/Makefile b/math/manifold/Makefile index f15d9c8f5851..42acb06a93ef 100644 --- a/math/manifold/Makefile +++ b/math/manifold/Makefile @@ -1,47 +1,69 @@ PORTNAME= manifold -DISTVERSIONPREFIX=v -DISTVERSION= 3.0.1 -CATEGORIES= math cad +DISTVERSION= 3.3.2 +CATEGORIES= math cad graphics +MASTER_SITES= https://github.com/elalish/${PORTNAME}/releases/download/v${DISTVERSION}/ -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= FreeBSD@Shaneware.biz COMMENT= Geometry library for topological robustness WWW= https://github.com/elalish/manifold LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -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 +TEST_DEPENDS= googletest>0:devel/googletest +USES= cmake:testing compiler:c++17-lang 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 +EXTRACT_AFTER_ARGS= --exclude ${PORTNAME}-${DISTVERSION}/samples \ + --no-same-owner --no-same-permissions +.if make(test) +EXTRACT_AFTER_ARGS= --include ${PORTNAME}-${DISTVERSION}/samples \ + --no-same-owner --no-same-permissions .endif -do-test: - (cd ${BUILD_WRKSRC}/test && ./manifold_test) +PLIST_SUB+= VERS=${DISTVERSION} + +CMAKE_TESTING_ON= MANIFOLD_TEST + +CMAKE_OFF= MANIFOLD_DOWNLOADS \ + MANIFOLD_FUZZ \ + MANIFOLD_JSBIND \ + MANIFOLD_TEST \ + TRACY_ENABLE +CMAKE_ON= BUILD_SHARED_LIBS + +OPTIONS_DEFINE= CBIND CROSS PARA PYBIND TEST_EXPORT +OPTIONS_DEFAULT= CBIND CROSS PARA +OPTIONS_SUB= yes + +CBIND_DESC= Enable C FFI binding +CROSS_DESC= Enable CrossSection for 2D support +PARA_DESC= Enable multi-thread parallelization +PYBIND_DESC= Enable python binding +TEST_EXPORT_DESC= Enable export of models from tests + +CBIND_IMPLIES= CROSS +CBIND_CMAKE_BOOL= MANIFOLD_CBIND + +CROSS_LIB_DEPENDS= libClipper2.so:cad/Clipper2 +CROSS_CMAKE_BOOL= MANIFOLD_CROSS_SECTION + +PARA_LIB_DEPENDS= libtbb.so:devel/onetbb +PARA_CMAKE_BOOL= MANIFOLD_PAR + +PYBIND_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nanobind>0:devel/py-nanobind@${PY_FLAVOR} +PYBIND_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nanobind>0:devel/py-nanobind@${PY_FLAVOR} +PYBIND_USES= python +PYBIND_CMAKE_BOOL= MANIFOLD_PYBIND +PYBIND_IMPLIES= CROSS + +TEST_EXPORT_LIB_DEPENDS=libassimp.so:multimedia/assimp +TEST_EXPORT_CMAKE_BOOL= MANIFOLD_EXPORT + +pre-test: + @if [ ! -d ${WRKDIR}/samples ]; then \ + (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} -C ${EXTRACT_WRKDIR} ${EXTRACT_AFTER_ARGS}) ;\ + fi .include <bsd.port.mk> diff --git a/math/manifold/distinfo b/math/manifold/distinfo index a4cd858e490e..a65f3a7e5ca9 100644 --- a/math/manifold/distinfo +++ b/math/manifold/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745870160 -SHA256 (elalish-manifold-v3.0.1_GH0.tar.gz) = 5e84fdaab7933a00fb4279a9bbe2885e94db3adfc45a2ef56ae35abfe5e6ea43 -SIZE (elalish-manifold-v3.0.1_GH0.tar.gz) = 29248289 +TIMESTAMP = 1767228149 +SHA256 (manifold-3.3.2.tar.gz) = efdae7cd75aabab20fa2673603a9ac263d5b48912559664dde37f5d9e85eced8 +SIZE (manifold-3.3.2.tar.gz) = 29657433 diff --git a/math/manifold/files/patch-CMakeLists.txt b/math/manifold/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..c07bf9fcead7 --- /dev/null +++ b/math/manifold/files/patch-CMakeLists.txt @@ -0,0 +1,23 @@ +--- CMakeLists.txt.orig 2025-11-15 08:41:27 UTC ++++ CMakeLists.txt +@@ -171,13 +171,13 @@ else() + endif() + endif() + list(APPEND MANIFOLD_FLAGS ${WARNING_FLAGS}) +- if( +- MANIFOLD_OPTIMIZED +- OR "${CMAKE_BUILD_TYPE}" STREQUAL "Release" +- OR "${CMAKE_BUILD_TYPE}" STREQUAL "RelWithDebInfo" +- ) +- list(APPEND MANIFOLD_FLAGS -O3) +- endif() ++# if( ++# MANIFOLD_OPTIMIZED ++# OR "${CMAKE_BUILD_TYPE}" STREQUAL "Release" ++# OR "${CMAKE_BUILD_TYPE}" STREQUAL "RelWithDebInfo" ++# ) ++# list(APPEND MANIFOLD_FLAGS -O3) ++# endif() + if("${CMAKE_BUILD_TYPE}" STREQUAL "RelWithDebInfo") + list(APPEND MANIFOLD_FLAGS -fno-omit-frame-pointer) + endif() diff --git a/math/manifold/pkg-descr b/math/manifold/pkg-descr index d6f869216234..07443d902acc 100644 --- a/math/manifold/pkg-descr +++ b/math/manifold/pkg-descr @@ -1,6 +1,4 @@ -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 . +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. diff --git a/math/manifold/pkg-plist b/math/manifold/pkg-plist index 9849cdeaa722..6b1a585c6d2c 100644 --- a/math/manifold/pkg-plist +++ b/math/manifold/pkg-plist @@ -2,16 +2,23 @@ include/manifold/common.h include/manifold/cross_section.h include/manifold/linalg.h include/manifold/manifold.h +%%CBIND%%include/manifold/manifoldc.h include/manifold/meshIO.h include/manifold/optional_assert.h include/manifold/polygon.h +%%CBIND%%include/manifold/types.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-release.cmake lib/cmake/manifold/manifoldTargets.cmake lib/libmanifold.so lib/libmanifold.so.3 -lib/libmanifold.so.3.0.1 +lib/libmanifold.so.%%VERS%% +%%CBIND%%lib/libmanifoldc.so +%%CBIND%%lib/libmanifoldc.so.3 +%%CBIND%%lib/libmanifoldc.so.%%VERS%% libdata/pkgconfig/manifold.pc +%%PYBIND%%%%PYTHON_SITELIBDIR%%/manifold3d%%PYTHON_TAG%%.so +%%PYBIND%%%%PYTHON_SITELIBDIR%%/manifold3d.pyi 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/mathgl/Makefile b/math/mathgl/Makefile index 9aa2dd5a11c0..0e3476a820ca 100644 --- a/math/mathgl/Makefile +++ b/math/mathgl/Makefile @@ -1,6 +1,6 @@ PORTNAME= mathgl DISTVERSION= 2.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/ diff --git a/math/mathicsscript/Makefile b/math/mathicsscript/Makefile index dcdde074235f..1e49649895c0 100644 --- a/math/mathicsscript/Makefile +++ b/math/mathicsscript/Makefile @@ -1,6 +1,6 @@ PORTNAME= mathicsscript -PORTVERSION= 8.0.0 -PORTREVISION= 2 +PORTVERSION= 9.0.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI @@ -8,23 +8,27 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Terminal CLI to Mathics WWW= https://mathics.org/ -LICENSE= GPLv3 +LICENSE= GPLv3+ -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Mathics3>0:math/py-mathics \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}Mathics3>0:math/py-mathics \ ${PYTHON_PKGNAMEPREFIX}mathics_pygments>0:textproc/py-mathics-pygments \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}columnize>0:devel/py-columnize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}term-background>0:deskutils/py-term-background@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Mathics3>0:math/py-mathics \ +RUN_DEPENDS= asy:math/asymptote \ + ${PYTHON_PKGNAMEPREFIX}Mathics3>0:math/py-mathics \ ${PYTHON_PKGNAMEPREFIX}mathics_pygments>0:textproc/py-mathics-pygments \ ${PYTHON_PKGNAMEPREFIX}qt6>0:devel/py-qt6@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cson>0:devel/py-cson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml>0:textproc/py-pyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Mathics_Scanner>0:math/py-mathics-scanner \ ${PYTHON_PKGNAMEPREFIX}networkx>2.5:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}columnize>0:devel/py-columnize@${PY_FLAVOR} \ @@ -39,7 +43,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} #GH_ACCOUNT= Mathics3 USES= python readline shebangfix -USE_PYTHON= distutils noflavors +USE_PYTHON= noflavors pep517 SHEBANG_GLOB= *.py MAKE_ENV+= PYTHON=${PYTHON_CMD} diff --git a/math/mathicsscript/distinfo b/math/mathicsscript/distinfo index 8fedfe84f32f..916ef74cc577 100644 --- a/math/mathicsscript/distinfo +++ b/math/mathicsscript/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738056778 -SHA256 (mathicsscript-8.0.0.tar.gz) = 84a9dc55580d07a9616d7549745583086a5de75ee25cb5f68ae5aab44e1a518b -SIZE (mathicsscript-8.0.0.tar.gz) = 66662 +TIMESTAMP = 1756917847 +SHA256 (mathicsscript-9.0.0.tar.gz) = 3115fb57a1311e1fe392428355b740b9b6ec46489339baaeea904554ebda555d +SIZE (mathicsscript-9.0.0.tar.gz) = 73147 diff --git a/math/mathicsscript/files/patch-pyproject.toml b/math/mathicsscript/files/patch-pyproject.toml new file mode 100644 index 000000000000..de9923401be0 --- /dev/null +++ b/math/mathicsscript/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-29 10:04:46 UTC ++++ pyproject.toml +@@ -24,7 +24,7 @@ readme = "README.rst" + ] + requires-python = ">=3.10" + readme = "README.rst" +-license = "GPL-3.0-or-later" ++license = {text = "GPL-3.0-or-later"} + keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"] + maintainers = [ + {name = "Mathics3 Group"}, diff --git a/math/mathicsscript/pkg-plist b/math/mathicsscript/pkg-plist index 413fe581bf20..643ac4dca3ef 100644 --- a/math/mathicsscript/pkg-plist +++ b/math/mathicsscript/pkg-plist @@ -1,35 +1,42 @@ bin/fake_psviewer.py bin/mathicsscript +%%PYTHON_SITELIBDIR%%/mathicsscript-9.0.0.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/mathicsscript-9.0.0.dist-info/RECORD +%%PYTHON_SITELIBDIR%%/mathicsscript-9.0.0.dist-info/WHEEL +%%PYTHON_SITELIBDIR%%/mathicsscript-9.0.0.dist-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/mathicsscript-9.0.0.dist-info/top_level.txt %%PYTHON_SITELIBDIR%%/mathicsscript/__init__.py %%PYTHON_SITELIBDIR%%/mathicsscript/__main__.py -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__main__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__main__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/asymptote.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/asymptote.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/bindkeys.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/bindkeys.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/completion.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/completion.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/fake_psviewer.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/fake_psviewer.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format-next.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format-next.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format-try.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format-try.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/settings.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/settings.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_gnu.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_gnu.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_prompt.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_prompt.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__main__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/__main__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/asymptote%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/asymptote%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/bindkeys%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/bindkeys%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/completion%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/completion%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/fake_psviewer%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/fake_psviewer%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format-next%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format-next%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format-try%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format-try%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/format%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/interrupt%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/interrupt%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/settings%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/settings%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_gnu%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_gnu%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_prompt%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/termshell_prompt%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/version%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathicsscript/__pycache__/version%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathicsscript/asymptote.py %%PYTHON_SITELIBDIR%%/mathicsscript/autoload/settings.m %%PYTHON_SITELIBDIR%%/mathicsscript/bindkeys.py @@ -42,6 +49,7 @@ bin/mathicsscript %%PYTHON_SITELIBDIR%%/mathicsscript/format-next.py %%PYTHON_SITELIBDIR%%/mathicsscript/format-try.py %%PYTHON_SITELIBDIR%%/mathicsscript/format.py +%%PYTHON_SITELIBDIR%%/mathicsscript/interrupt.py %%PYTHON_SITELIBDIR%%/mathicsscript/settings.py %%PYTHON_SITELIBDIR%%/mathicsscript/termshell.py %%PYTHON_SITELIBDIR%%/mathicsscript/termshell_gnu.py diff --git a/math/mathmod/Makefile b/math/mathmod/Makefile index c9138d81619b..fbcf4f1c6b0a 100644 --- a/math/mathmod/Makefile +++ b/math/mathmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= MathMod -PORTVERSION= 12.1 +PORTVERSION= 13.0 CATEGORIES= math graphics MAINTAINER= thierry@FreeBSD.org diff --git a/math/mathmod/distinfo b/math/mathmod/distinfo index 4a63a2d66955..2c247f4066c3 100644 --- a/math/mathmod/distinfo +++ b/math/mathmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744369812 -SHA256 (parisolab-mathmod-12.1_GH0.tar.gz) = 13e99550a1982f7d06a3c82e46defa6221505682647488ba91b8e3d60698a443 -SIZE (parisolab-mathmod-12.1_GH0.tar.gz) = 9475468 +TIMESTAMP = 1761935042 +SHA256 (parisolab-mathmod-13.0_GH0.tar.gz) = b14fa6821d77550723f3bde134169b8a0eacb827cb8be63c68baf38b076864c1 +SIZE (parisolab-mathmod-13.0_GH0.tar.gz) = 9407320 diff --git a/math/matio/Makefile b/math/matio/Makefile index 92ca01515805..40156ec1553e 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -1,5 +1,5 @@ PORTNAME= matio -PORTVERSION= 1.5.28 +PORTVERSION= 1.5.30 CATEGORIES= math MASTER_SITES= SF @@ -16,7 +16,7 @@ CPE_VENDOR= matio_project GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -PLIST_SUB= SHLIB_VER=13.0.1 +PLIST_SUB= SHLIB_VER=14.0.0 OPTIONS_DEFINE= HDF5 OPTIONS_DEFAULT= HDF5 diff --git a/math/matio/distinfo b/math/matio/distinfo index 5ba67b4e7bf2..01ce52990fd3 100644 --- a/math/matio/distinfo +++ b/math/matio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730366729 -SHA256 (matio-1.5.28.tar.gz) = 9da698934a21569af058e6348564666f45029e6c2b0878ca0d8f9609bf77b8d8 -SIZE (matio-1.5.28.tar.gz) = 10128014 +TIMESTAMP = 1768574448 +SHA256 (matio-1.5.30.tar.gz) = 8bd3b9477042ecc00dd71c04762fa58468e14cccc32fd8c6826c2da1e8bc3107 +SIZE (matio-1.5.30.tar.gz) = 10185955 diff --git a/math/matio/pkg-plist b/math/matio/pkg-plist index 701f867ca009..25c407c20f73 100644 --- a/math/matio/pkg-plist +++ b/math/matio/pkg-plist @@ -3,7 +3,7 @@ include/matio.h include/matio_pubconf.h lib/libmatio.a lib/libmatio.so -lib/libmatio.so.13 +lib/libmatio.so.14 lib/libmatio.so.%%SHLIB_VER%% libdata/pkgconfig/matio.pc share/man/man3/Mat_Close.3.gz @@ -19,6 +19,7 @@ share/man/man3/Mat_Rewind.3.gz share/man/man3/Mat_VarAddStructField.3.gz share/man/man3/Mat_VarCreate.3.gz share/man/man3/Mat_VarCreateStruct.3.gz +share/man/man3/Mat_VarCreateStruct2.3.gz share/man/man3/Mat_VarDelete.3.gz share/man/man3/Mat_VarFree.3.gz share/man/man3/Mat_VarGetNumberOfFields.3.gz diff --git a/math/maxima/Makefile b/math/maxima/Makefile index dd5c2b7b4532..0606416ac983 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,10 +1,9 @@ PORTNAME= maxima -DISTVERSION= 5.47.0 -PORTREVISION= 24 +DISTVERSION= 5.49.0 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source -MAINTAINER= uzsolt@FreeBSD.org +MAINTAINER= tiga@FreeBSD.org COMMENT= Symbolic mathematics program WWW= http://maxima.sourceforge.net/ @@ -29,8 +28,8 @@ TEST_TARGET= check BINARY_ALIAS= expr=gexpr -INFO= imaxima maxima xmaxima abs_integrate drawutils kovacicODE logic \ - nelder_mead symplectic_ode +INFO= imaxima maxima abs_integrate drawutils guess kovacicODE logic \ + mathml nelder_mead raddenest symplectic_ode PLIST_SUB+= PORTVERSION=${PORTVERSION} PORTDATA= * @@ -95,6 +94,7 @@ XMAXIMA_IMPLIES= DOCS TEST XMAXIMA_USES= tk XMAXIMA_CONFIGURE_WITH= wish=${WISH} XMAXIMA_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-interfaces_Makefile.am +XMAXIMA_INFO= xmaxima post-patch: ${GREP} -Fe '.core' -l -r ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} 's;\.core;_core;g' @@ -109,7 +109,6 @@ post-patch-XMAXIMA-on: ${WRKSRC}/interfaces/xmaxima/Tkmaxima/Paths.tcl post-configure: - ${REINPLACE_CMD} '/ld-flags/s|" |"|' ${WRKSRC}/src/autoconf-variables.lisp ${REINPLACE_CMD} '/ld-flags/s| ")|")|' ${WRKSRC}/src/autoconf-variables.lisp pre-build-CCL-on: @@ -118,6 +117,9 @@ pre-build-CCL-on: post-build-MANPAGES-on: ${GZIP_CMD} ${WRKSRC}/doc/man/maxima.1 +post-build-XMAXIMA-on: + ${REINPLACE_CMD} "s;$$::xmaxima_priv(pReferenceToc);::xmaxima_priv(pReferenceToc);g" ${WRKSRC}/interfaces/xmaxima/xmaxima + post-install: for x in "" "-1" "-2" "-3"; do ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima.info$$x ${STAGEDIR}${PREFIX}/${INFO_PATH}; done ${INSTALL_MAN} ${WRKSRC}/doc/info/maxima-index.lisp ${STAGEDIR}${PREFIX}/${INFO_PATH} diff --git a/math/maxima/distinfo b/math/maxima/distinfo index 891860f31cf1..91ef5b5e1e8b 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 = 1770151639 +SHA256 (maxima-5.49.0.tar.gz) = 6d401a4aa307cd3a5a9cadca4fa96c4ef0e24ff95a18bb6a8f803e3d2114adee +SIZE (maxima-5.49.0.tar.gz) = 46501040 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..4986fdf117fe 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%% +%%ECL%%%%XMAXIMA%%share/applications/X%%BINNAME%%.desktop share/bash-completion/completions/maxima share/bash-completion/completions/rmaxima share/bash-completion/completions/xmaxima @@ -23,13 +25,12 @@ 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 +%%ECL%%%%XMAXIMA%%share/icons/text-x-%%BINNAME%%-out.svg +%%ECL%%%%XMAXIMA%%share/icons/text-x-%%BINNAME%%session.svg +%%ECL%%%%XMAXIMA%%share/icons/x%%BINNAME%%.png +%%ECL%%%%XMAXIMA%%share/icons/x%%BINNAME%%.svg 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 +%%ECL%%%%XMAXIMA%%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/mcsim/Makefile b/math/mcsim/Makefile index 84573dbdaff0..5569f3c6330a 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,6 +1,6 @@ PORTNAME= mcsim PORTVERSION= 6.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/mdal/Makefile b/math/mdal/Makefile index 7de33d701234..a2d5099e06fc 100644 --- a/math/mdal/Makefile +++ b/math/mdal/Makefile @@ -1,7 +1,6 @@ PORTNAME= mdal DISTVERSIONPREFIX= release- -DISTVERSION= 1.2.0 -PORTREVISION= 3 +DISTVERSION= 1.3.1 CATEGORIES= math geography MAINTAINER= wen@FreeBSD.org @@ -14,12 +13,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/mdal/distinfo b/math/mdal/distinfo index 68030c466242..ac54efbc281d 100644 --- a/math/mdal/distinfo +++ b/math/mdal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716859101 -SHA256 (lutraconsulting-MDAL-release-1.2.0_GH0.tar.gz) = d97ac5543daf25c388dee770d0b14d6462e5e596b502b5314018c056aeea7919 -SIZE (lutraconsulting-MDAL-release-1.2.0_GH0.tar.gz) = 88009275 +TIMESTAMP = 1757039653 +SHA256 (lutraconsulting-MDAL-release-1.3.1_GH0.tar.gz) = 86431efe97680201583ba0491ecd110e2c50d006134cd02ff8b9630123cda998 +SIZE (lutraconsulting-MDAL-release-1.3.1_GH0.tar.gz) = 88023474 diff --git a/math/mfem/Makefile b/math/mfem/Makefile index 4982ae01cb02..7434da47b5d9 100644 --- a/math/mfem/Makefile +++ b/math/mfem/Makefile @@ -1,7 +1,6 @@ PORTNAME= mfem DISTVERSIONPREFIX= v -DISTVERSION= 4.7 -PORTREVISION= 1 +DISTVERSION= 4.8 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/mfem/distinfo b/math/mfem/distinfo index b1f0f1520b57..1e2c9487adf4 100644 --- a/math/mfem/distinfo +++ b/math/mfem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737154420 -SHA256 (mfem-mfem-v4.7_GH0.tar.gz) = 731bc2665c13d4099f9c9c946eb83ab07cd2e78a9575d4fa62a96cdb40d6ba0f -SIZE (mfem-mfem-v4.7_GH0.tar.gz) = 3808224 +TIMESTAMP = 1761889800 +SHA256 (mfem-mfem-v4.8_GH0.tar.gz) = 65472f732d273832c64b2c39460649dd862df674222c71bfa82cf2da76705052 +SIZE (mfem-mfem-v4.8_GH0.tar.gz) = 4126493 diff --git a/math/mfem/pkg-plist b/math/mfem/pkg-plist index f92dbc093847..b87869c1dcfc 100644 --- a/math/mfem/pkg-plist +++ b/math/mfem/pkg-plist @@ -32,6 +32,7 @@ include/mfem/fem/dgmassinv.hpp include/mfem/fem/dgmassinv_kernels.hpp include/mfem/fem/doftrans.hpp include/mfem/fem/eltrans.hpp +include/mfem/fem/eltrans/eltrans_basis.hpp include/mfem/fem/estimators.hpp include/mfem/fem/fe.hpp include/mfem/fem/fe/face_map_utils.hpp @@ -42,6 +43,7 @@ include/mfem/fem/fe/fe_l2.hpp include/mfem/fem/fe/fe_nd.hpp include/mfem/fem/fe/fe_nurbs.hpp include/mfem/fem/fe/fe_pos.hpp +include/mfem/fem/fe/fe_pyramid.hpp include/mfem/fem/fe/fe_rt.hpp include/mfem/fem/fe/fe_ser.hpp include/mfem/fem/fe_coll.hpp @@ -54,6 +56,7 @@ include/mfem/fem/geom.hpp include/mfem/fem/gridfunc.hpp include/mfem/fem/gslib.hpp include/mfem/fem/hybridization.hpp +include/mfem/fem/hybridization_ext.hpp include/mfem/fem/hyperbolic.hpp include/mfem/fem/integ/bilininteg_diffusion_kernels.hpp include/mfem/fem/integ/bilininteg_elasticity_kernels.hpp @@ -61,9 +64,12 @@ include/mfem/fem/integ/bilininteg_hcurl_kernels.hpp include/mfem/fem/integ/bilininteg_hcurlhdiv_kernels.hpp include/mfem/fem/integ/bilininteg_hdiv_kernels.hpp include/mfem/fem/integ/bilininteg_mass_kernels.hpp +include/mfem/fem/integrator.hpp include/mfem/fem/intrules.hpp include/mfem/fem/intrules_cut.hpp include/mfem/fem/kdtree.hpp +include/mfem/fem/kernel_dispatch.hpp +include/mfem/fem/kernel_reporter.hpp include/mfem/fem/kernels.hpp include/mfem/fem/linearform.hpp include/mfem/fem/linearform_ext.hpp @@ -97,8 +103,8 @@ include/mfem/fem/plinearform.hpp include/mfem/fem/pnonlinearform.hpp include/mfem/fem/prestriction.hpp include/mfem/fem/qfunction.hpp -include/mfem/fem/qinterp/dispatch.hpp include/mfem/fem/qinterp/eval.hpp +include/mfem/fem/qinterp/eval_hdiv.hpp include/mfem/fem/qinterp/grad.hpp include/mfem/fem/qspace.hpp include/mfem/fem/quadinterpolator.hpp @@ -142,6 +148,7 @@ include/mfem/general/mem_manager.hpp include/mfem/general/occa.hpp include/mfem/general/optparser.hpp include/mfem/general/osockstream.hpp +include/mfem/general/reducers.hpp include/mfem/general/sets.hpp include/mfem/general/socketstream.hpp include/mfem/general/sort_pairs.hpp @@ -154,6 +161,11 @@ include/mfem/general/version.hpp include/mfem/general/zstr.hpp include/mfem/linalg/amgxsolver.hpp include/mfem/linalg/auxiliary.hpp +include/mfem/linalg/batched/batched.hpp +include/mfem/linalg/batched/gpu_blas.hpp +include/mfem/linalg/batched/magma.hpp +include/mfem/linalg/batched/native.hpp +include/mfem/linalg/batched/solver.hpp include/mfem/linalg/blockmatrix.hpp include/mfem/linalg/blockoperator.hpp include/mfem/linalg/blockvector.hpp @@ -172,8 +184,10 @@ include/mfem/linalg/hypre.hpp include/mfem/linalg/hypre_parcsr.hpp include/mfem/linalg/invariants.hpp include/mfem/linalg/kernels.hpp +include/mfem/linalg/lapack.hpp include/mfem/linalg/linalg.hpp include/mfem/linalg/matrix.hpp +include/mfem/linalg/mma.hpp include/mfem/linalg/mumps.hpp include/mfem/linalg/ode.hpp include/mfem/linalg/operator.hpp @@ -223,6 +237,8 @@ include/mfem/mesh/pyramid.hpp include/mfem/mesh/quadrilateral.hpp include/mfem/mesh/segment.hpp include/mfem/mesh/spacing.hpp +include/mfem/mesh/submesh/ncsubmesh.hpp +include/mfem/mesh/submesh/pncsubmesh.hpp include/mfem/mesh/submesh/psubmesh.hpp include/mfem/mesh/submesh/ptransfermap.hpp include/mfem/mesh/submesh/submesh.hpp @@ -238,10 +254,12 @@ include/mfem/mesh/wedge.hpp include/mfem/mfem-performance.hpp include/mfem/mfem.hpp lib/cmake/mfem/MFEMConfig.cmake +lib/cmake/mfem/MFEMConfig.cmake.bak lib/cmake/mfem/MFEMConfigVersion.cmake lib/cmake/mfem/MFEMTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mfem/MFEMTargets.cmake lib/libmfem.so -lib/libmfem.so.4.7.0 +lib/libmfem.so.4.8.0 %%DATADIR%%/config.mk %%DATADIR%%/test.mk +@dir include/mfem/fem/gslib diff --git a/math/minorminer/Makefile b/math/minorminer/Makefile index 33c5a146e73b..0777a36fd02b 100644 --- a/math/minorminer/Makefile +++ b/math/minorminer/Makefile @@ -1,5 +1,5 @@ PORTNAME= minorminer -DISTVERSION= 0.2.16 +DISTVERSION= 0.2.19 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -26,4 +26,6 @@ do-install: # workaround for https://github.com/dwavesystems/minorminer/issues/2 post-test: @cd ${BUILD_WRKSRC}/tests && ./run_tests +# tests as of 0.2.19: 34 tests from 4 test suites ran. (5 ms total) + .include <bsd.port.mk> diff --git a/math/minorminer/distinfo b/math/minorminer/distinfo index 89c27dfb3055..219afc25b2fc 100644 --- a/math/minorminer/distinfo +++ b/math/minorminer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731038646 -SHA256 (dwavesystems-minorminer-0.2.16_GH0.tar.gz) = 0945862971d6d5e37b5cdb91950758843d919e898d7e62259c9049ee13dcca74 -SIZE (dwavesystems-minorminer-0.2.16_GH0.tar.gz) = 1281256 +TIMESTAMP = 1758997399 +SHA256 (dwavesystems-minorminer-0.2.19_GH0.tar.gz) = f4207bed0a74bbe89fd5a1d8657bc611106a67ac733aa034877d27f306afdf6a +SIZE (dwavesystems-minorminer-0.2.19_GH0.tar.gz) = 1290750 diff --git a/math/mlpack/Makefile b/math/mlpack/Makefile index 264f0208a178..4e2bfc26bae2 100644 --- a/math/mlpack/Makefile +++ b/math/mlpack/Makefile @@ -1,5 +1,5 @@ PORTNAME= mlpack -DISTVERSION= 4.5.1 +DISTVERSION= 4.7.0 CATEGORIES= math # machine-learning MASTER_SITES= https://mlpack.org/files/ @@ -11,7 +11,6 @@ WWW= https://www.mlpack.org/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/mlpack/mlpack/issues/3825 BROKEN_i386= undefined symbol: __atomic_load HPP_DEPENDS= armadillo>0:math/armadillo \ @@ -21,7 +20,10 @@ HPP_DEPENDS= armadillo>0:math/armadillo \ BUILD_DEPENDS= ${HPP_DEPENDS} RUN_DEPENDS= ${HPP_DEPENDS} -USES= cmake:testing compiler:c++14-lang pkgconfig +USES= cmake:testing compiler:c++17-lang pkgconfig +USE_CXXSTD= c++17 + +CXXFLAGS+= -Wno-missing-template-arg-list-after-template-kw # workaround for https://github.com/mlpack/mlpack/issues/4016 CMAKE_ARGS= -DSTB_IMAGE_INCLUDE_DIR=${LOCALBASE}/include/stb CMAKE_OFF= BUILD_PYTHON_BINDINGS BUILD_TESTS diff --git a/math/mlpack/distinfo b/math/mlpack/distinfo index c2c0f4a01743..e0b482c5b462 100644 --- a/math/mlpack/distinfo +++ b/math/mlpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733374998 -SHA256 (mlpack-4.5.1.tar.gz) = 58059b911a78b8bda91eef4cfc6278383b24e71865263c2e0569cf5faa59dda3 -SIZE (mlpack-4.5.1.tar.gz) = 6590839 +TIMESTAMP = 1769925372 +SHA256 (mlpack-4.7.0.tar.gz) = a3f0fb530e51d51f8d7eceb7998b4699906d628000b158ada80541465595324e +SIZE (mlpack-4.7.0.tar.gz) = 8406759 diff --git a/math/mlpack/files/patch-CMakeLists.txt b/math/mlpack/files/patch-CMakeLists.txt deleted file mode 100644 index e6e9b8ed6fe4..000000000000 --- a/math/mlpack/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2022-10-24 13:40:50 UTC -+++ CMakeLists.txt -@@ -420,7 +420,7 @@ endif () - - # Determine whether or not this is a git repository, so that we can set the - # version number if necessary. --find_package(Git) -+#find_package(Git) - set (USING_GIT "NO") - if (GIT_FOUND) - # Run 'git rev-parse HEAD' to find out if this is a working copy. If the diff --git a/math/mlpack/pkg-plist b/math/mlpack/pkg-plist index 0d7f21ef27ae..9395c85f94ea 100644 --- a/math/mlpack/pkg-plist +++ b/math/mlpack/pkg-plist @@ -50,10 +50,12 @@ include/mlpack.hpp include/mlpack/base.hpp include/mlpack/config.hpp include/mlpack/core.hpp +include/mlpack/core/arma_extend/find_nan.hpp include/mlpack/core/arma_extend/serialize_armadillo.hpp include/mlpack/core/cereal/array_wrapper.hpp include/mlpack/core/cereal/is_loading.hpp include/mlpack/core/cereal/is_saving.hpp +include/mlpack/core/cereal/low_precision.hpp include/mlpack/core/cereal/pair_associative_container.hpp include/mlpack/core/cereal/pointer_vector_wrapper.hpp include/mlpack/core/cereal/pointer_wrapper.hpp @@ -88,18 +90,25 @@ include/mlpack/core/cv/simple_cv.hpp include/mlpack/core/cv/simple_cv_impl.hpp include/mlpack/core/data/binarize.hpp include/mlpack/core/data/check_categorical_param.hpp +include/mlpack/core/data/combine_options.hpp include/mlpack/core/data/confusion_matrix.hpp include/mlpack/core/data/confusion_matrix_impl.hpp include/mlpack/core/data/data.hpp +include/mlpack/core/data/data_options.hpp include/mlpack/core/data/dataset_mapper.hpp include/mlpack/core/data/dataset_mapper_impl.hpp include/mlpack/core/data/detect_file_type.hpp include/mlpack/core/data/detect_file_type_impl.hpp include/mlpack/core/data/extension.hpp -include/mlpack/core/data/format.hpp +include/mlpack/core/data/font8x8_basic.h include/mlpack/core/data/has_serialize.hpp -include/mlpack/core/data/image_info.hpp -include/mlpack/core/data/image_info_impl.hpp +include/mlpack/core/data/image_bounding_box.hpp +include/mlpack/core/data/image_bounding_box_impl.hpp +include/mlpack/core/data/image_layout.hpp +include/mlpack/core/data/image_layout_impl.hpp +include/mlpack/core/data/image_letterbox.hpp +include/mlpack/core/data/image_options.hpp +include/mlpack/core/data/image_resize_crop.hpp include/mlpack/core/data/imputation_methods/custom_imputation.hpp include/mlpack/core/data/imputation_methods/imputation_methods.hpp include/mlpack/core/data/imputation_methods/listwise_deletion.hpp @@ -110,26 +119,32 @@ include/mlpack/core/data/is_naninf.hpp include/mlpack/core/data/load.hpp include/mlpack/core/data/load_arff.hpp include/mlpack/core/data/load_arff_impl.hpp -include/mlpack/core/data/load_categorical_csv.hpp -include/mlpack/core/data/load_csv.hpp +include/mlpack/core/data/load_categorical.hpp +include/mlpack/core/data/load_categorical_impl.hpp +include/mlpack/core/data/load_dense.hpp +include/mlpack/core/data/load_deprecated.hpp include/mlpack/core/data/load_image.hpp -include/mlpack/core/data/load_image_impl.hpp include/mlpack/core/data/load_impl.hpp -include/mlpack/core/data/load_model_impl.hpp -include/mlpack/core/data/load_numeric_csv.hpp -include/mlpack/core/data/load_vec_impl.hpp +include/mlpack/core/data/load_model.hpp +include/mlpack/core/data/load_numeric.hpp +include/mlpack/core/data/load_sparse.hpp include/mlpack/core/data/map_policies/datatype.hpp include/mlpack/core/data/map_policies/increment_policy.hpp include/mlpack/core/data/map_policies/map_policies.hpp -include/mlpack/core/data/map_policies/missing_policy.hpp +include/mlpack/core/data/matrix_options.hpp include/mlpack/core/data/normalize_labels.hpp include/mlpack/core/data/normalize_labels_impl.hpp include/mlpack/core/data/one_hot_encoding.hpp include/mlpack/core/data/one_hot_encoding_impl.hpp include/mlpack/core/data/save.hpp +include/mlpack/core/data/save_dense.hpp +include/mlpack/core/data/save_deprecated.hpp include/mlpack/core/data/save_image.hpp -include/mlpack/core/data/save_image_impl.hpp include/mlpack/core/data/save_impl.hpp +include/mlpack/core/data/save_matrix.hpp +include/mlpack/core/data/save_model.hpp +include/mlpack/core/data/save_numeric.hpp +include/mlpack/core/data/save_sparse.hpp include/mlpack/core/data/scaler_methods/max_abs_scaler.hpp include/mlpack/core/data/scaler_methods/mean_normalization.hpp include/mlpack/core/data/scaler_methods/min_max_scaler.hpp @@ -147,11 +162,10 @@ include/mlpack/core/data/string_encoding_policies/dictionary_encoding_policy.hpp include/mlpack/core/data/string_encoding_policies/policy_traits.hpp include/mlpack/core/data/string_encoding_policies/string_encoding_policies.hpp include/mlpack/core/data/string_encoding_policies/tf_idf_encoding_policy.hpp +include/mlpack/core/data/text_options.hpp include/mlpack/core/data/tokenizers/char_extract.hpp include/mlpack/core/data/tokenizers/split_by_any_of.hpp include/mlpack/core/data/tokenizers/tokenizers.hpp -include/mlpack/core/data/types.hpp -include/mlpack/core/data/types_impl.hpp include/mlpack/core/distances/distances.hpp include/mlpack/core/distances/iou_distance.hpp include/mlpack/core/distances/ip_metric.hpp @@ -224,6 +238,10 @@ include/mlpack/core/metrics/iou_metric_impl.hpp include/mlpack/core/metrics/metrics.hpp include/mlpack/core/metrics/non_maximal_suppression.hpp include/mlpack/core/metrics/non_maximal_suppression_impl.hpp +include/mlpack/core/stb/bundled/stb_image.h +include/mlpack/core/stb/bundled/stb_image_resize2.h +include/mlpack/core/stb/bundled/stb_image_write.h +include/mlpack/core/stb/stb.hpp include/mlpack/core/tree/address.hpp include/mlpack/core/tree/ballbound.hpp include/mlpack/core/tree/ballbound_impl.hpp @@ -354,6 +372,8 @@ include/mlpack/core/util/backtrace.hpp include/mlpack/core/util/backtrace_impl.hpp include/mlpack/core/util/binding_details.hpp include/mlpack/core/util/conv_to.hpp +include/mlpack/core/util/coot_traits.hpp +include/mlpack/core/util/distr_param.hpp include/mlpack/core/util/ens_traits.hpp include/mlpack/core/util/first_element_is_arma.hpp include/mlpack/core/util/forward.hpp @@ -425,6 +445,7 @@ include/mlpack/methods/ann/activation_functions/bipolar_sigmoid_function.hpp include/mlpack/methods/ann/activation_functions/elish_function.hpp include/mlpack/methods/ann/activation_functions/elliot_function.hpp include/mlpack/methods/ann/activation_functions/gaussian_function.hpp +include/mlpack/methods/ann/activation_functions/gelu_exact_function.hpp include/mlpack/methods/ann/activation_functions/gelu_function.hpp include/mlpack/methods/ann/activation_functions/hard_sigmoid_function.hpp include/mlpack/methods/ann/activation_functions/hard_swish_function.hpp @@ -456,11 +477,13 @@ include/mlpack/methods/ann/augmented/tasks/score_impl.hpp include/mlpack/methods/ann/augmented/tasks/sort.hpp include/mlpack/methods/ann/augmented/tasks/sort_impl.hpp include/mlpack/methods/ann/augmented/tasks/tasks.hpp +include/mlpack/methods/ann/convolution_rules/base_convolution.hpp include/mlpack/methods/ann/convolution_rules/border_modes.hpp include/mlpack/methods/ann/convolution_rules/convolution_rules.hpp -include/mlpack/methods/ann/convolution_rules/fft_convolution.hpp +include/mlpack/methods/ann/convolution_rules/im2col_convolution.hpp include/mlpack/methods/ann/convolution_rules/naive_convolution.hpp -include/mlpack/methods/ann/convolution_rules/svd_convolution.hpp +include/mlpack/methods/ann/dag_network.hpp +include/mlpack/methods/ann/dag_network_impl.hpp include/mlpack/methods/ann/dists/bernoulli_distribution.hpp include/mlpack/methods/ann/dists/bernoulli_distribution_impl.hpp include/mlpack/methods/ann/dists/dists.hpp @@ -511,12 +534,16 @@ include/mlpack/methods/ann/layer/dropout.hpp include/mlpack/methods/ann/layer/dropout_impl.hpp include/mlpack/methods/ann/layer/elu.hpp include/mlpack/methods/ann/layer/elu_impl.hpp +include/mlpack/methods/ann/layer/embedding.hpp +include/mlpack/methods/ann/layer/embedding_impl.hpp include/mlpack/methods/ann/layer/flexible_relu.hpp include/mlpack/methods/ann/layer/flexible_relu_impl.hpp include/mlpack/methods/ann/layer/ftswish.hpp include/mlpack/methods/ann/layer/ftswish_impl.hpp include/mlpack/methods/ann/layer/grouped_convolution.hpp include/mlpack/methods/ann/layer/grouped_convolution_impl.hpp +include/mlpack/methods/ann/layer/gru.hpp +include/mlpack/methods/ann/layer/gru_impl.hpp include/mlpack/methods/ann/layer/hard_tanh.hpp include/mlpack/methods/ann/layer/hard_tanh_impl.hpp include/mlpack/methods/ann/layer/identity.hpp @@ -533,6 +560,8 @@ include/mlpack/methods/ann/layer/linear3d_impl.hpp include/mlpack/methods/ann/layer/linear_impl.hpp include/mlpack/methods/ann/layer/linear_no_bias.hpp include/mlpack/methods/ann/layer/linear_no_bias_impl.hpp +include/mlpack/methods/ann/layer/linear_recurrent.hpp +include/mlpack/methods/ann/layer/linear_recurrent_impl.hpp include/mlpack/methods/ann/layer/log_softmax.hpp include/mlpack/methods/ann/layer/log_softmax_impl.hpp include/mlpack/methods/ann/layer/lstm.hpp @@ -570,8 +599,6 @@ include/mlpack/methods/ann/layer/not_adapted/glimpse.hpp include/mlpack/methods/ann/layer/not_adapted/glimpse_impl.hpp include/mlpack/methods/ann/layer/not_adapted/group_norm.hpp include/mlpack/methods/ann/layer/not_adapted/group_norm_impl.hpp -include/mlpack/methods/ann/layer/not_adapted/gru.hpp -include/mlpack/methods/ann/layer/not_adapted/gru_impl.hpp include/mlpack/methods/ann/layer/not_adapted/hardshrink.hpp include/mlpack/methods/ann/layer/not_adapted/hardshrink_impl.hpp include/mlpack/methods/ann/layer/not_adapted/highway.hpp @@ -582,8 +609,6 @@ include/mlpack/methods/ann/layer/not_adapted/isrlu.hpp include/mlpack/methods/ann/layer/not_adapted/isrlu_impl.hpp include/mlpack/methods/ann/layer/not_adapted/join.hpp include/mlpack/methods/ann/layer/not_adapted/join_impl.hpp -include/mlpack/methods/ann/layer/not_adapted/lookup.hpp -include/mlpack/methods/ann/layer/not_adapted/lookup_impl.hpp include/mlpack/methods/ann/layer/not_adapted/lp_pooling.hpp include/mlpack/methods/ann/layer/not_adapted/lp_pooling_impl.hpp include/mlpack/methods/ann/layer/not_adapted/minibatch_discrimination.hpp @@ -636,6 +661,8 @@ include/mlpack/methods/ann/layer/softmax.hpp include/mlpack/methods/ann/layer/softmax_impl.hpp include/mlpack/methods/ann/layer/softmin.hpp include/mlpack/methods/ann/layer/softmin_impl.hpp +include/mlpack/methods/ann/layer/sum_reduce.hpp +include/mlpack/methods/ann/layer/sum_reduce_impl.hpp include/mlpack/methods/ann/loss_functions/binary_cross_entropy_loss.hpp include/mlpack/methods/ann/loss_functions/binary_cross_entropy_loss_impl.hpp include/mlpack/methods/ann/loss_functions/cosine_embedding_loss.hpp @@ -685,6 +712,11 @@ include/mlpack/methods/ann/loss_functions/triplet_margin_loss.hpp include/mlpack/methods/ann/loss_functions/triplet_margin_loss_impl.hpp include/mlpack/methods/ann/loss_functions/vr_class_reward.hpp include/mlpack/methods/ann/loss_functions/vr_class_reward_impl.hpp +include/mlpack/methods/ann/models/models.hpp +include/mlpack/methods/ann/models/yolov3/yolov3_layer.hpp +include/mlpack/methods/ann/models/yolov3/yolov3_layer_impl.hpp +include/mlpack/methods/ann/models/yolov3/yolov3_tiny.hpp +include/mlpack/methods/ann/models/yolov3/yolov3_tiny_impl.hpp include/mlpack/methods/ann/not_adapted/brnn.hpp include/mlpack/methods/ann/not_adapted/brnn_impl.hpp include/mlpack/methods/ann/not_adapted/gan/gan.hpp diff --git a/math/mpfrc++/Makefile b/math/mpfrc++/Makefile index 3da3ee5f551d..e09f182d508a 100644 --- a/math/mpfrc++/Makefile +++ b/math/mpfrc++/Makefile @@ -1,11 +1,12 @@ PORTNAME= mpfrc++ DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 3.7.1 +DISTVERSION= 3.7.2 CATEGORIES= math devel MAINTAINER= yuri@FreeBSD.org COMMENT= High-performance C++ interface for MPFR library -WWW= http://www.holoborodko.com/pavel/mpfr/ +WWW= http://www.holoborodko.com/pavel/mpfr/ \ + https://github.com/advanpix/mpreal LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/copying.txt diff --git a/math/mpfrc++/distinfo b/math/mpfrc++/distinfo index a53aaba09016..87596b5182ff 100644 --- a/math/mpfrc++/distinfo +++ b/math/mpfrc++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713282177 -SHA256 (advanpix-mpreal-mpfrc++-3.7.1_GH0.tar.gz) = f83b4a850e6f93e7770286fd615a656142d6ca856768e2c43a72df2d077e939b -SIZE (advanpix-mpreal-mpfrc++-3.7.1_GH0.tar.gz) = 38993 +TIMESTAMP = 1763916663 +SHA256 (advanpix-mpreal-mpfrc++-3.7.2_GH0.tar.gz) = 5e31deda0809da078bff43eda7d1117545818f4704f97289c92c34b6f91c2923 +SIZE (advanpix-mpreal-mpfrc++-3.7.2_GH0.tar.gz) = 39460 diff --git a/math/mpfrcx/Makefile b/math/mpfrcx/Makefile index b4dac259d82a..3d1f9e08e524 100644 --- a/math/mpfrcx/Makefile +++ b/math/mpfrcx/Makefile @@ -2,11 +2,11 @@ PORTNAME= mpfrcx DISTVERSION= 0.6.3 PORTREVISION= 1 CATEGORIES= math -MASTER_SITES= http://www.multiprecision.org/downloads/ +MASTER_SITES= https://www.multiprecision.org/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= Arbitrary precision library for arithmetic of univariate polynomials -WWW= https://www.multiprecision.org/mpfrcx/home.html +WWW= https://www.multiprecision.org/mpfrcx/index.html LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER diff --git a/math/mppp/Makefile b/math/mppp/Makefile index 7ea961658d12..f4c23b51ed9e 100644 --- a/math/mppp/Makefile +++ b/math/mppp/Makefile @@ -1,7 +1,7 @@ PORTNAME= mppp DISTVERSIONPREFIX= v DISTVERSION= 1.0.3 -PORTREVISION= 3 +PORTREVISION= 7 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..d519ac452426 100644 --- a/math/mumps4/Makefile +++ b/math/mumps4/Makefile @@ -10,12 +10,12 @@ 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 -USES= fortran +USES= fortran:gfortran MAKE_JOBS_UNSAFE=yes diff --git a/math/nlopt/Makefile b/math/nlopt/Makefile index 283559daa8db..ba59d095da06 100644 --- a/math/nlopt/Makefile +++ b/math/nlopt/Makefile @@ -1,6 +1,6 @@ PORTNAME= nlopt DISTVERSIONPREFIX= v -DISTVERSION= 2.10.0 +DISTVERSION= 2.10.1 CATEGORIES= math MAINTAINER= rhurlin@FreeBSD.org @@ -20,6 +20,7 @@ FLAVOR?= ${FLAVORS:[1]} full_BUILD_DEPENDS= ${PYNUMPY} \ swig:devel/swig +full_LIB_DEPENDS= liboctave.so:math/octave full_RUN_DEPENDS= ${PYNUMPY} full_CONFLICTS_INSTALL= ${PORTNAME}-minimal minimal_PKGNAMESUFFIX= -minimal @@ -34,16 +35,18 @@ USE_LDCONFIG= yes CMAKE_TESTING_ON= NLOPT_TESTS .if ${FLAVOR} == full -USES+= guile:3.0,alias localbase pkgconfig python +USES+= guile:3.0,alias localbase octave:env pkgconfig python # Because guile-config-3.0 crashes, nlopt avoids this by using # files/patch-cmake_FindGuile.cmake and setting GUILE_EXECUTABLE # and GUILE_CONFIG_EXECUTABLE MAKE_ENV+= GUILE_EXECUTABLE=${PREFIX}/bin/guile-3.0 \ GUILE_CONFIG_EXECUTABLE=${PREFIX}/bin/guile-config-3.0 CMAKE_OFF= NLOPT_JAVA +GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} PLIST= ${PKGDIR}/pkg-plist.${FLAVOR} +PLIST_SUB= GNU_HOST=${GNU_HOST} OCTAVE_VERSION=${OCTAVE_VERSION} .elif ${FLAVOR} == minimal -CMAKE_OFF= NLOPT_GUILE NLOPT_JAVA NLOPT_PYTHON NLOPT_SWIG +CMAKE_OFF= NLOPT_GUILE NLOPT_JAVA NLOPT_OCTAVE NLOPT_PYTHON NLOPT_SWIG .endif .include <bsd.port.mk> diff --git a/math/nlopt/distinfo b/math/nlopt/distinfo index 68f5bffe9210..a60c626813d7 100644 --- a/math/nlopt/distinfo +++ b/math/nlopt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740060154 -SHA256 (stevengj-nlopt-v2.10.0_GH0.tar.gz) = 506f83a9e778ad4f204446e99509cb2bdf5539de8beccc260a014bd560237be1 -SIZE (stevengj-nlopt-v2.10.0_GH0.tar.gz) = 2065021 +TIMESTAMP = 1770744225 +SHA256 (stevengj-nlopt-v2.10.1_GH0.tar.gz) = 30d13ce16da119db3e987784f7864e35a562ec62c186352fae55cd003e6c58ff +SIZE (stevengj-nlopt-v2.10.1_GH0.tar.gz) = 2064973 diff --git a/math/nlopt/files/patch-CMakePresets.json b/math/nlopt/files/patch-CMakePresets.json new file mode 100644 index 000000000000..e557968bc963 --- /dev/null +++ b/math/nlopt/files/patch-CMakePresets.json @@ -0,0 +1,11 @@ +--- CMakePresets.json.orig 2025-02-04 18:29:30 UTC ++++ CMakePresets.json +@@ -8,7 +8,7 @@ + "cacheVariables": { + "CMAKE_BUILD_TYPE": "RelWithDebInfo", + "CMAKE_C_FLAGS": "-Wall -Wextra -Wpedantic -Wshadow", +- "CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -Wshadow -D_GLIBCXX_ASSERTIONS -fno-inline", ++ "CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -Wshadow -D_GLIBCXX_ASSERTIONS -fno-inline -std=c++17", + "CMAKE_INSTALL_PREFIX": "${sourceDir}/build/install", + "SWIG_COMPILE_FLAGS": "-O1 -Wno-unused-parameter -Wno-shadow" + } diff --git a/math/nlopt/pkg-plist.full b/math/nlopt/pkg-plist.full index 3a3a6db63e96..d95671430326 100644 --- a/math/nlopt/pkg-plist.full +++ b/math/nlopt/pkg-plist.full @@ -1,4 +1,3 @@ -%%GUILE_SITE%%/nlopt.scm include/nlopt.h include/nlopt.hpp lib/cmake/nlopt/NLoptConfig.cmake @@ -9,10 +8,57 @@ lib/guile/%%GUILE_VER%%/extensions/nlopt_guile.so lib/libnlopt.so lib/libnlopt.so.1 lib/libnlopt.so.1.0.0 +lib/octave/%%OCTAVE_VERSION%%/site/oct/%%GNU_HOST%%/nlopt_optimize.oct %%PYTHON_SITELIBDIR%%/_nlopt.so -%%PYTHON_SITELIBDIR%%/nlopt-2.10.0.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/nlopt-2.10.1.dist-info/METADATA %%PYTHON_SITELIBDIR%%/nlopt.py libdata/pkgconfig/nlopt.pc +%%GUILE_SITE%%/nlopt.scm share/man/man3/nlopt.3.gz share/man/man3/nlopt_minimize.3.gz share/man/man3/nlopt_minimize_constrained.3.gz +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_AUGLAG.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_AUGLAG_EQ.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GD_MLSL.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GD_MLSL_LDS.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GD_STOGO.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GD_STOGO_RAND.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_AGS.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_CRS2_LM.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_DIRECT.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_DIRECT_L.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_DIRECT_L_NOSCAL.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_DIRECT_L_RAND.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_DIRECT_L_RAND_NOSCAL.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_DIRECT_NOSCAL.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_ESCH.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_ISRES.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_MLSL.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_MLSL_LDS.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_ORIG_DIRECT.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_GN_ORIG_DIRECT_L.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_G_MLSL.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_G_MLSL_LDS.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_AUGLAG.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_AUGLAG_EQ.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_CCSAQ.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_LBFGS.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_MMA.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_SLSQP.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_TNEWTON.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_TNEWTON_PRECOND.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_TNEWTON_PRECOND_RESTART.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_TNEWTON_RESTART.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_VAR1.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LD_VAR2.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LN_AUGLAG.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LN_AUGLAG_EQ.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LN_BOBYQA.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LN_COBYLA.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LN_NELDERMEAD.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LN_NEWUOA.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LN_NEWUOA_BOUND.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LN_PRAXIS.m +share/octave/%%OCTAVE_VERSION%%/site/m/NLOPT_LN_SBPLX.m +share/octave/%%OCTAVE_VERSION%%/site/m/nlopt_minimize.m +share/octave/%%OCTAVE_VERSION%%/site/m/nlopt_minimize_constrained.m diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 438f635e04ee..cb12ff8ac349 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -1,10 +1,9 @@ PORTNAME= ntl -PORTVERSION= 11.5.1 -PORTREVISION= 1 +PORTVERSION= 11.6.0 CATEGORIES= math MASTER_SITES= http://www.shoup.net/ntl/ -MAINTAINER= ndowens04@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= Victor Shoup's Number Theory Library WWW= https://www.shoup.net/ @@ -25,9 +24,6 @@ WRKSRC_SUBDIR= src MAKEFILE= makefile TEST_TARGET= check -NTLDOCSDIR= share/doc/NTL -PLIST_SUB= NTLDOCS=${NTLDOCSDIR} - OPTIONS_DEFINE= DOCS GF2X GMP NATIVE OPTIONS_DEFAULT= GF2X GMP @@ -44,6 +40,9 @@ NATIVE_DESC= Build with native optimizations (-march=native) NATIVE_CONFIGURE_ON= NATIVE=on NATIVE_CONFIGURE_OFF= NATIVE=off +post-configure: + @${REINPLACE_CMD} -e '/DOCDIR/d' ${WRKSRC}/makefile # avoid install doc twice + do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR} diff --git a/math/ntl/distinfo b/math/ntl/distinfo index b6cedc9115fa..e667759c9d82 100644 --- a/math/ntl/distinfo +++ b/math/ntl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634922406 -SHA256 (ntl-11.5.1.tar.gz) = 210d06c31306cbc6eaf6814453c56c776d9d8e8df36d74eb306f6a523d1c6a8a -SIZE (ntl-11.5.1.tar.gz) = 2304103 +TIMESTAMP = 1766194973 +SHA256 (ntl-11.6.0.tar.gz) = bc0ef9aceb075a6a0673ac8d8f47d5f8458c72fe806e4468fbd5d3daff056182 +SIZE (ntl-11.6.0.tar.gz) = 2599487 diff --git a/math/ntl/pkg-plist b/math/ntl/pkg-plist index c20ad4583650..c8c0fd21fe7c 100644 --- a/math/ntl/pkg-plist +++ b/math/ntl/pkg-plist @@ -1,6 +1,6 @@ include/NTL/ALL_FEATURES.h include/NTL/BasicThreadPool.h -include/NTL/ConfigLog.h +include/NTL/CONFIG_LOG.txt include/NTL/FFT.h include/NTL/FFT_impl.h include/NTL/FacVec.h @@ -37,6 +37,7 @@ include/NTL/PackageInfo.h include/NTL/REPORT_ALL_FEATURES.h include/NTL/RR.h include/NTL/SmartPtr.h +include/NTL/USER_MAKEFILE.txt include/NTL/WordVector.h include/NTL/ZZ.h include/NTL/ZZVec.h @@ -85,6 +86,9 @@ include/NTL/pair_lzz_pEX_long.h include/NTL/pair_lzz_pX_long.h include/NTL/pd_FFT.h include/NTL/quad_float.h +include/NTL/simde_avx.h +include/NTL/simde_fma.h +include/NTL/simde_pclmul.h include/NTL/sp_arith.h include/NTL/thread.h include/NTL/tools.h @@ -118,153 +122,9 @@ include/NTL/version.h include/NTL/xdouble.h lib/libntl.a lib/libntl.so -lib/libntl.so.44 -lib/libntl.so.44.0.1 -%%NTLDOCS%%/BasicThreadPool.cpp.html -%%NTLDOCS%%/BasicThreadPool.txt -%%NTLDOCS%%/GF2.cpp.html -%%NTLDOCS%%/GF2.txt -%%NTLDOCS%%/GF2E.cpp.html -%%NTLDOCS%%/GF2E.txt -%%NTLDOCS%%/GF2EX.cpp.html -%%NTLDOCS%%/GF2EX.txt -%%NTLDOCS%%/GF2EXFactoring.cpp.html -%%NTLDOCS%%/GF2EXFactoring.txt -%%NTLDOCS%%/GF2X.cpp.html -%%NTLDOCS%%/GF2X.txt -%%NTLDOCS%%/GF2XFactoring.cpp.html -%%NTLDOCS%%/GF2XFactoring.txt -%%NTLDOCS%%/GF2XVec.cpp.html -%%NTLDOCS%%/GF2XVec.txt -%%NTLDOCS%%/HNF.cpp.html -%%NTLDOCS%%/HNF.txt -%%NTLDOCS%%/LLL.cpp.html -%%NTLDOCS%%/LLL.txt -%%NTLDOCS%%/Lazy.cpp.html -%%NTLDOCS%%/Lazy.txt -%%NTLDOCS%%/LazyTable.cpp.html -%%NTLDOCS%%/LazyTable.txt -%%NTLDOCS%%/RR.cpp.html -%%NTLDOCS%%/RR.txt -%%NTLDOCS%%/SmartPtr.cpp.html -%%NTLDOCS%%/SmartPtr.txt -%%NTLDOCS%%/ZZ.cpp.html -%%NTLDOCS%%/ZZ.txt -%%NTLDOCS%%/ZZVec.cpp.html -%%NTLDOCS%%/ZZVec.txt -%%NTLDOCS%%/ZZX.cpp.html -%%NTLDOCS%%/ZZX.txt -%%NTLDOCS%%/ZZXFactoring.cpp.html -%%NTLDOCS%%/ZZXFactoring.txt -%%NTLDOCS%%/ZZ_limbs.cpp.html -%%NTLDOCS%%/ZZ_limbs.txt -%%NTLDOCS%%/ZZ_p.cpp.html -%%NTLDOCS%%/ZZ_p.txt -%%NTLDOCS%%/ZZ_pE.cpp.html -%%NTLDOCS%%/ZZ_pE.txt -%%NTLDOCS%%/ZZ_pEX.cpp.html -%%NTLDOCS%%/ZZ_pEX.txt -%%NTLDOCS%%/ZZ_pEXFactoring.cpp.html -%%NTLDOCS%%/ZZ_pEXFactoring.txt -%%NTLDOCS%%/ZZ_pX.cpp.html -%%NTLDOCS%%/ZZ_pX.txt -%%NTLDOCS%%/ZZ_pXFactoring.cpp.html -%%NTLDOCS%%/ZZ_pXFactoring.txt -%%NTLDOCS%%/arrow1.gif -%%NTLDOCS%%/arrow2.gif -%%NTLDOCS%%/arrow3.gif -%%NTLDOCS%%/config.txt -%%NTLDOCS%%/conversions.txt -%%NTLDOCS%%/copying.txt -%%NTLDOCS%%/flags.txt -%%NTLDOCS%%/lzz_p.cpp.html -%%NTLDOCS%%/lzz_p.txt -%%NTLDOCS%%/lzz_pE.cpp.html -%%NTLDOCS%%/lzz_pE.txt -%%NTLDOCS%%/lzz_pEX.cpp.html -%%NTLDOCS%%/lzz_pEX.txt -%%NTLDOCS%%/lzz_pEXFactoring.cpp.html -%%NTLDOCS%%/lzz_pEXFactoring.txt -%%NTLDOCS%%/lzz_pX.cpp.html -%%NTLDOCS%%/lzz_pX.txt -%%NTLDOCS%%/lzz_pXFactoring.cpp.html -%%NTLDOCS%%/lzz_pXFactoring.txt -%%NTLDOCS%%/mat_GF2.cpp.html -%%NTLDOCS%%/mat_GF2.txt -%%NTLDOCS%%/mat_GF2E.cpp.html -%%NTLDOCS%%/mat_GF2E.txt -%%NTLDOCS%%/mat_RR.cpp.html -%%NTLDOCS%%/mat_RR.txt -%%NTLDOCS%%/mat_ZZ.cpp.html -%%NTLDOCS%%/mat_ZZ.txt -%%NTLDOCS%%/mat_ZZ_p.cpp.html -%%NTLDOCS%%/mat_ZZ_p.txt -%%NTLDOCS%%/mat_ZZ_pE.cpp.html -%%NTLDOCS%%/mat_ZZ_pE.txt -%%NTLDOCS%%/mat_lzz_p.cpp.html -%%NTLDOCS%%/mat_lzz_p.txt -%%NTLDOCS%%/mat_lzz_pE.cpp.html -%%NTLDOCS%%/mat_lzz_pE.txt -%%NTLDOCS%%/mat_poly_ZZ.cpp.html -%%NTLDOCS%%/mat_poly_ZZ.txt -%%NTLDOCS%%/mat_poly_ZZ_p.cpp.html -%%NTLDOCS%%/mat_poly_ZZ_p.txt -%%NTLDOCS%%/mat_poly_lzz_p.cpp.html -%%NTLDOCS%%/mat_poly_lzz_p.txt -%%NTLDOCS%%/matrix.cpp.html -%%NTLDOCS%%/matrix.txt -%%NTLDOCS%%/names.txt -%%NTLDOCS%%/pair.cpp.html -%%NTLDOCS%%/pair.txt -%%NTLDOCS%%/quad_float.cpp.html -%%NTLDOCS%%/quad_float.txt -%%NTLDOCS%%/sedscript.txt -%%NTLDOCS%%/tools.cpp.html -%%NTLDOCS%%/tools.txt -%%NTLDOCS%%/tour-ack.html -%%NTLDOCS%%/tour-changes.html -%%NTLDOCS%%/tour-ex1.html -%%NTLDOCS%%/tour-ex2.html -%%NTLDOCS%%/tour-ex3.html -%%NTLDOCS%%/tour-ex4.html -%%NTLDOCS%%/tour-ex5.html -%%NTLDOCS%%/tour-ex6.html -%%NTLDOCS%%/tour-ex7.html -%%NTLDOCS%%/tour-examples.html -%%NTLDOCS%%/tour-gf2x.html -%%NTLDOCS%%/tour-gmp.html -%%NTLDOCS%%/tour-impl.html -%%NTLDOCS%%/tour-intro.html -%%NTLDOCS%%/tour-modules.html -%%NTLDOCS%%/tour-roadmap.html -%%NTLDOCS%%/tour-struct.html -%%NTLDOCS%%/tour-time.html -%%NTLDOCS%%/tour-tips.html -%%NTLDOCS%%/tour-unix.html -%%NTLDOCS%%/tour-win.html -%%NTLDOCS%%/tour.html -%%NTLDOCS%%/vec_GF2.cpp.html -%%NTLDOCS%%/vec_GF2.txt -%%NTLDOCS%%/vec_GF2E.cpp.html -%%NTLDOCS%%/vec_GF2E.txt -%%NTLDOCS%%/vec_RR.cpp.html -%%NTLDOCS%%/vec_RR.txt -%%NTLDOCS%%/vec_ZZ.cpp.html -%%NTLDOCS%%/vec_ZZ.txt -%%NTLDOCS%%/vec_ZZ_p.cpp.html -%%NTLDOCS%%/vec_ZZ_p.txt -%%NTLDOCS%%/vec_ZZ_pE.cpp.html -%%NTLDOCS%%/vec_ZZ_pE.txt -%%NTLDOCS%%/vec_lzz_p.cpp.html -%%NTLDOCS%%/vec_lzz_p.txt -%%NTLDOCS%%/vec_lzz_pE.cpp.html -%%NTLDOCS%%/vec_lzz_pE.txt -%%NTLDOCS%%/vector.cpp.html -%%NTLDOCS%%/vector.txt -%%NTLDOCS%%/version.cpp.html -%%NTLDOCS%%/version.txt -%%NTLDOCS%%/xdouble.cpp.html -%%NTLDOCS%%/xdouble.txt +lib/libntl.so.45 +lib/libntl.so.45.0.0 +libdata/pkgconfig/ntl.pc %%PORTDOCS%%%%DOCSDIR%%/BasicThreadPool.cpp.html %%PORTDOCS%%%%DOCSDIR%%/BasicThreadPool.txt %%PORTDOCS%%%%DOCSDIR%%/GF2.cpp.html diff --git a/math/obake/Makefile b/math/obake/Makefile index f2dcdfb056b2..c1b38b6def61 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= 25 CATEGORIES= math PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index 75f259b98883..484aa7d28c49 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -1,5 +1,6 @@ PORTNAME= ocaml-gsl DISTVERSION= 1.25.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile index 87df5b4af9a9..20eb78157539 100644 --- a/math/octave-forge-audio/Makefile +++ b/math/octave-forge-audio/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-audio DISTVERSIONPREFIX= release- -DISTVERSION= 2.0.9 +DISTVERSION= 2.0.10 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-audio/distinfo b/math/octave-forge-audio/distinfo index 35e9551db2fe..ca9f1dc8053c 100644 --- a/math/octave-forge-audio/distinfo +++ b/math/octave-forge-audio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727219122 -SHA256 (octave-forge/gnu-octave-octave-audio-release-2.0.9_GH0.tar.gz) = efd87ed620cdc0f47824b6c228dc805ee6f97605e7fecdaabd5d56580267cc8c -SIZE (octave-forge/gnu-octave-octave-audio-release-2.0.9_GH0.tar.gz) = 141555 +TIMESTAMP = 1769378353 +SHA256 (octave-forge/gnu-octave-octave-audio-release-2.0.10_GH0.tar.gz) = 60b55c55fc3341a7e31b19f6bce234cc4ab736a9448dad1daa53abd0a94d9058 +SIZE (octave-forge/gnu-octave-octave-audio-release-2.0.10_GH0.tar.gz) = 145006 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-control/Makefile b/math/octave-forge-control/Makefile index ef709c95a846..9dabcccfb6fe 100644 --- a/math/octave-forge-control/Makefile +++ b/math/octave-forge-control/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-control DISTVERSIONPREFIX= control- -DISTVERSION= 4.1.1 +DISTVERSION= 4.2.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -14,12 +14,12 @@ USES= octave autoreconf USE_GITHUB= yes GH_ACCOUNT= gnu-octave SLICOT:slicot GH_PROJECT= pkg-control SLICOT-Reference:slicot -GH_TAGNAME= 401037e:slicot +GH_TAGNAME= 163ee3a:slicot OCTAVE_SRC= ${GH_PROJECT}-control-${DISTVERSION} GNU_CONFIGURE= yes -MAKE_ARGS+= SC_SMOD=${WRKSRC_slicot} +MAKE_ARGS+= SC_SUBMOD=${WRKSRC_slicot} .include <bsd.port.mk> diff --git a/math/octave-forge-control/distinfo b/math/octave-forge-control/distinfo index 784b6d3db1b5..b5b03d327996 100644 --- a/math/octave-forge-control/distinfo +++ b/math/octave-forge-control/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1739154903 -SHA256 (octave-forge/gnu-octave-pkg-control-control-4.1.1_GH0.tar.gz) = aba712b547a885d656b059f617839f4d9d996069a5a21dad793d83202e193e45 -SIZE (octave-forge/gnu-octave-pkg-control-control-4.1.1_GH0.tar.gz) = 349156 -SHA256 (octave-forge/SLICOT-SLICOT-Reference-401037e_GH0.tar.gz) = bbdf70fe0a069ca80567f4421ba428ff9ea99b57f96ca552467032750f48b66f -SIZE (octave-forge/SLICOT-SLICOT-Reference-401037e_GH0.tar.gz) = 2868815 +TIMESTAMP = 1768978915 +SHA256 (octave-forge/gnu-octave-pkg-control-control-4.2.1_GH0.tar.gz) = 2da1e84cd9ca59bb8b3e58b5049f8e6b0bc4836125c27008a512cece3ae03983 +SIZE (octave-forge/gnu-octave-pkg-control-control-4.2.1_GH0.tar.gz) = 355391 +SHA256 (octave-forge/SLICOT-SLICOT-Reference-163ee3a_GH0.tar.gz) = cf743e743d1d8ba4fb46df003e8e09d4cf1bfcc492a79eb747264a39e8b727a7 +SIZE (octave-forge/SLICOT-SLICOT-Reference-163ee3a_GH0.tar.gz) = 2981180 diff --git a/math/octave-forge-onsas/Makefile b/math/octave-forge-csg-dataset/Makefile index ad3093dab716..4808cbab9b49 100644 --- a/math/octave-forge-onsas/Makefile +++ b/math/octave-forge-csg-dataset/Makefile @@ -1,8 +1,6 @@ -PORTNAME= octave-forge-onsas +PORTNAME= octave-forge-csg-dataset DISTVERSIONPREFIX= v -DISTVERSION= 0.2.5 -PORTREVISION= 1 -PORTEPOCH= 1 +DISTVERSION= 1.0.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -14,12 +12,12 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING USES= octave USE_GITHUB= yes -GH_ACCOUNT= ONSAS -GH_PROJECT= ONSAS.m +GH_ACCOUNT= pr0m1th3as +GH_PROJECT= ${OCTAVE_PKGNAME} -OCTAVE_SRC= ${GH_ACCOUNT}-${DISTVERSION} +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} -NO_ARCH = yes +NO_ARCH= yes NO_BUILD= yes .include <bsd.port.mk> diff --git a/math/octave-forge-csg-dataset/distinfo b/math/octave-forge-csg-dataset/distinfo new file mode 100644 index 000000000000..fd9764dc7ead --- /dev/null +++ b/math/octave-forge-csg-dataset/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1747662891 +SHA256 (octave-forge/pr0m1th3as-csg-dataset-v1.0.0_GH0.tar.gz) = 8db43d39c6c7680762ede9219e2a0f50a48890c16b5c0bd387a37711f0de6135 +SIZE (octave-forge/pr0m1th3as-csg-dataset-v1.0.0_GH0.tar.gz) = 94885531 diff --git a/math/octave-forge-onsas/pkg-descr b/math/octave-forge-csg-dataset/pkg-descr index e98f4c5abbed..434666d57630 100644 --- a/math/octave-forge-onsas/pkg-descr +++ b/math/octave-forge-csg-dataset/pkg-descr @@ -3,8 +3,7 @@ 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 onsas. +This is csg-dataset. - ONSAS is an Open Nonlinear Structural Analysis Solver. It is a GNU-Octave -code for static/dynamic and linear/non-linear analysis of structures formed -by solid, beam, truss or plane components. + A large dataset of diaphyseal cross sectional geometric properties and +relevant measurements from human long bones. diff --git a/math/octave-forge-csg-toolkit/Makefile b/math/octave-forge-csg-toolkit/Makefile index bf63ab1431b8..153a5a1adca7 100644 --- a/math/octave-forge-csg-toolkit/Makefile +++ b/math/octave-forge-csg-toolkit/Makefile @@ -1,7 +1,6 @@ PORTNAME= octave-forge-csg-toolkit DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 -PORTREVISION= 1 +DISTVERSION= 1.4.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -19,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 1301a99701b7..5e2b2beb5f84 100644 --- a/math/octave-forge-csg-toolkit/distinfo +++ b/math/octave-forge-csg-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745427733 -SHA256 (octave-forge/pr0m1th3as-csg-toolkit-v1.4.0_GH0.tar.gz) = a3c7c5b605fce7877af2f11c80db57c0c5d852fa86766f6e271d92f77eec93a4 -SIZE (octave-forge/pr0m1th3as-csg-toolkit-v1.4.0_GH0.tar.gz) = 2155005 +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..c1d9ba0c98ff 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.1.8 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..4a486817a798 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 = 1770767321 +SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.1.8_GH0.tar.gz) = 83258f0a587f014f2fb7ddb477cdb4fcc25cb92bf6ebdf8c046f64178a0ed4d4 +SIZE (octave-forge/pr0m1th3as-datatypes-release-1.1.8_GH0.tar.gz) = 681035 diff --git a/math/octave-forge-dicom/Makefile b/math/octave-forge-dicom/Makefile index 9aab8372c1a8..924af56bb82d 100644 --- a/math/octave-forge-dicom/Makefile +++ b/math/octave-forge-dicom/Makefile @@ -1,8 +1,7 @@ PORTNAME= octave-forge-dicom -PORTVERSION= 0.6.1 +DISTVERSIONPREFIX= release- +DISTVERSION= 0.7.1 CATEGORIES= math -MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases -DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} @@ -11,11 +10,14 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING -BUILD_DEPENDS+= cmake:devel/cmake-core - LIB_DEPENDS+= libgdcmCommon.so:devel/gdcm -USES= octave +USES= octave autoreconf +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= octave-dicom + +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} GNU_CONFIGURE= yes diff --git a/math/octave-forge-dicom/distinfo b/math/octave-forge-dicom/distinfo index 96353a9dcddd..67437b692c9b 100644 --- a/math/octave-forge-dicom/distinfo +++ b/math/octave-forge-dicom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721866344 -SHA256 (octave-forge/dicom-0.6.1.tar.gz) = 7ab519b9d3a49f29a01a9aea52109a4af37f5a5996675aa01fc1c362b34e8362 -SIZE (octave-forge/dicom-0.6.1.tar.gz) = 890055 +TIMESTAMP = 1767736660 +SHA256 (octave-forge/gnu-octave-octave-dicom-release-0.7.1_GH0.tar.gz) = 52a0fb0f115fc378387634bb18cb853c94884f158e5e0550c4bd98c7f9e0bd57 +SIZE (octave-forge/gnu-octave-octave-dicom-release-0.7.1_GH0.tar.gz) = 594522 diff --git a/math/octave-forge-doctest/Makefile b/math/octave-forge-doctest/Makefile index e9cc6b7238e8..0b55b42f8b0f 100644 --- a/math/octave-forge-doctest/Makefile +++ b/math/octave-forge-doctest/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-doctest -PORTVERSION= 0.8.0 -PORTREVISION= 4 +PORTVERSION= 0.8.1 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} diff --git a/math/octave-forge-doctest/distinfo b/math/octave-forge-doctest/distinfo index 05934777ee91..da4be02d40a0 100644 --- a/math/octave-forge-doctest/distinfo +++ b/math/octave-forge-doctest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672786538 -SHA256 (octave-forge/doctest-0.8.0.tar.gz) = fe85c9ecd9db6ddb157e134e614fed9246302a162ce7328c123c9b99b7f40a89 -SIZE (octave-forge/doctest-0.8.0.tar.gz) = 33446 +TIMESTAMP = 1757875715 +SHA256 (octave-forge/doctest-0.8.1.tar.gz) = 766669827cf6bcd7750260ca869353656d5412f04d514bfead19f756c9d27ae9 +SIZE (octave-forge/doctest-0.8.1.tar.gz) = 34279 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-fuzzy-logic-toolkit/Makefile b/math/octave-forge-fuzzy-logic-toolkit/Makefile index b36932961248..d69c429cfd56 100644 --- a/math/octave-forge-fuzzy-logic-toolkit/Makefile +++ b/math/octave-forge-fuzzy-logic-toolkit/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-fuzzy-logic-toolkit -DISTVERSION= 0.6.1 +DISTVERSION= 0.6.2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fuzzy-logic-toolkit/distinfo b/math/octave-forge-fuzzy-logic-toolkit/distinfo index 6d675633af7a..02fbff15916c 100644 --- a/math/octave-forge-fuzzy-logic-toolkit/distinfo +++ b/math/octave-forge-fuzzy-logic-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725285993 -SHA256 (octave-forge/lmarkowsky-fuzzy-logic-toolkit-0.6.1_GH0.tar.gz) = 24dab9cec77bb63cc94e7c2baa57528eee5c2df5285d77c07a33f1940307e959 -SIZE (octave-forge/lmarkowsky-fuzzy-logic-toolkit-0.6.1_GH0.tar.gz) = 780368 +TIMESTAMP = 1747415083 +SHA256 (octave-forge/lmarkowsky-fuzzy-logic-toolkit-0.6.2_GH0.tar.gz) = 804aa3501105d6a6391307ace4e4d1f4dd91d0a248cb53ce3b2365377e900132 +SIZE (octave-forge/lmarkowsky-fuzzy-logic-toolkit-0.6.2_GH0.tar.gz) = 781523 diff --git a/math/octave-forge-geographiclib/Makefile b/math/octave-forge-geographiclib/Makefile index a786b0d97ba4..2f3e6e170d39 100644 --- a/math/octave-forge-geographiclib/Makefile +++ b/math/octave-forge-geographiclib/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-geographiclib -PORTVERSION= 2.3.3 +PORTVERSION= 2.5 CATEGORIES= math MASTER_SITES= https://sourceforge.net/projects/geographiclib/files/distrib-Octave/ DISTNAME= ${OCTAVE_PKGNAME}-octave-${DISTVERSIONFULL} diff --git a/math/octave-forge-geographiclib/distinfo b/math/octave-forge-geographiclib/distinfo index 6565390c76e0..378f99833e30 100644 --- a/math/octave-forge-geographiclib/distinfo +++ b/math/octave-forge-geographiclib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740281603 -SHA256 (octave-forge/geographiclib-octave-2.3.3.tar.gz) = 17e26be19b4aa528539a932043e6eb72e0a72e138478e7f8295bef2dda5db3b6 -SIZE (octave-forge/geographiclib-octave-2.3.3.tar.gz) = 90734 +TIMESTAMP = 1762555716 +SHA256 (octave-forge/geographiclib-octave-2.5.tar.gz) = 9b9c6c74a42c89e6d183b7e227216f2f78ae0f4086d2a168590ba43bbdf6e6e2 +SIZE (octave-forge/geographiclib-octave-2.5.tar.gz) = 91518 diff --git a/math/octave-forge-geometry/Makefile b/math/octave-forge-geometry/Makefile index 9933cf303500..9d0853ba8556 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= 4 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile index 1ca752166504..facd5d05559a 100644 --- a/math/octave-forge-gsl/Makefile +++ b/math/octave-forge-gsl/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-gsl PORTVERSION= 2.1.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} diff --git a/math/octave-forge-hdf5oct/Makefile b/math/octave-forge-hdf5oct/Makefile index d0611a530cd3..555fc12a72b3 100644 --- a/math/octave-forge-hdf5oct/Makefile +++ b/math/octave-forge-hdf5oct/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-hdf5oct -DISTVERSION= 1.0.0 +DISTVERSION= 1.1.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-hdf5oct/distinfo b/math/octave-forge-hdf5oct/distinfo index d827fc5ef2ee..8c10cb4aefb1 100644 --- a/math/octave-forge-hdf5oct/distinfo +++ b/math/octave-forge-hdf5oct/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720924668 -SHA256 (octave-forge/gapost-hdf5oct-1.0.0_GH0.tar.gz) = dec661f16b0743d03e5edbe59f2be49df3d10bbd73c0edcbea26e52ad682c4c8 -SIZE (octave-forge/gapost-hdf5oct-1.0.0_GH0.tar.gz) = 121874 +TIMESTAMP = 1759960904 +SHA256 (octave-forge/gapost-hdf5oct-1.1.0_GH0.tar.gz) = ab251912bc2749718188e54e35ac29805872a5ce19518b10f5f4b574f99f8947 +SIZE (octave-forge/gapost-hdf5oct-1.1.0_GH0.tar.gz) = 124211 diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index 85e1116e21c3..d8000dbcbe8c 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-image -PORTVERSION= 2.16.1 +PORTVERSION= 2.18.1 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -13,9 +13,8 @@ LICENSE_NAME= Many different licenses LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= compiler:c++14-lang octave +USES= octave GNU_CONFIGURE= yes -CXXFLAGS+= -fPIC .include <bsd.port.mk> diff --git a/math/octave-forge-image/distinfo b/math/octave-forge-image/distinfo index dffe7f307f38..c816ce3b8a9a 100644 --- a/math/octave-forge-image/distinfo +++ b/math/octave-forge-image/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746215304 -SHA256 (octave-forge/image-2.16.1.tar.gz) = 34a84f755261f6c8d882d08b07567464ea25dc1515072ef6886f2b26ebf6f0a7 -SIZE (octave-forge/image-2.16.1.tar.gz) = 459001 +TIMESTAMP = 1757075144 +SHA256 (octave-forge/image-2.18.1.tar.gz) = d4eed0579782c2efaa0818de2f20f13b276eb3d4b4b3d63347c7317d84e29531 +SIZE (octave-forge/image-2.18.1.tar.gz) = 477118 diff --git a/math/octave-forge-instrument-control/Makefile b/math/octave-forge-instrument-control/Makefile new file mode 100644 index 000000000000..4510c51bbb36 --- /dev/null +++ b/math/octave-forge-instrument-control/Makefile @@ -0,0 +1,23 @@ +PORTNAME= octave-forge-instrument-control +DISTVERSIONPREFIX= release- +DISTVERSION= 0.10.0 +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 autoreconf pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= instrument-control + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-librpc + +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} + +.include <bsd.port.mk> diff --git a/math/octave-forge-instrument-control/distinfo b/math/octave-forge-instrument-control/distinfo new file mode 100644 index 000000000000..90d97910f547 --- /dev/null +++ b/math/octave-forge-instrument-control/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1768863952 +SHA256 (octave-forge/gnu-octave-instrument-control-release-0.10.0_GH0.tar.gz) = 211426bcafc1447028dbb3d7b63eba3ec47392f6d8a44cc924e97ddf58e3b1c9 +SIZE (octave-forge/gnu-octave-instrument-control-release-0.10.0_GH0.tar.gz) = 216622 diff --git a/math/octave-forge-instrument-control/pkg-descr b/math/octave-forge-instrument-control/pkg-descr new file mode 100644 index 000000000000..4f8a88221129 --- /dev/null +++ b/math/octave-forge-instrument-control/pkg-descr @@ -0,0 +1,10 @@ +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 instrument-control. + + Low level I/O functions for serial, i2c, parallel, tcp, gpib, udp +and usbtmc interfaces. Not vxi11 as there doesn't seem to be FreeBSD +support. diff --git a/math/octave-forge-io/Makefile b/math/octave-forge-io/Makefile index b658aa2b53ce..9a9029b4532d 100644 --- a/math/octave-forge-io/Makefile +++ b/math/octave-forge-io/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-io -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases diff --git a/math/octave-forge-io/distinfo b/math/octave-forge-io/distinfo index 6be64d206175..c8f81e677cf9 100644 --- a/math/octave-forge-io/distinfo +++ b/math/octave-forge-io/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746215173 -SHA256 (octave-forge/io-2.7.0.tar.gz) = 4aa48468b3697934bf8c854e27dbab8827605e9dd4fe37e56834265e6130ba6f -SIZE (octave-forge/io-2.7.0.tar.gz) = 315347 +TIMESTAMP = 1770345451 +SHA256 (octave-forge/io-2.7.1.tar.gz) = 1b8f60019fe5ce2af56301003e3046463349dd533123e8979ec4b4c9ebfc7f6b +SIZE (octave-forge/io-2.7.1.tar.gz) = 326491 diff --git a/math/octave-forge-joystick/Makefile b/math/octave-forge-joystick/Makefile new file mode 100644 index 000000000000..1469177b1b74 --- /dev/null +++ b/math/octave-forge-joystick/Makefile @@ -0,0 +1,26 @@ +PORTNAME= octave-forge-joystick +DISTVERSIONPREFIX= v +DISTVERSION= 0.0.4 +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 + +BUILD_DEPENDS+= cmake:devel/cmake # Required by configure. + +LIB_DEPENDS+= libSDL2.so:devel/sdl20 + +USES= octave autoreconf +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= octave-joystick + +GNU_CONFIGURE= yes + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +.include <bsd.port.mk> diff --git a/math/octave-forge-joystick/distinfo b/math/octave-forge-joystick/distinfo new file mode 100644 index 000000000000..6b7d79577d42 --- /dev/null +++ b/math/octave-forge-joystick/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760386084 +SHA256 (octave-forge/gnu-octave-octave-joystick-v0.0.4_GH0.tar.gz) = 9b54728ca7c67bf098950d757c381a693d94b20b57533a3a44bc3f3c2d50b73c +SIZE (octave-forge/gnu-octave-octave-joystick-v0.0.4_GH0.tar.gz) = 118692 diff --git a/math/octave-forge-joystick/pkg-descr b/math/octave-forge-joystick/pkg-descr new file mode 100644 index 000000000000..0422277613d9 --- /dev/null +++ b/math/octave-forge-joystick/pkg-descr @@ -0,0 +1,8 @@ +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 joystick. + + Provides basic joystick functions for GNU Octave. diff --git a/math/octave-forge-llms/Makefile b/math/octave-forge-llms/Makefile new file mode 100644 index 000000000000..369aeb59827b --- /dev/null +++ b/math/octave-forge-llms/Makefile @@ -0,0 +1,27 @@ +PORTNAME= octave-forge-llms +DISTVERSIONPREFIX= release- +DISTVERSION= 0.1.4 +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 + +RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/datatypes.tar.gz:math/octave-forge-datatypes + +USES= octave +USE_GITHUB= yes +GH_ACCOUNT= pr0m1th3as +GH_PROJECT= octave-llms + +CXXFLAGS_amd64= -mpclmul -msse4.1 +CXXFLAGS_i386= -mpclmul -msse4.1 + +IGNORE_arm64= does not build + +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} + +.include <bsd.port.mk> diff --git a/math/octave-forge-llms/distinfo b/math/octave-forge-llms/distinfo new file mode 100644 index 000000000000..71e776704e7e --- /dev/null +++ b/math/octave-forge-llms/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1770345028 +SHA256 (octave-forge/pr0m1th3as-octave-llms-release-0.1.4_GH0.tar.gz) = 4e7b58d5f48b1989eaa06650dfc9b92ac7d77c8d71d4e8ec2c21a1d4e50bae3c +SIZE (octave-forge/pr0m1th3as-octave-llms-release-0.1.4_GH0.tar.gz) = 344153 diff --git a/math/octave-forge-llms/files/patch-Makefile b/math/octave-forge-llms/files/patch-Makefile new file mode 100644 index 000000000000..1273332beb4e --- /dev/null +++ b/math/octave-forge-llms/files/patch-Makefile @@ -0,0 +1,9 @@ +--- Makefile.orig 2025-12-22 13:05:16 UTC ++++ Makefile +@@ -1,5 +1,5 @@ all: + # Makefile for compiling required oct files + + all: +- $(MKOCTFILE) -march=native -O2 fig2base64.cc fpng.cpp ++ $(MKOCTFILE) -O2 fig2base64.cc fpng.cpp + $(MKOCTFILE) __ollama__.cc diff --git a/math/octave-forge-llms/files/patch-fpng.cpp b/math/octave-forge-llms/files/patch-fpng.cpp new file mode 100644 index 000000000000..e157e463c4cb --- /dev/null +++ b/math/octave-forge-llms/files/patch-fpng.cpp @@ -0,0 +1,39 @@ +--- fpng.cpp.orig 2025-12-22 13:08:02 UTC ++++ fpng.cpp +@@ -79,13 +79,13 @@ + #endif + + // Assume little endian on Windows/x86/x64. +- #define __BYTE_ORDER __LITTLE_ENDIAN ++ #define __BYTE_ORDER__ __LITTLE_ENDIAN + #elif defined(__APPLE__) +- #define __BYTE_ORDER __BYTE_ORDER__ ++ #define __BYTE_ORDER__ __BYTE_ORDER__ + #define __LITTLE_ENDIAN __LITTLE_ENDIAN__ + #define __BIG_ENDIAN __BIG_ENDIAN__ + #else +- // for __BYTE_ORDER (__LITTLE_ENDIAN or __BIG_ENDIAN) ++ // for __BYTE_ORDER__ (__LITTLE_ENDIAN or __BIG_ENDIAN) + #include <sys/param.h> + + #ifndef __LITTLE_ENDIAN +@@ -96,8 +96,8 @@ + #endif + #endif + +-#if !defined(__BYTE_ORDER) +- #error __BYTE_ORDER undefined. Compile with -D__BYTE_ORDER=1234 for little endian or -D__BYTE_ORDER=4321 for big endian. ++#if !defined(__BYTE_ORDER__) ++ #error __BYTE_ORDER__ undefined. Compile with -D__BYTE_ORDER=1234 for little endian or -D__BYTE_ORDER=4321 for big endian. + #endif + + namespace fpng +@@ -131,7 +131,7 @@ namespace fpng + } + + #if FPNG_USE_UNALIGNED_LOADS +- #if __BYTE_ORDER == __BIG_ENDIAN ++ #if __BYTE_ORDER__ == __BIG_ENDIAN + #define READ_LE32(p) swap32(*reinterpret_cast<const uint32_t *>(p)) + #define WRITE_LE32(p, v) *reinterpret_cast<uint32_t *>(p) = swap32((uint32_t)(v)) + #define WRITE_LE64(p, v) *reinterpret_cast<uint64_t *>(p) = swap64((uint64_t)(v)) diff --git a/math/octave-forge-llms/pkg-descr b/math/octave-forge-llms/pkg-descr new file mode 100644 index 000000000000..406d012ee713 --- /dev/null +++ b/math/octave-forge-llms/pkg-descr @@ -0,0 +1,8 @@ +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 llms. + + Large Language Models for GNU Octave. diff --git a/math/octave-forge-mboct-fem-pkg/Makefile b/math/octave-forge-mboct-fem-pkg/Makefile new file mode 100644 index 000000000000..f130a4b41741 --- /dev/null +++ b/math/octave-forge-mboct-fem-pkg/Makefile @@ -0,0 +1,31 @@ +PORTNAME= octave-forge-mboct-fem-pkg +DISTVERSION= 0.2.2 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/../COPYING + +USES= octave autoreconf compiler:gcc-c++11-lib + +LIB_DEPENDS+= libgtest.so:devel/googletest \ + libmetis.so:math/metis \ + libmumps_common_seq.so:math/mumps \ + libnlopt.so:math/nlopt + +RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/mboct-octave-pkg.tar.gz:math/octave-forge-mboct-octave-pkg \ + ${OCTAVE_TARBALLS_DIR}/mboct-numerical-pkg.tar.gz:math/octave-forge-mboct-numerical-pkg \ + ${OCTAVE_TARBALLS_DIR}/mboct-mbdyn-pkg.tar.gz:math/octave-forge-mboct-mbdyn-pkg + +USE_GITHUB= yes +GH_ACCOUNT= octave-user +GH_PROJECT= mboct-fem-pkg + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-mboct-fem-pkg/distinfo b/math/octave-forge-mboct-fem-pkg/distinfo new file mode 100644 index 000000000000..31c9964ff6e6 --- /dev/null +++ b/math/octave-forge-mboct-fem-pkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756178339 +SHA256 (octave-forge/octave-user-mboct-fem-pkg-0.2.2_GH0.tar.gz) = 984b4afb71d78f45617a7ed4e9adc24e4d8ff5524a1a426fbad5e742ee0b9710 +SIZE (octave-forge/octave-user-mboct-fem-pkg-0.2.2_GH0.tar.gz) = 717500 diff --git a/math/octave-forge-mboct-fem-pkg/files/patch-____mboct__fem__pkg____.cc b/math/octave-forge-mboct-fem-pkg/files/patch-____mboct__fem__pkg____.cc new file mode 100644 index 000000000000..7b3b128ce951 --- /dev/null +++ b/math/octave-forge-mboct-fem-pkg/files/patch-____mboct__fem__pkg____.cc @@ -0,0 +1,20 @@ +--- __mboct_fem_pkg__.cc.orig 2025-08-26 05:16:33 UTC ++++ __mboct_fem_pkg__.cc +@@ -7171,7 +7171,7 @@ class Tet10h: public Element3D (public) + static constexpr double w2[N2] = {f2, g2, g2, g2, g2, h2, h2, h2, h2, i2, i2, i2, i2, i2, i2}; + + constexpr double a3 = (5. - sqrt(5.)) / 20.; +- constexpr double b3 = (5. + 3. * sqrt(5)) / 20.; ++ constexpr double b3 = (5. + 3. * sqrt(5.)) / 20.; + constexpr double c3 = 1. / 24.; + constexpr octave_idx_type N3 = 4; + +@@ -8059,7 +8059,7 @@ class Tet20: public Element3D (public) + static constexpr double ti3[N3] = {6.461106321354800e-02, 6.461106321354800e-02, 6.461106321354800e-02, 6.461106321354800e-02, 4.651867752656100e-02, 4.651867752656100e-02, 4.651867752656100e-02, 4.651867752656100e-02, 2.291316667641300e-02, 2.291316667641300e-02, 2.291316667641300e-02, 2.291316667641300e-02, 4.820780989426000e-03, 4.820780989426000e-03, 4.820780989426000e-03, 4.820780989426000e-03, 3.070963115311590e-01, 3.070963115311590e-01, 3.070963115311590e-01, 3.070963115311590e-01, 2.211032225007380e-01, 2.211032225007380e-01, 2.211032225007380e-01, 2.211032225007380e-01, 1.089062557068340e-01, 1.089062557068340e-01, 1.089062557068340e-01, 1.089062557068340e-01, 2.291316667641300e-02, 2.291316667641300e-02, 2.291316667641300e-02, 2.291316667641300e-02, 6.234718442658670e-01, 6.234718442658670e-01, 6.234718442658670e-01, 6.234718442658670e-01, 4.488872992916900e-01, 4.488872992916900e-01, 4.488872992916900e-01, 4.488872992916900e-01, 2.211032225007380e-01, 2.211032225007380e-01, 2.211032225007380e-01, 2.211032225007380e-01, 4.651867752656100e-02, 4.651867752656100e-02, 4.651867752656100e-02, 4.651867752656100e-02, 8.659570925834790e-01, 8.659570925834790e-01, 8.659570925834790e-01, 8.659570925834790e-01, 6.234718442658670e-01, 6.234718442658670e-01, 6.234718442658670e-01, 6.234718442658670e-01, 3.070963115311590e-01, 3.070963115311590e-01, 3.070963115311590e-01, 3.070963115311590e-01, 6.461106321354800e-02, 6.461106321354800e-02, 6.461106321354800e-02, 6.461106321354800e-02}; + static constexpr double wi3[N3] = {1.761084870822600e-06, 1.761084870822600e-06, 3.301615549885100e-06, 3.301615549885100e-06, 1.569257503335800e-05, 1.569257503335800e-05, 2.941984830275260e-05, 2.941984830275260e-05, 3.185931686560010e-05, 3.185931686560010e-05, 5.972864665122530e-05, 5.972864665122530e-05, 2.360313944207820e-05, 2.360313944207820e-05, 4.425027634907300e-05, 4.425027634907300e-05, 7.458679166511140e-05, 7.458679166511140e-05, 1.398325062338110e-04, 1.398325062338110e-04, 6.646237464725280e-04, 6.646237464725280e-04, 1.246011553748000e-03, 1.246011553748000e-03, 1.349329762022000e-03, 1.349329762022000e-03, 2.529672588768000e-03, 2.529672588768000e-03, 9.996579230088670e-04, 9.996579230088670e-04, 1.874121002261000e-03, 1.874121002261000e-03, 3.074301219528830e-04, 3.074301219528830e-04, 5.763584072291740e-04, 5.763584072291740e-04, 2.739430867978000e-03, 2.739430867978000e-03, 5.135781756688000e-03, 5.135781756688000e-03, 5.561636370626000e-03, 5.561636370626000e-03, 1.042674627912200e-02, 1.042674627912200e-02, 4.120367029080000e-03, 4.120367029080000e-03, 7.724708831375000e-03, 7.724708831375000e-03, 3.163437496694650e-04, 3.163437496694650e-04, 5.930693405649470e-04, 5.930693405649470e-04, 2.818857915521000e-03, 2.818857915521000e-03, 5.284688592238000e-03, 5.284688592238000e-03, 5.722890433136000e-03, 5.722890433136000e-03, 1.072905931870600e-02, 1.072905931870600e-02, 4.239832934111000e-03, 4.239832934111000e-03, 7.948679008091999e-03, 7.948679008091999e-03}; + +- constexpr double a4 = (5. + 3. * sqrt(5)) / 20.; ++ constexpr double a4 = (5. + 3. * sqrt(5.)) / 20.; + constexpr double b4 = (5. - sqrt(5.)) / 20.; + constexpr double c4 = 1. / 24.; + constexpr octave_idx_type N4 = 4; diff --git a/math/octave-forge-mboct-fem-pkg/pkg-descr b/math/octave-forge-mboct-fem-pkg/pkg-descr new file mode 100644 index 000000000000..8da9aeb5b19d --- /dev/null +++ b/math/octave-forge-mboct-fem-pkg/pkg-descr @@ -0,0 +1,11 @@ +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 mboct-fem-pkg. + + This package belongs to a suite of packages which can be used for pre- and + postprocessing of flexible bodies in MBDyn (www.mbdyn.org) with GNU-Octave. + It contains a general purpose structural Finite Element toolkit for linear + statics and dynamics, which can be used to generate. diff --git a/math/octave-forge-mboct-mbdyn-pkg/Makefile b/math/octave-forge-mboct-mbdyn-pkg/Makefile new file mode 100644 index 000000000000..c41449f90ad9 --- /dev/null +++ b/math/octave-forge-mboct-mbdyn-pkg/Makefile @@ -0,0 +1,30 @@ +PORTNAME= octave-forge-mboct-mbdyn-pkg +DISTVERSION= 0.1.1 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/../COPYING + +USES= octave autoreconf + +LIB_DEPENDS+= libgtest.so:devel/googletest \ + libmetis.so:math/metis \ + libmumps_common_seq.so:math/mumps + +RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/mboct-octave-pkg.tar.gz:math/octave-forge-mboct-octave-pkg \ + ${OCTAVE_TARBALLS_DIR}/mboct-numerical-pkg.tar.gz:math/octave-forge-mboct-numerical-pkg \ + ${OCTAVE_TARBALLS_DIR}/nurbs.tar.gz:math/octave-forge-nurbs + +USE_GITHUB= yes +GH_ACCOUNT= octave-user +GH_PROJECT= mboct-mbdyn-pkg + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-mboct-mbdyn-pkg/distinfo b/math/octave-forge-mboct-mbdyn-pkg/distinfo new file mode 100644 index 000000000000..7f841affa7b3 --- /dev/null +++ b/math/octave-forge-mboct-mbdyn-pkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756177541 +SHA256 (octave-forge/octave-user-mboct-mbdyn-pkg-0.1.1_GH0.tar.gz) = a6c6f923238b9a2597e495003b91ea4d88db2fe1cca10d41182bd5b62e393214 +SIZE (octave-forge/octave-user-mboct-mbdyn-pkg-0.1.1_GH0.tar.gz) = 301962 diff --git a/math/octave-forge-mboct-mbdyn-pkg/pkg-descr b/math/octave-forge-mboct-mbdyn-pkg/pkg-descr new file mode 100644 index 000000000000..884294a2c5cc --- /dev/null +++ b/math/octave-forge-mboct-mbdyn-pkg/pkg-descr @@ -0,0 +1,11 @@ +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 mboct-mbdyn-pkg. + + This package belongs to a suite of packages which can be used for pre- and + postprocessing of flexible bodies in MBDyn (www.mbdyn.org) with GNU-Octave. + It contains interfaces to the multibody dynamics software MBDyn + (www.mbdyn.org). diff --git a/math/octave-forge-mboct-numerical-pkg/Makefile b/math/octave-forge-mboct-numerical-pkg/Makefile new file mode 100644 index 000000000000..c3629336e5df --- /dev/null +++ b/math/octave-forge-mboct-numerical-pkg/Makefile @@ -0,0 +1,28 @@ +PORTNAME= octave-forge-mboct-numerical-pkg +DISTVERSION= 0.1.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/../COPYING + +USES= octave autoreconf + +LIB_DEPENDS+= libgtest.so:devel/googletest \ + libmetis.so:math/metis \ + libmumps_common_seq.so:math/mumps + +RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/mboct-octave-pkg.tar.gz:math/octave-forge-mboct-octave-pkg + +USE_GITHUB= yes +GH_ACCOUNT= octave-user +GH_PROJECT= mboct-numerical-pkg + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-mboct-numerical-pkg/distinfo b/math/octave-forge-mboct-numerical-pkg/distinfo new file mode 100644 index 000000000000..85c897ff651c --- /dev/null +++ b/math/octave-forge-mboct-numerical-pkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756177582 +SHA256 (octave-forge/octave-user-mboct-numerical-pkg-0.1.0_GH0.tar.gz) = e98dde5e84ef65f2e200cd33a4bec04242080111969da0d1736ae2a057a75e61 +SIZE (octave-forge/octave-user-mboct-numerical-pkg-0.1.0_GH0.tar.gz) = 59222 diff --git a/math/octave-forge-mboct-numerical-pkg/files/patch-sp__sym__mtimes.cc b/math/octave-forge-mboct-numerical-pkg/files/patch-sp__sym__mtimes.cc new file mode 100644 index 000000000000..ace9d9ccb0ca --- /dev/null +++ b/math/octave-forge-mboct-numerical-pkg/files/patch-sp__sym__mtimes.cc @@ -0,0 +1,10 @@ +--- sp_sym_mtimes.cc.orig 2025-08-26 03:13:45 UTC ++++ sp_sym_mtimes.cc +@@ -15,6 +15,7 @@ + + #include "config.h" + ++#include <assert.h> + #include <octave/oct.h> + + // PKG_ADD: autoload ("sp_sym_mtimes", "__mboct_numerical__.oct"); diff --git a/math/octave-forge-mboct-numerical-pkg/pkg-descr b/math/octave-forge-mboct-numerical-pkg/pkg-descr new file mode 100644 index 000000000000..b88e3cdbf578 --- /dev/null +++ b/math/octave-forge-mboct-numerical-pkg/pkg-descr @@ -0,0 +1,10 @@ +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 mboct-numerical-pkg. + + This package belongs to a suite of packages which can be used for pre- and + postprocessing of flexible bodies in MBDyn (www.mbdyn.org) with GNU-Octave. + It contains interfaces to several well known numerical solvers. diff --git a/math/octave-forge-mboct-octave-pkg/Makefile b/math/octave-forge-mboct-octave-pkg/Makefile new file mode 100644 index 000000000000..8f1763dac25d --- /dev/null +++ b/math/octave-forge-mboct-octave-pkg/Makefile @@ -0,0 +1,23 @@ +PORTNAME= octave-forge-mboct-octave-pkg +DISTVERSION= 0.1.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/../COPYING + +LIB_DEPENDS+= libgtest.so:devel/googletest + +USES= octave autoreconf +USE_GITHUB= yes +GH_ACCOUNT= octave-user +GH_PROJECT= mboct-octave-pkg + +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/math/octave-forge-mboct-octave-pkg/distinfo b/math/octave-forge-mboct-octave-pkg/distinfo new file mode 100644 index 000000000000..b4b4dddaf1e4 --- /dev/null +++ b/math/octave-forge-mboct-octave-pkg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756175886 +SHA256 (octave-forge/octave-user-mboct-octave-pkg-0.1.0_GH0.tar.gz) = 1157f33c6993939e1e3498c280a55283f98283f63b604cf2a47ff135c588deca +SIZE (octave-forge/octave-user-mboct-octave-pkg-0.1.0_GH0.tar.gz) = 54021 diff --git a/math/octave-forge-mboct-octave-pkg/pkg-descr b/math/octave-forge-mboct-octave-pkg/pkg-descr new file mode 100644 index 000000000000..e19bd54aa3d4 --- /dev/null +++ b/math/octave-forge-mboct-octave-pkg/pkg-descr @@ -0,0 +1,10 @@ +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 mboct-octave-pkg. + + This package belongs to a suite of packages which can be used for pre- and + postprocessing of flexible bodies in MBDyn (www.mbdyn.org) with GNU-Octave. + It contains general purpose utility functions used in all mboct-* packages. diff --git a/math/octave-forge-miscellaneous/Makefile b/math/octave-forge-miscellaneous/Makefile index b8a9f25cd23d..b885e7be785b 100644 --- a/math/octave-forge-miscellaneous/Makefile +++ b/math/octave-forge-miscellaneous/Makefile @@ -1,8 +1,7 @@ PORTNAME= octave-forge-miscellaneous -PORTVERSION= 1.3.1 +DISTVERSIONPREFIX= release- +DISTVERSION= 1.3.2 CATEGORIES= math -MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases -DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} @@ -11,10 +10,13 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING -USES= octave +USES= octave autoreconf +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= octave-miscellaneous -GNU_CONFIGURE= yes +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} -MAKE_ENV+= MKOCTFILE=mkoctfile +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/math/octave-forge-miscellaneous/distinfo b/math/octave-forge-miscellaneous/distinfo index cb3156880014..77bd50f5db36 100644 --- a/math/octave-forge-miscellaneous/distinfo +++ b/math/octave-forge-miscellaneous/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721866298 -SHA256 (octave-forge/miscellaneous-1.3.1.tar.gz) = 5712117a25d31d1266003646a40e81e7d7427433c26366e426dffa9ab8abd648 -SIZE (octave-forge/miscellaneous-1.3.1.tar.gz) = 110344 +TIMESTAMP = 1766525993 +SHA256 (octave-forge/gnu-octave-octave-miscellaneous-release-1.3.2_GH0.tar.gz) = eae1e78f486690db6dd74c6b150be37685934ea490e49ead015bd6c13bc46a5f +SIZE (octave-forge/gnu-octave-octave-miscellaneous-release-1.3.2_GH0.tar.gz) = 75711 diff --git a/math/octave-forge-mqtt/Makefile b/math/octave-forge-mqtt/Makefile index a3605ac858f6..08c985a9424e 100644 --- a/math/octave-forge-mqtt/Makefile +++ b/math/octave-forge-mqtt/Makefile @@ -1,7 +1,7 @@ PORTNAME= octave-forge-mqtt DISTVERSIONPREFIX= release- -DISTVERSION= 0.0.5 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -main +DISTVERSION= 0.0.6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= gnu-octave GH_PROJECT= octave-mqtt -OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION}-main GNU_CONFIGURE= yes diff --git a/math/octave-forge-mqtt/distinfo b/math/octave-forge-mqtt/distinfo index f0831a0af63a..7a777f6fb02e 100644 --- a/math/octave-forge-mqtt/distinfo +++ b/math/octave-forge-mqtt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712856167 -SHA256 (octave-forge/gnu-octave-octave-mqtt-release-0.0.5_GH0.tar.gz) = 9add3da613e74d91d0fc632944e9d6fc80825d8f7c8d81bed0c9f7db3548277b -SIZE (octave-forge/gnu-octave-octave-mqtt-release-0.0.5_GH0.tar.gz) = 92448 +TIMESTAMP = 1770274728 +SHA256 (octave-forge/gnu-octave-octave-mqtt-release-0.0.6-main_GH0.tar.gz) = 243cca8366b523eef0bc3f4162c5c0b41e9b560029690cbcc29a15fc96325ef3 +SIZE (octave-forge/gnu-octave-octave-mqtt-release-0.0.6-main_GH0.tar.gz) = 93759 diff --git a/math/octave-forge-netcdf/Makefile b/math/octave-forge-netcdf/Makefile index 9908fb73ba18..36bd59a6f6b9 100644 --- a/math/octave-forge-netcdf/Makefile +++ b/math/octave-forge-netcdf/Makefile @@ -1,8 +1,7 @@ PORTNAME= octave-forge-netcdf -PORTVERSION= 1.0.18 +DISTVERSIONPREFIX= v +DISTVERSION= 1.0.19 CATEGORIES= math -MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases -DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} @@ -13,10 +12,12 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING LIB_DEPENDS+= libnetcdf.so:science/netcdf -USES= octave - +USES= octave autoreconf +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= octave-netcdf GNU_CONFIGURE= yes -NO_ARCH= yes +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} .include <bsd.port.mk> diff --git a/math/octave-forge-netcdf/distinfo b/math/octave-forge-netcdf/distinfo index 60f00e2a2a8d..6cca5c211d0e 100644 --- a/math/octave-forge-netcdf/distinfo +++ b/math/octave-forge-netcdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727219155 -SHA256 (octave-forge/netcdf-1.0.18.tar.gz) = c9d81c285878b96b9296bef3c3e935245512cc69bdb625a6387575216be58309 -SIZE (octave-forge/netcdf-1.0.18.tar.gz) = 502172 +TIMESTAMP = 1767487796 +SHA256 (octave-forge/gnu-octave-octave-netcdf-v1.0.19_GH0.tar.gz) = 8fc6a4ee4b710767f47230fa8496d307c8ee58c534b9d894fb25a47bbcc0a7f1 +SIZE (octave-forge/gnu-octave-octave-netcdf-v1.0.19_GH0.tar.gz) = 100668 diff --git a/math/octave-forge-netcdf/files/patch-configure b/math/octave-forge-netcdf/files/patch-configure deleted file mode 100644 index da8efcc20a3d..000000000000 --- a/math/octave-forge-netcdf/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2018-04-18 03:48:30 UTC -+++ configure -@@ -2487,7 +2487,7 @@ if test -z "$NC_CONFIG"; then - fi - - NETCDF_LIBS=`$NC_CONFIG --libs` --NETCDF_CPPFLAGS=`$NC_CONFIG --cflags` -+NETCDF_CPPFLAGS=`$NC_CONFIG --cflags | sed -E 's/-isystem[[:space:]]+[^[:space:]]+//'` - - - diff --git a/math/octave-forge-octave_mermaid_js/Makefile b/math/octave-forge-octave_mermaid_js/Makefile new file mode 100644 index 000000000000..13a3049137d3 --- /dev/null +++ b/math/octave-forge-octave_mermaid_js/Makefile @@ -0,0 +1,27 @@ +PORTNAME= octave-forge-octave_mermaid_js +DISTVERSION= 1.0.0 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +WWW= https://packages.octave.org/ + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} + +USES= octave python:3.0+ +USE_GITHUB= yes +GH_ACCOUNT= CNOCTAVE +GH_PROJECT= octave_mermaid_js + +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_mermaid_js/distinfo b/math/octave-forge-octave_mermaid_js/distinfo new file mode 100644 index 000000000000..e06ab0778827 --- /dev/null +++ b/math/octave-forge-octave_mermaid_js/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760064045 +SHA256 (octave-forge/CNOCTAVE-octave_mermaid_js-1.0.0_GH0.tar.gz) = fd0ff5053849eb006af2970df99519d9d424c4e0b37d393394f78e427f8b71e6 +SIZE (octave-forge/CNOCTAVE-octave_mermaid_js-1.0.0_GH0.tar.gz) = 668647 diff --git a/math/octave-forge-octave_mermaid_js/pkg-descr b/math/octave-forge-octave_mermaid_js/pkg-descr new file mode 100644 index 000000000000..52654ca3e3b4 --- /dev/null +++ b/math/octave-forge-octave_mermaid_js/pkg-descr @@ -0,0 +1,8 @@ +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_mermaid_js. + + The octave_mermaid_js package provides functions for process TOML. 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..7049583cab5c 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-octproj -PORTVERSION= 3.0.2 -PORTREVISION= 11 +PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://bitbucket.org/jgpallero/octproj/downloads/ DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -16,9 +16,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-odbc/Makefile b/math/octave-forge-odbc/Makefile index 69ae6709e3e2..6f8114247b95 100644 --- a/math/octave-forge-odbc/Makefile +++ b/math/octave-forge-odbc/Makefile @@ -1,7 +1,6 @@ PORTNAME= octave-forge-odbc DISTVERSIONPREFIX= v -DISTVERSION= 0.0.3 -PORTREVISION= 1 +DISTVERSION= 0.0.5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-odbc/distinfo b/math/octave-forge-odbc/distinfo index 83739a99959f..6d8c70a51a4e 100644 --- a/math/octave-forge-odbc/distinfo +++ b/math/octave-forge-odbc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712697908 -SHA256 (octave-forge/gnu-octave-octave-odbc-v0.0.3_GH0.tar.gz) = 5fe381b39de71a94cbe1720a8426c7fba8a768ebc879c46da71586bb7829a0f8 -SIZE (octave-forge/gnu-octave-octave-odbc-v0.0.3_GH0.tar.gz) = 73900 +TIMESTAMP = 1766611049 +SHA256 (octave-forge/gnu-octave-octave-odbc-v0.0.5_GH0.tar.gz) = c4927f183af8e2c1b8bdfef0787df3d887e74e5c235b7b6c2ec50a1c530c27b8 +SIZE (octave-forge/gnu-octave-octave-odbc-v0.0.5_GH0.tar.gz) = 76239 diff --git a/math/octave-forge-onsas/distinfo b/math/octave-forge-onsas/distinfo deleted file mode 100644 index 37f3e8eec68e..000000000000 --- a/math/octave-forge-onsas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1735869418 -SHA256 (octave-forge/ONSAS-ONSAS.m-v0.2.5_GH0.tar.gz) = 537c14f7ad920601dc9d1538fd54a6cc5faef86c778cd3ad6337dff3b8003d86 -SIZE (octave-forge/ONSAS-ONSAS.m-v0.2.5_GH0.tar.gz) = 1644546 diff --git a/math/octave-forge-onsas/files/patch-DESCRIPTION b/math/octave-forge-onsas/files/patch-DESCRIPTION deleted file mode 100644 index ea9f7bd8dfb4..000000000000 --- a/math/octave-forge-onsas/files/patch-DESCRIPTION +++ /dev/null @@ -1,9 +0,0 @@ ---- ../DESCRIPTION.orig 2025-01-25 12:54:46.986090000 -0600 -+++ ../DESCRIPTION 2025-01-25 12:54:54.809288000 -0600 -@@ -1,5 +1,5 @@ - Name: ONSAS --Version: 0.2.4 -+Version: 0.2.5 - Date: 2022-08-02 - Author: Pérez Zerpa, Jorge M. and Bazzano GarcÃa, Juan Bruno and Viera Sosa, Joaquin and Vanzulli Pena, Mauricio and Forets, Marcelo and Battini, Jean-Marc and Toro, Sebastián - Maintainer: Pérez Zerpa, Jorge M. (jorgepz@fing.edu.uy) diff --git a/math/octave-forge-pkg-octave-doc/Makefile b/math/octave-forge-pkg-octave-doc/Makefile index 5cc3f30f4e79..7457a8710e44 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.9 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..bc086b0f737b 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 = 1765278551 +SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.9_GH0.tar.gz) = cdbf953ba0ef5cfefe9bb57bc832772ceb1034059346997597a7e33ac05e5fad +SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.9_GH0.tar.gz) = 105944 diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index 115514edb48e..d592d74acd46 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-quaternion -PORTVERSION= 2.4.0 -PORTREVISION= 20 +PORTVERSION= 2.4.2 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -13,7 +12,9 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING USES= octave +NO_BUILD= yes +NO_ARCH= yes -OCTAVE_SRC= ${OCTAVE_PKGNAME} +OCTAVE_SRC= ${OCTAVE_PKGNAME}-${PORTVERSION} .include <bsd.port.mk> diff --git a/math/octave-forge-quaternion/distinfo b/math/octave-forge-quaternion/distinfo index c70b821119a3..1e7dbfa468fd 100644 --- a/math/octave-forge-quaternion/distinfo +++ b/math/octave-forge-quaternion/distinfo @@ -1,2 +1,3 @@ -SHA256 (octave-forge/quaternion-2.4.0.tar.gz) = 4c2d4dd8f1d213f080519c6f9dfbbdca068087ee0411122b16e377e0f4641610 -SIZE (octave-forge/quaternion-2.4.0.tar.gz) = 236821 +TIMESTAMP = 1765401922 +SHA256 (octave-forge/quaternion-2.4.2.tar.gz) = 4bcb64743972693f04ed6d2fea4906b38a9353f1b80c6e6f2d0bc0f6f8cf3a07 +SIZE (octave-forge/quaternion-2.4.2.tar.gz) = 47838 diff --git a/math/octave-forge-quaternion/files/patch-is__real__array.cc b/math/octave-forge-quaternion/files/patch-is__real__array.cc deleted file mode 100644 index e39f8fa46d0a..000000000000 --- a/math/octave-forge-quaternion/files/patch-is__real__array.cc +++ /dev/null @@ -1,13 +0,0 @@ ---- is_real_array.cc.orig 2021-02-21 22:03:11 UTC -+++ is_real_array.cc -@@ -46,8 +46,8 @@ Avoid nasty stuff like @code{true = isreal (\"a\")}.\n - { - // args(i).ndims () should be always >= 2 - if (args(i).ndims () < 2 -- || ! ((args(i).is_numeric_type () && args(i).is_real_type ()) -- || args(i).is_bool_type ())) -+ || ! ((args(i).isnumeric () && args(i).isreal ()) -+ || args(i).islogical ())) - { - retval = false; - break; diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index 197148c5241d..116f0016161b 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -1,8 +1,6 @@ PORTNAME= octave-forge-signal -PORTVERSION= 1.4.6 +DISTVERSION= 1.4.7 CATEGORIES= math -MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases -DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} @@ -14,8 +12,10 @@ LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING RUN_DEPENDS+= ${OCTAVE_TARBALLS_DIR}/control.tar.gz:math/octave-forge-control USES= octave +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= octave-signal -post-patch: - ${REINPLACE_CMD} s/-Wall// ${WRKSRC}/Makefile +OCTAVE_SRC= ${GH_PROJECT}-${DISTVERSION} .include <bsd.port.mk> diff --git a/math/octave-forge-signal/distinfo b/math/octave-forge-signal/distinfo index 15de581626f7..6bb0dc1e03fb 100644 --- a/math/octave-forge-signal/distinfo +++ b/math/octave-forge-signal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726875870 -SHA256 (octave-forge/signal-1.4.6.tar.gz) = 94eef8fea78c89609f8ddf6d5ff8bfc2e0dab932b43f86ce911474a58b5c71ee -SIZE (octave-forge/signal-1.4.6.tar.gz) = 447403 +TIMESTAMP = 1768114904 +SHA256 (octave-forge/gnu-octave-octave-signal-1.4.7_GH0.tar.gz) = 97638ac0fcf9dad99021aff4f4e8248e520b7f48c9e18766633db3406584b8bb +SIZE (octave-forge/gnu-octave-octave-signal-1.4.7_GH0.tar.gz) = 273376 diff --git a/math/octave-forge-sockets/Makefile b/math/octave-forge-sockets/Makefile index 5cb2d68f8a17..8d6b9f5db75a 100644 --- a/math/octave-forge-sockets/Makefile +++ b/math/octave-forge-sockets/Makefile @@ -1,9 +1,7 @@ PORTNAME= octave-forge-sockets -PORTVERSION= 1.4.1 -PORTREVISION= 2 +DISTVERSIONPREFIX= release- +DISTVERSION= 1.5.0 CATEGORIES= math -MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases -DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} @@ -12,11 +10,11 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING -BUILD_DEPENDS+= gsed:textproc/gsed +USES= octave +USE_GITHUB= yes +GH_ACCOUNT= gnu-octave +GH_PROJECT= octave-sockets -USES= gmake octave - -post-patch: - ${REINPLACE_CMD} 's/sed/gsed/g' ${WRKSRC}/Makefile +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} .include <bsd.port.mk> diff --git a/math/octave-forge-sockets/distinfo b/math/octave-forge-sockets/distinfo index f319cea776a2..b24363e5faf0 100644 --- a/math/octave-forge-sockets/distinfo +++ b/math/octave-forge-sockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690221066 -SHA256 (octave-forge/sockets-1.4.1.tar.gz) = bb935bf4f572328474948cd710cb64667b576c17e9c97aed2c1f14f9d92062b7 -SIZE (octave-forge/sockets-1.4.1.tar.gz) = 321233 +TIMESTAMP = 1766761552 +SHA256 (octave-forge/gnu-octave-octave-sockets-release-1.5.0_GH0.tar.gz) = 9d8cc191af81832192aa7a854fe93569330b795027fae9eba586265a81fa6c4c +SIZE (octave-forge/gnu-octave-octave-sockets-release-1.5.0_GH0.tar.gz) = 50081 diff --git a/math/octave-forge-sqlite/Makefile b/math/octave-forge-sqlite/Makefile index bed130e42c10..7fb51f245790 100644 --- a/math/octave-forge-sqlite/Makefile +++ b/math/octave-forge-sqlite/Makefile @@ -1,7 +1,6 @@ PORTNAME= octave-forge-sqlite DISTVERSIONPREFIX= v -DISTVERSION= 0.1.0 -PORTREVISION= 2 +DISTVERSION= 0.1.3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-sqlite/distinfo b/math/octave-forge-sqlite/distinfo index fee8d519d3d1..d5cc71b0e61d 100644 --- a/math/octave-forge-sqlite/distinfo +++ b/math/octave-forge-sqlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704989987 -SHA256 (octave-forge/gnu-octave-octave-sqlite-v0.1.0_GH0.tar.gz) = 329a49a2a7bf2d74fd31f2a914a14ef064bcb291e2c12828ebf570dc474a4196 -SIZE (octave-forge/gnu-octave-octave-sqlite-v0.1.0_GH0.tar.gz) = 105402 +TIMESTAMP = 1770850041 +SHA256 (octave-forge/gnu-octave-octave-sqlite-v0.1.3_GH0.tar.gz) = 8dae04ae2c351fea8cca93cc3776dfc3c5300be3c2a1fccf69c4bda19e52465f +SIZE (octave-forge/gnu-octave-octave-sqlite-v0.1.3_GH0.tar.gz) = 113508 diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index 83e5727925d2..fd6b143be145 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.8.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-statistics/distinfo b/math/octave-forge-statistics/distinfo index 4e4a04d382a2..6cfe3bcc5b36 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 = 1770767294 +SHA256 (octave-forge/gnu-octave-statistics-release-1.8.1_GH0.tar.gz) = 5174f80ddf182674ca06d871d9fbed439f3eaed3e3970892a0716ed480f5545d +SIZE (octave-forge/gnu-octave-statistics-release-1.8.1_GH0.tar.gz) = 1465996 diff --git a/math/octave-forge-symbolic/Makefile b/math/octave-forge-symbolic/Makefile index 022a622905a1..481b532332c3 100644 --- a/math/octave-forge-symbolic/Makefile +++ b/math/octave-forge-symbolic/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-symbolic -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.2.2 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} diff --git a/math/octave-forge-symbolic/distinfo b/math/octave-forge-symbolic/distinfo index 09a305e78e4b..440056caea6f 100644 --- a/math/octave-forge-symbolic/distinfo +++ b/math/octave-forge-symbolic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715801086 -SHA256 (octave-forge/symbolic-3.2.1.tar.gz) = d1a6ef4d12c48fc4412ceec380f398a6cd5180e518c131ba12683e9eb8f75460 -SIZE (octave-forge/symbolic-3.2.1.tar.gz) = 273021 +TIMESTAMP = 1757703320 +SHA256 (octave-forge/symbolic-3.2.2.tar.gz) = 8eb492408ec5aafe4e196ec5bdbd2298e0ac068d2b754948f34b9082b9126b37 +SIZE (octave-forge/symbolic-3.2.2.tar.gz) = 276452 diff --git a/math/octave-forge-tablicious/Makefile b/math/octave-forge-tablicious/Makefile index 5e492e85ba91..e47536af841e 100644 --- a/math/octave-forge-tablicious/Makefile +++ b/math/octave-forge-tablicious/Makefile @@ -1,6 +1,7 @@ PORTNAME= octave-forge-tablicious DISTVERSIONPREFIX= v -DISTVERSION= 0.4.4 +DISTVERSION= 0.4.5 +PORTREVISION= 1 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-video/Makefile b/math/octave-forge-video/Makefile index e7caa41ba6cb..6bb55e9f0f07 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave-forge-video DISTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-zeromq/Makefile b/math/octave-forge-zeromq/Makefile index 3ea751d7eaa4..2d0522a7fcdb 100644 --- a/math/octave-forge-zeromq/Makefile +++ b/math/octave-forge-zeromq/Makefile @@ -1,7 +1,6 @@ PORTNAME= octave-forge-zeromq DISTVERSIONPREFIX= release- -DISTVERSION= 1.5.6 -PORTREVISION= 3 +DISTVERSION= 1.5.7 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-zeromq/distinfo b/math/octave-forge-zeromq/distinfo index bed759ecff02..a566c0ddfcc1 100644 --- a/math/octave-forge-zeromq/distinfo +++ b/math/octave-forge-zeromq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691766582 -SHA256 (octave-forge/gnu-octave-octave-zeromq-release-1.5.6_GH0.tar.gz) = a7138008f59f7111562968f3b02dad4e94af9ea8ecff6066b5073403d84d87fa -SIZE (octave-forge/gnu-octave-octave-zeromq-release-1.5.6_GH0.tar.gz) = 65382 +TIMESTAMP = 1767812916 +SHA256 (octave-forge/gnu-octave-octave-zeromq-release-1.5.7_GH0.tar.gz) = 62ba0efbf6d99a3f4c68271d270a5683f88d7c67cff5e93f3dfe9f19eb9389ab +SIZE (octave-forge/gnu-octave-octave-zeromq-release-1.5.7_GH0.tar.gz) = 90814 diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 546992ffeab5..65f86b916016 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave-forge -PORTVERSION= 20250502 +PORTVERSION= 20260119 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -13,20 +14,24 @@ USES= metaport OPTIONS_DEFINE= AUDIO ACTUARIAL AUTOMATIC_DIFFERENTIATION \ BENCHMARK BIM BIOINFO BIOSIG BSLTL CFITSIO CGI \ CHARTJS CIVIL_ENGINEERING CODER COMMUNICATIONS CONTROL \ - CSG_TOOLKIT DATA_SMOOTHING \ + CSG_DATASET CSG_TOOLKIT DATA_SMOOTHING \ DATABASE DATAFRAME DATATYPES DICOM DIVAND DOCTEST ECONOMETRICS \ FDA FEMOCTAVE FENV FILEIO FINANCIAL FITS FL_CORE \ FPL FUZZY_LOGIC_TOOLKIT GA GEOGRAPHICLIB \ GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL HDF5OCT IDENT IMAGE \ - INFORMATIONTHEORY INTEGRATION INTERNAL_FLUID_FLOW \ - INTERVAL IO IRSA LEVEL_SET \ - LINEAR_ALGEBRA LSSA LTFAT \ - MAPPING MATGEOM MCCABE_THIELE \ + INFORMATIONTHEORY INSTRUMENT_CONTROL \ + INTEGRATION INTERNAL_FLUID_FLOW \ + INTERVAL IO IRSA JOYSTICK LEVEL_SET \ + LINEAR_ALGEBRA LLMS LSSA LTFAT \ + MAPPING MATGEOM \ + MBOCT_FEM_PKG MBOCT_MBDYN_PKG MBOCT_NUMERICAL_PKG \ + MBOCT_OCTAVE_PKG 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_MERMAID_JS 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 +42,14 @@ 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_MERMAID_JS} == ${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..c4a97a077a34 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,5 +1,6 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= GNU @@ -49,7 +50,7 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \ USES= charsetfix compiler:c++17-lang desktop-file-utils fortran gl \ gmake iconv libtool localbase:ldflags ncurses octave:env perl5 \ - pkgconfig readline tar:xz xorg + pkgconfig readline tar:xz xorg python:3.0+ USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION} USE_PERL5= build GNU_CONFIGURE= yes @@ -112,6 +113,9 @@ ATLAS_USES= blaslapack:atlas BINARY_ALIAS= sed=gsed +post-patch: + ${REINPLACE_CMD} -e s+python3+${PYTHON_CMD}+g ${WRKSRC}/scripts/miscellaneous/python.m + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in liboctave/liboctave.ps refcard/refcard-a4.ps \ diff --git a/math/octave/distinfo b/math/octave/distinfo index 9bcd6a1b954a..9a048a8d9ca9 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 = 1759325916 +SHA256 (octave-10.3.0.tar.xz) = 92ae9bf2edcd288bd2df9fd0b4f7aa719b49d3940fceb154c5fdcd846f254da1 +SIZE (octave-10.3.0.tar.xz) = 27828832 diff --git a/math/octave/pkg-plist b/math/octave/pkg-plist index da4a1f8eff02..c203eaaac32a 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.2 %%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.2 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.1 lib/octave/%%OCTAVE_VERSION%%/liboctmex.so lib/octave/%%OCTAVE_VERSION%%/liboctmex.so.1 lib/octave/%%OCTAVE_VERSION%%/liboctmex.so.1.0.0 @@ -1219,6 +1219,8 @@ share/metainfo/org.octave.Octave.metainfo.xml %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/load-path/in-load-path/load_path_fcn.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/load-path/not-in-load-path/load_path_fcn.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/load-path/refresh-load-path.tst +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/load-path/shadowed-builtin/quad.m +%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/load-path/shadowed-corelib/plot.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/local-functions/local_function_eval.m %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/local-functions/local-functions.tst %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/logical-index.tst @@ -1784,7 +1786,7 @@ share/metainfo/org.octave.Octave.metainfo.xml %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javaclasspath.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javamem.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/javarmpath.m -%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/octave.jar +%%JAVA%%%%DATADIR%%/%%OCTAVE_VERSION%%/m/java/octave.jar %%DATADIR%%/%%OCTAVE_VERSION%%/m/java/usejava.m %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/.oct-config %%DATADIR%%/%%OCTAVE_VERSION%%/m/legacy/@inline/argnames.m diff --git a/math/oink/Makefile b/math/oink/Makefile index 7df176aa7382..2b4febd8f51a 100644 --- a/math/oink/Makefile +++ b/math/oink/Makefile @@ -1,5 +1,6 @@ PORTNAME= oink DISTVERSION= g20250105 +PORTREVISION= 2 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/oleo/Makefile b/math/oleo/Makefile index 455b3e003efa..9c714af03c67 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -1,6 +1,6 @@ PORTNAME= oleo PORTVERSION= 1.99.16 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/onednn/Makefile b/math/onednn/Makefile index fcae40f9cdbe..4d6b200ae939 100644 --- a/math/onednn/Makefile +++ b/math/onednn/Makefile @@ -1,6 +1,6 @@ PORTNAME= onednn DISTVERSIONPREFIX= v -DISTVERSION= 3.7.3 +DISTVERSION= 3.10 CATEGORIES= math # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -78,6 +78,6 @@ do-test: # 1 test fails, see https://github.com/oneapi-src/oneDNN/issues/2011 ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test -# tests as of 3.7.3: 100% tests passed, 0 tests failed out of 170 +# tests as of 3.10: 100% tests passed, 0 tests failed out of 172 .include <bsd.port.mk> diff --git a/math/onednn/distinfo b/math/onednn/distinfo index 6a13d20b3e7c..fc2c12ca342c 100644 --- a/math/onednn/distinfo +++ b/math/onednn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745309174 -SHA256 (oneapi-src-oneDNN-v3.7.3_GH0.tar.gz) = 071f289dc961b43a3b7c8cbe8a305290a7c5d308ec4b2f586397749abdc88296 -SIZE (oneapi-src-oneDNN-v3.7.3_GH0.tar.gz) = 14101401 +TIMESTAMP = 1762572151 +SHA256 (oneapi-src-oneDNN-v3.10_GH0.tar.gz) = ba5834a1fdbb6d1c1b1c065dfd789438e7aa42c03fc52d92c02af85d78d1c75c +SIZE (oneapi-src-oneDNN-v3.10_GH0.tar.gz) = 13507701 diff --git a/math/onednn/pkg-plist b/math/onednn/pkg-plist index f7f62f7caadd..14e55816c246 100644 --- a/math/onednn/pkg-plist +++ b/math/onednn/pkg-plist @@ -47,4 +47,4 @@ lib/cmake/dnnl/dnnl-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/dnnl/dnnl-targets.cmake lib/libdnnl.so lib/libdnnl.so.3 -lib/libdnnl.so.3.7 +lib/libdnnl.so.3.10 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..bea74696493b 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.31 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..0f7d568e238b 100644 --- a/math/openblas64/distinfo +++ b/math/openblas64/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1737726082 +TIMESTAMP = 1768566486 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.31_GH0.tar.gz) = 6dd2a63ac9d32643b7cc636eab57bf4e57d0ed1fff926dfbc5d3d97f2d2be3a6 +SIZE (openblas/OpenMathLib-OpenBLAS-v0.3.31_GH0.tar.gz) = 25232810 diff --git a/math/openblas64/files/patch-CMakeLists.txt b/math/openblas64/files/patch-CMakeLists.txt index a58aa620cb0b..40608475b9cc 100644 --- a/math/openblas64/files/patch-CMakeLists.txt +++ b/math/openblas64/files/patch-CMakeLists.txt @@ -1,10 +1,10 @@ ---- CMakeLists.txt.orig 2024-04-04 20:26:04 UTC +--- CMakeLists.txt.orig 2026-01-16 13:04:56 UTC +++ CMakeLists.txt -@@ -448,7 +448,7 @@ if (BUILD_SHARED_LIBS AND NOT ${SYMBOLPREFIX}${SYMBOLS +@@ -549,7 +549,7 @@ 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}" "${BHF16}" "${BS}" "${BD}" "${BC}" "${BZ}" > ${PROJECT_BINARY_DIR}/objcopy.def +- COMMAND objcopy --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" ) 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/openblas64/files/patch-exports_Makefile b/math/openblas64/files/patch-exports_Makefile index 25a09c700fe6..e6b2d82b4a0f 100644 --- a/math/openblas64/files/patch-exports_Makefile +++ b/math/openblas64/files/patch-exports_Makefile @@ -1,6 +1,6 @@ ---- exports/Makefile.orig 2024-04-04 20:26:04 UTC +--- exports/Makefile.orig 2026-01-15 22:57:26 UTC +++ exports/Makefile -@@ -234,7 +234,7 @@ endif +@@ -237,7 +237,7 @@ endif endif $(CC) $(CFLAGS) $(LDFLAGS) -shared -o ../$(LIBSONAME) \ -Wl,--whole-archive $< -Wl,--no-whole-archive \ diff --git a/math/openfst/Makefile b/math/openfst/Makefile index cf0e25329dc6..6e8f6e4c81dd 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -1,5 +1,6 @@ PORTNAME= openfst DISTVERSION= 1.8.2-20221207 +PORTREVISION= 1 CATEGORIES= math #MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -10,10 +11,9 @@ WWW= https://www.openfst.org/ \ LICENSE= APACHE20 -BROKEN_FreeBSD_15= compilation fails with clang-19, see https://github.com/kkm000/openfst/issues/58 - USES= cmake compiler:c++17-lang USE_LDCONFIG= yes +USE_GCC= yes # clang-19 fails to compile it since migration to 14.3 CXXFLAGS_i386= -msse -msse2 -mfpmath=sse 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..e8f15a0fb7ee 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,7 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v -DISTVERSION= 1.24 -PORTREVISION= 4 +DISTVERSION= 1.25.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -97,6 +97,6 @@ PORTEXAMPLES= * post-install: @${RM} -r ${STAGEDIR}${DOCSDIR} -# tests as of 1.24: 99% tests passed, 1 tests failed out of 537, see https://github.com/openturns/openturns/issues/2862 +# tests as of 1.25.1: 99% tests passed, 1 tests failed out of 539, the test cppcheck_Normal_large was killed because it used too much memory .include <bsd.port.mk> diff --git a/math/openturns/distinfo b/math/openturns/distinfo index dae352a32e00..f36d89a01264 100644 --- a/math/openturns/distinfo +++ b/math/openturns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736535498 -SHA256 (openturns-openturns-v1.24_GH0.tar.gz) = 6c5232b4daf0b93fbc49dee45299ade2c2c16d44476700e7689af6b50c999f57 -SIZE (openturns-openturns-v1.24_GH0.tar.gz) = 14552025 +TIMESTAMP = 1762761257 +SHA256 (openturns-openturns-v1.25.1_GH0.tar.gz) = 10ab40ffa3240219bed0884ca7808655644adc25a8195a8cd1484318c267b9f7 +SIZE (openturns-openturns-v1.25.1_GH0.tar.gz) = 14764395 diff --git a/math/openturns/pkg-plist b/math/openturns/pkg-plist index 8300546f5e8b..72970a6bb9f2 100644 --- a/math/openturns/pkg-plist +++ b/math/openturns/pkg-plist @@ -67,6 +67,7 @@ include/openturns/Brent.hxx include/openturns/Burr.hxx include/openturns/BurrFactory.hxx include/openturns/CMinpack.hxx +include/openturns/CSVParser.hxx include/openturns/Cache.hxx include/openturns/CalibrationAlgorithm.hxx include/openturns/CalibrationAlgorithmImplementation.hxx @@ -92,6 +93,7 @@ include/openturns/Cloud.hxx include/openturns/Cobyla.hxx include/openturns/Collection.hxx include/openturns/Combinations.hxx +include/openturns/CombinationsDistribution.hxx include/openturns/CombinatorialGenerator.hxx include/openturns/CombinatorialGeneratorImplementation.hxx include/openturns/Compact.hxx @@ -111,9 +113,10 @@ include/openturns/Composite.hxx include/openturns/CompositeDistribution.hxx include/openturns/CompositeProcess.hxx include/openturns/CompositeRandomVector.hxx -include/openturns/ConditionalRandomVector.hxx include/openturns/ConditionedGaussianProcess.hxx include/openturns/ConstantBasisFactory.hxx +include/openturns/ConstantEvaluation.hxx +include/openturns/ConstantFunction.hxx include/openturns/ConstantGradient.hxx include/openturns/ConstantHessian.hxx include/openturns/ConstantRandomVector.hxx @@ -136,6 +139,7 @@ include/openturns/Curve.hxx include/openturns/DatabaseEvaluation.hxx include/openturns/DatabaseFunction.hxx include/openturns/DeconditionedDistribution.hxx +include/openturns/DeconditionedRandomVector.hxx include/openturns/Description.hxx include/openturns/DesignProxy.hxx include/openturns/DickeyFullerTest.hxx @@ -212,6 +216,7 @@ include/openturns/FarlieGumbelMorgensternCopulaFactory.hxx include/openturns/FaureSequence.hxx include/openturns/Fehlberg.hxx include/openturns/FejerAlgorithm.hxx +include/openturns/FejerExperiment.hxx include/openturns/Field.hxx include/openturns/FieldFunction.hxx include/openturns/FieldFunctionImplementation.hxx @@ -268,8 +273,11 @@ include/openturns/GaussianLinearCalibration.hxx include/openturns/GaussianNonLinearCalibration.hxx include/openturns/GaussianProcess.hxx include/openturns/GaussianProcessConditionalCovariance.hxx +include/openturns/GaussianProcessEvaluation.hxx include/openturns/GaussianProcessFitter.hxx include/openturns/GaussianProcessFitterResult.hxx +include/openturns/GaussianProcessGradient.hxx +include/openturns/GaussianProcessRandomVector.hxx include/openturns/GaussianProcessRegression.hxx include/openturns/GaussianProcessRegressionResult.hxx include/openturns/GeneralLinearModelAlgorithm.hxx @@ -415,12 +423,14 @@ include/openturns/KroneckerCovarianceModel.hxx include/openturns/LARS.hxx include/openturns/LHSExperiment.hxx include/openturns/LHSResult.hxx +include/openturns/LOLAVoronoi.hxx include/openturns/LaguerreFactory.hxx include/openturns/Laplace.hxx include/openturns/LaplaceFactory.hxx include/openturns/Last.hxx include/openturns/LatentVariableModel.hxx include/openturns/LeastSquaresDistributionFactory.hxx +include/openturns/LeastSquaresEquationsSolver.hxx include/openturns/LeastSquaresExpansion.hxx include/openturns/LeastSquaresMetaModelSelection.hxx include/openturns/LeastSquaresMetaModelSelectionFactory.hxx @@ -434,6 +444,7 @@ include/openturns/Less.hxx include/openturns/LessOrEqual.hxx include/openturns/LevelSet.hxx include/openturns/LevelSetMesher.hxx +include/openturns/LineSampling.hxx include/openturns/LinearBasisFactory.hxx include/openturns/LinearCombinationEvaluation.hxx include/openturns/LinearCombinationFunction.hxx @@ -473,6 +484,7 @@ include/openturns/MarginalHessian.hxx include/openturns/MarginalTransformationEvaluation.hxx include/openturns/MarginalTransformationGradient.hxx include/openturns/MarginalTransformationHessian.hxx +include/openturns/MarginalUniformOrderStatistics.hxx include/openturns/MarshallOlkinCopula.hxx include/openturns/MartinezSensitivityAlgorithm.hxx include/openturns/MaternModel.hxx @@ -480,7 +492,6 @@ include/openturns/Matrix.hxx include/openturns/MatrixImplementation.hxx include/openturns/MauntzKucherenkoSensitivityAlgorithm.hxx include/openturns/MaximumDistribution.hxx -include/openturns/MaximumEntropyOrderStatisticsCopula.hxx include/openturns/MaximumEntropyOrderStatisticsDistribution.hxx include/openturns/MaximumLikelihoodFactory.hxx include/openturns/MediumSafe.hxx @@ -600,7 +611,6 @@ include/openturns/OTWeightedExperiments.hxx include/openturns/OTconfig.h include/openturns/OTconfig.hxx include/openturns/OTdebug.h -include/openturns/OTmemory.hxx include/openturns/OTprivate.hxx include/openturns/OTtestcode.hxx include/openturns/OTtypes.hxx @@ -711,6 +721,7 @@ include/openturns/QuadraticEvaluation.hxx include/openturns/QuadraticFunction.hxx include/openturns/QuadraticLeastSquares.hxx include/openturns/QuadraticTaylor.hxx +include/openturns/QuantileConfidence.hxx include/openturns/QuantileMatchingFactory.hxx include/openturns/RandomDirection.hxx include/openturns/RandomGenerator.hxx @@ -723,7 +734,7 @@ include/openturns/RandomWalk.hxx include/openturns/RandomWalkMetropolisHastings.hxx include/openturns/RankMCovarianceModel.hxx include/openturns/RankSobolSensitivityAlgorithm.hxx -include/openturns/RatioDistribution.hxx +include/openturns/RatioOfUniforms.hxx include/openturns/Rayleigh.hxx include/openturns/RayleighFactory.hxx include/openturns/RegularGrid.hxx @@ -750,6 +761,8 @@ include/openturns/SamplePartition.hxx include/openturns/SamplingStrategy.hxx include/openturns/SamplingStrategyImplementation.hxx include/openturns/Secant.hxx +include/openturns/SequentialSamplingAlgorithm.hxx +include/openturns/SequentialSamplingAlgorithmImplementation.hxx include/openturns/SimplicialCubature.hxx include/openturns/SimulatedAnnealingLHS.hxx include/openturns/SimulationAlgorithm.hxx @@ -874,6 +887,7 @@ include/openturns/UserDefinedSpectralModel.hxx include/openturns/UserDefinedStationaryCovarianceModel.hxx include/openturns/UsualRandomVector.hxx include/openturns/ValueFunction.hxx +include/openturns/VertexFieldToPointFunction.hxx include/openturns/VertexValueFunction.hxx include/openturns/VertexValuePointToFieldFunction.hxx include/openturns/VisualTest.hxx @@ -897,7 +911,6 @@ include/openturns/XMLH5StorageManager.hxx include/openturns/XMLStorageManager.hxx include/openturns/XMLToolbox.hxx include/openturns/ZipfMandelbrot.hxx -include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/ANCOVA.i %%PYTHON%%include/openturns/swig/ANCOVA_doc.i %%PYTHON%%include/openturns/swig/ARMA.i @@ -1080,6 +1093,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/Collection.i %%PYTHON%%include/openturns/swig/Collection_doc.i %%PYTHON%%include/openturns/swig/Combinations.i +%%PYTHON%%include/openturns/swig/CombinationsDistribution.i +%%PYTHON%%include/openturns/swig/CombinationsDistribution_doc.i %%PYTHON%%include/openturns/swig/Combinations_doc.i %%PYTHON%%include/openturns/swig/CombinatorialGenerator.i %%PYTHON%%include/openturns/swig/CombinatorialGeneratorImplementation.i @@ -1107,14 +1122,18 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/CompositeRandomVector.i %%PYTHON%%include/openturns/swig/CompositeRandomVector_doc.i %%PYTHON%%include/openturns/swig/Composite_doc.i -%%PYTHON%%include/openturns/swig/ConditionalRandomVector.i -%%PYTHON%%include/openturns/swig/ConditionalRandomVector_doc.i %%PYTHON%%include/openturns/swig/ConditionedGaussianProcess.i %%PYTHON%%include/openturns/swig/ConditionedGaussianProcess_doc.i %%PYTHON%%include/openturns/swig/ConstantBasisFactory.i %%PYTHON%%include/openturns/swig/ConstantBasisFactory_doc.i +%%PYTHON%%include/openturns/swig/ConstantEvaluation.i +%%PYTHON%%include/openturns/swig/ConstantEvaluation_doc.i +%%PYTHON%%include/openturns/swig/ConstantFunction.i +%%PYTHON%%include/openturns/swig/ConstantFunction_doc.i %%PYTHON%%include/openturns/swig/ConstantGradient.i +%%PYTHON%%include/openturns/swig/ConstantGradient_doc.i %%PYTHON%%include/openturns/swig/ConstantHessian.i +%%PYTHON%%include/openturns/swig/ConstantHessian_doc.i %%PYTHON%%include/openturns/swig/ConstantRandomVector.i %%PYTHON%%include/openturns/swig/ConstantRandomVector_doc.i %%PYTHON%%include/openturns/swig/ConstantStep.i @@ -1155,6 +1174,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/DatabaseFunction_doc.i %%PYTHON%%include/openturns/swig/DeconditionedDistribution.i %%PYTHON%%include/openturns/swig/DeconditionedDistribution_doc.i +%%PYTHON%%include/openturns/swig/DeconditionedRandomVector.i +%%PYTHON%%include/openturns/swig/DeconditionedRandomVector_doc.i %%PYTHON%%include/openturns/swig/Description.i %%PYTHON%%include/openturns/swig/Description_doc.i %%PYTHON%%include/openturns/swig/DesignProxy.i @@ -1301,6 +1322,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/Fehlberg_doc.i %%PYTHON%%include/openturns/swig/FejerAlgorithm.i %%PYTHON%%include/openturns/swig/FejerAlgorithm_doc.i +%%PYTHON%%include/openturns/swig/FejerExperiment.i +%%PYTHON%%include/openturns/swig/FejerExperiment_doc.i %%PYTHON%%include/openturns/swig/Field.i %%PYTHON%%include/openturns/swig/FieldFunction.i %%PYTHON%%include/openturns/swig/FieldFunctionImplementation.i @@ -1408,6 +1431,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/GaussianProcessFitterResult.i %%PYTHON%%include/openturns/swig/GaussianProcessFitterResult_doc.i %%PYTHON%%include/openturns/swig/GaussianProcessFitter_doc.i +%%PYTHON%%include/openturns/swig/GaussianProcessRandomVector.i +%%PYTHON%%include/openturns/swig/GaussianProcessRandomVector_doc.i %%PYTHON%%include/openturns/swig/GaussianProcessRegression.i %%PYTHON%%include/openturns/swig/GaussianProcessRegressionResult.i %%PYTHON%%include/openturns/swig/GaussianProcessRegressionResult_doc.i @@ -1667,6 +1692,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/LHSExperiment_doc.i %%PYTHON%%include/openturns/swig/LHSResult.i %%PYTHON%%include/openturns/swig/LHSResult_doc.i +%%PYTHON%%include/openturns/swig/LOLAVoronoi.i +%%PYTHON%%include/openturns/swig/LOLAVoronoi_doc.i %%PYTHON%%include/openturns/swig/LaguerreFactory.i %%PYTHON%%include/openturns/swig/LaguerreFactory_doc.i %%PYTHON%%include/openturns/swig/Laplace.i @@ -1679,6 +1706,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/LatentVariableModel_doc.i %%PYTHON%%include/openturns/swig/LeastSquaresDistributionFactory.i %%PYTHON%%include/openturns/swig/LeastSquaresDistributionFactory_doc.i +%%PYTHON%%include/openturns/swig/LeastSquaresEquationsSolver.i +%%PYTHON%%include/openturns/swig/LeastSquaresEquationsSolver_doc.i %%PYTHON%%include/openturns/swig/LeastSquaresExpansion.i %%PYTHON%%include/openturns/swig/LeastSquaresExpansion_doc.i %%PYTHON%%include/openturns/swig/LeastSquaresMetaModelSelection.i @@ -1705,6 +1734,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/LevelSetMesher.i %%PYTHON%%include/openturns/swig/LevelSetMesher_doc.i %%PYTHON%%include/openturns/swig/LevelSet_doc.i +%%PYTHON%%include/openturns/swig/LineSampling.i +%%PYTHON%%include/openturns/swig/LineSampling_doc.i %%PYTHON%%include/openturns/swig/LinearBasisFactory.i %%PYTHON%%include/openturns/swig/LinearBasisFactory_doc.i %%PYTHON%%include/openturns/swig/LinearCombinationEvaluation.i @@ -1775,6 +1806,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/MarginalTransformationEvaluation_doc.i %%PYTHON%%include/openturns/swig/MarginalTransformationGradient.i %%PYTHON%%include/openturns/swig/MarginalTransformationHessian.i +%%PYTHON%%include/openturns/swig/MarginalUniformOrderStatistics.i +%%PYTHON%%include/openturns/swig/MarginalUniformOrderStatistics_doc.i %%PYTHON%%include/openturns/swig/MarshallOlkinCopula.i %%PYTHON%%include/openturns/swig/MarshallOlkinCopula_doc.i %%PYTHON%%include/openturns/swig/MartinezSensitivityAlgorithm.i @@ -1788,8 +1821,6 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/MauntzKucherenkoSensitivityAlgorithm_doc.i %%PYTHON%%include/openturns/swig/MaximumDistribution.i %%PYTHON%%include/openturns/swig/MaximumDistribution_doc.i -%%PYTHON%%include/openturns/swig/MaximumEntropyOrderStatisticsCopula.i -%%PYTHON%%include/openturns/swig/MaximumEntropyOrderStatisticsCopula_doc.i %%PYTHON%%include/openturns/swig/MaximumEntropyOrderStatisticsDistribution.i %%PYTHON%%include/openturns/swig/MaximumEntropyOrderStatisticsDistribution_doc.i %%PYTHON%%include/openturns/swig/MaximumLikelihoodFactory.i @@ -2075,12 +2106,15 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/QuadraticBasisFactory.i %%PYTHON%%include/openturns/swig/QuadraticBasisFactory_doc.i %%PYTHON%%include/openturns/swig/QuadraticEvaluation.i +%%PYTHON%%include/openturns/swig/QuadraticEvaluation_doc.i %%PYTHON%%include/openturns/swig/QuadraticFunction.i %%PYTHON%%include/openturns/swig/QuadraticFunction_doc.i %%PYTHON%%include/openturns/swig/QuadraticLeastSquares.i %%PYTHON%%include/openturns/swig/QuadraticLeastSquares_doc.i %%PYTHON%%include/openturns/swig/QuadraticTaylor.i %%PYTHON%%include/openturns/swig/QuadraticTaylor_doc.i +%%PYTHON%%include/openturns/swig/QuantileConfidence.i +%%PYTHON%%include/openturns/swig/QuantileConfidence_doc.i %%PYTHON%%include/openturns/swig/QuantileMatchingFactory.i %%PYTHON%%include/openturns/swig/QuantileMatchingFactory_doc.i %%PYTHON%%include/openturns/swig/RandomDirection.i @@ -2105,6 +2139,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/RankMCovarianceModel_doc.i %%PYTHON%%include/openturns/swig/RankSobolSensitivityAlgorithm.i %%PYTHON%%include/openturns/swig/RankSobolSensitivityAlgorithm_doc.i +%%PYTHON%%include/openturns/swig/RatioOfUniforms.i +%%PYTHON%%include/openturns/swig/RatioOfUniforms_doc.i %%PYTHON%%include/openturns/swig/Rayleigh.i %%PYTHON%%include/openturns/swig/RayleighFactory.i %%PYTHON%%include/openturns/swig/RayleighFactory_doc.i @@ -2154,6 +2190,10 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/SamplingStrategy_doc.i %%PYTHON%%include/openturns/swig/Secant.i %%PYTHON%%include/openturns/swig/Secant_doc.i +%%PYTHON%%include/openturns/swig/SequentialSamplingAlgorithm.i +%%PYTHON%%include/openturns/swig/SequentialSamplingAlgorithmImplementation.i +%%PYTHON%%include/openturns/swig/SequentialSamplingAlgorithmImplementation_doc.i +%%PYTHON%%include/openturns/swig/SequentialSamplingAlgorithm_doc.i %%PYTHON%%include/openturns/swig/SimplicialCubature.i %%PYTHON%%include/openturns/swig/SimplicialCubature_doc.i %%PYTHON%%include/openturns/swig/SimulatedAnnealingLHS.i @@ -2391,6 +2431,8 @@ include/openturns/csv_parser_state.hxx %%PYTHON%%include/openturns/swig/UsualRandomVector_doc.i %%PYTHON%%include/openturns/swig/ValueFunction.i %%PYTHON%%include/openturns/swig/ValueFunction_doc.i +%%PYTHON%%include/openturns/swig/VertexFieldToPointFunction.i +%%PYTHON%%include/openturns/swig/VertexFieldToPointFunction_doc.i %%PYTHON%%include/openturns/swig/VertexValueFunction.i %%PYTHON%%include/openturns/swig/VertexValueFunction_doc.i %%PYTHON%%include/openturns/swig/VertexValuePointToFieldFunction.i @@ -2478,9 +2520,9 @@ lib/cmake/openturns/OpenTURNS-Targets.cmake lib/cmake/openturns/OpenTURNSConfig.cmake lib/cmake/openturns/OpenTURNSConfigVersion.cmake lib/libOT.so -lib/libOT.so.0.25 -lib/libOT.so.0.25.0 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns-1.24.dist-info/METADATA +lib/libOT.so.0.26 +lib/libOT.so.0.26.0 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns-1.25.1.dist-info/METADATA %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/DistFunc.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/FittingTest.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/HypothesisTest.py @@ -2568,7 +2610,7 @@ lib/libOT.so.0.25.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/usecases/coles.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/usecases/deflection_tube.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/usecases/dowjones.csv -%%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/usecases/fireSatellite_function.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/usecases/fire_satellite.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/usecases/fission_gas.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/usecases/fission_gas_GPR_hyperparameters.csv %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/usecases/fission_gas_Xtrain.csv @@ -2592,4 +2634,4 @@ lib/libOT.so.0.25.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/openturns/usecases/wooster.csv %%PYTHON_SITELIBDIR%%/openturns/viewer.py %%PYTHON_SITELIBDIR%%/openturns/weightedexperiment.py -share/gdb/auto-load/usr/local/lib/libOT.so.0.25.0-gdb.py +share/gdb/auto-load/usr/local/lib/libOT.so.0.26.0-gdb.py diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile index b04d163f5067..198720a543f3 100644 --- a/math/or-tools/Makefile +++ b/math/or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v -DISTVERSION= 9.12-20250219 # tag from the 'main' branch -PORTREVISION= 2 +DISTVERSION= 9.14 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -15,6 +15,7 @@ PATCH_DEPENDS= gsed:textproc/gsed xBUILD_DEPENDS= benchmark>0:devel/benchmark \ googletest>0:devel/googletest LIB_DEPENDS= libabsl_base.so:devel/abseil \ + libbzip2.so:misc/vxl \ libCbc.so:math/cbc \ libCgl.so:math/cgl \ libcoinasl.so:math/asl \ @@ -28,8 +29,7 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \ libOsi.so:math/osi \ libOsiClp.so:math/clp \ libprotobuf.so:devel/protobuf \ - libre2.so:devel/re2 \ - libscip.so:math/SCIP + libre2.so:devel/re2 TEST_DEPENDS= googletest>0:devel/googletest USES= blaslapack cmake:testing compiler:c++17-lang eigen:3 pkgconfig @@ -37,13 +37,11 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= e0f2787c5050c7cf6bc3e5f902fdb8fc11bd3f38 # tag from the 'main' branch (as opposedto 'stable' branch) that includes the fix for https://github.com/google/or-tools/issues/4548 CMAKE_OFF= BUILD_PYTHON BUILD_DEPS INSTALL_BUILD_DEPS \ BUILD_TESTING BUILD_EXAMPLES BUILD_SAMPLES CMAKE_ON= BUILD_CXX \ - USE_PDLP \ - USE_SCIP + USE_PDLP CMAKE_TESTING_ON= BUILD_TESTING BUILD_EXAMPLES BUILD_CXX_EXAMPLES CONFIGURE_ENV= UNIX_CBC_DIR=${LOCALBASE} UNIX_CLP_DIR=${LOCALBASE} @@ -58,6 +56,7 @@ FLATZINC_CMAKE_BOOL= BUILD_FLATZINC SCIP_DESC= Use the SCIP solver # SCIP package isn't built because of licensing restrictions SCIP_CMAKE_BOOL= USE_SCIP SCIP_LIB_DEPENDS= libscip.so:math/SCIP +SCIP_BROKN= configure fails, see https://github.com/google/or-tools/issues/4912 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/-//} PORTDOCS= * diff --git a/math/or-tools/distinfo b/math/or-tools/distinfo index c88c1168831c..25a04e2e86be 100644 --- a/math/or-tools/distinfo +++ b/math/or-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739999958 -SHA256 (google-or-tools-v9.12-20250219-e0f2787c5050c7cf6bc3e5f902fdb8fc11bd3f38_GH0.tar.gz) = 681c1cc3ebb6c9cc364bc0d9930e299a838319b6aae02355a386e751776d11a2 -SIZE (google-or-tools-v9.12-20250219-e0f2787c5050c7cf6bc3e5f902fdb8fc11bd3f38_GH0.tar.gz) = 21136421 +TIMESTAMP = 1762939245 +SHA256 (google-or-tools-v9.14_GH0.tar.gz) = 9019facf316b54ee72bb58827efc875df4cfbb328fbf2b367615bf2226dd94ca +SIZE (google-or-tools-v9.14_GH0.tar.gz) = 21397016 diff --git a/math/or-tools/files/patch-ortools_base_numbers.cc b/math/or-tools/files/patch-ortools_base_numbers.cc deleted file mode 100644 index 0fb41bd3adc4..000000000000 --- a/math/or-tools/files/patch-ortools_base_numbers.cc +++ /dev/null @@ -1,13 +0,0 @@ -- workaround for https://github.com/google/or-tools/issues/3622 - ---- ortools/base/numbers.cc.orig 2023-01-07 08:24:55 UTC -+++ ortools/base/numbers.cc -@@ -23,6 +23,8 @@ - #include <memory> - #include <string> - -+#include <errno.h> -+ - // #include "ortools/base/logging.h" - #include "absl/strings/ascii.h" - #include "ortools/base/strtoint.h" diff --git a/math/or-tools/pkg-plist b/math/or-tools/pkg-plist index ea2c7d700f69..7ea8c80a910b 100644 --- a/math/or-tools/pkg-plist +++ b/math/or-tools/pkg-plist @@ -19,6 +19,8 @@ include/ortools/algorithms/sparse_permutation.h include/ortools/base/accurate_sum.h include/ortools/base/adjustable_priority_queue-inl.h include/ortools/base/adjustable_priority_queue.h +include/ortools/base/array.h +include/ortools/base/array_internal.h include/ortools/base/base_export.h include/ortools/base/basictypes.h include/ortools/base/bitmap.h @@ -97,7 +99,24 @@ include/ortools/constraint_solver/constraint_solver.h include/ortools/constraint_solver/constraint_solveri.h include/ortools/constraint_solver/demon_profiler.pb.h include/ortools/constraint_solver/java/javawrapcp_util.h -include/ortools/constraint_solver/python/constraint_solver_doc.h +include/ortools/constraint_solver/routing.h +include/ortools/constraint_solver/routing_constraints.h +include/ortools/constraint_solver/routing_decision_builders.h +include/ortools/constraint_solver/routing_enums.pb.h +include/ortools/constraint_solver/routing_filter_committables.h +include/ortools/constraint_solver/routing_filters.h +include/ortools/constraint_solver/routing_ils.h +include/ortools/constraint_solver/routing_ils.pb.h +include/ortools/constraint_solver/routing_index_manager.h +include/ortools/constraint_solver/routing_insertion_lns.h +include/ortools/constraint_solver/routing_lp_scheduling.h +include/ortools/constraint_solver/routing_neighborhoods.h +include/ortools/constraint_solver/routing_parameters.h +include/ortools/constraint_solver/routing_parameters.pb.h +include/ortools/constraint_solver/routing_parameters_utils.h +include/ortools/constraint_solver/routing_search.h +include/ortools/constraint_solver/routing_types.h +include/ortools/constraint_solver/routing_utils.h include/ortools/constraint_solver/search_limit.pb.h include/ortools/constraint_solver/search_stats.pb.h include/ortools/constraint_solver/solver_parameters.pb.h @@ -135,14 +154,15 @@ include/ortools/graph/bounded_dijkstra.h include/ortools/graph/christofides.h include/ortools/graph/cliques.h include/ortools/graph/connected_components.h +include/ortools/graph/dag_connectivity.h include/ortools/graph/dag_constrained_shortest_path.h include/ortools/graph/dag_shortest_path.h -include/ortools/graph/ebert_graph.h include/ortools/graph/eulerian_path.h include/ortools/graph/flow_graph.h include/ortools/graph/flow_problem.pb.h include/ortools/graph/generic_max_flow.h include/ortools/graph/graph.h +include/ortools/graph/graph_generator.h include/ortools/graph/graph_io.h include/ortools/graph/hamiltonian_path.h include/ortools/graph/iterators.h @@ -283,6 +303,28 @@ include/ortools/math_opt/cpp/streamable_solver_init_arguments.h include/ortools/math_opt/cpp/update_result.h include/ortools/math_opt/cpp/update_tracker.h include/ortools/math_opt/cpp/variable_and_expressions.h +include/ortools/math_opt/elemental/arrays.h +include/ortools/math_opt/elemental/attr_diff.h +include/ortools/math_opt/elemental/attr_key.h +include/ortools/math_opt/elemental/attr_storage.h +include/ortools/math_opt/elemental/attributes.h +include/ortools/math_opt/elemental/codegen/gen.h +include/ortools/math_opt/elemental/codegen/gen_c.h +include/ortools/math_opt/elemental/codegen/gen_python.h +include/ortools/math_opt/elemental/codegen/testing.h +include/ortools/math_opt/elemental/derived_data.h +include/ortools/math_opt/elemental/diff.h +include/ortools/math_opt/elemental/element_diff.h +include/ortools/math_opt/elemental/element_ref_tracker.h +include/ortools/math_opt/elemental/element_storage.h +include/ortools/math_opt/elemental/elemental.h +include/ortools/math_opt/elemental/elemental_differencer.h +include/ortools/math_opt/elemental/elemental_matcher.h +include/ortools/math_opt/elemental/elements.h +include/ortools/math_opt/elemental/safe_attr_ops.h +include/ortools/math_opt/elemental/symmetry.h +include/ortools/math_opt/elemental/testing.h +include/ortools/math_opt/elemental/thread_safe_id_map.h include/ortools/math_opt/infeasible_subsystem.pb.h include/ortools/math_opt/io/lp/lp_model.h include/ortools/math_opt/io/lp/lp_name.h @@ -349,11 +391,14 @@ include/ortools/math_opt/solvers/xpress/g_xpress.h include/ortools/math_opt/solvers/xpress_solver.h include/ortools/math_opt/sparse_containers.pb.h include/ortools/math_opt/storage/atomic_constraint_storage.h +include/ortools/math_opt/storage/atomic_constraints_v2.h include/ortools/math_opt/storage/iterators.h include/ortools/math_opt/storage/linear_constraint_storage.h include/ortools/math_opt/storage/linear_expression_data.h include/ortools/math_opt/storage/model_storage.h +include/ortools/math_opt/storage/model_storage_item.h include/ortools/math_opt/storage/model_storage_types.h +include/ortools/math_opt/storage/model_storage_v2.h include/ortools/math_opt/storage/objective_storage.h include/ortools/math_opt/storage/range.h include/ortools/math_opt/storage/sparse_coefficient_map.h @@ -403,21 +448,6 @@ include/ortools/port/proto_utils.h include/ortools/port/scoped_std_stream_capture.h include/ortools/port/sysinfo.h include/ortools/port/utf8.h -include/ortools/routing/constraints.h -include/ortools/routing/decision_builders.h -include/ortools/routing/enums.pb.h -include/ortools/routing/filter_committables.h -include/ortools/routing/filters.h -include/ortools/routing/ils.h -include/ortools/routing/ils.pb.h -include/ortools/routing/index_manager.h -include/ortools/routing/insertion_lns.h -include/ortools/routing/lp_scheduling.h -include/ortools/routing/neighborhoods.h -include/ortools/routing/parameters.h -include/ortools/routing/parameters.pb.h -include/ortools/routing/parameters_utils.h -include/ortools/routing/parsers/capacity_planning.pb.h include/ortools/routing/parsers/carp_parser.h include/ortools/routing/parsers/cvrptw_lib.h include/ortools/routing/parsers/dow_parser.h @@ -429,13 +459,7 @@ include/ortools/routing/parsers/solomon_parser.h include/ortools/routing/parsers/solution_serializer.h include/ortools/routing/parsers/tsplib_parser.h include/ortools/routing/parsers/tsptw_parser.h -include/ortools/routing/python/doc.h -include/ortools/routing/python/index_manager_doc.h -include/ortools/routing/python/parameters_doc.h -include/ortools/routing/routing.h -include/ortools/routing/search.h -include/ortools/routing/types.h -include/ortools/routing/utils.h +include/ortools/sat/2d_distances_propagator.h include/ortools/sat/2d_mandatory_overlap_propagator.h include/ortools/sat/2d_orthogonal_packing.h include/ortools/sat/2d_orthogonal_packing_testing.h @@ -508,12 +532,14 @@ include/ortools/sat/pb_constraint.h include/ortools/sat/precedences.h include/ortools/sat/presolve_context.h include/ortools/sat/presolve_util.h +include/ortools/sat/primary_variables.h include/ortools/sat/probing.h include/ortools/sat/pseudo_costs.h include/ortools/sat/python/linear_expr.h include/ortools/sat/python/linear_expr_doc.h include/ortools/sat/restart.h include/ortools/sat/rins.h +include/ortools/sat/routes_support_graph.pb.h include/ortools/sat/routing_cuts.h include/ortools/sat/sat_base.h include/ortools/sat/sat_cnf_reader.h @@ -533,7 +559,6 @@ include/ortools/sat/symmetry.h include/ortools/sat/symmetry_util.h include/ortools/sat/synchronization.h include/ortools/sat/table.h -include/ortools/sat/theta_tree.h include/ortools/sat/timetable.h include/ortools/sat/timetable_edgefinding.h include/ortools/sat/util.h @@ -546,16 +571,21 @@ include/ortools/scheduling/jobshop_scheduling_parser.h include/ortools/scheduling/rcpsp.pb.h include/ortools/scheduling/rcpsp_parser.h include/ortools/set_cover/assignment.h +include/ortools/set_cover/base_types.h include/ortools/set_cover/capacity.pb.h include/ortools/set_cover/capacity_invariant.h include/ortools/set_cover/capacity_model.h include/ortools/set_cover/set_cover.pb.h +include/ortools/set_cover/set_cover_cft.h include/ortools/set_cover/set_cover_heuristics.h include/ortools/set_cover/set_cover_invariant.h include/ortools/set_cover/set_cover_lagrangian.h include/ortools/set_cover/set_cover_mip.h include/ortools/set_cover/set_cover_model.h include/ortools/set_cover/set_cover_reader.h +include/ortools/set_cover/set_cover_submodel.h +include/ortools/set_cover/set_cover_views.h +include/ortools/set_cover/views.h include/ortools/util/adaptative_parameter_value.h include/ortools/util/affine_relation.h include/ortools/util/aligned_memory.h @@ -592,6 +622,7 @@ include/ortools/util/return_macros.h include/ortools/util/rev.h include/ortools/util/running_stat.h include/ortools/util/saturated_arithmetic.h +include/ortools/util/scheduling.h include/ortools/util/sigint.h include/ortools/util/solve_interrupter.h include/ortools/util/sort.h @@ -613,20 +644,20 @@ include/ortools_export.h lib/cmake/ortools/modules/FindCbc.cmake lib/cmake/ortools/modules/FindClp.cmake lib/cmake/ortools/modules/FindEigen3.cmake -lib/cmake/ortools/modules/FindSCIP.cmake lib/cmake/ortools/modules/Findre2.cmake lib/cmake/ortools/ortoolsConfig.cmake lib/cmake/ortools/ortoolsConfigVersion.cmake lib/cmake/ortools/ortoolsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ortools/ortoolsTargets.cmake lib/libortools.so -lib/libortools.so.10 -lib/libortools.so.10.0.9999 +lib/libortools.so.9 +lib/libortools.so.9.14.9999 %%FLATZINC%%lib/libortools_flatzinc.so -%%FLATZINC%%lib/libortools_flatzinc.so.10 -%%FLATZINC%%lib/libortools_flatzinc.so.10.0.9999 +%%FLATZINC%%lib/libortools_flatzinc.so.9 +%%FLATZINC%%lib/libortools_flatzinc.so.9.14.9999 %%FLATZINC%%share/minizinc/cp-sat/fzn_all_different_int.mzn %%FLATZINC%%share/minizinc/cp-sat/fzn_circuit.mzn +%%FLATZINC%%share/minizinc/cp-sat/fzn_count_eq.mzn %%FLATZINC%%share/minizinc/cp-sat/fzn_cumulative.mzn %%FLATZINC%%share/minizinc/cp-sat/fzn_cumulative_opt.mzn %%FLATZINC%%share/minizinc/cp-sat/fzn_diffn.mzn diff --git a/math/p5-Alien-GSL/Makefile b/math/p5-Alien-GSL/Makefile deleted file mode 100644 index 8c2fed87f19c..000000000000 --- a/math/p5-Alien-GSL/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= Alien-GSL -PORTVERSION= 1.07 -PORTREVISION= 1 -CATEGORIES= math perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR=CPAN:PLICEASE -PKGNAMEPREFIX= p5- - -MAINTAINER= bokutin@bokut.in -COMMENT= Detect and get configuration setting for GSL -WWW= https://metacpan.org/release/Alien-GSL - -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual - -LIB_DEPENDS= libgsl.so:math/gsl -BUILD_DEPENDS= p5-Alien-Build>=2.21:devel/p5-Alien-Build \ - p5-PkgConfig>0:devel/p5-PkgConfig -RUN_DEPENDS= p5-Alien-Build>=2.21:devel/p5-Alien-Build -TEST_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple \ - p5-Alien-Build>=0:devel/p5-Alien-Build - -USES= perl5 -USE_PERL5= configure - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/math/p5-Alien-GSL/distinfo b/math/p5-Alien-GSL/distinfo deleted file mode 100644 index 62c74df6e99f..000000000000 --- a/math/p5-Alien-GSL/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1627710185 -SHA256 (Alien-GSL-1.07.tar.gz) = 68f61a5624f846aae3a05effe65141aeb5b619d010626fffc4a4ebd923318fb6 -SIZE (Alien-GSL-1.07.tar.gz) = 5946 diff --git a/math/p5-Alien-GSL/pkg-descr b/math/p5-Alien-GSL/pkg-descr deleted file mode 100644 index ed782fa5b3a4..000000000000 --- a/math/p5-Alien-GSL/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Alien::GSL can be used to detect and get configuration settings -from an installed GSL library. diff --git a/math/p5-Alien-GSL/pkg-plist b/math/p5-Alien-GSL/pkg-plist deleted file mode 100644 index 76a4daf88f94..000000000000 --- a/math/p5-Alien-GSL/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -%%SITE_ARCH%%/Alien/GSL.pm -%%SITE_ARCH%%/Alien/GSL/Install/Files.pm -%%SITE_ARCH%%/auto/Alien/GSL/GSL.txt -%%SITE_ARCH%%/auto/share/dist/Alien-GSL/_alien/alien.json -%%SITE_ARCH%%/auto/share/dist/Alien-GSL/_alien/alienfile -%%PERL5_MAN3%%/Alien::GSL.3.gz 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-GSL-Alien/Makefile b/math/p5-Math-GSL-Alien/Makefile new file mode 100644 index 000000000000..6329c39fb1c8 --- /dev/null +++ b/math/p5-Math-GSL-Alien/Makefile @@ -0,0 +1,28 @@ +PORTNAME= Math-GSL-Alien +PORTVERSION= 1.05 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:HAKONH +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Easy installation of the GSL library +WWW= https://metacpan.org/release/Math-GSL-Alien + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +LIB_DEPENDS= libgsl.so:math/gsl +BUILD_DEPENDS= p5-Alien-Build>=2.21:devel/p5-Alien-Build \ + p5-Alien-Role-Dino>0:devel/p5-Alien-Role-Dino +RUN_DEPENDS= p5-Alien-Build>=2.21:devel/p5-Alien-Build \ + p5-Alien-Role-Dino>0:devel/p5-Alien-Role-Dino +TEST_DEPENDS= p5-Test-Simple>=0.000071:devel/p5-Test-Simple \ + p5-Alien-Build>0:devel/p5-Alien-Build + +USES= perl5 pkgconfig +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/math/p5-Math-GSL-Alien/distinfo b/math/p5-Math-GSL-Alien/distinfo new file mode 100644 index 000000000000..405b0bb137cb --- /dev/null +++ b/math/p5-Math-GSL-Alien/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1769521170 +SHA256 (Math-GSL-Alien-1.05.tar.gz) = 53bf0016aa608cbc577352daa0bfc2a2e738941be1cfcfd70a5740a55e3b0aba +SIZE (Math-GSL-Alien-1.05.tar.gz) = 4765 diff --git a/math/p5-Math-GSL-Alien/pkg-descr b/math/p5-Math-GSL-Alien/pkg-descr new file mode 100644 index 000000000000..090586e6e16a --- /dev/null +++ b/math/p5-Math-GSL-Alien/pkg-descr @@ -0,0 +1 @@ +Easy installation of the GSL library diff --git a/math/p5-Math-GSL-Alien/pkg-plist b/math/p5-Math-GSL-Alien/pkg-plist new file mode 100644 index 000000000000..924bd4748c13 --- /dev/null +++ b/math/p5-Math-GSL-Alien/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_ARCH%%/Math/GSL/Alien.pm +%%SITE_ARCH%%/Math/GSL/Alien/Install/Files.pm +%%SITE_ARCH%%/auto/Math/GSL/Alien/Alien.txt +%%SITE_ARCH%%/auto/share/dist/Math-GSL-Alien/_alien/alien.json +%%SITE_ARCH%%/auto/share/dist/Math-GSL-Alien/_alien/alienfile +%%PERL5_MAN3%%/Math::GSL::Alien.3.gz diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 197fe823a7d3..7ac3501d7de7 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -1,6 +1,5 @@ PORTNAME= Math-GSL -PORTVERSION= 0.43 -PORTREVISION= 1 +PORTVERSION= 0.49 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +12,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-PkgConfig>=0.07720:devel/p5-PkgConfig \ - p5-Alien-GSL>=1.01:math/p5-Alien-GSL + p5-Math-GSL-Alien>=1.03:math/p5-Math-GSL-Alien LIB_DEPENDS= libgsl.so:math/gsl TEST_DEPENDS= p5-Test-Class>=0.12:devel/p5-Test-Class \ p5-Test-Exception>=0.21:devel/p5-Test-Exception \ diff --git a/math/p5-Math-GSL/distinfo b/math/p5-Math-GSL/distinfo index fec8220a6fbc..7ae236db1e93 100644 --- a/math/p5-Math-GSL/distinfo +++ b/math/p5-Math-GSL/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627708695 -SHA256 (Math-GSL-0.43.tar.gz) = 53dec85d1a22cc9060743580de22dfb0024d4700f9fc1d1bd2b82b9abb11c6a6 -SIZE (Math-GSL-0.43.tar.gz) = 23855115 +TIMESTAMP = 1769521999 +SHA256 (Math-GSL-0.49.tar.gz) = 7ee9f1f24b11a99872f19b5247bc1eb0ea53cf3ecd6883fe1d4d287b95fc76aa +SIZE (Math-GSL-0.49.tar.gz) = 26221844 diff --git a/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm b/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm deleted file mode 100644 index a69463c175a7..000000000000 --- a/math/p5-Math-GSL/files/patch-inc-GSLBuilder.pm +++ /dev/null @@ -1,20 +0,0 @@ ---- inc/GSLBuilder.pm.orig 2021-07-26 16:28:55 UTC -+++ inc/GSLBuilder.pm -@@ -280,7 +280,7 @@ sub link_c { - } - } - -- my @lddlflags = $self->split_like_shell($cf->{lddlflags}); -+ my @lddlflags = $self->split_like_shell($Config{lddlflags}); - my @shrp = $self->split_like_shell($cf->{shrpenv}); - my @ld = $self->split_like_shell($cf->{ld} || $Config{cc}); - -@@ -312,7 +312,7 @@ sub compile_c { - - $cf->{installarchlib} = $Config{archlib}; - -- my @include_dirs = @{$p->{include_dirs}} -+ my @include_dirs = ( @{$p->{include_dirs}} && ( ${@{$p->{include_dirs}}}[0] ne "" ) ) - ? map {"-I$_"} (@{$p->{include_dirs}}, catdir($cf->{installarchlib}, 'CORE')) - : map {"-I$_"} ( catdir($cf->{installarchlib}, 'CORE') ) ; - diff --git a/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm b/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm deleted file mode 100644 index b012e67eccec..000000000000 --- a/math/p5-Math-GSL/files/patch-inc_Ver2Func.pm +++ /dev/null @@ -1,13 +0,0 @@ ---- inc/Ver2Func.pm.orig 2021-07-26 16:28:55 UTC -+++ inc/Ver2Func.pm -@@ -526,8 +526,8 @@ my @ver2func = ( - - / - ] -- } -- -+ }, -+ "2.7.1" => {}, - ); - - my ( %index, @info, @versions ); diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index c4775e4adebe..2b4b579e2f14 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.45 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-Math-MPFR/distinfo b/math/p5-Math-MPFR/distinfo index 23137127edc1..fad1dac5cc90 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 = 1762084793 +SHA256 (Math-MPFR-4.45.tar.gz) = 290405d343917c620d08074f71546cf71ae2271cb48e338695636b8f56cc3f04 +SIZE (Math-MPFR-4.45.tar.gz) = 248337 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-Math-Polygon/Makefile b/math/p5-Math-Polygon/Makefile index ec3053923bec..26ed3152b232 100644 --- a/math/p5-Math-Polygon/Makefile +++ b/math/p5-Math-Polygon/Makefile @@ -1,5 +1,6 @@ PORTNAME= Math-Polygon -PORTVERSION= 1.11 +PORTVERSION= 2.00 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +12,13 @@ WWW= https://metacpan.org/release/Math-Polygon LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Log-Report>=0:devel/p5-Log-Report +TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/math/p5-Math-Polygon/distinfo b/math/p5-Math-Polygon/distinfo index 07c9bc25b96d..07fd36e57941 100644 --- a/math/p5-Math-Polygon/distinfo +++ b/math/p5-Math-Polygon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746329043 -SHA256 (Math-Polygon-1.11.tar.gz) = 14c117db44d42e09de60fd1918322d83bfb4b5474d1d767cf70c80fe78efa2d8 -SIZE (Math-Polygon-1.11.tar.gz) = 27063 +TIMESTAMP = 1757519272 +SHA256 (Math-Polygon-2.00.tar.gz) = 6c403bad7c0a61b4d7c86736aaeb76789ae432fa7a864c147e160f3d552afa53 +SIZE (Math-Polygon-2.00.tar.gz) = 28973 diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile index 57a055a7f7c9..7ca1f28f2d31 100644 --- a/math/p5-Math-Random/Makefile +++ b/math/p5-Math-Random/Makefile @@ -1,5 +1,5 @@ PORTNAME= Math-Random -PORTVERSION= 0.72 +PORTVERSION= 0.75 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,7 @@ WWW= https://metacpan.org/release/Math-Random USES= perl5 shebangfix USE_PERL5= configure + SHEBANG_FILES= example.pl post-install: diff --git a/math/p5-Math-Random/distinfo b/math/p5-Math-Random/distinfo index ccede7d4be73..1716f73c2362 100644 --- a/math/p5-Math-Random/distinfo +++ b/math/p5-Math-Random/distinfo @@ -1,2 +1,3 @@ -SHA256 (Math-Random-0.72.tar.gz) = be0522328811d96de505d9ebac3d096359026fa8d5c38f7bb999a78ec5bc254c -SIZE (Math-Random-0.72.tar.gz) = 46907 +TIMESTAMP = 1759774959 +SHA256 (Math-Random-0.75.tar.gz) = 72f9c94c32fcc6dcda16bd2a5e50f6562386d2afc528e5efb369aa2e9596025b +SIZE (Math-Random-0.75.tar.gz) = 49347 diff --git a/math/p5-Math-Random/pkg-plist b/math/p5-Math-Random/pkg-plist index abd9df0de12b..2b40bbeeb903 100644 --- a/math/p5-Math-Random/pkg-plist +++ b/math/p5-Math-Random/pkg-plist @@ -1,7 +1,4 @@ %%SITE_ARCH%%/Math/Random.pm %%SITE_ARCH%%/Math/example.pl -%%SITE_ARCH%%/Math/test1.pl -%%SITE_ARCH%%/Math/test2.pl %%SITE_ARCH%%/auto/Math/Random/Random.so -%%SITE_ARCH%%/auto/Math/Random/autosplit.ix %%PERL5_MAN3%%/Math::Random.3.gz diff --git a/math/p5-PDL-GSL/Makefile b/math/p5-PDL-GSL/Makefile index 221170c7456e..d9c9c0851dd3 100644 --- a/math/p5-PDL-GSL/Makefile +++ b/math/p5-PDL-GSL/Makefile @@ -1,5 +1,6 @@ PORTNAME= PDL-GSL PORTVERSION= 2.101 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/p5-PDL-Transform-Proj4/Makefile b/math/p5-PDL-Transform-Proj4/Makefile index cc81957458c5..8949c16184b9 100644 --- a/math/p5-PDL-Transform-Proj4/Makefile +++ b/math/p5-PDL-Transform-Proj4/Makefile @@ -1,5 +1,6 @@ PORTNAME= PDL-Transform-Proj4 PORTVERSION= 2.098 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- 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/pari/Makefile b/math/pari/Makefile index 89e0e68cb132..6206e7116fb3 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,5 +1,5 @@ PORTNAME= pari -DISTVERSION= 2.17.2 +DISTVERSION= 2.17.3 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= https://pari.math.u-bordeaux.fr/pub/pari/unix/ diff --git a/math/pari/distinfo b/math/pari/distinfo index e463c27ba4d5..06c2dfd2fc5b 100644 --- a/math/pari/distinfo +++ b/math/pari/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741278431 -SHA256 (pari-2.17.2.tar.gz) = 7d30578f5cf97b137a281f4548d131aafc0cde86bcfd10cc1e1bd72a81e65061 -SIZE (pari-2.17.2.tar.gz) = 5326642 +TIMESTAMP = 1764209412 +SHA256 (pari-2.17.3.tar.gz) = 8d9c4fcd584c468d27e0f23c36836587284452094c4b1c404c20c4b810462dcb +SIZE (pari-2.17.3.tar.gz) = 5331018 diff --git a/math/paritwine/Makefile b/math/paritwine/Makefile index 40de36ef89fc..dc38e11b7233 100644 --- a/math/paritwine/Makefile +++ b/math/paritwine/Makefile @@ -1,12 +1,11 @@ PORTNAME= paritwine -DISTVERSION= 0.1 -PORTREVISION= 4 +DISTVERSION= 0.2.2 CATEGORIES= math -MASTER_SITES= http://www.multiprecision.org/downloads/ +MASTER_SITES= https://www.multiprecision.org/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= Glue library between PARI/GP and other mathematics libraries -WWW= https://www.multiprecision.org/paritwine/home.html +WWW= https://www.multiprecision.org/paritwine/index.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -30,4 +29,15 @@ INFO= paritwine TEST_TARGET= check +# ============================================================================ +# Testsuite summary for paritwine 0.2.2 +# ============================================================================ +# TOTAL: 4 +# PASS: 3 +# SKIP: 1 +# XFAIL: 0 +# FAIL: 0 +# XPASS: 0 +# ERROR: 0 + .include <bsd.port.mk> diff --git a/math/paritwine/distinfo b/math/paritwine/distinfo index b629b01e3783..4fc29d9ae283 100644 --- a/math/paritwine/distinfo +++ b/math/paritwine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628529438 -SHA256 (paritwine-0.1.tar.gz) = e3c104b02729013ba7e57fb5960a3b82a29e14e11de351431c85ac0f2da8ae5f -SIZE (paritwine-0.1.tar.gz) = 507029 +TIMESTAMP = 1762664341 +SHA256 (paritwine-0.2.2.tar.gz) = ff7bc2ed599df4c80d902f61cce1668afbed8f73254df372785a9337310a7642 +SIZE (paritwine-0.2.2.tar.gz) = 514887 diff --git a/math/paritwine/pkg-plist b/math/paritwine/pkg-plist index 60c5cc4ea90e..2bdbe0132647 100644 --- a/math/paritwine/pkg-plist +++ b/math/paritwine/pkg-plist @@ -3,5 +3,5 @@ include/paritwine.h lib/libparitwine.a lib/libparitwine.so lib/libparitwine.so.0 -lib/libparitwine.so.0.0.0 +lib/libparitwine.so.0.2.0 %%DATADIR%%/paritwine.gp diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 46e6d28e95e0..9e0b470004af 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= pdal DISTVERSION= 2.8.4 +PORTREVISION= 5 CATEGORIES= math databases graphics MASTER_SITES= https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/math/php81-bcmath/Makefile b/math/php85-bcmath/Makefile index 265a69ea191a..57963b7ed57d 100644 --- a/math/php81-bcmath/Makefile +++ b/math/php85-bcmath/Makefile @@ -1,6 +1,6 @@ CATEGORIES= math -MASTERDIR= ${.CURDIR}/../../lang/php81 +MASTERDIR= ${.CURDIR}/../../lang/php85 PKGNAMESUFFIX= -bcmath diff --git a/math/php81-gmp/Makefile b/math/php85-gmp/Makefile index 21870f6c3a81..88a9d5f7b23b 100644 --- a/math/php81-gmp/Makefile +++ b/math/php85-gmp/Makefile @@ -1,6 +1,6 @@ CATEGORIES= math -MASTERDIR= ${.CURDIR}/../../lang/php81 +MASTERDIR= ${.CURDIR}/../../lang/php85 PKGNAMESUFFIX= -gmp diff --git a/math/planarity/Makefile b/math/planarity/Makefile index fb45b5ab332c..cdb075d92bb3 100644 --- a/math/planarity/Makefile +++ b/math/planarity/Makefile @@ -1,5 +1,5 @@ PORTNAME= planarity -PORTVERSION= 4.0.0.0 +PORTVERSION= 4.0.1.0 DISTVERSIONPREFIX= Version_ CATEGORIES= math diff --git a/math/planarity/distinfo b/math/planarity/distinfo index 9a109e5dcf0b..0dd77114742e 100644 --- a/math/planarity/distinfo +++ b/math/planarity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743935056 -SHA256 (graph-algorithms-edge-addition-planarity-suite-Version_4.0.0.0_GH0.tar.gz) = 1efcb06eaec42830de5d35ff664f7580f16dff131dbfc24f627460547b3401d5 -SIZE (graph-algorithms-edge-addition-planarity-suite-Version_4.0.0.0_GH0.tar.gz) = 272107 +TIMESTAMP = 1760882656 +SHA256 (graph-algorithms-edge-addition-planarity-suite-Version_4.0.1.0_GH0.tar.gz) = 94a6738cf4e5aaa912f0dd47b0b9b6a8022eccb9d668bd1d7d3de2fc920ec129 +SIZE (graph-algorithms-edge-addition-planarity-suite-Version_4.0.1.0_GH0.tar.gz) = 281365 diff --git a/math/planarity/pkg-plist b/math/planarity/pkg-plist index 4fd23e4587d3..f97fa90f5ebb 100644 --- a/math/planarity/pkg-plist +++ b/math/planarity/pkg-plist @@ -29,7 +29,7 @@ include/planarity/graphLib.h lib/libplanarity.a lib/libplanarity.so lib/libplanarity.so.2 -lib/libplanarity.so.2.0.0 +lib/libplanarity.so.2.1.0 libdata/pkgconfig/libplanarity.pc %%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT %%PORTDOCS%%%%DOCSDIR%%/README.md @@ -37,6 +37,12 @@ libdata/pkgconfig/libplanarity.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/K10.g6.0-based.AdjList.out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/K10.g6.0-based.AdjList.out.txt.0-based.G6.out.g6 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/K10.g6.0-based.AdjMat.out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/K23-minus-edge.AdjList.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/K23.AdjList.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/K33-minus-edge.AdjList.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/K33.AdjList.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/K4-minus-edge.AdjList.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/K4.AdjList.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/N5-all.g6 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/N5-all.g6.0-based.AdjList.out.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/N5-all.g6.0-based.AdjMat.out.txt diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 55312ff415cd..af2e1486ce9a 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -1,6 +1,6 @@ PORTNAME= polymake DISTVERSION= 4.13 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/V${DISTVERSION}/ \ https://polymake.org/lib/exe/fetch.php/download/ @@ -93,7 +93,7 @@ TESTS_DESC= Run bundled self tests after build BLISS_CONFIGURE_ON= --with-bliss=${LOCALBASE} BLISS_CONFIGURE_OFF= --without-bliss -BLISS_BUILD_DEPENDS= bliss-graph-tool>=0.73:math/bliss +BLISS_BUILD_DEPENDS= bliss-graph-tool>=0.73:math/bliss # does it need the tool or the library? LIB_DEPENDS should be used in the latter case. BLISS_RUN_DEPENDS= bliss-graph-tool>=0.73:math/bliss NAUTY_CONFIGURE_ON= --with-nauty=${LOCALBASE} @@ -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..43a237ba5cd1 100644 --- a/math/primecount/Makefile +++ b/math/primecount/Makefile @@ -1,6 +1,6 @@ PORTNAME= primecount DISTVERSIONPREFIX= v -DISTVERSION= 7.16 +DISTVERSION= 8.2 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/primecount/distinfo b/math/primecount/distinfo index 6413bd8f5c04..e7ecafc1b636 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 = 1770831729 +SHA256 (kimwalisch-primecount-v8.2_GH0.tar.gz) = 870f2c17b660449d10a593b31d2c69e720ff8060ec1b5099c37f451c005f671e +SIZE (kimwalisch-primecount-v8.2_GH0.tar.gz) = 1210139 diff --git a/math/primecount/pkg-plist b/math/primecount/pkg-plist index d9b40171c08c..757f42611769 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.8 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..1d2b6f5cc203 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} @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.10.0:science/py-scipy@${PY_FLAVOR} USES= compiler:c++11-lang python -USE_PYTHON= autoplist cython3 pep517 pytest +USE_PYTHON= autoplist cython pep517 pytest USE_GITHUB= yes GH_ACCOUNT= coin-or 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-PySCIPOpt/Makefile b/math/py-PySCIPOpt/Makefile index 0ca81978ffbe..ce7dfe02cefa 100644 --- a/math/py-PySCIPOpt/Makefile +++ b/math/py-PySCIPOpt/Makefile @@ -1,7 +1,6 @@ PORTNAME= PySCIPOpt DISTVERSIONPREFIX= v -DISTVERSION= 5.4.1 -PORTREVISION= 1 +DISTVERSION= 5.6.0 CATEGORIES= math python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} USES= localbase python -USE_PYTHON= autoplist cython3 distutils pytest # 1 test fails, see https://github.com/scipopt/PySCIPOpt/issues/840 +USE_PYTHON= autoplist cython distutils pytest # 1 test fails, see https://github.com/scipopt/PySCIPOpt/issues/840 USE_GITHUB= yes GH_ACCOUNT= scipopt @@ -27,6 +26,10 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pyscipopt/scip*.so -# tests as of 5.3.0: 310 passed, 106 skipped, 11 xfailed, 4 warnings in 127.77s (0:02:07) +# tests as of 5.6.0: +# Results (26.54s): +# 330 passed +# 11 xfailed +# 105 skipped .include <bsd.port.mk> diff --git a/math/py-PySCIPOpt/distinfo b/math/py-PySCIPOpt/distinfo index cfcabd7416be..a0f8230104e2 100644 --- a/math/py-PySCIPOpt/distinfo +++ b/math/py-PySCIPOpt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740649709 -SHA256 (scipopt-PySCIPOpt-v5.4.1_GH0.tar.gz) = a6406fd116494495d5078bf56d0120b610b2c8bf84489e6b5d49874ab630b7eb -SIZE (scipopt-PySCIPOpt-v5.4.1_GH0.tar.gz) = 788796 +TIMESTAMP = 1762943425 +SHA256 (scipopt-PySCIPOpt-v5.6.0_GH0.tar.gz) = 3e618046ead72a6c77e53a4d933682a8ff8432c79c149f8c924d99401aaa5eb4 +SIZE (scipopt-PySCIPOpt-v5.6.0_GH0.tar.gz) = 800942 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-altgraph/Makefile b/math/py-altgraph/Makefile index 4a764dd24deb..fbd12f453542 100644 --- a/math/py-altgraph/Makefile +++ b/math/py-altgraph/Makefile @@ -1,6 +1,5 @@ PORTNAME= altgraph -PORTVERSION= 0.17.4 -PORTREVISION= 1 +PORTVERSION= 0.17.5 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +12,11 @@ WWW= https://altgraph.readthedocs.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes diff --git a/math/py-altgraph/distinfo b/math/py-altgraph/distinfo index f3a8245c8a7b..119092672f50 100644 --- a/math/py-altgraph/distinfo +++ b/math/py-altgraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696002170 -SHA256 (altgraph-0.17.4.tar.gz) = 1b5afbb98f6c4dcadb2e2ae6ab9fa994bbb8c1d75f4fa96d340f9437ae454406 -SIZE (altgraph-0.17.4.tar.gz) = 48418 +TIMESTAMP = 1763854462 +SHA256 (altgraph-0.17.5.tar.gz) = c87b395dd12fabde9c99573a9749d67da8d29ef9de0125c7f536699b4a9bc9e7 +SIZE (altgraph-0.17.5.tar.gz) = 48428 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-animatplot-ng/Makefile b/math/py-animatplot-ng/Makefile index 43b4dd82328d..e6b1e08d93a3 100644 --- a/math/py-animatplot-ng/Makefile +++ b/math/py-animatplot-ng/Makefile @@ -1,6 +1,6 @@ PORTNAME= animatplot-ng DISTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-animatplot/Makefile b/math/py-animatplot/Makefile index a246f6b4128b..e283380e035c 100644 --- a/math/py-animatplot/Makefile +++ b/math/py-animatplot/Makefile @@ -1,6 +1,6 @@ PORTNAME= animatplot DISTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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..c1d578d4e72c 100644 --- a/math/py-arviz/Makefile +++ b/math/py-arviz/Makefile @@ -1,26 +1,28 @@ PORTNAME= arviz DISTVERSIONPREFIX= v -DISTVERSION= 0.21.0 +DISTVERSION= 0.23.1 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}h5py>0:science/py-h5py@${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 +43,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.23.1: 2932 passed, 30 skipped, 147 warnings, 614 errors in 48.34s .include <bsd.port.mk> diff --git a/math/py-arviz/distinfo b/math/py-arviz/distinfo index 632820c200bb..c87256a7ea31 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 = 1768636966 +SHA256 (arviz-devs-arviz-v0.23.1_GH0.tar.gz) = 88718a9d8eaf29044617a675864aa153c9fdc33dddddcb855ffe327bd10daea3 +SIZE (arviz-devs-arviz-v0.23.1_GH0.tar.gz) = 11445076 diff --git a/math/py-arybo/Makefile b/math/py-arybo/Makefile index 758639d91364..57890d1450fa 100644 --- a/math/py-arybo/Makefile +++ b/math/py-arybo/Makefile @@ -1,6 +1,6 @@ PORTNAME= arybo DISTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-awkward-cpp/Makefile b/math/py-awkward-cpp/Makefile index 1c675bf14faf..064a9091cf2b 100644 --- a/math/py-awkward-cpp/Makefile +++ b/math/py-awkward-cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= awkward-cpp -PORTVERSION= 45 +PORTVERSION= 51 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,12 @@ WWW= https://awkward-array.org/doc/main/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.10:devel/py-scikit-build-core@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>=3:devel/py-pybind11@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.11:devel/py-scikit-build-core@${PY_FLAVOR} \ rapidjson>=0:devel/rapidjson RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR} -USES= cmake:indirect compiler:c++11-lang localbase python:3.9+ +USES= cmake:indirect compiler:c++11-lang localbase python USE_PYTHON= autoplist concurrent pep517 post-patch: diff --git a/math/py-awkward-cpp/distinfo b/math/py-awkward-cpp/distinfo index 7fe42ddf3277..699fded4d11b 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 = 1766036497 +SHA256 (awkward_cpp-51.tar.gz) = 8c74e8f9fb2501766d1b0f9f2eb8777e384411d33534a8fa667d56599223a04b +SIZE (awkward_cpp-51.tar.gz) = 1486658 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..cc5623362573 100644 --- a/math/py-awkward/Makefile +++ b/math/py-awkward/Makefile @@ -1,5 +1,5 @@ PORTNAME= awkward -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.12 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>=51<51_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..55b1f515a879 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 = 1769874386 +SHA256 (awkward-2.8.12.tar.gz) = 90ffe41d081b10ab24337c76537aa9a25920e6653d1ae562b1537dc1934223f4 +SIZE (awkward-2.8.12.tar.gz) = 6284797 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-baycomp/Makefile b/math/py-baycomp/Makefile index 2b198a836028..dc1a5d82358b 100644 --- a/math/py-baycomp/Makefile +++ b/math/py-baycomp/Makefile @@ -1,6 +1,6 @@ PORTNAME= baycomp DISTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python # statistics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-benford_py/Makefile b/math/py-benford_py/Makefile index 35fbd8c85cb6..bdb2a3652030 100644 --- a/math/py-benford_py/Makefile +++ b/math/py-benford_py/Makefile @@ -1,7 +1,7 @@ PORTNAME= benford_py DISTVERSIONPREFIX= v DISTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-blis/Makefile b/math/py-blis/Makefile index a8040e41539c..8f3457c2c335 100644 --- a/math/py-blis/Makefile +++ b/math/py-blis/Makefile @@ -1,5 +1,5 @@ PORTNAME= blis -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.3 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/explosion/cython-blis/releases/download/release-v${PORTVERSION}/ diff --git a/math/py-blis/distinfo b/math/py-blis/distinfo index cf8b341a2188..8bff8e95d68f 100644 --- a/math/py-blis/distinfo +++ b/math/py-blis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744289022 -SHA256 (blis-1.3.0.tar.gz) = 1695a87e3fc4c20d9b9140f5238cac0514c411b750e8cdcec5d8320c71f62e99 -SIZE (blis-1.3.0.tar.gz) = 2510328 +TIMESTAMP = 1763853416 +SHA256 (blis-1.3.3.tar.gz) = 034d4560ff3cc43e8aa37e188451b0440e3261d989bb8a42ceee865607715ecd +SIZE (blis-1.3.3.tar.gz) = 2644873 diff --git a/math/py-blis/files/patch-pyproject.toml b/math/py-blis/files/patch-pyproject.toml index 6e108948eb19..5c1f19fb2327 100644 --- a/math/py-blis/files/patch-pyproject.toml +++ b/math/py-blis/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2025-04-03 12:23:45 UTC +--- pyproject.toml.orig 2025-11-14 15:00:34 UTC +++ pyproject.toml -@@ -1,7 +1,7 @@ requires = [ - [build-system] +@@ -2,7 +2,7 @@ requires = [ requires = [ "setuptools", -- "cython>=3.0,<4.0", -+ "cython>=0,<4.0", - "numpy>=1.19.3,<3.0.0" + "cython>=3.0,<4.0", +- "numpy>=2.0.0,<3.0.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..7e23157a3e80 100644 --- a/math/py-blis/files/patch-setup.py +++ b/math/py-blis/files/patch-setup.py @@ -1,13 +1,11 @@ ---- setup.py.orig 2025-04-03 12:23:45 UTC +--- setup.py.orig 2025-11-14 15:00:34 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", ++ "numpy>=1.19.3,<3.0.0", ], install_requires=[ "numpy>=1.15.0,<3.0.0; python_version < '3.9'", diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile index 759a0368dc93..b30f758128f9 100644 --- a/math/py-bottleneck/Makefile +++ b/math/py-bottleneck/Makefile @@ -1,10 +1,8 @@ PORTNAME= bottleneck -PORTVERSION= 1.3.8 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Bottleneck-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Collection of fast NumPy array functions written in Cython @@ -13,7 +11,7 @@ WWW= https://github.com/kwgoodman/bottleneck LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1<2.6,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}versioneer>=0:devel/py-versioneer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} diff --git a/math/py-bottleneck/distinfo b/math/py-bottleneck/distinfo index b1c1c3984177..c2d52adc79f3 100644 --- a/math/py-bottleneck/distinfo +++ b/math/py-bottleneck/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709390682 -SHA256 (Bottleneck-1.3.8.tar.gz) = 6780d896969ba7f53c8995ba90c87c548beb3db435dc90c60b9a10ed1ab4d868 -SIZE (Bottleneck-1.3.8.tar.gz) = 103252 +TIMESTAMP = 1769874388 +SHA256 (bottleneck-1.6.0.tar.gz) = 028d46ee4b025ad9ab4d79924113816f825f62b17b87c9e1d0d8ce144a4a0e31 +SIZE (bottleneck-1.6.0.tar.gz) = 104311 diff --git a/math/py-bottleneck/files/patch-pyproject.toml b/math/py-bottleneck/files/patch-pyproject.toml index 0f93828ea05a..cbd1390947e0 100644 --- a/math/py-bottleneck/files/patch-pyproject.toml +++ b/math/py-bottleneck/files/patch-pyproject.toml @@ -1,9 +1,11 @@ ---- pyproject.toml.orig 2024-02-25 00:30:13 UTC +--- pyproject.toml.orig 2025-09-08 16:21:25 UTC +++ pyproject.toml -@@ -3,5 +3,5 @@ requires = [ - "setuptools", - "versioneer", - "wheel", -- "oldest-supported-numpy" -+ "numpy" +@@ -12,7 +12,7 @@ requires = [ + # and disabling build isolation. + # 3. The <2.(N+3) upper bound is for matching the numpy deprecation policy, + # it should not be loosened more than that. +- "numpy>=2,<2.6" ++ "numpy<2.6" ] + build-backend = "setuptools.build_meta" + diff --git a/math/py-chaospy/Makefile b/math/py-chaospy/Makefile index 2d99d5297d2b..b8cf63ae4b4d 100644 --- a/math/py-chaospy/Makefile +++ b/math/py-chaospy/Makefile @@ -1,7 +1,7 @@ PORTNAME= chaospy DISTVERSIONPREFIX= v DISTVERSION= 4.3.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-clarabel/Makefile b/math/py-clarabel/Makefile index 4b518624d20f..b4d90c1f3425 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= 14 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-cmyt/Makefile b/math/py-cmyt/Makefile index 3024184f481f..1b07269ed079 100644 --- a/math/py-cmyt/Makefile +++ b/math/py-cmyt/Makefile @@ -1,6 +1,7 @@ PORTNAME= cmyt DISTVERSIONPREFIX= v DISTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= math python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-colormath/Makefile b/math/py-colormath/Makefile index 21480db4aef3..c93a29ff0668 100644 --- a/math/py-colormath/Makefile +++ b/math/py-colormath/Makefile @@ -1,6 +1,6 @@ PORTNAME= colormath PORTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-contourpy/Makefile b/math/py-contourpy/Makefile index 9d62149f5910..3543d32c9ab5 100644 --- a/math/py-contourpy/Makefile +++ b/math/py-contourpy/Makefile @@ -1,5 +1,5 @@ PORTNAME= contourpy -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-contourpy/distinfo b/math/py-contourpy/distinfo index 631f62ac693f..160cd3bb8ad3 100644 --- a/math/py-contourpy/distinfo +++ b/math/py-contourpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744938446 -SHA256 (contourpy-1.3.2.tar.gz) = b6945942715a034c671b7fc54f9588126b0b8bf23db2696e3ca8328f3ff0ab54 -SIZE (contourpy-1.3.2.tar.gz) = 13466130 +TIMESTAMP = 1759134905 +SHA256 (contourpy-1.3.3.tar.gz) = 083e12155b210502d0bca491432bb04d56dc3432f95a979b429f2848c3dbe880 +SIZE (contourpy-1.3.3.tar.gz) = 13466174 diff --git a/math/py-conway-polynomials/Makefile b/math/py-conway-polynomials/Makefile new file mode 100644 index 000000000000..2d48fdfced10 --- /dev/null +++ b/math/py-conway-polynomials/Makefile @@ -0,0 +1,31 @@ +PORTNAME= conway-polynomials +DISTVERSION= 0.10 +CATEGORIES= math python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python interface to Frank Lubeck's Conway polynomial database +WWW= https://github.com/sagemath/conway-polynomials + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +NO_ARCH= yes + +do-test: + @cd ${TEST_WRKSRC} && \ + ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest --doctest-modules --doctest-glob='*.rst' ${WRKSRC}/README.rst ${WRKSRC}/src/conway_polynomials/__init__.py + +# tests as of 0.10: 2 passed in 2.99s + +.include <bsd.port.mk> diff --git a/math/py-conway-polynomials/distinfo b/math/py-conway-polynomials/distinfo new file mode 100644 index 000000000000..ea87f25007b9 --- /dev/null +++ b/math/py-conway-polynomials/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1759482386 +SHA256 (conway_polynomials-0.10.tar.gz) = 4f619f64f81a3eb16c4e26c5a284feeec27a6f4aad647643e79af289801ae0f3 +SIZE (conway_polynomials-0.10.tar.gz) = 307447 diff --git a/math/py-conway-polynomials/pkg-descr b/math/py-conway-polynomials/pkg-descr new file mode 100644 index 000000000000..1a43461d9c06 --- /dev/null +++ b/math/py-conway-polynomials/pkg-descr @@ -0,0 +1,14 @@ +Python interface to Frank Luebeck's Conway polynomial database. + +Frank Luebeck maintains a list of pre-computed Conway polynomial coefficients. +These are used in several computer algebra systems such as GAP and SageMath +to provide quick access to those Conway polynomials. + +The package consists of a single module containing a single function that +returns a dict of dicts, conway_polynomials.database(). The dictionary's +format is {p: {n: coefficients}}, where p represents your prime and n your +degree. The tuple of coefficients is returned in ascending order; that is, +the first coefficient (at index zero) is for the constant (degree zero) term. + +This package is an evolution of the SageMath conway_polynomials package +and is maintained by the same team of developers. diff --git a/math/py-cvxopt/Makefile b/math/py-cvxopt/Makefile index 03b1987ef60c..f3fe377128dd 100644 --- a/math/py-cvxopt/Makefile +++ b/math/py-cvxopt/Makefile @@ -1,6 +1,6 @@ PORTNAME= cvxopt DISTVERSION= 1.3.2 -PORTREVISION= 11 +PORTREVISION= 13 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-cvxpy/Makefile b/math/py-cvxpy/Makefile index 257752494f64..e4f27d742cfe 100644 --- a/math/py-cvxpy/Makefile +++ b/math/py-cvxpy/Makefile @@ -32,7 +32,9 @@ 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 + +# tests as of 1.6.4: 4 failed, 1308 passed, 216 skipped, 534 warnings in 610.43s (0:10:10) .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..95caefeeed91 100644 --- a/math/py-cypari2/Makefile +++ b/math/py-cypari2/Makefile @@ -1,5 +1,5 @@ PORTNAME= cypari2 -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,22 +16,16 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ LIB_DEPENDS= libgmp.so:math/gmp \ libpari.so:math/pari RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} -TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flaky>=3.8.1:devel/py-flaky@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>=3.8.1:devel/py-flaky@${PY_FLAVOR} #USE_GITHUB= yes #GH_ACCOUNT= sagemath -USES= compiler:c11 python -USE_PYTHON= cython3 pep517 +USES= compiler:c11 localbase:ldflags meson pytest python +USE_PYTHON= cython .if !defined(WITH_DEBUG) LDFLAGS+= -s .endif -PLIST_SUB+= VER=${DISTVERSION} - -do-test: install - (cd ${WRKSRC} && py.test) - .include <bsd.port.mk> diff --git a/math/py-cypari2/distinfo b/math/py-cypari2/distinfo index 462a75a19fe4..426c5c4b9f1c 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 = 1762966744 +SHA256 (cypari2-2.2.4.tar.gz) = f9f0e994a9a0b064619320411e1d9c303158847e055b58082efdade5ac97f613 +SIZE (cypari2-2.2.4.tar.gz) = 692543 diff --git a/math/py-cypari2/pkg-plist b/math/py-cypari2/pkg-plist index 1b4c67db9b58..c33372489f14 100644 --- a/math/py-cypari2/pkg-plist +++ b/math/py-cypari2/pkg-plist @@ -1,38 +1,27 @@ -%%PYTHON_SITELIBDIR%%/cypari2-%%VER%%.dist-info/LICENSE -%%PYTHON_SITELIBDIR%%/cypari2-%%VER%%.dist-info/METADATA -%%PYTHON_SITELIBDIR%%/cypari2-%%VER%%.dist-info/RECORD -%%PYTHON_SITELIBDIR%%/cypari2-%%VER%%.dist-info/WHEEL -%%PYTHON_SITELIBDIR%%/cypari2-%%VER%%.dist-info/top_level.txt %%PYTHON_SITELIBDIR%%/cypari2/__init__.py -%%PYTHON_SITELIBDIR%%/cypari2/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/cypari2/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/cypari2/auto_gen.pxi +%%PYTHON_SITELIBDIR%%/cypari2/auto_instance.pxi %%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.pyx +%%PYTHON_SITELIBDIR%%/cypari2/custom_block%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/cypari2/cypari.h -%%PYTHON_SITELIBDIR%%/cypari2/gen%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/cypari2/cypari2.py +%%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/test%%PYTHON_TAG%%.so %%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..eb9d71572c68 100644 --- a/math/py-dgl/Makefile +++ b/math/py-dgl/Makefile @@ -1,6 +1,6 @@ PORTNAME= dgl DISTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python # machine-learning PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=2.1:math/py-networkx@${PY_FLAVOR} ${BACKEND_DEPENDS} USES= python localbase -USE_PYTHON= distutils cython autoplist +USE_PYTHON= autoplist cython0 distutils WRKSRC_SUBDIR= python @@ -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-evalidate/Makefile b/math/py-evalidate/Makefile index ec66aecc1b62..83830932b9da 100644 --- a/math/py-evalidate/Makefile +++ b/math/py-evalidate/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/yaroslaff/evalidate LICENSE= MIT -USES= python:3.9+ +USES= python USE_PYTHON= distutils autoplist pytest # the test tests/test_jailbreak.py::TestJailbreak::test_mul_overflow runs in a very high memory - 12+GB, see https://github.com/yaroslaff/evalidate/issues/8 USE_GITHUB= yes diff --git a/math/py-faiss/Makefile b/math/py-faiss/Makefile index 355434f96dc8..eeced13f06e0 100644 --- a/math/py-faiss/Makefile +++ b/math/py-faiss/Makefile @@ -1,6 +1,6 @@ PORTNAME= faiss DISTVERSIONPREFIX= v -DISTVERSION= 1.11.0 +DISTVERSION= 1.13.1 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-faiss/distinfo b/math/py-faiss/distinfo index 840cf5ea3b37..d92f865fe9c7 100644 --- a/math/py-faiss/distinfo +++ b/math/py-faiss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745711421 -SHA256 (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = c5d517da6deb6a6d74290d7145331fc7474426025e2d826fa4a6d40670f4493c -SIZE (facebookresearch-faiss-v1.11.0_GH0.tar.gz) = 1138777 +TIMESTAMP = 1764757791 +SHA256 (facebookresearch-faiss-v1.13.1_GH0.tar.gz) = 89e6e9e3eb14a5948b9b8b57656de2dae9a1f0f7aceb5a2268e5eded33e5d6cf +SIZE (facebookresearch-faiss-v1.13.1_GH0.tar.gz) = 1236021 diff --git a/math/py-fastcluster/Makefile b/math/py-fastcluster/Makefile index f22686d913b8..8f95e54f63e5 100644 --- a/math/py-fastcluster/Makefile +++ b/math/py-fastcluster/Makefile @@ -1,6 +1,5 @@ PORTNAME= fastcluster -PORTVERSION= 1.2.6 -PORTREVISION= 2 +PORTVERSION= 1.3.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9,1:math/py-numpy@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= compiler python USE_PYTHON= autoplist concurrent pep517 diff --git a/math/py-fastcluster/distinfo b/math/py-fastcluster/distinfo index 04df5124a3c2..45f5d1423e2d 100644 --- a/math/py-fastcluster/distinfo +++ b/math/py-fastcluster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647264604 -SHA256 (fastcluster-1.2.6.tar.gz) = aab886efa7b6bba7ac124f4498153d053e5a08b822d2254926b7206cdf5a8aa6 -SIZE (fastcluster-1.2.6.tar.gz) = 173773 +TIMESTAMP = 1759816698 +SHA256 (fastcluster-1.3.0.tar.gz) = d5233aeba5c3faa949c7fa6a39345a09f716ccebbd748541e5735c866696df02 +SIZE (fastcluster-1.3.0.tar.gz) = 173065 diff --git a/math/py-fastcluster/files/patch-pyproject.toml b/math/py-fastcluster/files/patch-pyproject.toml index a733d01745f2..1b5181373b1a 100644 --- a/math/py-fastcluster/files/patch-pyproject.toml +++ b/math/py-fastcluster/files/patch-pyproject.toml @@ -1,8 +1,8 @@ ---- pyproject.toml.orig 2022-02-27 10:25:41 UTC +--- pyproject.toml.orig 2025-05-06 15:48:45 UTC +++ pyproject.toml -@@ -10,4 +10,4 @@ requires = ["setuptools", - # Scipy's "oldest_supported_numpy" package does this work for us. +@@ -1,4 +1,4 @@ requires = ["setuptools", + [build-system] requires = ["setuptools", "wheel", -- "oldest_supported_numpy"] +- "numpy >= 2"] + "numpy"] diff --git a/math/py-fastcluster/files/patch-setup.py b/math/py-fastcluster/files/patch-setup.py new file mode 100644 index 000000000000..3c5c064a6fcc --- /dev/null +++ b/math/py-fastcluster/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2025-05-06 15:48:45 UTC ++++ setup.py +@@ -92,7 +92,7 @@ Clustering Routines for R and Python*, Journal of Stat + long_description_content_type='text/markdown', + python_requires='>=3', + requires=['numpy'], +- install_requires=["numpy>=2"], ++ install_requires=["numpy"], + provides=['fastcluster'], + ext_modules=[Extension('_fastcluster', + ['src/fastcluster_python.cpp'], 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-formulaic/Makefile b/math/py-formulaic/Makefile index eac8ae4c56b9..48a04dd9aa53 100644 --- a/math/py-formulaic/Makefile +++ b/math/py-formulaic/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= pep517 autoplist pytest NO_ARCH= yes diff --git a/math/py-fpylll/Makefile b/math/py-fpylll/Makefile index 70cec1723019..d54f1259e596 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,11 +26,11 @@ 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 +USE_PYTHON= cython distutils .if !defined(WITH_DEBUG) LDFLAGS+= -s .endif 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-fvcore/Makefile b/math/py-fvcore/Makefile index 810cd2d54480..f10511a06e85 100644 --- a/math/py-fvcore/Makefile +++ b/math/py-fvcore/Makefile @@ -1,6 +1,6 @@ PORTNAME= fvcore PORTVERSION= 0.1.5.post20220512 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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-gym/Makefile b/math/py-gym/Makefile index 535408217618..cb032b88abe5 100644 --- a/math/py-gym/Makefile +++ b/math/py-gym/Makefile @@ -24,10 +24,4 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile index e20b2aadbf2e..73cfd6439555 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= 7 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-highspy/Makefile b/math/py-highspy/Makefile new file mode 100644 index 000000000000..d6ce1907dcb7 --- /dev/null +++ b/math/py-highspy/Makefile @@ -0,0 +1,26 @@ +PORTNAME= highspy +DISTVERSION= 1.11.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= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.3.3:devel/py-scikit-build-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYNUMPY} + +USES= cmake:indirect compiler:c++11-lang python +USE_PYTHON= pep517 autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +# tests as of 1.11.0: 58 passed in 2.98s + +.include <bsd.port.mk> diff --git a/math/py-highspy/distinfo b/math/py-highspy/distinfo new file mode 100644 index 000000000000..506deba7cac4 --- /dev/null +++ b/math/py-highspy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1758257257 +SHA256 (highspy-1.11.0.tar.gz) = 771e58c076122d207ff1b19759c21d3227f0da5b80dfd89a4145681524969cef +SIZE (highspy-1.11.0.tar.gz) = 1285415 diff --git a/math/py-highspy/pkg-descr b/math/py-highspy/pkg-descr new file mode 100644 index 000000000000..2a91b5a5826c --- /dev/null +++ b/math/py-highspy/pkg-descr @@ -0,0 +1,6 @@ +highspy is a Python binding for HiGHS. + +HiGHS is a high performance serial and parallel solver for large scale sparse +linear programming (LP) problems of the form: + +Minimize c^Tx subject to L <= Ax <= U; l <= x <= u diff --git a/math/py-hypernetx/Makefile b/math/py-hypernetx/Makefile index 10cb05432724..04d46ac73ea6 100644 --- a/math/py-hypernetx/Makefile +++ b/math/py-hypernetx/Makefile @@ -1,5 +1,6 @@ PORTNAME= hypernetx -DISTVERSION= 2.3.10 +DISTVERSION= 2.4.0 +PORTREVISION= 1 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-iminuit/Makefile b/math/py-iminuit/Makefile index 4f8c21db6976..ecae6abf29ce 100644 --- a/math/py-iminuit/Makefile +++ b/math/py-iminuit/Makefile @@ -35,7 +35,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}annotated-types>0:devel/py-annotated-types@ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unicodeitplus>0:textproc/py-unicodeitplus@${PY_FLAVOR} -USES= compiler:c++14-lang python:3.9+ +USES= compiler:c++14-lang python USE_PYTHON= pep517 cython_test autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} diff --git a/math/py-isosurfaces/Makefile b/math/py-isosurfaces/Makefile index 911a9705e1f6..88498556b01f 100644 --- a/math/py-isosurfaces/Makefile +++ b/math/py-isosurfaces/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/jared-hughes/isosurfaces LICENSE= MIT RUN_DEPENDS= ${PYNUMPY} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycairo>0:graphics/py-pycairo@${PY_FLAVOR} \ ${PYNUMPY} \ xdg-open:devel/xdg-utils diff --git a/math/py-jax/Makefile b/math/py-jax/Makefile index b162691ab0cc..96a046d5ce76 100644 --- a/math/py-jax/Makefile +++ b/math/py-jax/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ml-dtypes>=0.2.0:math/py-ml-dtypes@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}opt-einsum>=0:math/py-opt-einsum@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.11.1:science/py-scipy@${PY_FLAVOR} -USES= python:3.10+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-jij-cimod/Makefile b/math/py-jij-cimod/Makefile new file mode 100644 index 000000000000..52774739c679 --- /dev/null +++ b/math/py-jij-cimod/Makefile @@ -0,0 +1,34 @@ +PORTNAME= jij-cimod +DISTVERSION= 1.7.3 +CATEGORIES= math +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python binding for the C++ library for a binary quadratic model +WWW= https://www.openjij.org/ \ + https://github.com/Jij-Inc/cimod + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.10:devel/py-scikit-build-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + nlohmann-json>0:devel/nlohmann-json \ + pybind11-json>0:devel/pybind11-json +LIB_DEPENDS= libcblas.so:math/cblas \ + liblapack.so:math/lapack \ + libopenblas.so:math/openblas + +USES= cmake:indirect compiler:c++17-lang eigen:3 localbase:ldflags python +USE_PYTHON= pep517 cython autoplist pytest + +TEST_WRKSRC= ${WRKSRC}/tests +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + +# tests as of 1.7.3: 49 passed, 10 warnings in 19.01s + +.include <bsd.port.mk> diff --git a/math/py-jij-cimod/distinfo b/math/py-jij-cimod/distinfo new file mode 100644 index 000000000000..3e3ec24af776 --- /dev/null +++ b/math/py-jij-cimod/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760203654 +SHA256 (jij_cimod-1.7.3.tar.gz) = f8703ef9d8a876e560fce1b78a4fedaf6e30d47889ff2055a2c596e19f04e589 +SIZE (jij_cimod-1.7.3.tar.gz) = 339350 diff --git a/math/py-jij-cimod/files/patch-CMakeLists.txt b/math/py-jij-cimod/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..68251a0b6c06 --- /dev/null +++ b/math/py-jij-cimod/files/patch-CMakeLists.txt @@ -0,0 +1,20 @@ +--- CMakeLists.txt.orig 2022-11-09 12:37:21 UTC ++++ CMakeLists.txt +@@ -65,13 +65,10 @@ ENDIF () + ENDIF () + ENDIF () + +-IF (CMAKE_REQUIRE_FAILE) +- SET (CMAKE_REQUIRE_FIND_PACKAGE_Eigen3 ON) +- SET (CMAKE_REQUIRE_FIND_PACKAGE_nlohmann_json ON) +- SET (CMAKE_REQUIRE_FIND_PACKAGE_pybind11 ON) +- SET (CMAKE_REQUIRE_FIND_PACKAGE_pybind11_json ON) +- SET (CMAKE_REQUIRE_FIND_PACKAGE_GTest ON) +-ENDIF () ++SET (CMAKE_REQUIRE_FIND_PACKAGE_Eigen3 ON) ++SET (CMAKE_REQUIRE_FIND_PACKAGE_nlohmann_json ON) ++SET (CMAKE_REQUIRE_FIND_PACKAGE_pybind11 ON) ++SET (CMAKE_REQUIRE_FIND_PACKAGE_pybind11_json ON) + + # detect operating system and host processor + MESSAGE (STATUS "We are on a ${CMAKE_SYSTEM_NAME} system") diff --git a/math/py-jij-cimod/files/patch-pyproject.toml b/math/py-jij-cimod/files/patch-pyproject.toml new file mode 100644 index 000000000000..3bc3e040dfe8 --- /dev/null +++ b/math/py-jij-cimod/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-10-11 17:30:54 UTC ++++ pyproject.toml +@@ -17,7 +17,7 @@ requires = [ + "scikit-build-core>=0.10", + "setuptools_scm[toml]", + "pybind11", +- "oldest-supported-numpy", ++ "numpy", + ] + build-backend = "scikit_build_core.build" + diff --git a/math/py-jij-cimod/pkg-descr b/math/py-jij-cimod/pkg-descr new file mode 100644 index 000000000000..b9c6e268c2b4 --- /dev/null +++ b/math/py-jij-cimod/pkg-descr @@ -0,0 +1,7 @@ +jij-cimod provides Python bindings for cimod, a C++ library +that provides functionalities for handling binary quadratic +models (BQM) and polynomial quadratic models (PQM). + +It allows Python developers to leverage its high-performance +C++ core for mathematical optimization problems, particularly +in fields like quantum annealing and combinatorial optimization. diff --git a/math/py-kahip/Makefile b/math/py-kahip/Makefile index 7109ac75f15f..4b0b093288f6 100644 --- a/math/py-kahip/Makefile +++ b/math/py-kahip/Makefile @@ -1,6 +1,6 @@ PORTNAME= kahip DISTVERSIONPREFIX= v -DISTVERSION= 3.19 +DISTVERSION= 3.22 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -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-kahip/distinfo b/math/py-kahip/distinfo index 91328a996d4d..19f7b3eb036f 100644 --- a/math/py-kahip/distinfo +++ b/math/py-kahip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745474755 -SHA256 (KaHIP-KaHIP-v3.19_GH0.tar.gz) = ab128104d198061b4dcad76f760aca240b96de781c1b586235ee4f12fd6829c6 -SIZE (KaHIP-KaHIP-v3.19_GH0.tar.gz) = 2467661 +TIMESTAMP = 1762420503 +SHA256 (KaHIP-KaHIP-v3.22_GH0.tar.gz) = 3cbadfbf8d503351d921531413d3b66ad347a6d6e213120db87462093bb66b7c +SIZE (KaHIP-KaHIP-v3.22_GH0.tar.gz) = 2469773 diff --git a/math/py-keras/Makefile b/math/py-keras/Makefile index 55791760d60f..bdbf443eb9ad 100644 --- a/math/py-keras/Makefile +++ b/math/py-keras/Makefile @@ -1,107 +1,36 @@ PORTNAME= keras -DISTVERSION= 2.9.0 -PORTREVISION= 1 -CATEGORIES= math # machine-learning +DISTVERSION= 3.12.0 +CATEGORIES= math python # machine-learning +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org -COMMENT= Deep learning library for Python +COMMENT= Multi-backend deep learning library for Python WWW= https://keras.io/ -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= APACHE20 +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}absl-py>=1.0.0:devel/py-absl-py \ - ${PYTHON_PKGNAMEPREFIX}h5py>=0:science/py-h5py@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=1.3.5:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=9.2.0:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keras-preprocessing>=1.1.0:math/py-keras-preprocessing@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.14:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.13.0:devel/py-protobuf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keras-applications>=1.0.8:math/py-keras-applications@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keras-preprocessing>=1.1.1:math/py-keras-preprocessing@${PY_FLAVOR} - -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}tensorflow>=2.9.0:science/py-tensorflow@${PY_FLAVOR} \ - bazel:devel/bazel5 \ - bash:shells/bash + ${PYTHON_PKGNAMEPREFIX}absl-py>0:devel/py-absl-py@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ml-dtypes>0:math/py-ml-dtypes@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}namex>0:devel/py-namex@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}optree>0:devel/py-optree@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>0:textproc/py-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tensorflow>=2.12.0:science/py-tensorflow@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR} + +# Extra dependencies for optional backends (jax, torch) +# openvino backend not available as FreeBSD port +EXTRA_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jax>0:math/py-jax@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR} USES= python +USE_PYTHON= autoplist concurrent pep517 -USE_GITHUB= yes -GH_ACCOUNT= keras-team -GH_PROJECT= ${PORTNAME} -GH_TAGNAME= r2.9 - -.include "Makefile.MASTER_SITES" - -post-patch: - # don't cache stuff to $HOME/.cache/ - @${MKDIR} ${WRKDIR}/bazel-cache - @${MKDIR} ${WRKDIR}/bazel-dist - -.for file in ${DISTFILES:C/\:(.*)//} - @${ECHO} "Moving ${file} to ${WRKDIR}/bazel-dist" - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${file} ${WRKDIR}/bazel-dist -.endfor - - # place the generate wheel file here - @${MKDIR} ${WRKDIR}/whl - - # These files are from my tensorflow port - # if both make it into the port they can be shared - - # copy the toolchain over - @${CP} -R ${PATCHDIR}/freebsd \ - ${WRKSRC}/ - - @${CP} ${PATCHDIR}/bazelrc \ - ${WRKSRC}/ - - #setup localbase - @${REINPLACE_CMD} "s#%%LOCALBASE%%#${LOCALBASE}#" \ - ${WRKSRC}/freebsd/cc_toolchain_config.bzl \ - ${WRKSRC}/.bazelrc \ - ${WRKSRC}/bazelrc - - # setup our bazelrc - @${REINPLACE_CMD} "s#%%BAZEL_DIR%%#${WRKDIR}#" ${WRKSRC}/bazelrc - @${REINPLACE_CMD} "s#%%BAZEL_DIST%%#${WRKDIR}#" ${WRKSRC}/bazelrc - @${REINPLACE_CMD} "s#%%PATH%%#${PATH}#" ${WRKSRC}/bazelrc - @${REINPLACE_CMD} "s#%%PYTHON%%#${PYTHON_CMD}#" ${WRKSRC}/.bazelrc - - # bazel is horrible, it will won't propagated enviroment variable throughout the build - # and will ignore variables set by us. This causing a lot of issues, especially with python - # auto generated files will sometimes ignore our py_runtime toolchain and our PYTHON_BIN_PATH - # causing it to still set the shebang line to bin/env python3. Even on the github page the solution - # has been to use a symlink to work around so do that here as a fix - @${MKDIR} ${WRKDIR}/.bin - ${LN} -s ${PYTHON_CMD} ${WRKDIR}/.bin/python3 - - @${REINPLACE_CMD} "s#%%PYTHON%%#${PYTHON_CMD}#" \ - ${WRKSRC}/keras/tools/pip_package/build_pip_package.sh - -do-build: - @cd ${WRKSRC} && ${SETENV} \ - PYTHON_BIN_PATH=${PYTHON_CMD} \ - PYTHON_LIB_PATH="${PYTHON_SITELIBDIR}" \ - PYTHON_BINARY=${PYTHON_CMD} \ - bazel --bazelrc="${WRKSRC}/bazelrc" \ - build --config=freebsd \ - //keras/tools/pip_package:build_pip_package - -# @${REINPLACE_CMD} "s#python#${PYTHON_CMD}#" \ -# ${WRKSRC}/bazel-bin/keras/tools/pip_package/build_pip_package - - @cd ${WRKSRC} && \ - bazel-bin/keras/tools/pip_package/build_pip_package \ - ${WRKDIR}/whl - -do-install: - @${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR} - - ${UNZIP_NATIVE_CMD} -d ${STAGEDIR}/${PYTHON_SITELIBDIR} ${WRKDIR}/whl/${PORTNAME}-${PORTVERSION}-*.whl +NO_ARCH= yes .include <bsd.port.mk> diff --git a/math/py-keras/Makefile.MASTER_SITES b/math/py-keras/Makefile.MASTER_SITES deleted file mode 100644 index cd5c112cf8ea..000000000000 --- a/math/py-keras/Makefile.MASTER_SITES +++ /dev/null @@ -1,5 +0,0 @@ -DISTFILES+= b1c40e1de81913a3c40e5948f78719c28152486d.zip:rulescc \ - 7cf3cefd652008d0a64a419c34c13bdca6c8f178.zip:javarules - -MASTER_SITES+= https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/:rulescc \ - https://github.com/bazelbuild/rules_java/archive/:javarules diff --git a/math/py-keras/distinfo b/math/py-keras/distinfo index 865f68978d88..71f79dad70e0 100644 --- a/math/py-keras/distinfo +++ b/math/py-keras/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1662706867 -SHA256 (b1c40e1de81913a3c40e5948f78719c28152486d.zip) = d0c573b94a6ef20ef6ff20154a23d0efcb409fb0e1ff0979cec318dfe42f0cdd -SIZE (b1c40e1de81913a3c40e5948f78719c28152486d.zip) = 201360 -SHA256 (7cf3cefd652008d0a64a419c34c13bdca6c8f178.zip) = bc81f1ba47ef5cc68ad32225c3d0e70b8c6f6077663835438da8d5733f917598 -SIZE (7cf3cefd652008d0a64a419c34c13bdca6c8f178.zip) = 9422 -SHA256 (keras-team-keras-2.9.0-r2.9_GH0.tar.gz) = 90bded417306a1fad2d7088009d87972afbac8d6eee29d3f24711df6994ac51a -SIZE (keras-team-keras-2.9.0-r2.9_GH0.tar.gz) = 2142794 +TIMESTAMP = 1730473740 +SHA256 (keras-3.12.0.tar.gz) = 536e3f8385a05ae04e82e08715a1a59988578087e187b04cb0a6fad11743f07f +SIZE (keras-3.12.0.tar.gz) = 1129187 diff --git a/math/py-keras/files/bazelrc b/math/py-keras/files/bazelrc deleted file mode 100644 index f1efb9602f3e..000000000000 --- a/math/py-keras/files/bazelrc +++ /dev/null @@ -1,18 +0,0 @@ -startup --output_user_root="%%BAZEL_DIR%%/.cache/" - -# make bazel only fetch distfiles from the cache -fetch --repository_cache="%%BAZEL_DIR%%/bazel-cache/" --distdir="%%BAZEL_DIST%%/bazel-dist/" -build --repository_cache="%%BAZEL_DIR%%/bazel-cache/" --distdir="%%BAZEL_DIST%%/bazel-dist/" - -build --define=PREFIX=%%LOCALBASE%% -build --define=LIBDIR=%%LOCALBASE%%/lib -build --define=INCLUDEDIR=%%LOCALBASE%%/include -build --define=PROTOBUF_INCLUDE_PATH=%%LOCALBASE%%/include - -build --extra_toolchains=//freebsd:cc-toolchain-freebsd - -# for python -build --action_env=PATH=%%PATH%% -build --host_action_env=PATH=%%PATH%% - -build --config=freebsd diff --git a/math/py-keras/files/freebsd/BUILD b/math/py-keras/files/freebsd/BUILD deleted file mode 100644 index 4096b1c74d42..000000000000 --- a/math/py-keras/files/freebsd/BUILD +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 2018 The Bazel Authors. All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# This becomes the BUILD file for @local_config_cc// under FreeBSD and OpenBSD. -load(":cc_toolchain_config.bzl", "cc_toolchain_config") -load("@rules_cc//cc:defs.bzl", "cc_library", "cc_toolchain", "cc_toolchain_suite") -load("@bazel_tools//tools/python:toolchain.bzl", "py_runtime_pair") - -package(default_visibility = ["//visibility:public"]) -cc_library( - name = "malloc", -) -filegroup( - name = "empty", - srcs = [], -) - -# Hardcoded toolchain, legacy behaviour. -cc_toolchain_suite( - name = "freebsd_clang", - toolchains = { - "k8": ":cc-compiler-freebsd", - "freebsd": ":cc-compiler-freebsd", - }, -) - -cc_toolchain( - name = "cc-compiler-freebsd", - all_files = ":empty", - ar_files = ":empty", - as_files = ":empty", - compiler_files = ":empty", - dwp_files = ":empty", - linker_files = ":empty", - objcopy_files = ":empty", - strip_files = ":empty", - supports_param_files = 0, - toolchain_config = ":local_freebsd", - toolchain_identifier = "local_freebsd", -) -cc_toolchain_config( - name = "local_freebsd", - cpu = "k8", -) - -toolchain( - name = "cc-toolchain-freebsd", - exec_compatible_with = [ - "@platforms//cpu:x86_64", - "@platforms//os:freebsd", - ], - target_compatible_with = [ - "@platforms//cpu:x86_64", - "@platforms//os:freebsd", - ], - toolchain = ":cc-compiler-freebsd", - toolchain_type = "@bazel_tools//tools/cpp:toolchain_type", -) - -py_runtime( - name = "freebsd_python", - interpreter_path = "/usr/local/bin/python3.9", - python_version = "PY3", - visibility = ["//visibility:public"], -) - -py_runtime_pair( - name = "bsd_py_runtime_pair", - py2_runtime = None, - py3_runtime = ":freebsd_python", -) - -toolchain( - name = "freebsd_py_toolchain", - toolchain = ":bsd_py_runtime_pair", - toolchain_type = "@bazel_tools//tools/python:toolchain_type", -) - diff --git a/math/py-keras/files/freebsd/cc_toolchain_config.bzl b/math/py-keras/files/freebsd/cc_toolchain_config.bzl deleted file mode 100644 index 51f2393e7bd2..000000000000 --- a/math/py-keras/files/freebsd/cc_toolchain_config.bzl +++ /dev/null @@ -1,287 +0,0 @@ -# Copyright 2019 The Bazel Authors. All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -"""A Starlark cc_toolchain configuration rule for FreeBSD and OpenBSD.""" -load( - "@bazel_tools//tools/cpp:cc_toolchain_config_lib.bzl", - "action_config", - "feature", - "flag_group", - "flag_set", - "tool", - "tool_path", - "with_feature_set", -) - -load("@bazel_tools//tools/build_defs/cc:action_names.bzl", "ACTION_NAMES") -all_compile_actions = [ - ACTION_NAMES.c_compile, - ACTION_NAMES.cpp_compile, - ACTION_NAMES.linkstamp_compile, - ACTION_NAMES.assemble, - ACTION_NAMES.preprocess_assemble, - ACTION_NAMES.cpp_header_parsing, - ACTION_NAMES.cpp_module_compile, - ACTION_NAMES.cpp_module_codegen, - ACTION_NAMES.clif_match, - ACTION_NAMES.lto_backend, -] -all_cpp_compile_actions = [ - ACTION_NAMES.cpp_compile, - ACTION_NAMES.linkstamp_compile, - ACTION_NAMES.cpp_header_parsing, - ACTION_NAMES.cpp_module_compile, - ACTION_NAMES.cpp_module_codegen, - ACTION_NAMES.clif_match, -] -all_link_actions = [ - ACTION_NAMES.cpp_link_executable, - ACTION_NAMES.cpp_link_dynamic_library, - ACTION_NAMES.cpp_link_nodeps_dynamic_library, -] -def _impl(ctx): - cpu = ctx.attr.cpu - is_bsd = cpu == "k8" or cpu == "freebsd" or cpu == "openbsd" - compiler = "compiler" - toolchain_identifier = "local_freebsd" - host_system_name = "local" if is_bsd else "armeabi-v7a" - target_system_name = "local" if is_bsd else "armeabi-v7a" - target_libc = "local" if is_bsd else "armeabi-v7a" - abi_version = "local" if is_bsd else "armeabi-v7a" - abi_libc_version = "local" if is_bsd else "armeabi-v7a" - objcopy_embed_data_action = action_config( - action_name = "objcopy_embed_data", - enabled = True, - tools = [tool(path = "/usr/bin/objcopy")], - ) - action_configs = [objcopy_embed_data_action] if is_bsd else [] - default_link_flags_feature = feature( - name = "default_link_flags", - enabled = True, - flag_sets = [ - flag_set( - actions = all_link_actions, - flag_groups = [ - flag_group( - flags = [ - "-Wl,-undefined,dynamic_lookup", - "-lc++", - "-Wl,-z,relro,-z,now", - "-no-canonical-prefixes", - "-L%%LOCALBASE%%/lib", - ], - ), - ], - ), - flag_set( - actions = all_link_actions, - flag_groups = [flag_group(flags = ["-Wl,--gc-sections"])], - with_features = [with_feature_set(features = ["opt"])], - ), - ], - ) - unfiltered_compile_flags_feature = feature( - name = "unfiltered_compile_flags", - enabled = True, - flag_sets = [ - flag_set( - actions = all_compile_actions, - flag_groups = [ - flag_group( - flags = [ - "-no-canonical-prefixes", - "-Wno-builtin-macro-redefined", - "-D__DATE__=\"redacted\"", - "-D__TIMESTAMP__=\"redacted\"", - "-D__TIME__=\"redacted\"", - ], - ), - ], - ), - ], - ) - supports_pic_feature = feature(name = "supports_pic", enabled = True) - default_compile_flags_feature = feature( - name = "default_compile_flags", - enabled = True, - flag_sets = [ - flag_set( - actions = all_compile_actions, - flag_groups = [ - flag_group( - flags = [ - "-U_FORTIFY_SOURCE", - "-D_FORTIFY_SOURCE=1", - "-fstack-protector", - "-Wall", - "-fno-omit-frame-pointer", - ], - ), - ], - ), - flag_set( - actions = all_compile_actions, - flag_groups = [flag_group(flags = ["-g"])], - with_features = [with_feature_set(features = ["dbg"])], - ), - flag_set( - actions = all_compile_actions, - flag_groups = [ - flag_group( - flags = [ - "-g0", - "-O2", - "-DNDEBUG", - "-ffunction-sections", - "-fdata-sections", - ], - ), - ], - with_features = [with_feature_set(features = ["opt"])], - ), - flag_set( - actions = all_cpp_compile_actions + [ACTION_NAMES.lto_backend], - flag_groups = [flag_group(flags = ["-std=c++17"])], - ), - ], - ) - opt_feature = feature(name = "opt") - supports_dynamic_linker_feature = feature(name = "supports_dynamic_linker", enabled = True) - objcopy_embed_flags_feature = feature( - name = "objcopy_embed_flags", - enabled = True, - flag_sets = [ - flag_set( - actions = ["objcopy_embed_data"], - flag_groups = [flag_group(flags = ["-I", "binary"])], - ), - ], - ) - dbg_feature = feature(name = "dbg") - user_compile_flags_feature = feature( - name = "user_compile_flags", - enabled = True, - flag_sets = [ - flag_set( - actions = all_compile_actions, - flag_groups = [ - flag_group( - flags = ["%{user_compile_flags}"], - iterate_over = "user_compile_flags", - expand_if_available = "user_compile_flags", - ), - ], - ), - ], - ) - sysroot_feature = feature( - name = "sysroot", - enabled = True, - flag_sets = [ - flag_set( - actions = [ - ACTION_NAMES.c_compile, - ACTION_NAMES.cpp_compile, - ACTION_NAMES.linkstamp_compile, - ACTION_NAMES.preprocess_assemble, - ACTION_NAMES.cpp_header_parsing, - ACTION_NAMES.cpp_module_compile, - ACTION_NAMES.cpp_module_codegen, - ACTION_NAMES.clif_match, - ACTION_NAMES.lto_backend, - ] + all_link_actions, - flag_groups = [ - flag_group( - flags = ["--sysroot=%{sysroot}"], - expand_if_available = "sysroot", - ), - ], - ), - ], - ) - if is_bsd: - features = [ - default_compile_flags_feature, - default_link_flags_feature, - supports_dynamic_linker_feature, - supports_pic_feature, - objcopy_embed_flags_feature, - opt_feature, - dbg_feature, - user_compile_flags_feature, - sysroot_feature, - unfiltered_compile_flags_feature, - ] - else: - features = [supports_dynamic_linker_feature, supports_pic_feature] - if (is_bsd): - cxx_builtin_include_directories = ["/usr/lib/clang/13.0.0/include", "/usr/include/c++/v1", "/usr/local/include", "/usr/include"] - else: - cxx_builtin_include_directories = [] - if is_bsd: - tool_paths = [ - tool_path(name = "ar", path = "/usr/bin/ar"), - tool_path(name = "cpp", path = "/usr/bin/clang-cpp"), - tool_path(name = "dwp", path = "/usr/bin/dwp"), - tool_path(name = "gcc", path = "/usr/bin/clang"), - tool_path(name = "gcov", path = "/usr/bin/gcov"), - tool_path(name = "ld", path = "/usr/bin/ld"), - tool_path(name = "nm", path = "/usr/bin/nm"), - tool_path(name = "objcopy", path = "/usr/bin/objcopy"), - tool_path(name = "objdump", path = "/usr/bin/objdump"), - tool_path(name = "strip", path = "/usr/bin/strip"), - ] - else: - tool_paths = [ - tool_path(name = "ar", path = "/bin/false"), - tool_path(name = "cpp", path = "/bin/false"), - tool_path(name = "dwp", path = "/bin/false"), - tool_path(name = "gcc", path = "/bin/false"), - tool_path(name = "gcov", path = "/bin/false"), - tool_path(name = "ld", path = "/bin/false"), - tool_path(name = "nm", path = "/bin/false"), - tool_path(name = "objcopy", path = "/bin/false"), - tool_path(name = "objdump", path = "/bin/false"), - tool_path(name = "strip", path = "/bin/false"), - ] - out = ctx.actions.declare_file(ctx.label.name) - ctx.actions.write(out, "Fake executable") - return [ - cc_common.create_cc_toolchain_config_info( - ctx = ctx, - features = features, - action_configs = action_configs, - cxx_builtin_include_directories = cxx_builtin_include_directories, - toolchain_identifier = toolchain_identifier, - host_system_name = host_system_name, - target_system_name = target_system_name, - target_cpu = cpu, - target_libc = target_libc, - compiler = compiler, - abi_version = abi_version, - abi_libc_version = abi_libc_version, - tool_paths = tool_paths, - ), - DefaultInfo( - executable = out, - ), - ] - -cc_toolchain_config = rule( - implementation = _impl, - attrs = { - "cpu": attr.string(mandatory = True), - }, - provides = [CcToolchainConfigInfo], - executable = True, -) diff --git a/math/py-keras/files/patch-.bazelrc b/math/py-keras/files/patch-.bazelrc deleted file mode 100644 index 31d69a3184cb..000000000000 --- a/math/py-keras/files/patch-.bazelrc +++ /dev/null @@ -1,13 +0,0 @@ ---- .bazelrc.orig 2022-04-22 17:34:55 UTC -+++ .bazelrc -@@ -106,7 +106,9 @@ build:macos --define=PREFIX=/usr - build:macos --define=LIBDIR=$(PREFIX)/lib - build:macos --define=INCLUDEDIR=$(PREFIX)/include - build:macos --define=PROTOBUF_INCLUDE_PATH=$(PREFIX)/include --# TF_SYSTEM_LIBS do not work on windows. -+ -+build:freebsd --define force_libcpp=enabled -+build:freebsd --action_env=CXXFLAGS=-stdlib=libc++ - - # On windows, we still link everything into a single DLL. - build:windows --config=monolithic diff --git a/math/py-keras/files/patch-WORKSPACE b/math/py-keras/files/patch-WORKSPACE deleted file mode 100644 index c4ce74c61bd8..000000000000 --- a/math/py-keras/files/patch-WORKSPACE +++ /dev/null @@ -1,57 +0,0 @@ ---- WORKSPACE.orig 2022-09-08 09:13:13 UTC -+++ WORKSPACE -@@ -1,54 +1 @@ - workspace(name = "org_keras") -- --load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -- --# Needed by protobuf --load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") --http_archive( -- name = "bazel_skylib", -- url = "https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.1/bazel-skylib-1.0.1.tar.gz", -- sha256 = "f1c8360c01fcf276778d3519394805dc2a71a64274a3a0908bc9edff7b5aebc8", --) --load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") --bazel_skylib_workspace() -- --# Needed by protobuf --http_archive( -- name = "six_archive", -- build_file = "//third_party:six.BUILD", -- sha256 = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73", -- strip_prefix = "six-1.12.0", -- urls = [ -- "http://mirror.bazel.build/pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz", -- "https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz", # 2018-12-10 -- ], --) -- --bind( -- name = "six", -- actual = "@six_archive//:six", --) -- --http_archive( -- name = "com_google_protobuf", -- sha256 = "1fbf1c2962af287607232b2eddeaec9b4f4a7a6f5934e1a9276e9af76952f7e0", -- strip_prefix = "protobuf-3.9.2", -- urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.9.2.tar.gz"], --) -- --# ZLIB --# Need by com_google_protobuf. Note that the original URL from zlib side is not --# available for now. We need to use bazel mirror as a backup. --http_archive( -- name = "zlib", -- build_file = "@com_google_protobuf//:third_party/zlib.BUILD", -- sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1", -- strip_prefix = "zlib-1.2.11", -- urls = [ -- "https://mirror.bazel.build/zlib.net/zlib-1.2.11.tar.gz", -- "https://zlib.net/zlib-1.2.11.tar.gz", -- ], --) -- --load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps") --protobuf_deps() diff --git a/math/py-keras/files/patch-keras_protobuf_BUILD b/math/py-keras/files/patch-keras_protobuf_BUILD deleted file mode 100644 index e8ba4c72a808..000000000000 --- a/math/py-keras/files/patch-keras_protobuf_BUILD +++ /dev/null @@ -1,11 +0,0 @@ ---- keras/protobuf/BUILD.orig 2022-09-08 09:14:15 UTC -+++ keras/protobuf/BUILD -@@ -1,7 +1,7 @@ - # Description: - # Contains Keras protobufs - --load("@com_google_protobuf//:protobuf.bzl", "py_proto_library") -+load("//third_party:protobuf.bzl", "py_proto_library") - - package( - default_visibility = [ diff --git a/math/py-keras/files/patch-keras_protobuf_protobuf.bzl b/math/py-keras/files/patch-keras_protobuf_protobuf.bzl deleted file mode 100644 index 0ffcff335127..000000000000 --- a/math/py-keras/files/patch-keras_protobuf_protobuf.bzl +++ /dev/null @@ -1,220 +0,0 @@ ---- /dev/null 2022-09-08 10:18:38.049755000 +0100 -+++ third_party/protobuf.bzl 2022-09-08 10:17:38.840977000 +0100 -@@ -0,0 +1,217 @@ -+def _GetPath(ctx, path): -+ if ctx.label.workspace_root: -+ return ctx.label.workspace_root + "/" + path -+ else: -+ return path -+ -+def _IsNewExternal(ctx): -+ # Bazel 0.4.4 and older have genfiles paths that look like: -+ # bazel-out/local-fastbuild/genfiles/external/repo/foo -+ # After the exec root rearrangement, they look like: -+ # ../repo/bazel-out/local-fastbuild/genfiles/foo -+ return ctx.label.workspace_root.startswith("../") -+ -+def _GenDir(ctx): -+ if _IsNewExternal(ctx): -+ # We are using the fact that Bazel 0.4.4+ provides repository-relative paths -+ # for ctx.genfiles_dir. -+ return ctx.genfiles_dir.path + ( -+ "/" + ctx.attr.includes[0] if ctx.attr.includes and ctx.attr.includes[0] else "" -+ ) -+ -+ # This means that we're either in the old version OR the new version in the local repo. -+ # Either way, appending the source path to the genfiles dir works. -+ return ctx.var["GENDIR"] + "/" + _SourceDir(ctx) -+ -+def _SourceDir(ctx): -+ if not ctx.attr.includes: -+ return ctx.label.workspace_root -+ if not ctx.attr.includes[0]: -+ return _GetPath(ctx, ctx.label.package) -+ if not ctx.label.package: -+ return _GetPath(ctx, ctx.attr.includes[0]) -+ return _GetPath(ctx, ctx.label.package + "/" + ctx.attr.includes[0]) -+ -+def _PyOuts(srcs, use_grpc_plugin = False): -+ ret = [s[:-len(".proto")] + "_pb2.py" for s in srcs] -+ if use_grpc_plugin: -+ ret += [s[:-len(".proto")] + "_pb2_grpc.py" for s in srcs] -+ return ret -+ -+def _proto_gen_impl(ctx): -+ """General implementation for generating protos""" -+ srcs = ctx.files.srcs -+ deps = [] -+ deps += ctx.files.srcs -+ source_dir = _SourceDir(ctx) -+ gen_dir = _GenDir(ctx) -+ if source_dir: -+ import_flags = ["-I" + source_dir, "-I" + gen_dir] -+ else: -+ import_flags = ["-I."] -+ -+ for dep in ctx.attr.deps: -+ import_flags += dep.proto.import_flags -+ deps += dep.proto.deps -+ import_flags = depset(import_flags).to_list() -+ deps = depset(deps).to_list() -+ -+ args = [] -+ if ctx.attr.gen_cc: -+ args += ["--cpp_out=" + gen_dir] -+ if ctx.attr.gen_py: -+ args += ["--python_out=" + gen_dir] -+ -+ inputs = srcs + deps -+ tools = [ctx.executable.protoc] -+ if ctx.executable.plugin: -+ plugin = ctx.executable.plugin -+ lang = ctx.attr.plugin_language -+ if not lang and plugin.basename.startswith("protoc-gen-"): -+ lang = plugin.basename[len("protoc-gen-"):] -+ if not lang: -+ fail("cannot infer the target language of plugin", "plugin_language") -+ -+ outdir = gen_dir -+ if ctx.attr.plugin_options: -+ outdir = ",".join(ctx.attr.plugin_options) + ":" + outdir -+ args += ["--plugin=protoc-gen-%s=%s" % (lang, plugin.path)] -+ args += ["--%s_out=%s" % (lang, outdir)] -+ tools.append(plugin) -+ -+ if args: -+ ctx.actions.run( -+ inputs = inputs, -+ outputs = ctx.outputs.outs, -+ arguments = args + import_flags + [s.path for s in srcs], -+ executable = ctx.executable.protoc, -+ mnemonic = "ProtoCompile", -+ tools = tools, -+ use_default_shell_env = True, -+ ) -+ -+ return struct( -+ proto = struct( -+ srcs = srcs, -+ import_flags = import_flags, -+ deps = deps, -+ ), -+ ) -+ -+proto_gen = rule( -+ attrs = { -+ "srcs": attr.label_list(allow_files = True), -+ "deps": attr.label_list(providers = ["proto"]), -+ "includes": attr.string_list(), -+ "protoc": attr.label( -+ cfg = "host", -+ executable = True, -+ allow_single_file = True, -+ mandatory = True, -+ ), -+ "plugin": attr.label( -+ cfg = "host", -+ allow_files = True, -+ executable = True, -+ ), -+ "plugin_language": attr.string(), -+ "plugin_options": attr.string_list(), -+ "gen_cc": attr.bool(), -+ "gen_py": attr.bool(), -+ "outs": attr.output_list(), -+ }, -+ output_to_genfiles = True, -+ implementation = _proto_gen_impl, -+) -+"""Generates codes from Protocol Buffers definitions. -+ -+This rule helps you to implement Skylark macros specific to the target -+language. You should prefer more specific `cc_proto_library `, -+`py_proto_library` and others unless you are adding such wrapper macros. -+ -+Args: -+ srcs: Protocol Buffers definition files (.proto) to run the protocol compiler -+ against. -+ deps: a list of dependency labels; must be other proto libraries. -+ includes: a list of include paths to .proto files. -+ protoc: the label of the protocol compiler to generate the sources. -+ plugin: the label of the protocol compiler plugin to be passed to the protocol -+ compiler. -+ plugin_language: the language of the generated sources -+ plugin_options: a list of options to be passed to the plugin -+ gen_cc: generates C++ sources in addition to the ones from the plugin. -+ gen_py: generates Python sources in addition to the ones from the plugin. -+ outs: a list of labels of the expected outputs from the protocol compiler. -+""" -+ -+def py_proto_library( -+ name, -+ srcs = [], -+ deps = [], -+ py_libs = [], -+ py_extra_srcs = [], -+ include = None, -+ default_runtime = None, -+ protoc = "//third_party:protoc", -+ use_grpc_plugin = False, -+ **kwargs): -+ """Bazel rule to create a Python protobuf library from proto source files -+ -+ NOTE: the rule is only an internal workaround to generate protos. The -+ interface may change and the rule may be removed when bazel has introduced -+ the native rule. -+ -+ Args: -+ name: the name of the py_proto_library. -+ srcs: the .proto files of the py_proto_library. -+ deps: a list of dependency labels; must be py_proto_library. -+ py_libs: a list of other py_library targets depended by the generated -+ py_library. -+ py_extra_srcs: extra source files that will be added to the output -+ py_library. This attribute is used for internal bootstrapping. -+ include: a string indicating the include path of the .proto files. -+ default_runtime: the implicitly default runtime which will be depended on by -+ the generated py_library target. -+ protoc: the label of the protocol compiler to generate the sources. -+ use_grpc_plugin: a flag to indicate whether to call the Python C++ plugin -+ when processing the proto files. -+ **kwargs: other keyword arguments that are passed to py_library. -+ -+ """ -+ outs = _PyOuts(srcs, use_grpc_plugin) -+ -+ includes = [] -+ if include != None: -+ includes = [include] -+ -+ grpc_python_plugin = None -+ if use_grpc_plugin: -+ grpc_python_plugin = "//external:grpc_python_plugin" -+ # Note: Generated grpc code depends on Python grpc module. This dependency -+ # is not explicitly listed in py_libs. Instead, host system is assumed to -+ # have grpc installed. -+ -+ proto_gen( -+ name = name + "_genproto", -+ srcs = srcs, -+ deps = [s + "_genproto" for s in deps], -+ includes = includes, -+ protoc = protoc, -+ gen_py = 1, -+ outs = outs, -+ visibility = ["//visibility:public"], -+ plugin = grpc_python_plugin, -+ plugin_language = "grpc", -+ ) -+ -+ if default_runtime and not default_runtime in py_libs + deps: -+ py_libs = py_libs + [default_runtime] -+ -+ native.py_library( -+ name = name, -+ srcs = outs + py_extra_srcs, -+ deps = py_libs + deps, -+ imports = includes, -+ **kwargs -+ ) -+ diff --git a/math/py-keras/files/patch-keras_tools_pip__package_build__pip__package.sh b/math/py-keras/files/patch-keras_tools_pip__package_build__pip__package.sh deleted file mode 100644 index cdce5d8b7fce..000000000000 --- a/math/py-keras/files/patch-keras_tools_pip__package_build__pip__package.sh +++ /dev/null @@ -1,20 +0,0 @@ ---- keras/tools/pip_package/build_pip_package.sh.orig 2022-04-22 17:34:55 UTC -+++ keras/tools/pip_package/build_pip_package.sh -@@ -39,7 +39,7 @@ function prepare_src() { - - # Verifies all expected files are in pip. - # Creates init files in all directory in pip. -- python keras/tools/pip_package/create_pip_helper.py --pip-root "${TMPDIR}/keras/" --bazel-root "./keras" -+ %%PYTHON%% keras/tools/pip_package/create_pip_helper.py --pip-root "${TMPDIR}/keras/" --bazel-root "./keras" - } - - function build_wheel() { -@@ -54,7 +54,7 @@ function build_wheel() { - - pushd ${TMPDIR} > /dev/null - echo $(date) : "=== Building wheel" -- "${PYTHON_BIN_PATH:-python}" setup.py bdist_wheel --universal --project_name $PROJECT_NAME -+ %%PYTHON%% setup.py bdist_wheel --universal --project_name $PROJECT_NAME - mkdir -p ${DEST} - cp dist/* ${DEST} - popd > /dev/null diff --git a/math/py-keras/files/patch-pyproject.toml b/math/py-keras/files/patch-pyproject.toml new file mode 100644 index 000000000000..16e73477ceb8 --- /dev/null +++ b/math/py-keras/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2025-11-01 14:52:19 UTC ++++ pyproject.toml +@@ -11,7 +11,7 @@ license = {text = "Apache License 2.0"} + readme = "README.md" + requires-python = ">=3.10" + license = {text = "Apache License 2.0"} +-dynamic = ["version"] ++version = "3.12.0" + classifiers = [ + "Development Status :: 4 - Beta", + "Programming Language :: Python :: 3", +@@ -40,8 +40,6 @@ Repository = "https://github.com/keras-team/keras" + Home = "https://keras.io/" + Repository = "https://github.com/keras-team/keras" + +-[tool.setuptools.dynamic] +-version = {attr = "keras.src.version.__version__"} + + [tool.setuptools.package-dir] + "" = "." diff --git a/math/py-keras/files/patch-third__party_BUILD b/math/py-keras/files/patch-third__party_BUILD deleted file mode 100644 index 0a12377854e7..000000000000 --- a/math/py-keras/files/patch-third__party_BUILD +++ /dev/null @@ -1,19 +0,0 @@ ---- third_party/BUILD.orig 2022-09-08 09:14:55 UTC -+++ third_party/BUILD -@@ -1,4 +1,5 @@ - package( -+ default_visibility = ["//visibility:public"], - licenses = ["notice"], # Apache 2.0 - ) - -@@ -7,4 +8,9 @@ exports_files([ - "six.BUILD", - ]) - --package(default_visibility = ["//visibility:public"]) -+genrule( -+ name = "protoc", -+ outs = ["protoc.bin"], -+ cmd = "ln -s $$(which protoc) $@", -+ executable = 1, -+) diff --git a/math/py-keras/pkg-descr b/math/py-keras/pkg-descr index 405e9f8eb8fb..6a2f8f1c0594 100644 --- a/math/py-keras/pkg-descr +++ b/math/py-keras/pkg-descr @@ -1,2 +1,2 @@ Deep Learning library for Python. Convnets, recurrent neural networks, and -more. Runs on Theano and TensorFlow. +more. Runs on Theano, TensorFlow, JAX, OpenVino. diff --git a/math/py-keras/pkg-plist b/math/py-keras/pkg-plist deleted file mode 100644 index c4b69e80a081..000000000000 --- a/math/py-keras/pkg-plist +++ /dev/null @@ -1,572 +0,0 @@ -%%PYTHON_SITELIBDIR%%/keras-2.9.0.dist-info/LICENSE -%%PYTHON_SITELIBDIR%%/keras-2.9.0.dist-info/METADATA -%%PYTHON_SITELIBDIR%%/keras-2.9.0.dist-info/RECORD -%%PYTHON_SITELIBDIR%%/keras-2.9.0.dist-info/WHEEL -%%PYTHON_SITELIBDIR%%/keras-2.9.0.dist-info/top_level.txt -%%PYTHON_SITELIBDIR%%/keras/__init__.py -%%PYTHON_SITELIBDIR%%/keras/activations.py -%%PYTHON_SITELIBDIR%%/keras/api/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/__internal__/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/__internal__/layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/__internal__/legacy/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/__internal__/legacy/layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/__internal__/legacy/layers/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/__internal__/legacy/rnn_cell/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/activations/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/densenet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/efficientnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/efficientnet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/imagenet_utils/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/inception_resnet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/inception_v3/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/mobilenet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/mobilenet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/mobilenet_v3/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/nasnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/regnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/resnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/resnet50/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/resnet_rs/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/resnet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/vgg16/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/vgg19/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/applications/xception/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/backend/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/callbacks/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/callbacks/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/constraints/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/datasets/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/datasets/boston_housing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/datasets/cifar10/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/datasets/cifar100/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/datasets/fashion_mnist/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/datasets/imdb/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/datasets/mnist/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/datasets/reuters/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/estimator/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/initializers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/layers/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/layers/experimental/preprocessing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/losses/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/metrics/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/mixed_precision/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/models/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/optimizers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/optimizers/legacy/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/optimizers/schedules/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/premade/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/preprocessing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/preprocessing/image/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/preprocessing/sequence/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/preprocessing/text/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/regularizers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/utils/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/wrappers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v1/keras/wrappers/scikit_learn/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/__internal__/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/__internal__/backend/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/__internal__/layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/__internal__/losses/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/__internal__/models/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/__internal__/utils/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/activations/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/densenet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/efficientnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/efficientnet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/imagenet_utils/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/inception_resnet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/inception_v3/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/mobilenet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/mobilenet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/mobilenet_v3/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/nasnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/regnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/resnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/resnet50/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/resnet_rs/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/resnet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/vgg16/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/vgg19/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/applications/xception/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/backend/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/backend/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/callbacks/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/callbacks/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/constraints/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/datasets/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/datasets/boston_housing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/datasets/cifar10/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/datasets/cifar100/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/datasets/fashion_mnist/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/datasets/imdb/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/datasets/mnist/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/datasets/reuters/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/dtensor/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/dtensor/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/dtensor/experimental/optimizers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/estimator/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/initializers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/layers/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/layers/experimental/preprocessing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/losses/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/metrics/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/mixed_precision/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/models/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/optimizers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/optimizers/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/optimizers/legacy/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/optimizers/schedules/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/premade/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/preprocessing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/preprocessing/image/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/preprocessing/sequence/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/preprocessing/text/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/regularizers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/utils/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/utils/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/wrappers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/_v2/keras/wrappers/scikit_learn/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/__internal__/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/__internal__/layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/__internal__/legacy/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/__internal__/legacy/layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/__internal__/legacy/layers/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/__internal__/legacy/rnn_cell/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/activations/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/densenet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/efficientnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/efficientnet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/imagenet_utils/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/inception_resnet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/inception_v3/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/mobilenet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/mobilenet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/mobilenet_v3/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/nasnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/regnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/resnet/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/resnet50/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/resnet_rs/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/resnet_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/vgg16/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/vgg19/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/applications/xception/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/backend/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/callbacks/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/callbacks/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/constraints/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/datasets/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/datasets/boston_housing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/datasets/cifar10/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/datasets/cifar100/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/datasets/fashion_mnist/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/datasets/imdb/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/datasets/mnist/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/datasets/reuters/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/estimator/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/initializers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/layers/experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/layers/experimental/preprocessing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/losses/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/metrics/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/mixed_precision/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/models/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/optimizers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/optimizers/legacy/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/optimizers/schedules/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/premade/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/preprocessing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/preprocessing/image/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/preprocessing/sequence/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/preprocessing/text/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/regularizers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/utils/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/wrappers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/api/keras/wrappers/scikit_learn/__init__.py -%%PYTHON_SITELIBDIR%%/keras/applications/__init__.py -%%PYTHON_SITELIBDIR%%/keras/applications/densenet.py -%%PYTHON_SITELIBDIR%%/keras/applications/efficientnet.py -%%PYTHON_SITELIBDIR%%/keras/applications/efficientnet_v2.py -%%PYTHON_SITELIBDIR%%/keras/applications/imagenet_utils.py -%%PYTHON_SITELIBDIR%%/keras/applications/inception_resnet_v2.py -%%PYTHON_SITELIBDIR%%/keras/applications/inception_v3.py -%%PYTHON_SITELIBDIR%%/keras/applications/mobilenet.py -%%PYTHON_SITELIBDIR%%/keras/applications/mobilenet_v2.py -%%PYTHON_SITELIBDIR%%/keras/applications/mobilenet_v3.py -%%PYTHON_SITELIBDIR%%/keras/applications/nasnet.py -%%PYTHON_SITELIBDIR%%/keras/applications/regnet.py -%%PYTHON_SITELIBDIR%%/keras/applications/resnet.py -%%PYTHON_SITELIBDIR%%/keras/applications/resnet_rs.py -%%PYTHON_SITELIBDIR%%/keras/applications/resnet_v2.py -%%PYTHON_SITELIBDIR%%/keras/applications/vgg16.py -%%PYTHON_SITELIBDIR%%/keras/applications/vgg19.py -%%PYTHON_SITELIBDIR%%/keras/applications/xception.py -%%PYTHON_SITELIBDIR%%/keras/backend.py -%%PYTHON_SITELIBDIR%%/keras/backend_config.py -%%PYTHON_SITELIBDIR%%/keras/callbacks.py -%%PYTHON_SITELIBDIR%%/keras/callbacks_v1.py -%%PYTHON_SITELIBDIR%%/keras/constraints.py -%%PYTHON_SITELIBDIR%%/keras/datasets/__init__.py -%%PYTHON_SITELIBDIR%%/keras/datasets/boston_housing.py -%%PYTHON_SITELIBDIR%%/keras/datasets/cifar.py -%%PYTHON_SITELIBDIR%%/keras/datasets/cifar10.py -%%PYTHON_SITELIBDIR%%/keras/datasets/cifar100.py -%%PYTHON_SITELIBDIR%%/keras/datasets/fashion_mnist.py -%%PYTHON_SITELIBDIR%%/keras/datasets/imdb.py -%%PYTHON_SITELIBDIR%%/keras/datasets/mnist.py -%%PYTHON_SITELIBDIR%%/keras/datasets/reuters.py -%%PYTHON_SITELIBDIR%%/keras/distribute/__init__.py -%%PYTHON_SITELIBDIR%%/keras/distribute/dataset_creator_model_fit_test_base.py -%%PYTHON_SITELIBDIR%%/keras/distribute/distribute_coordinator_utils.py -%%PYTHON_SITELIBDIR%%/keras/distribute/distribute_strategy_test.py -%%PYTHON_SITELIBDIR%%/keras/distribute/distributed_file_utils.py -%%PYTHON_SITELIBDIR%%/keras/distribute/distributed_training_utils.py -%%PYTHON_SITELIBDIR%%/keras/distribute/distributed_training_utils_v1.py -%%PYTHON_SITELIBDIR%%/keras/distribute/keras_correctness_test_base.py -%%PYTHON_SITELIBDIR%%/keras/distribute/keras_dnn_correctness_test.py -%%PYTHON_SITELIBDIR%%/keras/distribute/keras_embedding_model_correctness_test.py -%%PYTHON_SITELIBDIR%%/keras/distribute/keras_image_model_correctness_test.py -%%PYTHON_SITELIBDIR%%/keras/distribute/keras_rnn_model_correctness_test.py -%%PYTHON_SITELIBDIR%%/keras/distribute/keras_stateful_lstm_model_correctness_test.py -%%PYTHON_SITELIBDIR%%/keras/distribute/keras_utils_test.py -%%PYTHON_SITELIBDIR%%/keras/distribute/model_collection_base.py -%%PYTHON_SITELIBDIR%%/keras/distribute/model_combinations.py -%%PYTHON_SITELIBDIR%%/keras/distribute/multi_worker_testing_utils.py -%%PYTHON_SITELIBDIR%%/keras/distribute/optimizer_combinations.py -%%PYTHON_SITELIBDIR%%/keras/distribute/saved_model_test_base.py -%%PYTHON_SITELIBDIR%%/keras/distribute/sidecar_evaluator.py -%%PYTHON_SITELIBDIR%%/keras/distribute/simple_models.py -%%PYTHON_SITELIBDIR%%/keras/distribute/strategy_combinations.py -%%PYTHON_SITELIBDIR%%/keras/distribute/test_example.py -%%PYTHON_SITELIBDIR%%/keras/distribute/worker_training_state.py -%%PYTHON_SITELIBDIR%%/keras/dtensor/__init__.py -%%PYTHON_SITELIBDIR%%/keras/dtensor/integration_test_utils.py -%%PYTHON_SITELIBDIR%%/keras/dtensor/layout_map.py -%%PYTHON_SITELIBDIR%%/keras/dtensor/lazy_variable.py -%%PYTHON_SITELIBDIR%%/keras/dtensor/optimizers.py -%%PYTHON_SITELIBDIR%%/keras/dtensor/test_util.py -%%PYTHON_SITELIBDIR%%/keras/dtensor/utils.py -%%PYTHON_SITELIBDIR%%/keras/engine/__init__.py -%%PYTHON_SITELIBDIR%%/keras/engine/base_layer.py -%%PYTHON_SITELIBDIR%%/keras/engine/base_layer_utils.py -%%PYTHON_SITELIBDIR%%/keras/engine/base_layer_v1.py -%%PYTHON_SITELIBDIR%%/keras/engine/base_preprocessing_layer.py -%%PYTHON_SITELIBDIR%%/keras/engine/compile_utils.py -%%PYTHON_SITELIBDIR%%/keras/engine/data_adapter.py -%%PYTHON_SITELIBDIR%%/keras/engine/functional.py -%%PYTHON_SITELIBDIR%%/keras/engine/functional_utils.py -%%PYTHON_SITELIBDIR%%/keras/engine/input_layer.py -%%PYTHON_SITELIBDIR%%/keras/engine/input_spec.py -%%PYTHON_SITELIBDIR%%/keras/engine/keras_tensor.py -%%PYTHON_SITELIBDIR%%/keras/engine/node.py -%%PYTHON_SITELIBDIR%%/keras/engine/partial_batch_padding_handler.py -%%PYTHON_SITELIBDIR%%/keras/engine/saving.py -%%PYTHON_SITELIBDIR%%/keras/engine/sequential.py -%%PYTHON_SITELIBDIR%%/keras/engine/training.py -%%PYTHON_SITELIBDIR%%/keras/engine/training_arrays_v1.py -%%PYTHON_SITELIBDIR%%/keras/engine/training_distributed_v1.py -%%PYTHON_SITELIBDIR%%/keras/engine/training_eager_v1.py -%%PYTHON_SITELIBDIR%%/keras/engine/training_generator_v1.py -%%PYTHON_SITELIBDIR%%/keras/engine/training_utils.py -%%PYTHON_SITELIBDIR%%/keras/engine/training_utils_v1.py -%%PYTHON_SITELIBDIR%%/keras/engine/training_v1.py -%%PYTHON_SITELIBDIR%%/keras/estimator/__init__.py -%%PYTHON_SITELIBDIR%%/keras/feature_column/__init__.py -%%PYTHON_SITELIBDIR%%/keras/feature_column/base_feature_layer.py -%%PYTHON_SITELIBDIR%%/keras/feature_column/dense_features.py -%%PYTHON_SITELIBDIR%%/keras/feature_column/dense_features_v2.py -%%PYTHON_SITELIBDIR%%/keras/feature_column/sequence_feature_column.py -%%PYTHON_SITELIBDIR%%/keras/initializers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/initializers/initializers_v1.py -%%PYTHON_SITELIBDIR%%/keras/initializers/initializers_v2.py -%%PYTHON_SITELIBDIR%%/keras/integration_test/__init__.py -%%PYTHON_SITELIBDIR%%/keras/integration_test/preprocessing_test_utils.py -%%PYTHON_SITELIBDIR%%/keras/layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/activation/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/activation/elu.py -%%PYTHON_SITELIBDIR%%/keras/layers/activation/leaky_relu.py -%%PYTHON_SITELIBDIR%%/keras/layers/activation/prelu.py -%%PYTHON_SITELIBDIR%%/keras/layers/activation/relu.py -%%PYTHON_SITELIBDIR%%/keras/layers/activation/softmax.py -%%PYTHON_SITELIBDIR%%/keras/layers/activation/thresholded_relu.py -%%PYTHON_SITELIBDIR%%/keras/layers/attention/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/attention/additive_attention.py -%%PYTHON_SITELIBDIR%%/keras/layers/attention/attention.py -%%PYTHON_SITELIBDIR%%/keras/layers/attention/base_dense_attention.py -%%PYTHON_SITELIBDIR%%/keras/layers/attention/multi_head_attention.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/base_conv.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/base_depthwise_conv.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/base_separable_conv.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/conv1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/conv1d_transpose.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/conv2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/conv2d_transpose.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/conv3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/conv3d_transpose.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/depthwise_conv1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/depthwise_conv2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/separable_conv1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/convolutional/separable_conv2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/core/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/core/activation.py -%%PYTHON_SITELIBDIR%%/keras/layers/core/dense.py -%%PYTHON_SITELIBDIR%%/keras/layers/core/embedding.py -%%PYTHON_SITELIBDIR%%/keras/layers/core/lambda_layer.py -%%PYTHON_SITELIBDIR%%/keras/layers/core/masking.py -%%PYTHON_SITELIBDIR%%/keras/layers/core/tf_op_layer.py -%%PYTHON_SITELIBDIR%%/keras/layers/einsum_dense.py -%%PYTHON_SITELIBDIR%%/keras/layers/kernelized.py -%%PYTHON_SITELIBDIR%%/keras/layers/locally_connected/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/locally_connected/locally_connected1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/locally_connected/locally_connected2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/locally_connected/locally_connected_utils.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/add.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/average.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/base_merge.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/concatenate.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/dot.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/maximum.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/minimum.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/multiply.py -%%PYTHON_SITELIBDIR%%/keras/layers/merging/subtract.py -%%PYTHON_SITELIBDIR%%/keras/layers/noise.py -%%PYTHON_SITELIBDIR%%/keras/layers/normalization/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/normalization/batch_normalization.py -%%PYTHON_SITELIBDIR%%/keras/layers/normalization/batch_normalization_v1.py -%%PYTHON_SITELIBDIR%%/keras/layers/normalization/layer_normalization.py -%%PYTHON_SITELIBDIR%%/keras/layers/normalization/unit_normalization.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/average_pooling1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/average_pooling2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/average_pooling3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/base_global_pooling1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/base_global_pooling2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/base_global_pooling3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/base_pooling1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/base_pooling2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/base_pooling3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/global_average_pooling1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/global_average_pooling2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/global_average_pooling3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/global_max_pooling1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/global_max_pooling2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/global_max_pooling3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/max_pooling1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/max_pooling2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/pooling/max_pooling3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/benchmarks/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/benchmarks/feature_column_benchmark.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/category_encoding.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/discretization.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/hashed_crossing.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/hashing.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/image_preprocessing.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/index_lookup.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/integer_lookup.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/normalization.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/preprocessing_stage.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/preprocessing_test_utils.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/preprocessing_utils.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/string_lookup.py -%%PYTHON_SITELIBDIR%%/keras/layers/preprocessing/text_vectorization.py -%%PYTHON_SITELIBDIR%%/keras/layers/regularization/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/regularization/activity_regularization.py -%%PYTHON_SITELIBDIR%%/keras/layers/regularization/alpha_dropout.py -%%PYTHON_SITELIBDIR%%/keras/layers/regularization/dropout.py -%%PYTHON_SITELIBDIR%%/keras/layers/regularization/gaussian_dropout.py -%%PYTHON_SITELIBDIR%%/keras/layers/regularization/gaussian_noise.py -%%PYTHON_SITELIBDIR%%/keras/layers/regularization/spatial_dropout1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/regularization/spatial_dropout2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/regularization/spatial_dropout3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/cropping1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/cropping2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/cropping3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/flatten.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/permute.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/repeat_vector.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/reshape.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/up_sampling1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/up_sampling2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/up_sampling3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/zero_padding1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/zero_padding2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/reshaping/zero_padding3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/__init__.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/abstract_rnn_cell.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/base_conv_lstm.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/base_conv_rnn.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/base_cudnn_rnn.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/base_rnn.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/base_wrapper.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/bidirectional.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/cell_wrappers.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/conv_lstm1d.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/conv_lstm2d.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/conv_lstm3d.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/cudnn_gru.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/cudnn_lstm.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/dropout_rnn_cell_mixin.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/gru.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/gru_lstm_utils.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/gru_v1.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/legacy_cell_wrappers.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/legacy_cells.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/lstm.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/lstm_v1.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/rnn_utils.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/simple_rnn.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/stacked_rnn_cells.py -%%PYTHON_SITELIBDIR%%/keras/layers/rnn/time_distributed.py -%%PYTHON_SITELIBDIR%%/keras/layers/serialization.py -%%PYTHON_SITELIBDIR%%/keras/legacy_tf_layers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/legacy_tf_layers/base.py -%%PYTHON_SITELIBDIR%%/keras/legacy_tf_layers/convolutional.py -%%PYTHON_SITELIBDIR%%/keras/legacy_tf_layers/core.py -%%PYTHON_SITELIBDIR%%/keras/legacy_tf_layers/migration_utils.py -%%PYTHON_SITELIBDIR%%/keras/legacy_tf_layers/normalization.py -%%PYTHON_SITELIBDIR%%/keras/legacy_tf_layers/pooling.py -%%PYTHON_SITELIBDIR%%/keras/legacy_tf_layers/variable_scope_shim.py -%%PYTHON_SITELIBDIR%%/keras/losses.py -%%PYTHON_SITELIBDIR%%/keras/metrics/__init__.py -%%PYTHON_SITELIBDIR%%/keras/metrics/base_metric.py -%%PYTHON_SITELIBDIR%%/keras/metrics/metrics.py -%%PYTHON_SITELIBDIR%%/keras/mixed_precision/__init__.py -%%PYTHON_SITELIBDIR%%/keras/mixed_precision/autocast_variable.py -%%PYTHON_SITELIBDIR%%/keras/mixed_precision/device_compatibility_check.py -%%PYTHON_SITELIBDIR%%/keras/mixed_precision/loss_scale_optimizer.py -%%PYTHON_SITELIBDIR%%/keras/mixed_precision/policy.py -%%PYTHON_SITELIBDIR%%/keras/mixed_precision/test_util.py -%%PYTHON_SITELIBDIR%%/keras/models/__init__.py -%%PYTHON_SITELIBDIR%%/keras/models/cloning.py -%%PYTHON_SITELIBDIR%%/keras/models/sharpness_aware_minimization.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/__init__.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/adadelta.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/adagrad.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/adam.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/adamax.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/ftrl.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/nadam.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/optimizer.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/rmsprop.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy/sgd.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/legacy_learning_rate_decay.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/__init__.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/adadelta.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/adagrad.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/adam.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/adamax.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/adamw.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/ftrl.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/nadam.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/optimizer.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/rmsprop.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_experimental/sgd.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v1.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/__init__.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/adadelta.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/adagrad.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/adam.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/adamax.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/ftrl.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/gradient_descent.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/nadam.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/optimizer_v2.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/rmsprop.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/optimizer_v2/utils.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/schedules/__init__.py -%%PYTHON_SITELIBDIR%%/keras/optimizers/schedules/learning_rate_schedule.py -%%PYTHON_SITELIBDIR%%/keras/premade_models/__init__.py -%%PYTHON_SITELIBDIR%%/keras/premade_models/linear.py -%%PYTHON_SITELIBDIR%%/keras/premade_models/wide_deep.py -%%PYTHON_SITELIBDIR%%/keras/preprocessing/__init__.py -%%PYTHON_SITELIBDIR%%/keras/preprocessing/image.py -%%PYTHON_SITELIBDIR%%/keras/preprocessing/sequence.py -%%PYTHON_SITELIBDIR%%/keras/preprocessing/text.py -%%PYTHON_SITELIBDIR%%/keras/protobuf/__init__.py -%%PYTHON_SITELIBDIR%%/keras/protobuf/projector_config_pb2.py -%%PYTHON_SITELIBDIR%%/keras/protobuf/saved_metadata_pb2.py -%%PYTHON_SITELIBDIR%%/keras/protobuf/versions_pb2.py -%%PYTHON_SITELIBDIR%%/keras/regularizers.py -%%PYTHON_SITELIBDIR%%/keras/saving/__init__.py -%%PYTHON_SITELIBDIR%%/keras/saving/hdf5_format.py -%%PYTHON_SITELIBDIR%%/keras/saving/model_config.py -%%PYTHON_SITELIBDIR%%/keras/saving/pickle_utils.py -%%PYTHON_SITELIBDIR%%/keras/saving/save.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/__init__.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/base_serialization.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/constants.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/json_utils.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/layer_serialization.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/load.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/load_context.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/metric_serialization.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/model_serialization.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/network_serialization.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/order_preserving_set.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/save.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/save_impl.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/serialized_attributes.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model/utils.py -%%PYTHON_SITELIBDIR%%/keras/saving/saved_model_experimental.py -%%PYTHON_SITELIBDIR%%/keras/saving/saving_utils.py -%%PYTHON_SITELIBDIR%%/keras/saving/utils_v1/__init__.py -%%PYTHON_SITELIBDIR%%/keras/saving/utils_v1/export_output.py -%%PYTHON_SITELIBDIR%%/keras/saving/utils_v1/export_utils.py -%%PYTHON_SITELIBDIR%%/keras/saving/utils_v1/mode_keys.py -%%PYTHON_SITELIBDIR%%/keras/saving/utils_v1/signature_def_utils.py -%%PYTHON_SITELIBDIR%%/keras/saving/utils_v1/unexported_constants.py -%%PYTHON_SITELIBDIR%%/keras/testing_infra/__init__.py -%%PYTHON_SITELIBDIR%%/keras/testing_infra/keras_doctest_lib.py -%%PYTHON_SITELIBDIR%%/keras/testing_infra/test_combinations.py -%%PYTHON_SITELIBDIR%%/keras/testing_infra/test_utils.py -%%PYTHON_SITELIBDIR%%/keras/tests/__init__.py -%%PYTHON_SITELIBDIR%%/keras/tests/model_architectures.py -%%PYTHON_SITELIBDIR%%/keras/tests/model_subclassing_test_util.py -%%PYTHON_SITELIBDIR%%/keras/utils/__init__.py -%%PYTHON_SITELIBDIR%%/keras/utils/control_flow_util.py -%%PYTHON_SITELIBDIR%%/keras/utils/conv_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/data_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/dataset_creator.py -%%PYTHON_SITELIBDIR%%/keras/utils/dataset_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/generic_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/image_dataset.py -%%PYTHON_SITELIBDIR%%/keras/utils/image_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/io_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/keras_logging.py -%%PYTHON_SITELIBDIR%%/keras/utils/kernelized_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/kpl_test_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/layer_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/losses_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/metrics_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/mode_keys.py -%%PYTHON_SITELIBDIR%%/keras/utils/np_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/object_identity.py -%%PYTHON_SITELIBDIR%%/keras/utils/text_dataset.py -%%PYTHON_SITELIBDIR%%/keras/utils/tf_contextlib.py -%%PYTHON_SITELIBDIR%%/keras/utils/tf_inspect.py -%%PYTHON_SITELIBDIR%%/keras/utils/tf_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/timeseries_dataset.py -%%PYTHON_SITELIBDIR%%/keras/utils/traceback_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/version_utils.py -%%PYTHON_SITELIBDIR%%/keras/utils/vis_utils.py -%%PYTHON_SITELIBDIR%%/keras/wrappers/__init__.py -%%PYTHON_SITELIBDIR%%/keras/wrappers/scikit_learn.py diff --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile index ba406f542113..aa6073373002 100644 --- a/math/py-kiwisolver/Makefile +++ b/math/py-kiwisolver/Makefile @@ -1,11 +1,11 @@ PORTNAME= kiwisolver -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast implementation of the Cassowary constraint solver WWW= https://github.com/nucleic/kiwi @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cppy>=1.1.0:devel/py-cppy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= compiler:c++11-lang python +USES= python USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> diff --git a/math/py-kiwisolver/distinfo b/math/py-kiwisolver/distinfo index 5afbe8f6f30a..88147f0db12b 100644 --- a/math/py-kiwisolver/distinfo +++ b/math/py-kiwisolver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742576821 -SHA256 (kiwisolver-1.4.8.tar.gz) = 23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e -SIZE (kiwisolver-1.4.8.tar.gz) = 97538 +TIMESTAMP = 1765568343 +SHA256 (kiwisolver-1.4.9.tar.gz) = c3b22c26c6fd6811b0ae8363b95ca8ce4ea3c202d3d0975b2914310ceb1bcc4d +SIZE (kiwisolver-1.4.9.tar.gz) = 97564 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-libpoly/Makefile b/math/py-libpoly/Makefile index 0a3164e63fa5..9efa08bd608d 100644 --- a/math/py-libpoly/Makefile +++ b/math/py-libpoly/Makefile @@ -1,13 +1,9 @@ PORTNAME= libpoly DISTVERSIONPREFIX= v -DISTVERSION= 0.1.13 -PORTREVISION= 1 +DISTVERSION= 0.2.1 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PATCH_SITES= https://github.com/SRI-CSL/libpoly/commit/ -PATCHFILES= 48f48f945111ab021bed4ad4f192f2cac0c2e84b.patch:-p1 - MAINTAINER= yuri@FreeBSD.org COMMENT= Python binding for libpoly WWW= https://github.com/SRI-CSL/libpoly diff --git a/math/py-libpoly/distinfo b/math/py-libpoly/distinfo index e6c77d6e3e06..d25953bd1e9b 100644 --- a/math/py-libpoly/distinfo +++ b/math/py-libpoly/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1707514827 -SHA256 (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = ca7092eeeced3dd8bd86cdd3410207802ef1752d7052d92eee3e9e6bb496763c -SIZE (SRI-CSL-libpoly-v0.1.13_GH0.tar.gz) = 621704 +TIMESTAMP = 1764445691 +SHA256 (SRI-CSL-libpoly-v0.2.1_GH0.tar.gz) = b662ea4d7515426aeccda090339dbb086629a2f6ba4688b7710a892f7d2c7c58 +SIZE (SRI-CSL-libpoly-v0.2.1_GH0.tar.gz) = 629599 SHA256 (48f48f945111ab021bed4ad4f192f2cac0c2e84b.patch) = 6ea0843a890445bf54b267111bf6515ba8931f72b8d2dd509bdf4d171f3be692 SIZE (48f48f945111ab021bed4ad4f192f2cac0c2e84b.patch) = 2511 diff --git a/math/py-libpoly/files/patch-CMakeLists.txt b/math/py-libpoly/files/patch-CMakeLists.txt index d2ba6e85d001..2080180203fd 100644 --- a/math/py-libpoly/files/patch-CMakeLists.txt +++ b/math/py-libpoly/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2021-04-12 16:09:58 UTC +--- CMakeLists.txt.orig 2025-11-28 09:04:30 UTC +++ CMakeLists.txt -@@ -58,7 +58,7 @@ if(HAVE_OPEN_MEMSTREAM) +@@ -61,7 +61,7 @@ endif() endif() # Configure the library source @@ -9,17 +9,19 @@ # Configure the headers add_subdirectory(include) -@@ -72,11 +72,11 @@ if(LIBPOLY_BUILD_PYTHON_API) +@@ -71,13 +71,13 @@ if(LIBPOLY_BUILD_PYTHON_API) + # Configure the Python bindings add_subdirectory(python) - # Configure the Python tests - add_subdirectory(test/python) + #add_subdirectory(test/python) - endif() - # Configure the C++ tests - enable_testing() --add_subdirectory(test/polyxx) -+#add_subdirectory(test/polyxx) + if (BUILD_TESTING) + # Configure the C++ tests + enable_testing() + add_subdirectory(test/poly) +- add_subdirectory(test/polyxx) ++ #add_subdirectory(test/polyxx) + endif() diff --git a/math/py-linearmodels/Makefile b/math/py-linearmodels/Makefile index 1716a6ea6872..86d44be4ad5b 100644 --- a/math/py-linearmodels/Makefile +++ b/math/py-linearmodels/Makefile @@ -34,11 +34,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xarray>=0.13:devel/py-xarray@${PY_FLAVOR} USES= python shebangfix -USE_PYTHON= autoplist cython3 distutils pytest # 14 tests fail, see https://github.com/bashtage/linearmodels/issues/550 +USE_PYTHON= autoplist cython distutils pytest # 14 tests fail, see https://github.com/bashtage/linearmodels/issues/550 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..2443a0e624ef 100644 --- a/math/py-lrcalc/Makefile +++ b/math/py-lrcalc/Makefile @@ -1,6 +1,6 @@ PORTNAME= lrcalc PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -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..723040838bac 100644 --- a/math/py-mathics-scanner/Makefile +++ b/math/py-mathics-scanner/Makefile @@ -1,26 +1,28 @@ -PORTNAME= mathics_scanner -PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTNAME= Mathics_Scanner +PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Tokeniser, char tables, & conversion routines for the Wolfram Language WWW= https://mathics.org/ -LICENSE= GPLv3 +LICENSE= GPLv3+ -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${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} @@ -28,7 +30,7 @@ TEST_DEPENDS= gmake:devel/gmake \ #GH_ACCOUNT= Mathics3 USES= python shebangfix -USE_PYTHON= distutils noflavors +USE_PYTHON= noflavors pep517 NO_ARCH= yes MAKE_ENV+= PYTHON=${PYTHON_CMD} diff --git a/math/py-mathics-scanner/distinfo b/math/py-mathics-scanner/distinfo index 5f36f7c37f0a..fc629e485112 100644 --- a/math/py-mathics-scanner/distinfo +++ b/math/py-mathics-scanner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737918622 -SHA256 (mathics_scanner-1.4.1.tar.gz) = a98a5ee11815bf94edf8a6f665e788915c09b9cd4fd96ed4fc26583973dc6fb1 -SIZE (mathics_scanner-1.4.1.tar.gz) = 182389 +TIMESTAMP = 1756828917 +SHA256 (mathics_scanner-2.0.0.tar.gz) = 0424ae0918313640af52a7bbadc91824ca1869eb1ad0e0dd87c784c141326d9a +SIZE (mathics_scanner-2.0.0.tar.gz) = 199851 diff --git a/math/py-mathics-scanner/files/patch-pyproject.toml b/math/py-mathics-scanner/files/patch-pyproject.toml new file mode 100644 index 000000000000..3e1cec9381ea --- /dev/null +++ b/math/py-mathics-scanner/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-28 15:59:20 UTC ++++ pyproject.toml +@@ -17,7 +17,7 @@ readme = "README.rst" + ] + requires-python = ">=3.10" + readme = "README.rst" +-license = "GPL-3.0-or-later" ++license = {text = "GPL-3.0-or-later"} + keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"] + maintainers = [ + {name = "Mathics3 Group"}, diff --git a/math/py-mathics-scanner/pkg-plist b/math/py-mathics-scanner/pkg-plist index 8a8b8ad363c4..fa400f8a40e3 100644 --- a/math/py-mathics-scanner/pkg-plist +++ b/math/py-mathics-scanner/pkg-plist @@ -1,32 +1,35 @@ bin/mathics3-generate-json-table bin/mathics3-generate-operator-json-table bin/mathics3-tokens -%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%-py%%PYTHON_VER%%.egg-info/entry_points.txt -%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%-py%%PYTHON_VER%%.egg-info/not-zip-safe -%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%.dist-info/AUTHORS.txt +%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%.dist-info/RECORD +%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%.dist-info/WHEEL +%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%.dist-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/Mathics_Scanner-%%VER%%.dist-info/top_level.txt %%PYTHON_SITELIBDIR%%/mathics_scanner/__init__.py -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/characters.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/characters.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/feed.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/feed.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/load.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/load.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/mathics3_tokens.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/mathics3_tokens.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/prescanner.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/prescanner.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/tokeniser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/tokeniser.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/characters%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/characters%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/errors%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/errors%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/escape_sequences%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/escape_sequences%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/feed%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/feed%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/load%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/load%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/location%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/location%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/mathics3_tokens%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/mathics3_tokens%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/tokeniser-too-much%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/tokeniser-too-much%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/tokeniser%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/tokeniser%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/version%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/__pycache__/version%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics_scanner/characters.py %%PYTHON_SITELIBDIR%%/mathics_scanner/data/character-tables.json %%PYTHON_SITELIBDIR%%/mathics_scanner/data/element.csv @@ -34,18 +37,20 @@ bin/mathics3-tokens %%PYTHON_SITELIBDIR%%/mathics_scanner/data/operators.json %%PYTHON_SITELIBDIR%%/mathics_scanner/data/operators.yml %%PYTHON_SITELIBDIR%%/mathics_scanner/errors.py +%%PYTHON_SITELIBDIR%%/mathics_scanner/escape_sequences.py %%PYTHON_SITELIBDIR%%/mathics_scanner/feed.py -%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/build_operator_tables.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/build_operator_tables.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/build_tables.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/build_tables.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/rl_inputrc.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/rl_inputrc.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/build_operator_tables%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/build_operator_tables%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/build_tables%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/build_tables%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/rl_inputrc%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics_scanner/generate/__pycache__/rl_inputrc%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics_scanner/generate/build_operator_tables.py %%PYTHON_SITELIBDIR%%/mathics_scanner/generate/build_tables.py %%PYTHON_SITELIBDIR%%/mathics_scanner/generate/rl_inputrc.py %%PYTHON_SITELIBDIR%%/mathics_scanner/load.py +%%PYTHON_SITELIBDIR%%/mathics_scanner/location.py %%PYTHON_SITELIBDIR%%/mathics_scanner/mathics3_tokens.py -%%PYTHON_SITELIBDIR%%/mathics_scanner/prescanner.py +%%PYTHON_SITELIBDIR%%/mathics_scanner/tokeniser-too-much.py %%PYTHON_SITELIBDIR%%/mathics_scanner/tokeniser.py %%PYTHON_SITELIBDIR%%/mathics_scanner/version.py diff --git a/math/py-mathics/Makefile b/math/py-mathics/Makefile index 65d3cf8ed8ad..4117773c66b8 100644 --- a/math/py-mathics/Makefile +++ b/math/py-mathics/Makefile @@ -1,19 +1,23 @@ PORTNAME= Mathics3 -PORTVERSION= 8.0.1 +PORTVERSION= 9.0.0 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= General-purpose computer algebra system (CAS) WWW= https://mathics.org/ -LICENSE= GPLv3 +LICENSE= GPLv3+ -BUILD_DEPENDS= ${PYNUMPY} \ - ${PY_PILLOW} \ +BUILD_DEPENDS= ${PYNUMPY} \ + ${PY_PILLOW} \ + ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}pint>0:devel/py-pint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mpmath>0:math/py-mpmath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ @@ -21,11 +25,10 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}llvmlite>0:devel/py-llvmlite@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}palettable>0:misc/py-palettable@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wordcloud>0:textproc/py-wordcloud@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>0:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mathics_scanner>0:math/py-mathics-scanner + ${PYTHON_PKGNAMEPREFIX}Mathics_Scanner>0:math/py-mathics-scanner RUN_DEPENDS= ${PYNUMPY} \ ${PY_PILLOW} \ bash:shells/bash \ @@ -61,7 +64,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}recordclass>0:devel/py-recordclass@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mathics_scanner>0:math/py-mathics-scanner + ${PYTHON_PKGNAMEPREFIX}Mathics_Scanner>0:math/py-mathics-scanner TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} @@ -70,7 +73,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ #GH_ACCOUNT= ${PORTNAME:tl} USES= python shebangfix -USE_PYTHON= cython cython_run distutils noflavors +USE_PYTHON= cython cython_run noflavors pep517 MAKE_ENV+= USE_CYTHON=yes SHEBANG_GLOB= *.py diff --git a/math/py-mathics/distinfo b/math/py-mathics/distinfo index d7019cbec945..b75ff98b9f2c 100644 --- a/math/py-mathics/distinfo +++ b/math/py-mathics/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742494123 -SHA256 (Mathics3-8.0.1.tar.gz) = 4ce42e4bbb0aec61ab03ccd537f478dc2eabb953ab69073c07515a6e610c22fb -SIZE (Mathics3-8.0.1.tar.gz) = 19546895 +TIMESTAMP = 1756844251 +SHA256 (mathics3-9.0.0.tar.gz) = 8b49c156b012dd8ac9ebb08963208a7de3651cd1eb048ec60a4e1f9be586e703 +SIZE (mathics3-9.0.0.tar.gz) = 3840672 diff --git a/math/py-mathics/files/patch-pyproject.toml b/math/py-mathics/files/patch-pyproject.toml new file mode 100644 index 000000000000..5c03fd41c50b --- /dev/null +++ b/math/py-mathics/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-08-28 23:47:16 UTC ++++ pyproject.toml +@@ -34,7 +34,7 @@ dependencies = [ + # change a little + "sympy>=1.13,<1.14", + ] +-license = "GPL-3.0-or-later" ++license = {text = "GPL-3.0-or-later"} + name = "Mathics3" + requires-python = ">=3.10" # bisect.insort_left with key parameter starts in 3.10 + readme = "README.rst" diff --git a/math/py-mathics/pkg-plist b/math/py-mathics/pkg-plist index a7ee458209af..6ebd02490602 100644 --- a/math/py-mathics/pkg-plist +++ b/math/py-mathics/pkg-plist @@ -1,28 +1,34 @@ bin/mathics +%%PYTHON_SITELIBDIR%%/Mathics3-%%VER%%.dist-info/AUTHORS.txt +%%PYTHON_SITELIBDIR%%/Mathics3-%%VER%%.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/Mathics3-%%VER%%.dist-info/RECORD +%%PYTHON_SITELIBDIR%%/Mathics3-%%VER%%.dist-info/WHEEL +%%PYTHON_SITELIBDIR%%/Mathics3-%%VER%%.dist-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/Mathics3-%%VER%%.dist-info/top_level.txt %%PYTHON_SITELIBDIR%%/mathics/Packages/BoolEval/BoolEval.m %%PYTHON_SITELIBDIR%%/mathics/Packages/BoolEval/Kernel/init.m %%PYTHON_SITELIBDIR%%/mathics/Packages/BoolEval/PacletInfo.m -%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/DTDs/__pycache__/validate.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/DTDs/__pycache__/validate.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/DTDs/__pycache__/validate%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/DTDs/__pycache__/validate%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/DTDs/validate.py -%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/Pains/test_data/__pycache__/run_tests.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/Pains/test_data/__pycache__/run_tests.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/Pains/test_data/__pycache__/run_tests%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/Pains/test_data/__pycache__/run_tests%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/Pains/test_data/run_tests.py -%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/SmartsLib/tests/__pycache__/bench2.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/SmartsLib/tests/__pycache__/bench2.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/SmartsLib/tests/__pycache__/bench2%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/SmartsLib/tests/__pycache__/bench2%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/Packages/Chemistry/Resources/RDKitData/Data/SmartsLib/tests/bench2.py -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/__pycache__/setup%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/__pycache__/setup%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/setup.py %%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/helper.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/helper.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/test_combinatorica_v091.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/test_combinatorica_v091.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/test_combinatorica_v201.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/test_combinatorica_v201.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/helper%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/helper%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/test_combinatorica_v091%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/test_combinatorica_v091%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/test_combinatorica_v201%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/__pycache__/test_combinatorica_v201%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/helper.py %%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/test_combinatorica_v091.py %%PYTHON_SITELIBDIR%%/mathics/Packages/Combinatorica-repo/test/test_combinatorica_v201.py @@ -36,8 +42,7 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/Packages/DiscreteMath/Kernel/init.m %%PYTHON_SITELIBDIR%%/mathics/Packages/DiscreteMath/RSolve.m %%PYTHON_SITELIBDIR%%/mathics/Packages/Kernel/init.m -%%PYTHON_SITELIBDIR%%/mathics/Packages/MUnit/Kernel/init.m -%%PYTHON_SITELIBDIR%%/mathics/Packages/MUnit/MUnit.m +%%PYTHON_SITELIBDIR%%/mathics/Packages/MUnit-save/PacletInfo.m %%PYTHON_SITELIBDIR%%/mathics/Packages/MUnit/MUnitLoader.m %%PYTHON_SITELIBDIR%%/mathics/Packages/MUnit/PacletInfo.m %%PYTHON_SITELIBDIR%%/mathics/Packages/Miscellaneous/Calendar-orig.m @@ -58,34 +63,41 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/Packages/Utilities/CleanSlate.m %%PYTHON_SITELIBDIR%%/mathics/Packages/VectorAnalysis/Kernel/init.m %%PYTHON_SITELIBDIR%%/mathics/Packages/VectorAnalysis/VectorAnalysis.m +%%PYTHON_SITELIBDIR%%/mathics/Packages/xAct/ExpressionManipulation.m +%%PYTHON_SITELIBDIR%%/mathics/Packages/xAct/ShowTime1.m %%PYTHON_SITELIBDIR%%/mathics/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/benchmark.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/benchmark.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/docpipeline.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/docpipeline.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/profile_mathics.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/profile_mathics.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/session.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/session.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/settings.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/settings.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/system_info.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/system_info.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/timing.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/timing.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/__pycache__/version.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__main__.py +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/__main__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/__main__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/benchmark%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/benchmark%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/docpipeline%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/docpipeline%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/interrupt%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/interrupt%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/interupt%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/interupt%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/profile_mathics%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/profile_mathics%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/session%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/session%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/settings%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/settings%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/system_info%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/system_info%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/timing%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/timing%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/version%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/__pycache__/version%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/algorithm/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/clusters.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/clusters.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/introselect.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/introselect.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/clusters%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/clusters%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/introselect%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/algorithm/__pycache__/introselect%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/algorithm/clusters.py %%PYTHON_SITELIBDIR%%/mathics/algorithm/introselect.py %%PYTHON_SITELIBDIR%%/mathics/autoload-cli/settings.m @@ -110,142 +122,142 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/autoload/settings.m %%PYTHON_SITELIBDIR%%/mathics/benchmark.py %%PYTHON_SITELIBDIR%%/mathics/builtin/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/_quantities-try.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/_quantities-try.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/arithmetic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/arithmetic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/attributes.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/attributes.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/codetables.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/codetables.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/compilation.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/compilation.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/compress.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/compress.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/datentime.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/datentime.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/evaluation.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/evaluation.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/graphics.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/graphics.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/inout.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/inout.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/kernel_sessions.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/kernel_sessions.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/layout.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/layout.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/mainloop.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/mainloop.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/makeboxes.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/makeboxes.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/manipulate.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/manipulate.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/messages.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/messages.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/numeric.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/numeric.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/optimization.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/optimization.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/options.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/options.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/physchemdata.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/physchemdata.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/procedural.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/procedural.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/quantities.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/quantities.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/recurrence.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/recurrence.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/scoping.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/scoping.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/sparse.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/sparse.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/system.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/system.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/tensors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/tensors.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/trace.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/trace.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/_quantities-try%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/_quantities-try%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/arithmetic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/arithmetic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/attributes%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/attributes%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/codetables%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/codetables%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/compilation%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/compilation%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/compress%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/compress%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/datentime%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/datentime%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/evaluation%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/evaluation%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/graphics%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/graphics%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/inout%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/inout%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/kernel_sessions%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/kernel_sessions%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/layout%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/layout%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/mainloop%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/mainloop%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/makeboxes%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/makeboxes%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/manipulate%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/manipulate%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/messages%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/messages%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/numeric%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/numeric%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/optimization%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/optimization%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/options%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/options%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/physchemdata%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/physchemdata%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/procedural%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/procedural%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/quantities%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/quantities%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/recurrence%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/recurrence%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/scoping%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/scoping%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/sparse%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/sparse%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/system%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/system%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/tensors%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/tensors%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/trace%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/__pycache__/trace%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/_quantities-try.py %%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/sums.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/sums.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/basic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/basic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/sums%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/arithfns/__pycache__/sums%%PYTHON_TAG%%.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 -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/assign_binaryop.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/assign_binaryop.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/assignment.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/assignment.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/clear.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/clear.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/types.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/types.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/upvalues.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/upvalues.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/assign_binaryop%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/assign_binaryop%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/assignment%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/assignment%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/clear%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/clear%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/types%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/types%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/upvalues%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/__pycache__/upvalues%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/assign_binaryop.py %%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/assignment.py %%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/clear.py %%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/types.py %%PYTHON_SITELIBDIR%%/mathics/builtin/assignments/upvalues.py %%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/atomic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/atomic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/numbers.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/numbers.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/strings.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/strings.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/symbols.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/symbols.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/atomic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/atomic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/numbers%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/numbers%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/strings%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/strings%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/symbols%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/__pycache__/symbols%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/atomic.py %%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/numbers.py %%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/strings.py %%PYTHON_SITELIBDIR%%/mathics/builtin/atomic/symbols.py %%PYTHON_SITELIBDIR%%/mathics/builtin/attributes.py %%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/bytearray.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/bytearray.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/io.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/io.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/system.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/system.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/types.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/types.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/bytearray%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/bytearray%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/io%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/io%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/system%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/system%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/types%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/binary/__pycache__/types%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/binary/bytearray.py %%PYTHON_SITELIBDIR%%/mathics/builtin/binary/io.py %%PYTHON_SITELIBDIR%%/mathics/builtin/binary/system.py %%PYTHON_SITELIBDIR%%/mathics/builtin/binary/types.py %%PYTHON_SITELIBDIR%%/mathics/builtin/box/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/compilation.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/compilation.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/expression.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/expression.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/graphics.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/graphics.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/graphics3d.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/graphics3d.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/image.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/image.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/layout.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/layout.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/uniform_polyhedra.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/uniform_polyhedra.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/compilation%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/compilation%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/expression%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/expression%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/graphics%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/graphics%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/graphics3d%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/graphics3d%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/image%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/image%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/layout%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/layout%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/uniform_polyhedra%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/box/__pycache__/uniform_polyhedra%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/box/compilation.py %%PYTHON_SITELIBDIR%%/mathics/builtin/box/expression.py %%PYTHON_SITELIBDIR%%/mathics/builtin/box/graphics.py @@ -255,16 +267,16 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/box/uniform_polyhedra.py %%PYTHON_SITELIBDIR%%/mathics/builtin/codetables.py %%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_directives.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_directives.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_internals.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_internals.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_operations.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_operations.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/named_colors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/named_colors.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_directives%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_directives%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_internals%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_internals%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_operations%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/color_operations%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/named_colors%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/colors/__pycache__/named_colors%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/colors/color_directives.py %%PYTHON_SITELIBDIR%%/mathics/builtin/colors/color_internals.py %%PYTHON_SITELIBDIR%%/mathics/builtin/colors/color_operations.py @@ -273,47 +285,47 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/compress.py %%PYTHON_SITELIBDIR%%/mathics/builtin/datentime.py %%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/directory_names.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/directory_names.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/directory_operations.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/directory_operations.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/system_directories.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/system_directories.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/user_directories.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/user_directories.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/directory_names%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/directory_names%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/directory_operations%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/directory_operations%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/system_directories%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/system_directories%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/user_directories%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/directories/__pycache__/user_directories%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/directories/directory_names.py %%PYTHON_SITELIBDIR%%/mathics/builtin/directories/directory_operations.py %%PYTHON_SITELIBDIR%%/mathics/builtin/directories/system_directories.py %%PYTHON_SITELIBDIR%%/mathics/builtin/directories/user_directories.py %%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/clusters.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/clusters.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/numeric.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/numeric.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/stringdata.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/stringdata.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/clusters%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/clusters%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/numeric%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/numeric%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/stringdata%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/distance/__pycache__/stringdata%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/distance/clusters.py %%PYTHON_SITELIBDIR%%/mathics/builtin/distance/numeric.py %%PYTHON_SITELIBDIR%%/mathics/builtin/distance/stringdata.py %%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/drawing_options.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/drawing_options.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/graphics3d.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/graphics3d.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/graphics_internals.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/graphics_internals.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/plot.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/plot.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/splines.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/splines.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/uniform_polyhedra.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/uniform_polyhedra.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/drawing_options%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/drawing_options%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/graphics3d%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/graphics3d%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/graphics_internals%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/graphics_internals%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/plot%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/plot%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/splines%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/splines%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/uniform_polyhedra%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/__pycache__/uniform_polyhedra%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/drawing_options.py %%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/graphics3d.py %%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/graphics_internals.py @@ -322,109 +334,109 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/drawing/uniform_polyhedra.py %%PYTHON_SITELIBDIR%%/mathics/builtin/evaluation.py %%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/general.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/general.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/head_related.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/head_related.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/size_and_sig.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/size_and_sig.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/general%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/general%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/head_related%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/head_related%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/size_and_sig%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/__pycache__/size_and_sig%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/general.py %%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/head_related.py %%PYTHON_SITELIBDIR%%/mathics/builtin/exp_structure/size_and_sig.py %%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/file_properties.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/file_properties.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/file_utilities.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/file_utilities.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/path_operations.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/path_operations.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/file_properties%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/file_properties%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/file_utilities%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/file_utilities%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/path_operations%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/__pycache__/path_operations%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/file_properties.py %%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/file_utilities.py %%PYTHON_SITELIBDIR%%/mathics/builtin/file_operations/path_operations.py %%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/htmlformat.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/htmlformat.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/xmlformat.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/xmlformat.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/htmlformat%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/htmlformat%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/xmlformat%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/__pycache__/xmlformat%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/htmlformat.py %%PYTHON_SITELIBDIR%%/mathics/builtin/fileformats/xmlformat.py %%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/files.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/files.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/filesystem.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/filesystem.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/importexport.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/importexport.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/files%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/files%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/filesystem%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/filesystem%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/importexport%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/__pycache__/importexport%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/files.py %%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/filesystem.py %%PYTHON_SITELIBDIR%%/mathics/builtin/files_io/importexport.py %%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/other.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/other.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/output.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/output.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/variables.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/variables.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/base%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/base%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/other%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/other%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/output%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/output%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/variables%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/forms/__pycache__/variables%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/forms/base.py %%PYTHON_SITELIBDIR%%/mathics/builtin/forms/other.py %%PYTHON_SITELIBDIR%%/mathics/builtin/forms/output.py %%PYTHON_SITELIBDIR%%/mathics/builtin/forms/variables.py %%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/application.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/application.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/apply_fns_to_lists.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/apply_fns_to_lists.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/composition.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/composition.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/functional_iteration.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/functional_iteration.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/application%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/application%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/apply_fns_to_lists%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/apply_fns_to_lists%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/composition%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/composition%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/functional_iteration%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/functional/__pycache__/functional_iteration%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/functional/application.py %%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 -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/colors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/colors.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/composition.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/composition.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/filters.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/filters.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/geometric.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/geometric.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/misc.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/misc.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/morph.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/morph.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/pixel.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/pixel.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/properties.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/properties.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/structure.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/structure.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/test.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/test.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/base%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/base%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/basic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/basic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/colors%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/colors%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/composition%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/composition%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/filters%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/filters%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/geometric%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/geometric%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/misc%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/misc%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/morph%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/morph%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/pixel%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/pixel%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/properties%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/properties%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/structure%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/structure%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/test%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/image/__pycache__/test%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/image/base.py %%PYTHON_SITELIBDIR%%/mathics/builtin/image/basic.py %%PYTHON_SITELIBDIR%%/mathics/builtin/image/colors.py @@ -439,16 +451,16 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/image/test.py %%PYTHON_SITELIBDIR%%/mathics/builtin/inout.py %%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/combinatorial.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/combinatorial.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/divlike.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/divlike.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/misc.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/misc.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/recurrence.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/recurrence.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/combinatorial%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/combinatorial%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/divlike%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/divlike%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/misc%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/misc%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/recurrence%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/__pycache__/recurrence%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/combinatorial.py %%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/divlike.py %%PYTHON_SITELIBDIR%%/mathics/builtin/intfns/misc.py @@ -456,20 +468,20 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/kernel_sessions.py %%PYTHON_SITELIBDIR%%/mathics/builtin/layout.py %%PYTHON_SITELIBDIR%%/mathics/builtin/list/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/associations.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/associations.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/constructing.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/constructing.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/eol.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/eol.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/math.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/math.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/predicates.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/predicates.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/rearrange.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/rearrange.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/associations%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/associations%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/constructing%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/constructing%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/eol%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/eol%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/math%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/math%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/predicates%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/predicates%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/rearrange%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/list/__pycache__/rearrange%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/list/associations.py %%PYTHON_SITELIBDIR%%/mathics/builtin/list/constructing.py %%PYTHON_SITELIBDIR%%/mathics/builtin/list/eol.py @@ -480,55 +492,55 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/makeboxes.py %%PYTHON_SITELIBDIR%%/mathics/builtin/manipulate.py %%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/constrmatrix.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/constrmatrix.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/partmatrix.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/partmatrix.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/constrmatrix%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/constrmatrix%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/partmatrix%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/__pycache__/partmatrix%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/constrmatrix.py %%PYTHON_SITELIBDIR%%/mathics/builtin/matrices/partmatrix.py %%PYTHON_SITELIBDIR%%/mathics/builtin/messages.py %%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/infix.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/infix.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/infix_extra.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/infix_extra.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/postfix.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/postfix.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/prefix.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/prefix.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/infix%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/infix%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/infix_extra%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/infix_extra%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/postfix%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/postfix%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/prefix%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/__pycache__/prefix%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/infix.py %%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/infix_extra.py %%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/postfix.py %%PYTHON_SITELIBDIR%%/mathics/builtin/no_meaning/prefix.py %%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/algebra.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/algebra.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/calculus.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/calculus.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/constants.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/constants.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/diffeqns.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/diffeqns.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/exp.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/exp.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/hyperbolic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/hyperbolic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/integer.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/integer.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/linalg.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/linalg.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/numbertheory.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/numbertheory.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/randomnumbers.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/randomnumbers.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/trig.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/trig.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/algebra%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/algebra%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/calculus%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/calculus%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/constants%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/constants%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/diffeqns%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/diffeqns%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/exp%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/exp%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/hyperbolic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/hyperbolic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/integer%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/integer%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/linalg%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/linalg%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/numbertheory%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/numbertheory%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/randomnumbers%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/randomnumbers%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/trig%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/__pycache__/trig%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/algebra.py %%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/calculus.py %%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/constants.py @@ -542,103 +554,106 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/numbers/trig.py %%PYTHON_SITELIBDIR%%/mathics/builtin/numeric.py %%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/__pycache__/with_numpy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/__pycache__/with_numpy.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/__pycache__/with_numpy%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/__pycache__/with_numpy%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/numpy_utils/with_numpy.py %%PYTHON_SITELIBDIR%%/mathics/builtin/optimization.py %%PYTHON_SITELIBDIR%%/mathics/builtin/options.py %%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/composite.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/composite.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/defaults.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/defaults.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/restrictions.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%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/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/basic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/basic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/composite%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/composite%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/defaults%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/defaults%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/restrictions%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/restrictions%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/rules%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/patterns/__pycache__/rules%%PYTHON_TAG%%.pyc +%%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 %%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/__pycache__/magic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/__pycache__/magic.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/__pycache__/magic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/__pycache__/magic%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/magic.py %%PYTHON_SITELIBDIR%%/mathics/builtin/pymimesniffer/mimetypes.xml %%PYTHON_SITELIBDIR%%/mathics/builtin/quantities.py %%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/__pycache__/angular.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/__pycache__/angular.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/__pycache__/angular%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/__pycache__/angular%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/quantum_mechanics/angular.py %%PYTHON_SITELIBDIR%%/mathics/builtin/recurrence.py %%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/integrators.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/integrators.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/optimizers.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/optimizers.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/integrators%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/integrators%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/optimizers%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/__pycache__/optimizers%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/integrators.py %%PYTHON_SITELIBDIR%%/mathics/builtin/scipy_utils/optimizers.py %%PYTHON_SITELIBDIR%%/mathics/builtin/scoping.py %%PYTHON_SITELIBDIR%%/mathics/builtin/sparse.py %%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/bessel.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/bessel.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/elliptic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/elliptic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/erf.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/erf.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/expintegral.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/expintegral.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/gamma.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/gamma.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/orthogonal.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/orthogonal.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/zeta.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/zeta.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/bessel%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/bessel%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/elliptic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/elliptic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/erf%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/erf%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/expintegral%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/expintegral%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/gamma%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/gamma%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/hypergeom%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/hypergeom%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/orthogonal%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/orthogonal%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/zeta%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/__pycache__/zeta%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/bessel.py %%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/elliptic.py %%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/erf.py %%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/expintegral.py %%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/gamma.py +%%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/hypergeom.py %%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/orthogonal.py %%PYTHON_SITELIBDIR%%/mathics/builtin/specialfns/zeta.py %%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/dependency.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/dependency.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/general.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/general.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/location.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/location.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/orderstats.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/orderstats.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/shape.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/shape.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/base%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/base%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/dependency%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/dependency%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/general%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/general%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/location%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/location%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/orderstats%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/orderstats%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/shape%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/__pycache__/shape%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/base.py %%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/dependency.py %%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/general.py @@ -646,46 +661,46 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/orderstats.py %%PYTHON_SITELIBDIR%%/mathics/builtin/statistics/shape.py %%PYTHON_SITELIBDIR%%/mathics/builtin/string/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/characters.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/characters.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/charcodes.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/charcodes.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/operations.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/operations.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/patterns.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/patterns.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/regexp.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/regexp.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/characters%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/characters%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/charcodes%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/charcodes%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/operations%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/operations%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/patterns%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/patterns%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/regexp%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/string/__pycache__/regexp%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/string/characters.py %%PYTHON_SITELIBDIR%%/mathics/builtin/string/charcodes.py %%PYTHON_SITELIBDIR%%/mathics/builtin/string/operations.py %%PYTHON_SITELIBDIR%%/mathics/builtin/string/patterns.py %%PYTHON_SITELIBDIR%%/mathics/builtin/string/regexp.py %%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/__pycache__/stack.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/__pycache__/stack.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/__pycache__/stack%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/__pycache__/stack%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/symbolic_history/stack.py %%PYTHON_SITELIBDIR%%/mathics/builtin/system.py %%PYTHON_SITELIBDIR%%/mathics/builtin/tensors.py %%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/equality_inequality.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/equality_inequality.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/expression_tests.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/expression_tests.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/list_oriented.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/list_oriented.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/logic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/logic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/numerical_properties.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/numerical_properties.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/string_tests.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/string_tests.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/equality_inequality%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/equality_inequality%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/expression_tests%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/expression_tests%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/list_oriented%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/list_oriented%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/logic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/logic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/numerical_properties%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/numerical_properties%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/string_tests%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/__pycache__/string_tests%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/equality_inequality.py %%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/expression_tests.py %%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/list_oriented.py @@ -694,32 +709,32 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/builtin/testing_expressions/string_tests.py %%PYTHON_SITELIBDIR%%/mathics/builtin/trace.py %%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/constructing.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/constructing.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/math_ops.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/math_ops.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/vector_space_operations.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/vector_space_operations.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/constructing%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/constructing%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/math_ops%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/math_ops%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/vector_space_operations%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/__pycache__/vector_space_operations%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/constructing.py %%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/math_ops.py %%PYTHON_SITELIBDIR%%/mathics/builtin/vectors/vector_space_operations.py %%PYTHON_SITELIBDIR%%/mathics/compile/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/compile.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/compile.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/ir-next.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/ir-next.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/ir.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/ir.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/types.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/types.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/base%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/base%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/compile%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/compile%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/ir-next%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/ir-next%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/ir%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/ir%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/types%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/types%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/utils%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/compile/__pycache__/utils%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/compile/base.py %%PYTHON_SITELIBDIR%%/mathics/compile/compile.py %%PYTHON_SITELIBDIR%%/mathics/compile/ir-next.py @@ -727,77 +742,84 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/compile/types.py %%PYTHON_SITELIBDIR%%/mathics/compile/utils.py %%PYTHON_SITELIBDIR%%/mathics/core/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/assignment.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/assignment.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/atoms.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/atoms.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/attributes.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/attributes.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/builtin.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/builtin.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/definitions.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/definitions.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/element.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/element.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/evaluation.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/evaluation.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/exceptions.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/exceptions.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression_predefined.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression_predefined.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/formatter.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/formatter.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/interrupt.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/interrupt.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/list.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/list.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/load_builtin.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/load_builtin.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/number.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/number.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/pattern.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/pattern.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/rules.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/rules.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/streams.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/streams.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/structure.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/structure.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/subexpression.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/subexpression.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/symbols.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/symbols.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/systemsymbols.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/systemsymbols.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/assignment%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/assignment%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/atoms-try%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/atoms-try%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/atoms%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/atoms%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/attributes%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/attributes%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/builtin%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/builtin%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/definitions%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/definitions%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/element%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/element%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/evaluation%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/evaluation%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/exceptions%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/exceptions%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression-try%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression-try%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression_predefined%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/expression_predefined%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/formatter%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/formatter%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/interrupt%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/interrupt%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/keycomparable%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/keycomparable%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/list%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/list%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/load_builtin%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/load_builtin%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/number%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/number%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/pattern%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/pattern%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/rules%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/rules%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/streams%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/streams%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/structure%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/structure%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/subexpression%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/subexpression%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/symbols%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/symbols%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/systemsymbols%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/systemsymbols%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/util%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/__pycache__/util%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/core/assignment.py +%%PYTHON_SITELIBDIR%%/mathics/core/atoms-try.py %%PYTHON_SITELIBDIR%%/mathics/core/atoms.py %%PYTHON_SITELIBDIR%%/mathics/core/attributes.py %%PYTHON_SITELIBDIR%%/mathics/core/builtin.py %%PYTHON_SITELIBDIR%%/mathics/core/convert/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/expression.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/expression.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/function.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/function.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/matrix.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/matrix.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/mpmath.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/mpmath.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/op.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/op.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/python.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/python.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/regex.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/regex.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/sympy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/sympy.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/expression%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/expression%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/function%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/function%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/matrix%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/matrix%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/mpmath%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/mpmath%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/op%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/op%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/python%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/python%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/regex%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/regex%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/sympy%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/convert/__pycache__/sympy%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/core/convert/expression.py %%PYTHON_SITELIBDIR%%/mathics/core/convert/function.py %%PYTHON_SITELIBDIR%%/mathics/core/convert/matrix.py @@ -810,44 +832,52 @@ 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-try.py +%%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/keycomparable.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 -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/ast.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/ast.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/convert.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/convert.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/feed.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/feed.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/operators.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/operators.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/parser.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/parser.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/ast-with-node%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/ast-with-node%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/ast%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/ast%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/convert%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/convert%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/feed%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/feed%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/location%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/location%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/operators%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/operators%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/parser%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/parser%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/util%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/__pycache__/util%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/core/parser/ast-with-node.py %%PYTHON_SITELIBDIR%%/mathics/core/parser/ast.py %%PYTHON_SITELIBDIR%%/mathics/core/parser/convert.py %%PYTHON_SITELIBDIR%%/mathics/core/parser/feed.py +%%PYTHON_SITELIBDIR%%/mathics/core/parser/location.py %%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 @@ -879,167 +909,174 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/data/op-tables.json %%PYTHON_SITELIBDIR%%/mathics/data/operator-tables.json %%PYTHON_SITELIBDIR%%/mathics/doc/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/common_doc.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/common_doc.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/doc_entries.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/doc_entries.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/gather.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/gather.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/latex_doc.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/latex_doc.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/online.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/online.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/structure.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/structure.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/common_doc%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/common_doc%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/doc_entries%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/doc_entries%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/gather%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/gather%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/latex_doc%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/latex_doc%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/online%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/online%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/structure%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/structure%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/utils%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/__pycache__/utils%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/doc/common_doc.py %%PYTHON_SITELIBDIR%%/mathics/doc/doc_entries.py %%PYTHON_SITELIBDIR%%/mathics/doc/documentation/1-Manual.mdoc %%PYTHON_SITELIBDIR%%/mathics/doc/documentation/A-License.mdoc %%PYTHON_SITELIBDIR%%/mathics/doc/gather.py -%%PYTHON_SITELIBDIR%%/mathics/doc/latex/__pycache__/doc2latex.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/doc/latex/__pycache__/doc2latex.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/latex/__pycache__/doc2latex%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/doc/latex/__pycache__/doc2latex%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/doc/latex/doc2latex.py -%%PYTHON_SITELIBDIR%%/mathics/doc/latex/mathics.pdf %%PYTHON_SITELIBDIR%%/mathics/doc/latex_doc.py %%PYTHON_SITELIBDIR%%/mathics/doc/online.py %%PYTHON_SITELIBDIR%%/mathics/doc/structure.py %%PYTHON_SITELIBDIR%%/mathics/doc/utils.py %%PYTHON_SITELIBDIR%%/mathics/docpipeline.py %%PYTHON_SITELIBDIR%%/mathics/eval/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/arithmetic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/arithmetic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/datetime.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/datetime.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/directories.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/directories.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/hyperbolic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/hyperbolic.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/image.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/image.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/inference.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/inference.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/lists.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/lists.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/math_ops.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/math_ops.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/nevaluator.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/nevaluator.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/numeric.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/numeric.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/numerify.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/numerify.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/parts.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/parts.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/patterns.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/patterns.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/pymathics.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/pymathics.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/quantities.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/quantities.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/rules.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/rules.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/scoping.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/scoping.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/strings.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/strings.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/sympy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/sympy.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/tensors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/tensors.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/test.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/test.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/testing_expressions.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/testing_expressions.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/tracing.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/tracing.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/arithmetic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/arithmetic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/datetime%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/datetime%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/directories%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/directories%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/hyperbolic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/hyperbolic%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/image%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/image%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/inference%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/inference%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/lists%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/lists%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/math_ops%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/math_ops%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/nevaluator%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/nevaluator%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/numeric%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/numeric%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/numerify%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/numerify%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/parts%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/parts%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/patterns%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/patterns%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/pymathics%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/pymathics%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/quantities%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/quantities%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/rules%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/rules%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/scoping%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/scoping%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/stackframe%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/stackframe%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/strings%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/strings%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/sympy%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/sympy%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/tensors%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/tensors%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/test%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/test%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/testing_expressions%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/testing_expressions%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/tracing%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/__pycache__/tracing%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/__pycache__/basic%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/__pycache__/basic%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/arithfns/basic.py %%PYTHON_SITELIBDIR%%/mathics/eval/arithmetic.py %%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/assign_binaryop.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/assign_binaryop.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/assignment.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/assignment.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/assign_binaryop%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/assign_binaryop%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/assignment%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/assignments/__pycache__/assignment%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/assignments/assign_binaryop.py %%PYTHON_SITELIBDIR%%/mathics/eval/assignments/assignment.py +%%PYTHON_SITELIBDIR%%/mathics/eval/binary/__init__.py +%%PYTHON_SITELIBDIR%%/mathics/eval/binary/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/binary/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/binary/__pycache__/io%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/binary/__pycache__/io%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/binary/io.py %%PYTHON_SITELIBDIR%%/mathics/eval/datetime.py %%PYTHON_SITELIBDIR%%/mathics/eval/directories.py %%PYTHON_SITELIBDIR%%/mathics/eval/distance/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/clusters.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/clusters.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/numeric.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/numeric.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/clusters%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/clusters%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/numeric%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/distance/__pycache__/numeric%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/distance/clusters.py %%PYTHON_SITELIBDIR%%/mathics/eval/distance/numeric.py %%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/charts.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/charts.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/colors.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/colors.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/plot.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/plot.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/plot3d.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/plot3d.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/charts%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/charts%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/colors%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/colors%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/plot%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/plot%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/plot3d%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/drawing/__pycache__/plot3d%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/drawing/charts.py %%PYTHON_SITELIBDIR%%/mathics/eval/drawing/colors.py %%PYTHON_SITELIBDIR%%/mathics/eval/drawing/plot.py %%PYTHON_SITELIBDIR%%/mathics/eval/drawing/plot3d.py %%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/files.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/files.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/read.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/read.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/files%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/files%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/read%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/files_io/__pycache__/read%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/files_io/files.py %%PYTHON_SITELIBDIR%%/mathics/eval/files_io/read.py %%PYTHON_SITELIBDIR%%/mathics/eval/functional/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/functional/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/functional/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/functional/__pycache__/apply_fns_to_lists.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/functional/__pycache__/apply_fns_to_lists.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/functional/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/functional/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/functional/__pycache__/apply_fns_to_lists%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/functional/__pycache__/apply_fns_to_lists%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/functional/apply_fns_to_lists.py %%PYTHON_SITELIBDIR%%/mathics/eval/hyperbolic.py %%PYTHON_SITELIBDIR%%/mathics/eval/image.py %%PYTHON_SITELIBDIR%%/mathics/eval/inference.py %%PYTHON_SITELIBDIR%%/mathics/eval/list/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/list/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/list/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/list/__pycache__/eol.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/list/__pycache__/eol.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/list/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/list/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/list/__pycache__/eol%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/list/__pycache__/eol%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/list/eol.py %%PYTHON_SITELIBDIR%%/mathics/eval/lists.py %%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/formatvalues.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/formatvalues.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/makeboxes.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/makeboxes.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/numberform.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/numberform.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/operators.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/operators.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/outputforms.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/outputforms.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/precedence.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/precedence.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/formatvalues%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/formatvalues%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/makeboxes%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/makeboxes%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/numberform%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/numberform%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/operators%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/operators%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/outputforms%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/outputforms%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/precedence%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/__pycache__/precedence%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/formatvalues.py %%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/makeboxes.py %%PYTHON_SITELIBDIR%%/mathics/eval/makeboxes/numberform.py @@ -1047,28 +1084,28 @@ 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 -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/__pycache__/numbers.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/__pycache__/numbers.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/__pycache__/numbers%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/__pycache__/numbers%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/__pycache__/simplify.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/__pycache__/simplify.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/__pycache__/simplify%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/__pycache__/simplify%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/numbers/algebra/simplify.py %%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/integrators.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/integrators.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/optimizers.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/optimizers.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/series.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/series.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/integrators%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/integrators%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/optimizers%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/optimizers%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/series%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/__pycache__/series%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/integrators.py %%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/optimizers.py %%PYTHON_SITELIBDIR%%/mathics/eval/numbers/calculus/series.py @@ -1081,38 +1118,42 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/eval/quantities.py %%PYTHON_SITELIBDIR%%/mathics/eval/rules.py %%PYTHON_SITELIBDIR%%/mathics/eval/scoping.py +%%PYTHON_SITELIBDIR%%/mathics/eval/specialfns/__pycache__/hypergeom%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/specialfns/__pycache__/hypergeom%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/specialfns/hypergeom.py +%%PYTHON_SITELIBDIR%%/mathics/eval/stackframe.py %%PYTHON_SITELIBDIR%%/mathics/eval/strings.py %%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/__pycache__/stack.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/__pycache__/stack.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/__pycache__/stack%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/eval/symbolic_history/__pycache__/stack%%PYTHON_TAG%%.pyc %%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 %%PYTHON_SITELIBDIR%%/mathics/format/__init__.py -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy_fns.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy_fns.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy_polyhedra.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy_polyhedra.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/json.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/json.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/latex.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/latex.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/mathml.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/mathml.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/svg.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/svg.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/text.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/text.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy_fns%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy_fns%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy_polyhedra%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/asy_polyhedra%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/json%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/json%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/latex%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/latex%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/mathml%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/mathml%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/svg%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/svg%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/text%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/mathics/format/__pycache__/text%%PYTHON_TAG%%.pyc %%PYTHON_SITELIBDIR%%/mathics/format/asy.py %%PYTHON_SITELIBDIR%%/mathics/format/asy_fns.py %%PYTHON_SITELIBDIR%%/mathics/format/asy_polyhedra.py @@ -1121,7 +1162,8 @@ bin/mathics %%PYTHON_SITELIBDIR%%/mathics/format/mathml.py %%PYTHON_SITELIBDIR%%/mathics/format/svg.py %%PYTHON_SITELIBDIR%%/mathics/format/text.py -%%PYTHON_SITELIBDIR%%/mathics/main.py +%%PYTHON_SITELIBDIR%%/mathics/interrupt.py +%%PYTHON_SITELIBDIR%%/mathics/interupt.py %%PYTHON_SITELIBDIR%%/mathics/profile_mathics.py %%PYTHON_SITELIBDIR%%/mathics/session.py %%PYTHON_SITELIBDIR%%/mathics/settings.py diff --git a/math/py-matplotlib-scalebar/Makefile b/math/py-matplotlib-scalebar/Makefile index c98331d5b4a5..fb44fdb9a68a 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= 2 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/Makefile b/math/py-matplotlib/Makefile index bd10c3cdb71e..310dd7de8b83 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -1,6 +1,6 @@ PORTNAME= matplotlib DISTVERSION= 3.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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..9b36301fa920 100644 --- a/math/py-minorminer/Makefile +++ b/math/py-minorminer/Makefile @@ -1,23 +1,23 @@ PORTNAME= minorminer -DISTVERSION= 0.2.16 -PORTREVISION= 1 +DISTVERSION= 0.2.19 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Heuristic tool for minor embedding of graphs -WWW= https://docs.ocean.dwavesys.com/projects/minorminer/en/latest/ +WWW= https://docs.ocean.dwavesys.com/projects/minorminer/en/latest/ \ + https://github.com/dwavesystems/minorminer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0.15:devel/py-fasteners@${PY_FLAVOR} \ +PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0.19:devel/py-fasteners@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}homebase>=1.0.1:devel/py-homebase@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}networkx>=2.4:math/py-networkx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dwave-networkx>=0.8.10:science/py-dwave-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}networkx>=3.2.1:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dwave-networkx>=0.8.15:science/py-dwave-networkx@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}rectangle-packer>=2.0.1:math/py-rectangle-packer@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.7.3:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>=1.13.1:science/py-scipy@${PY_FLAVOR} BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} @@ -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-minorminer/distinfo b/math/py-minorminer/distinfo index 0b3334cc62bf..adeb280676d3 100644 --- a/math/py-minorminer/distinfo +++ b/math/py-minorminer/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1731038865 -SHA256 (dwavesystems-minorminer-0.2.16_GH0.tar.gz) = 0945862971d6d5e37b5cdb91950758843d919e898d7e62259c9049ee13dcca74 -SIZE (dwavesystems-minorminer-0.2.16_GH0.tar.gz) = 1281256 +TIMESTAMP = 1758997678 +SHA256 (dwavesystems-minorminer-0.2.19_GH0.tar.gz) = f4207bed0a74bbe89fd5a1d8657bc611106a67ac733aa034877d27f306afdf6a +SIZE (dwavesystems-minorminer-0.2.19_GH0.tar.gz) = 1290750 SHA256 (boothby-glasgow-subgraph-solver-568c45f_GH0.tar.gz) = efe3971ee56bc5acf8d64a9e9f98e38962f9c4514b4356e1f7f662873a9fc8b9 SIZE (boothby-glasgow-subgraph-solver-568c45f_GH0.tar.gz) = 80856 SHA256 (nemequ-portable-snippets-84abba9_GH0.tar.gz) = 934157a2892aa9afcab81229b089b0255fdba45727ccec7a017e270fa32f7e4f 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..8c622fb8dbbe 100644 --- a/math/py-modin/Makefile +++ b/math/py-modin/Makefile @@ -1,5 +1,5 @@ PORTNAME= modin -PORTVERSION= 0.32.0 +PORTVERSION= 0.37.1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +9,8 @@ COMMENT= Make your pandas code run faster WWW= https://modin.readthedocs.io/en/stable/ \ https://github.com/modin-project/modin -LICENSE= APACHE20 +LICENSE= APACHE20 BSD3CLAUSE +LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ @@ -17,8 +18,9 @@ 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}psutil>=5.8.0:sysutils/py-psutil@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pandas>=2.2,1<2.4,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psutil>=5.8.0:sysutils/py-psutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/math/py-modin/distinfo b/math/py-modin/distinfo index 86acdcab8f3f..15d9458d8b8f 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 = 1759774691 +SHA256 (modin-0.37.1.tar.gz) = 40edbeafc2b8e07fda622b38475ec0b4d580cb8f0cdf9907f1c58c1d84b9a796 +SIZE (modin-0.37.1.tar.gz) = 925129 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 eb8562445a74..6ab298edf56b 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 1.35.0 +PORTVERSION= 2.15.0 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 0ee2ac9f87f8..7748e9ac433b 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178080 -SHA256 (narwhals-1.35.0.tar.gz) = 07477d18487fbc940243b69818a177ed7119b737910a8a254fb67688b48a7c96 -SIZE (narwhals-1.35.0.tar.gz) = 265784 +TIMESTAMP = 1768625721 +SHA256 (narwhals-2.15.0.tar.gz) = a9585975b99d95084268445a1fdd881311fa26ef1caa18020d959d5b2ff9a965 +SIZE (narwhals-2.15.0.tar.gz) = 603479 diff --git a/math/py-ndindex/Makefile b/math/py-ndindex/Makefile index 9329ae2cb958..a999d47f6c8c 100644 --- a/math/py-ndindex/Makefile +++ b/math/py-ndindex/Makefile @@ -1,5 +1,5 @@ PORTNAME= ndindex -PORTVERSION= 1.9.2 +PORTVERSION= 1.10.1 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/Quansight-Labs/ndindex/releases/download/${PORTVERSION}/ @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent cython pep517 OPTIONS_DEFINE= ARRAYS diff --git a/math/py-ndindex/distinfo b/math/py-ndindex/distinfo index ca62899867b7..5265a9ceed60 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 = 1763853420 +SHA256 (ndindex-1.10.1.tar.gz) = 0f6113c1f031248f8818cbee1aa92aa3c9472b7701debcce9fddebcd2f610f11 +SIZE (ndindex-1.10.1.tar.gz) = 271395 diff --git a/math/py-ndonnx/Makefile b/math/py-ndonnx/Makefile new file mode 100644 index 000000000000..0b588e8263fd --- /dev/null +++ b/math/py-ndonnx/Makefile @@ -0,0 +1,27 @@ +PORTNAME= ndonnx +PORTVERSION= 0.17.1 +CATEGORIES= math python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= ONNX backed array library compliant with Array API standard +WWW= https://ndonnx.readthedocs.io/en/latest/ \ + https://github.com/Quantco/ndonnx + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}spox>=0.10:math/py-spox@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/math/py-ndonnx/distinfo b/math/py-ndonnx/distinfo new file mode 100644 index 000000000000..f2abea746f7c --- /dev/null +++ b/math/py-ndonnx/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1767157569 +SHA256 (ndonnx-0.17.1.tar.gz) = a60dd523dbe4f8d1d4b8f7230f01fd38f3f73c8b02428d938cb0562787daa924 +SIZE (ndonnx-0.17.1.tar.gz) = 361472 diff --git a/math/py-ndonnx/pkg-descr b/math/py-ndonnx/pkg-descr new file mode 100644 index 000000000000..bd90d59d831e --- /dev/null +++ b/math/py-ndonnx/pkg-descr @@ -0,0 +1,2 @@ +ndonnx provides an ONNX-backed array library that is compliant with the Array +API standard. diff --git a/math/py-networkx/Makefile b/math/py-networkx/Makefile index 2155c71982a2..368f5c22ae7b 100644 --- a/math/py-networkx/Makefile +++ b/math/py-networkx/Makefile @@ -1,5 +1,6 @@ PORTNAME= networkx -DISTVERSION= 3.4 +DISTVERSION= 3.5 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= math python MASTER_SITES= PYPI 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..dc76f2169068 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -1,5 +1,5 @@ PORTNAME= numexpr -PORTVERSION= 2.10.2 +PORTVERSION= 2.14.1 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/pydata/numexpr/releases/download/v${PORTVERSION}/ @@ -13,11 +13,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${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} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1:math/py-numpy@${PY_FLAVOR} -USES= dos2unix python:3.9+ +USES= dos2unix python USE_PYTHON= autoplist concurrent pep517 post-install: diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo index 5a8cd7f2b38c..ee5aacb72c2d 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 = 1761446734 +SHA256 (numexpr-2.14.1.tar.gz) = 4be00b1086c7b7a5c32e31558122b7b80243fe098579b170967da83f3152b48b +SIZE (numexpr-2.14.1.tar.gz) = 119400 diff --git a/math/py-numexpr/files/patch-pyproject.toml b/math/py-numexpr/files/patch-pyproject.toml index 66558beeca1f..f38f9c304dc5 100644 --- a/math/py-numexpr/files/patch-pyproject.toml +++ b/math/py-numexpr/files/patch-pyproject.toml @@ -1,11 +1,22 @@ ---- pyproject.toml.orig 2024-06-20 17:09:56 UTC +--- pyproject.toml.orig 2025-09-11 10:39:22 UTC +++ pyproject.toml -@@ -2,7 +2,7 @@ requires = [ +@@ -1,7 +1,7 @@ requires = [ + [build-system] requires = [ - "setuptools", - "wheel", +- "setuptools>=77.0.0", - "numpy>=2.0.0", ++ "setuptools>=61.0.0", + "numpy", ] build-backend = "setuptools.build_meta" +@@ -14,8 +14,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-files = ["LICENSE.txt", "LICENSES/*"] ++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..5d624eba8237 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.26.4 -PORTREVISION= 6 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ @@ -18,47 +18,60 @@ WWW= https://www.numpy.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.5:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.24.1:devel/py-hypothesis@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}meson-python>=0:devel/meson-python@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.24.1:devel/py-hypothesis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.5:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= compiler:c11 cpe fortran python:3.9+ -USE_PYTHON= allflavors autoplist concurrent cython distutils +USES= compiler:c11 cpe fortran pkgconfig python shebangfix +USE_PYTHON= autoplist concurrent cython pep517 -GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so// -LDFLAGS+= -s -PYDISTUTILS_BUILDARGS= --fcompiler=gnu95 +GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e \ + s/libgfortran.so// PYDISTUTILS_CONFIGUREARGS= --fcompiler=gnu95 +PYDISTUTILS_BUILDARGS= --fcompiler=gnu95 +LDFLAGS+= -s PIE_UNSAFE= yes -PORTDOCS= * - PORTSCOUT= limit:^1\. +PORTDOCS= * + OPTIONS_DEFINE= DOCS SUITESPARSE +OPTIONS_DEFAULT= OPENBLAS SUITESPARSE OPTIONS_SINGLE= BLASLIB OPTIONS_SINGLE_BLASLIB= ATLAS NETLIB OPENBLAS -OPTIONS_DEFAULT= OPENBLAS SUITESPARSE SUITESPARSE_DESC= Use AMD and UMFPACK in SuiteSparse -ATLAS_USES= blaslapack:atlas -ATLAS_VARS= BLASLIBS="ptf77blas, ptcblas" BLASNAME=atlas LAPACKLIBS=alapack LIBRARIES=atlas_libs -NETLIB_LIB_DEPENDS= libcblas.so:math/cblas -NETLIB_USES= blaslapack:netlib -NETLIB_VARS= BLASLIBS="blas, cblas" BLASNAME=atlas LAPACKLIBS=lapack LIBRARIES=atlas_libs -OPENBLAS_USES= blaslapack:openblas -OPENBLAS_VARS= BLASLIBS="openblas, gfortran" BLASNAME=openblas LAPACKLIBS="openblas, gfortran" LIBRARIES=libraries -SUITESPARSE_LIB_DEPENDS=libumfpack.so:math/suitesparse-umfpack +ATLAS_USES= blaslapack:atlas +ATLAS_VARS= BLASLIBS="ptf77blas, ptcblas" \ + BLASNAME=atlas \ + LAPACKLIBS=alapack \ + LIBRARIES=atlas_libs +NETLIB_LIB_DEPENDS= libcblas.so:math/cblas +NETLIB_USES= blaslapack:netlib +NETLIB_VARS= BLASLIBS="blas, cblas" \ + BLASNAME=atlas \ + LAPACKLIBS=lapack \ + LIBRARIES=atlas_libs +OPENBLAS_USES= blaslapack:openblas +OPENBLAS_VARS= BLASLIBS="openblas, gfortran" \ + BLASNAME=openblas \ + LAPACKLIBS="openblas, gfortran" \ + LIBRARIES=libraries +SUITESPARSE_LIB_DEPENDS= libumfpack.so:math/suitesparse-umfpack + +SHEBANG_FILES= numpy/f2py/crackfortran.py numpy/f2py/f2py2e.py \ + numpy/f2py/rules.py numpy/testing/print_coercion_tables.py \ + numpy/testing/setup.py post-extract: @${TOUCH} ${WRKSRC}/numpy/f2py/tests/src/temp @${TOUCH} ${WRKSRC}/numpy/random/_examples/temp @${TOUCH} ${WRKSRC}/numpy/core/tests/examples/temp -pre-configure-SUITESPARSE-off: - @${REINPLACE_CMD} -e 's|:%%LOCALBASE%%/include/suitesparse||' ${WRKSRC}/site.cfg - pre-configure: @${REINPLACE_CMD} -e 's|%%FC%%|${FC}|' ${WRKSRC}/numpy/distutils/fcompiler/gnu.py @${CP} ${FILESDIR}/site.cfg ${WRKSRC}/site.cfg @@ -68,6 +81,9 @@ pre-configure: ${WRKSRC}/site.cfg @${REINPLACE_CMD} -e "s|%%GCCLIBDIR%%|$$(${GCCLIBDIR_CMDS})|" ${WRKSRC}/site.cfg ${WRKSRC}/numpy/distutils/system_info.py +pre-configure-SUITESPARSE-off: + @${REINPLACE_CMD} -e 's|:%%LOCALBASE%%/include/suitesparse||' ${WRKSRC}/site.cfg + do-configure: post-install: diff --git a/math/py-numpy/files/patch-numpy_core_setup.py b/math/py-numpy/files/patch-numpy_core_setup.py new file mode 100644 index 000000000000..7502a4df93fb --- /dev/null +++ b/math/py-numpy/files/patch-numpy_core_setup.py @@ -0,0 +1,19 @@ +--- numpy/core/setup.py.orig 2024-02-05 21:17:48 UTC ++++ numpy/core/setup.py +@@ -9,7 +9,6 @@ from numpy.distutils import log + from os.path import join + + from numpy.distutils import log +-from numpy.distutils.msvccompiler import lib_opts_if_msvc + from distutils.dep_util import newer + from sysconfig import get_config_var + from numpy.compat import npy_load_module +@@ -688,7 +687,7 @@ def configuration(parent_package='',top_path=None): + install_dir='lib', + build_info={ + 'include_dirs' : [], # empty list required for creating npy_math_internal.h +- 'extra_compiler_args': [lib_opts_if_msvc], ++ 'extra_compiler_args': [], + }) + config.add_npy_pkg_config("npymath.ini.in", "lib/npy-pkg-config", + subst_dict) diff --git a/math/py-numpy/files/patch-numpy_distutils_mingw32ccompiler.py b/math/py-numpy/files/patch-numpy_distutils_mingw32ccompiler.py new file mode 100644 index 000000000000..a7466a818792 --- /dev/null +++ b/math/py-numpy/files/patch-numpy_distutils_mingw32ccompiler.py @@ -0,0 +1,17 @@ +--- numpy/distutils/mingw32ccompiler.py.orig 2024-02-05 21:17:48 UTC ++++ numpy/distutils/mingw32ccompiler.py +@@ -24,7 +24,13 @@ from distutils.unixccompiler import UnixCCompiler + + import distutils.cygwinccompiler + from distutils.unixccompiler import UnixCCompiler +-from distutils.msvccompiler import get_build_version as get_build_msvc_version ++ ++try: ++ from distutils.msvccompiler import get_build_version as get_build_msvc_version ++except ImportError: ++ def get_build_msvc_version(): ++ return None ++ + from distutils.errors import UnknownFileError + from numpy.distutils.misc_util import (msvc_runtime_library, + msvc_runtime_version, diff --git a/math/py-numpy/files/patch-numpy_random_setup.py b/math/py-numpy/files/patch-numpy_random_setup.py new file mode 100644 index 000000000000..74ff5ffc8e54 --- /dev/null +++ b/math/py-numpy/files/patch-numpy_random_setup.py @@ -0,0 +1,23 @@ +--- numpy/random/setup.py.orig 2024-02-05 21:17:48 UTC ++++ numpy/random/setup.py +@@ -3,7 +3,6 @@ from numpy.distutils.system_info import platform_bits + from os.path import join + + from numpy.distutils.system_info import platform_bits +-from numpy.distutils.msvccompiler import lib_opts_if_msvc + + + def configuration(parent_package='', top_path=None): +@@ -70,11 +69,7 @@ def configuration(parent_package='', top_path=None): + not initialized the distutils build command, so use this deferred + calculation to run when we are building the library. + """ +- opts = lib_opts_if_msvc(build_cmd) +- if build_cmd.compiler.compiler_type != 'msvc': +- # Some bit generators require c99 +- opts.append('-std=c99') +- return opts ++ return ['-std=c99'] + + config.add_installed_library('npyrandom', + sources=npyrandom_sources, diff --git a/math/py-numpy/files/patch-pyproject.toml b/math/py-numpy/files/patch-pyproject.toml new file mode 100644 index 000000000000..e2eda9b1cea3 --- /dev/null +++ b/math/py-numpy/files/patch-pyproject.toml @@ -0,0 +1,13 @@ +--- pyproject.toml.orig 2024-02-05 21:17:48 UTC ++++ pyproject.toml +@@ -1,8 +1,8 @@ requires = [ + [build-system] + build-backend = "mesonpy" + requires = [ +- "Cython>=0.29.34,<3.1", +- "meson-python>=0.15.0,<0.16.0", ++ "Cython>=0.29.34", ++ "meson-python>=0.15.0", + ] + + [project] diff --git a/math/py-numpy/files/patch-swig44 b/math/py-numpy/files/patch-swig44 new file mode 100644 index 000000000000..4b0cd4694c85 --- /dev/null +++ b/math/py-numpy/files/patch-swig44 @@ -0,0 +1,19 @@ +Reference: https://github.com/numpy/numpy/commit/1e424dae42a2d560520b6e053e8e60ac4205bfc7 + +--- numpy/core/code_generators/generate_numpy_api.py.orig 2024-02-05 21:17:48 UTC ++++ numpy/core/code_generators/generate_numpy_api.py +@@ -118,7 +118,13 @@ _import_array(void) + return 0; + } + +-#define import_array() {if (_import_array() < 0) {PyErr_Print(); PyErr_SetString(PyExc_ImportError, "numpy.core.multiarray failed to import"); return NULL; } } ++#if (SWIG_VERSION < 0x040400) ++#define _RETURN_VALUE NULL ++#else ++#define _RETURN_VALUE 0 ++#endif ++ ++#define import_array() {if (_import_array() < 0) {PyErr_Print(); PyErr_SetString(PyExc_ImportError, "numpy.core.multiarray failed to import"); return _RETURN_VALUE; } } + + #define import_array1(ret) {if (_import_array() < 0) {PyErr_Print(); PyErr_SetString(PyExc_ImportError, "numpy.core.multiarray failed to import"); return ret; } } + diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile index fb8062b38a46..d31420eef0f4 100644 --- a/math/py-or-tools/Makefile +++ b/math/py-or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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..59a1ef3ae54a 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= 4 CATEGORIES= math finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 956fd1610b28..76aa3a6b967e 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -1,5 +1,5 @@ PORTNAME= pandas -PORTVERSION= 2.2.3 +PORTVERSION= 2.3.3 PORTEPOCH= 1 CATEGORIES= math devel python MASTER_SITES= PYPI @@ -14,12 +14,12 @@ WWW= https://pandas.pydata.org \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= meson>=1.2.1:devel/meson@${PY_FLAVOR} \ +BUILD_DEPENDS= meson>=1.2.1<2:devel/meson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}meson-python>=0.13.1:devel/meson-python@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1<2,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}versioneer>=0:devel/py-versioneer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1<2,1:math/py-numpy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.2:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2020.1,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1<2,1:math/py-numpy@${PY_FLAVO TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0:devel/py-arrow@${PY_FLAVOR} USES= cpe python -USE_PYTHON= autoplist concurrent cython3 pep517 pytest +USE_PYTHON= autoplist concurrent cython pep517 pytest CPE_VENDOR= numfocus @@ -72,7 +72,7 @@ XLWT_DESC= Write MS Excel with textproc/py-xlwt ALCHEMY14_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>0:databases/py-sqlalchemy14@${PY_FLAVOR} ALCHEMY20_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>0:databases/py-sqlalchemy20@${PY_FLAVOR} -BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${PY_FLAVOR} +BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} BTLNCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottleneck>=1.2.0:math/py-bottleneck@${PY_FLAVOR} HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.2.1:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}html5lib>0:www/py-html5lib@${PY_FLAVOR} diff --git a/math/py-pandas/distinfo b/math/py-pandas/distinfo index d01f6f1c0848..17254bd19453 100644 --- a/math/py-pandas/distinfo +++ b/math/py-pandas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743573899 -SHA256 (pandas-2.2.3.tar.gz) = 4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667 -SIZE (pandas-2.2.3.tar.gz) = 4399213 +TIMESTAMP = 1761643378 +SHA256 (pandas-2.3.3.tar.gz) = e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b +SIZE (pandas-2.3.3.tar.gz) = 4495223 diff --git a/math/py-pandas/files/patch-pyproject.toml b/math/py-pandas/files/patch-pyproject.toml index ed0dc0e94664..749855e94b58 100644 --- a/math/py-pandas/files/patch-pyproject.toml +++ b/math/py-pandas/files/patch-pyproject.toml @@ -1,19 +1,10 @@ --- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml -@@ -2,13 +2,13 @@ requires = [ - # Minimum requirements for the build system to execute. - # See https://github.com/scipy/scipy/pull/12940 for the AIX issue. - requires = [ -- "meson-python==0.13.1", -- "meson==1.2.1", -+ "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 +@@ -8,7 +8,7 @@ # Force numpy higher than 2.0, so that built wheels are compatible # with both numpy 1 and 2 - "numpy>=2.0", + "numpy", "versioneer[toml]" ] - + diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile index f4ff41c0162e..3ddec3ca00fe 100644 --- a/math/py-patsy/Makefile +++ b/math/py-patsy/Makefile @@ -1,5 +1,5 @@ PORTNAME= patsy -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-patsy/distinfo b/math/py-patsy/distinfo index ca8c1ca6b788..b7157f662f1e 100644 --- a/math/py-patsy/distinfo +++ b/math/py-patsy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679328 -SHA256 (patsy-1.0.1.tar.gz) = e786a9391eec818c054e359b737bbce692f051aee4c661f4141cc88fb459c0c4 -SIZE (patsy-1.0.1.tar.gz) = 396010 +TIMESTAMP = 1761446736 +SHA256 (patsy-1.0.2.tar.gz) = cdc995455f6233e90e22de72c37fcadb344e7586fb83f06696f54d92f8ce74c0 +SIZE (patsy-1.0.2.tar.gz) = 399942 diff --git a/math/py-pcodec/Makefile b/math/py-pcodec/Makefile new file mode 100644 index 000000000000..aa82f41c930c --- /dev/null +++ b/math/py-pcodec/Makefile @@ -0,0 +1,22 @@ +PORTNAME= pcodec +PORTVERSION= 1.0.0 +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..4046f18584be --- /dev/null +++ b/math/py-pcodec/Makefile.crates @@ -0,0 +1,432 @@ +CARGO_CRATES= ahash-0.8.12 \ + aho-corasick-1.1.4 \ + alloc-no-stdlib-2.0.4 \ + alloc-stdlib-0.2.2 \ + allocator-api2-0.2.21 \ + android_system_properties-0.1.5 \ + anstream-0.6.21 \ + anstyle-1.0.13 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.5 \ + anstyle-wincon-3.0.11 \ + anyhow-1.0.100 \ + arcref-0.2.0 \ + arrayref-0.3.9 \ + arrow-54.3.1 \ + arrow-arith-54.3.1 \ + arrow-arith-56.2.0 \ + arrow-array-54.3.1 \ + arrow-array-56.2.0 \ + arrow-buffer-54.3.1 \ + arrow-buffer-56.2.0 \ + arrow-cast-54.3.1 \ + arrow-csv-54.3.1 \ + arrow-data-54.3.1 \ + arrow-data-56.2.0 \ + arrow-ipc-54.3.1 \ + arrow-ord-54.3.1 \ + arrow-ord-56.2.0 \ + arrow-row-54.3.1 \ + arrow-schema-54.3.1 \ + arrow-schema-56.2.0 \ + arrow-select-54.3.1 \ + arrow-select-56.2.0 \ + arrow-string-54.3.1 \ + arrow-string-56.2.0 \ + async-channel-2.5.0 \ + async-compat-0.2.5 \ + async-executor-1.13.3 \ + async-fs-2.2.0 \ + async-io-2.6.0 \ + async-lock-3.4.2 \ + async-net-2.0.0 \ + async-process-2.5.0 \ + async-signal-0.2.13 \ + async-stream-0.3.6 \ + async-stream-impl-0.3.6 \ + async-task-4.7.1 \ + async-trait-0.1.89 \ + atoi-2.0.0 \ + atomic-waker-1.1.2 \ + autocfg-1.5.0 \ + base64-0.22.1 \ + better_io-0.2.0 \ + bindgen-0.69.5 \ + bit-vec-0.8.0 \ + bitflags-1.3.2 \ + bitflags-2.10.0 \ + bitvec-1.0.1 \ + blocking-1.6.2 \ + blosc2-src-0.1.4 \ + brotli-7.0.0 \ + brotli-decompressor-4.0.3 \ + bumpalo-3.19.1 \ + bytecount-0.6.9 \ + byteorder-1.5.0 \ + bytes-1.11.0 \ + cc-1.2.51 \ + cesu8-1.1.0 \ + cexpr-0.6.0 \ + cfg-if-1.0.4 \ + chrono-0.4.42 \ + clang-sys-1.8.1 \ + clap-4.5.54 \ + clap_builder-4.5.54 \ + clap_derive-4.5.49 \ + clap_lex-0.7.6 \ + cmake-0.1.57 \ + colorchoice-1.0.4 \ + 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.15 \ + crossbeam-deque-0.8.6 \ + crossbeam-epoch-0.9.18 \ + crossbeam-queue-0.3.12 \ + crossbeam-utils-0.8.21 \ + crunchy-0.2.4 \ + csv-1.4.0 \ + csv-core-0.1.13 \ + dashmap-6.1.0 \ + displaydoc-0.2.5 \ + dtype_dispatch-0.1.1 \ + dyn-hash-0.2.2 \ + either-1.15.0 \ + encode_unicode-1.0.0 \ + enum-iterator-2.3.0 \ + enum-iterator-derive-1.5.0 \ + equivalent-1.0.2 \ + errno-0.3.14 \ + event-listener-5.4.1 \ + event-listener-strategy-0.5.4 \ + exponential-decay-histogram-0.1.14 \ + ext-trait-1.0.1 \ + ext-trait-proc_macros-1.0.1 \ + extension-traits-1.0.1 \ + fastlanes-0.2.2 \ + fastrand-2.3.0 \ + find-msvc-tools-0.1.6 \ + flatbuffers-24.12.23 \ + flatbuffers-25.12.19 \ + fnv-1.0.7 \ + foldhash-0.2.0 \ + form_urlencoded-1.2.2 \ + fsst-rs-0.5.6 \ + funty-2.0.0 \ + 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-lite-2.6.1 \ + futures-macro-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.4 \ + glob-0.3.3 \ + half-2.7.1 \ + handle-1.0.2 \ + hashbrown-0.14.5 \ + hashbrown-0.15.5 \ + hashbrown-0.16.1 \ + heck-0.5.0 \ + hermit-abi-0.5.2 \ + home-0.5.12 \ + hound-3.5.1 \ + humansize-2.1.3 \ + iana-time-zone-0.1.64 \ + iana-time-zone-haiku-0.1.2 \ + icu_collections-2.1.1 \ + icu_locale_core-2.1.1 \ + icu_normalizer-2.1.1 \ + icu_normalizer_data-2.1.1 \ + icu_properties-2.1.2 \ + icu_properties_data-2.1.2 \ + icu_provider-2.1.1 \ + idna-1.1.0 \ + idna_adapter-1.2.1 \ + indexmap-2.12.1 \ + indicatif-0.17.11 \ + indoc-2.0.7 \ + integer-encoding-3.0.4 \ + inventory-0.3.21 \ + is_terminal_polyfill-1.70.2 \ + itertools-0.12.1 \ + itertools-0.14.0 \ + itoa-1.0.17 \ + jiff-0.2.18 \ + jiff-static-0.2.18 \ + jiff-tzdb-0.1.5 \ + jiff-tzdb-platform-0.1.3 \ + jni-0.21.1 \ + jni-sys-0.3.0 \ + jobserver-0.1.34 \ + js-sys-0.3.83 \ + kanal-0.1.1 \ + lazy_static-1.5.0 \ + lazycell-1.3.0 \ + lending-iterator-0.1.7 \ + lending-iterator-proc_macros-0.1.7 \ + lexical-core-1.0.6 \ + lexical-parse-float-1.0.6 \ + lexical-parse-integer-1.0.6 \ + lexical-util-1.0.7 \ + lexical-write-float-1.0.6 \ + lexical-write-integer-1.0.6 \ + libc-0.2.179 \ + libloading-0.8.9 \ + libm-0.2.15 \ + linux-raw-sys-0.4.15 \ + linux-raw-sys-0.11.0 \ + litemap-0.8.1 \ + lock_api-0.4.14 \ + log-0.4.29 \ + macro_rules_attribute-0.1.3 \ + macro_rules_attribute-proc_macro-0.1.3 \ + matrixmultiply-0.3.10 \ + memchr-2.7.6 \ + memoffset-0.9.1 \ + minimal-lexical-0.2.1 \ + mio-1.1.1 \ + moka-0.12.12 \ + multiversion-0.8.0 \ + multiversion-macros-0.8.0 \ + ndarray-0.17.1 \ + never-say-never-6.6.666 \ + nom-7.1.3 \ + nougat-0.2.4 \ + nougat-proc_macros-0.2.4 \ + 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.7.5 \ + num_enum_derive-0.7.5 \ + number_prefix-0.4.0 \ + numpy-0.27.1 \ + once_cell-1.21.3 \ + once_cell_polyfill-1.70.2 \ + oneshot-0.1.11 \ + ordered-float-2.10.1 \ + ordered-float-5.1.0 \ + papergrid-0.14.0 \ + parking-2.2.1 \ + parking_lot-0.12.5 \ + parking_lot_core-0.9.12 \ + parquet-54.3.1 \ + paste-1.0.15 \ + pco-0.4.9 \ + percent-encoding-2.3.2 \ + pin-project-1.1.10 \ + pin-project-internal-1.1.10 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + piper-0.2.4 \ + pkg-config-0.3.32 \ + polling-3.11.0 \ + polonius-the-crab-0.2.1 \ + portable-atomic-1.13.0 \ + portable-atomic-util-0.2.4 \ + potential_utf-0.1.4 \ + ppv-lite86-0.2.21 \ + prettyplease-0.2.37 \ + proc-macro-error-attr2-2.0.0 \ + proc-macro-error2-2.0.1 \ + proc-macro2-1.0.105 \ + prost-0.14.1 \ + prost-derive-0.14.1 \ + prost-types-0.14.1 \ + pyo3-0.27.2 \ + pyo3-build-config-0.27.2 \ + pyo3-ffi-0.27.2 \ + pyo3-macros-0.27.2 \ + pyo3-macros-backend-0.27.2 \ + python3-dll-a-0.2.14 \ + quote-1.0.43 \ + r-efi-5.3.0 \ + radium-0.7.0 \ + rand-0.8.5 \ + rand-0.9.2 \ + 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.11.0 \ + rayon-core-1.13.0 \ + redox_syscall-0.5.18 \ + regex-1.12.2 \ + regex-automata-0.4.13 \ + regex-syntax-0.8.8 \ + rust-openzl-0.1.0 \ + rust-openzl-sys-0.1.0 \ + rustc-hash-1.1.0 \ + rustc-hash-2.1.1 \ + rustc_version-0.4.1 \ + rustix-0.38.44 \ + rustix-1.1.3 \ + rustversion-1.0.22 \ + ryu-1.0.22 \ + same-file-1.0.6 \ + scopeguard-1.2.0 \ + semver-1.0.27 \ + seq-macro-0.3.6 \ + serde-1.0.228 \ + serde-value-0.7.0 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_spanned-0.6.9 \ + shlex-1.3.0 \ + signal-hook-registry-1.4.8 \ + simdutf8-0.1.5 \ + sketches-ddsketch-0.3.0 \ + slab-0.4.11 \ + smallvec-1.15.1 \ + smol-2.0.2 \ + snap-1.1.1 \ + socket2-0.6.1 \ + spdp_sys-0.1.0 \ + stable_deref_trait-1.2.1 \ + static_assertions-1.1.0 \ + strsim-0.11.1 \ + syn-1.0.109 \ + syn-2.0.113 \ + synstructure-0.13.2 \ + tabled-0.18.0 \ + tabled_derive-0.10.0 \ + tagptr-0.2.0 \ + tap-1.0.1 \ + target-features-0.1.6 \ + target-lexicon-0.13.4 \ + termtree-0.5.1 \ + thiserror-1.0.69 \ + thiserror-impl-1.0.69 \ + thrift-0.17.0 \ + tiny-keccak-2.0.2 \ + tinystr-0.8.2 \ + tokio-1.49.0 \ + tokio-macros-2.6.0 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ + tracing-0.1.44 \ + tracing-attributes-0.1.31 \ + tracing-core-0.1.36 \ + turbo_pfor_sys-0.1.3 \ + twox-hash-1.6.3 \ + unicode-ident-1.0.22 \ + unicode-width-0.2.2 \ + unindent-0.2.4 \ + url-2.5.8 \ + utf8_iter-1.0.4 \ + utf8parse-0.2.2 \ + uuid-1.19.0 \ + version_check-0.9.5 \ + vortex-0.53.0 \ + vortex-alp-0.53.0 \ + vortex-array-0.53.0 \ + vortex-btrblocks-0.53.0 \ + vortex-buffer-0.53.0 \ + vortex-bytebool-0.53.0 \ + vortex-datetime-parts-0.53.0 \ + vortex-decimal-byte-parts-0.53.0 \ + vortex-dict-0.53.0 \ + vortex-dtype-0.53.0 \ + vortex-error-0.53.0 \ + vortex-expr-0.53.0 \ + vortex-fastlanes-0.53.0 \ + vortex-file-0.53.0 \ + vortex-flatbuffers-0.53.0 \ + vortex-fsst-0.53.0 \ + vortex-io-0.53.0 \ + vortex-ipc-0.53.0 \ + vortex-layout-0.53.0 \ + vortex-mask-0.53.0 \ + vortex-metrics-0.53.0 \ + vortex-pco-0.53.0 \ + vortex-proto-0.53.0 \ + vortex-runend-0.53.0 \ + vortex-scalar-0.53.0 \ + vortex-scan-0.53.0 \ + vortex-sequence-0.53.0 \ + vortex-sparse-0.53.0 \ + vortex-utils-0.53.0 \ + vortex-zigzag-0.53.0 \ + vortex-zstd-0.53.0 \ + walkdir-2.5.0 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasip2-1.0.1+wasi-0.2.4 \ + wasm-bindgen-0.2.106 \ + wasm-bindgen-futures-0.4.56 \ + wasm-bindgen-macro-0.2.106 \ + wasm-bindgen-macro-support-0.2.106 \ + wasm-bindgen-shared-0.2.106 \ + web-sys-0.3.83 \ + web-time-1.1.0 \ + which-4.4.2 \ + winapi-util-0.1.11 \ + windows-core-0.62.2 \ + windows-implement-0.60.2 \ + windows-interface-0.59.3 \ + windows-link-0.2.1 \ + windows-result-0.4.1 \ + windows-strings-0.5.1 \ + windows-sys-0.45.0 \ + windows-sys-0.59.0 \ + windows-sys-0.60.2 \ + windows-sys-0.61.2 \ + windows-targets-0.42.2 \ + windows-targets-0.52.6 \ + windows-targets-0.53.5 \ + windows_aarch64_gnullvm-0.42.2 \ + windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.1 \ + windows_aarch64_msvc-0.42.2 \ + windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.1 \ + windows_i686_gnu-0.42.2 \ + windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.1 \ + windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.1 \ + windows_i686_msvc-0.42.2 \ + windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.1 \ + windows_x86_64_gnu-0.42.2 \ + windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.1 \ + windows_x86_64_gnullvm-0.42.2 \ + windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.1 \ + windows_x86_64_msvc-0.42.2 \ + windows_x86_64_msvc-0.52.6 \ + windows_x86_64_msvc-0.53.1 \ + winnow-0.7.14 \ + wit-bindgen-0.46.0 \ + witchcraft-metrics-1.0.1 \ + writeable-0.6.2 \ + wyz-0.5.1 \ + yoke-0.8.1 \ + yoke-derive-0.8.1 \ + zerocopy-0.8.31 \ + zerocopy-derive-0.8.31 \ + zerofrom-0.1.6 \ + zerofrom-derive-0.1.6 \ + zerotrie-0.2.3 \ + zerovec-0.11.5 \ + zerovec-derive-0.11.2 \ + zigzag-0.1.0 \ + zstd-0.13.3 \ + zstd-safe-7.2.4 \ + zstd-sys-2.0.16+zstd.1.5.7 diff --git a/math/py-pcodec/distinfo b/math/py-pcodec/distinfo new file mode 100644 index 000000000000..747fa3b6c3bd --- /dev/null +++ b/math/py-pcodec/distinfo @@ -0,0 +1,867 @@ +TIMESTAMP = 1769874390 +SHA256 (pcodec-1.0.0.tar.gz) = 40f14ca0d8d267a078ff168401f59f4874dc6a82406d6d81ad07db9126e048ae +SIZE (pcodec-1.0.0.tar.gz) = 143467 +SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 +SIZE (rust/crates/ahash-0.8.12.crate) = 43413 +SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 +SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 +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_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a +SIZE (rust/crates/anstream-0.6.21.crate) = 29516 +SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78 +SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.5.crate) = 40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc +SIZE (rust/crates/anstyle-query-1.1.5.crate) = 10264 +SHA256 (rust/crates/anstyle-wincon-3.0.11.crate) = 291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d +SIZE (rust/crates/anstyle-wincon-3.0.11.crate) = 12638 +SHA256 (rust/crates/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61 +SIZE (rust/crates/anyhow-1.0.100.crate) = 54059 +SHA256 (rust/crates/arcref-0.2.0.crate) = 28f6098a1e8ab66ff91324cce8fea6643101882cf7d09c85acdb1485ecf61e29 +SIZE (rust/crates/arcref-0.2.0.crate) = 3343 +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-arith-56.2.0.crate) = ad08897b81588f60ba983e3ca39bda2b179bdd84dced378e7df81a5313802ef8 +SIZE (rust/crates/arrow-arith-56.2.0.crate) = 49500 +SHA256 (rust/crates/arrow-array-54.3.1.crate) = a12fcdb3f1d03f69d3ec26ac67645a8fe3f878d77b5ebb0b15d64a116c212985 +SIZE (rust/crates/arrow-array-54.3.1.crate) = 233605 +SHA256 (rust/crates/arrow-array-56.2.0.crate) = 8548ca7c070d8db9ce7aa43f37393e4bfcf3f2d3681df278490772fd1673d08d +SIZE (rust/crates/arrow-array-56.2.0.crate) = 258711 +SHA256 (rust/crates/arrow-buffer-54.3.1.crate) = 263f4801ff1839ef53ebd06f99a56cecd1dbaf314ec893d93168e2e860e0291c +SIZE (rust/crates/arrow-buffer-54.3.1.crate) = 75084 +SHA256 (rust/crates/arrow-buffer-56.2.0.crate) = e003216336f70446457e280807a73899dd822feaf02087d31febca1363e2fccc +SIZE (rust/crates/arrow-buffer-56.2.0.crate) = 81240 +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-data-56.2.0.crate) = a5c64fff1d142f833d78897a772f2e5b55b36cb3e6320376f0961ab0db7bd6d0 +SIZE (rust/crates/arrow-data-56.2.0.crate) = 58824 +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-ord-56.2.0.crate) = 3c8f82583eb4f8d84d4ee55fd1cb306720cddead7596edce95b50ee418edf66f +SIZE (rust/crates/arrow-ord-56.2.0.crate) = 60069 +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-schema-56.2.0.crate) = b3aa9e59c611ebc291c28582077ef25c97f1975383f1479b12f3b9ffee2ffabe +SIZE (rust/crates/arrow-schema-56.2.0.crate) = 66455 +SHA256 (rust/crates/arrow-select-54.3.1.crate) = 69efcd706420e52cd44f5c4358d279801993846d1c2a8e52111853d61d55a619 +SIZE (rust/crates/arrow-select-54.3.1.crate) = 65951 +SHA256 (rust/crates/arrow-select-56.2.0.crate) = 8c41dbbd1e97bfcaee4fcb30e29105fb2c75e4d82ae4de70b792a5d3f66b2e7a +SIZE (rust/crates/arrow-select-56.2.0.crate) = 90883 +SHA256 (rust/crates/arrow-string-54.3.1.crate) = a21546b337ab304a32cfc0770f671db7411787586b45b78b4593ae78e64e2b03 +SIZE (rust/crates/arrow-string-54.3.1.crate) = 43813 +SHA256 (rust/crates/arrow-string-56.2.0.crate) = 53f5183c150fbc619eede22b861ea7c0eebed8eaac0333eaa7f6da5205fd504d +SIZE (rust/crates/arrow-string-56.2.0.crate) = 43875 +SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2 +SIZE (rust/crates/async-channel-2.5.0.crate) = 18624 +SHA256 (rust/crates/async-compat-0.2.5.crate) = a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590 +SIZE (rust/crates/async-compat-0.2.5.crate) = 26008 +SHA256 (rust/crates/async-executor-1.13.3.crate) = 497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8 +SIZE (rust/crates/async-executor-1.13.3.crate) = 29126 +SHA256 (rust/crates/async-fs-2.2.0.crate) = 8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5 +SIZE (rust/crates/async-fs-2.2.0.crate) = 18824 +SHA256 (rust/crates/async-io-2.6.0.crate) = 456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc +SIZE (rust/crates/async-io-2.6.0.crate) = 51062 +SHA256 (rust/crates/async-lock-3.4.2.crate) = 290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311 +SIZE (rust/crates/async-lock-3.4.2.crate) = 39826 +SHA256 (rust/crates/async-net-2.0.0.crate) = b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7 +SIZE (rust/crates/async-net-2.0.0.crate) = 17787 +SHA256 (rust/crates/async-process-2.5.0.crate) = fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75 +SIZE (rust/crates/async-process-2.5.0.crate) = 27552 +SHA256 (rust/crates/async-signal-0.2.13.crate) = 43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c +SIZE (rust/crates/async-signal-0.2.13.crate) = 17015 +SHA256 (rust/crates/async-stream-0.3.6.crate) = 0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476 +SIZE (rust/crates/async-stream-0.3.6.crate) = 13823 +SHA256 (rust/crates/async-stream-impl-0.3.6.crate) = c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d +SIZE (rust/crates/async-stream-impl-0.3.6.crate) = 4312 +SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de +SIZE (rust/crates/async-task-4.7.1.crate) = 38077 +SHA256 (rust/crates/async-trait-0.1.89.crate) = 9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb +SIZE (rust/crates/async-trait-0.1.89.crate) = 32171 +SHA256 (rust/crates/atoi-2.0.0.crate) = f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528 +SIZE (rust/crates/atoi-2.0.0.crate) = 7785 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 +SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 +SIZE (rust/crates/base64-0.22.1.crate) = 81597 +SHA256 (rust/crates/better_io-0.2.0.crate) = ef0a3155e943e341e557863e69a708999c94ede624e37865c8e2a91b94efa78f +SIZE (rust/crates/better_io-0.2.0.crate) = 3892 +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.10.0.crate) = 812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3 +SIZE (rust/crates/bitflags-2.10.0.crate) = 48427 +SHA256 (rust/crates/bitvec-1.0.1.crate) = 1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c +SIZE (rust/crates/bitvec-1.0.1.crate) = 224375 +SHA256 (rust/crates/blocking-1.6.2.crate) = e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21 +SIZE (rust/crates/blocking-1.6.2.crate) = 17754 +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.3.crate) = a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd +SIZE (rust/crates/brotli-decompressor-4.0.3.crate) = 193487 +SHA256 (rust/crates/bumpalo-3.19.1.crate) = 5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510 +SIZE (rust/crates/bumpalo-3.19.1.crate) = 96477 +SHA256 (rust/crates/bytecount-0.6.9.crate) = 175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e +SIZE (rust/crates/bytecount-0.6.9.crate) = 18695 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/bytes-1.11.0.crate) = b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3 +SIZE (rust/crates/bytes-1.11.0.crate) = 78391 +SHA256 (rust/crates/cc-1.2.51.crate) = 7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203 +SIZE (rust/crates/cc-1.2.51.crate) = 93352 +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.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 +SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 +SHA256 (rust/crates/chrono-0.4.42.crate) = 145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2 +SIZE (rust/crates/chrono-0.4.42.crate) = 238174 +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.54.crate) = c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394 +SIZE (rust/crates/clap-4.5.54.crate) = 62028 +SHA256 (rust/crates/clap_builder-4.5.54.crate) = fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00 +SIZE (rust/crates/clap_builder-4.5.54.crate) = 170854 +SHA256 (rust/crates/clap_derive-4.5.49.crate) = 2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671 +SIZE (rust/crates/clap_derive-4.5.49.crate) = 33559 +SHA256 (rust/crates/clap_lex-0.7.6.crate) = a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d +SIZE (rust/crates/clap_lex-0.7.6.crate) = 13466 +SHA256 (rust/crates/cmake-0.1.57.crate) = 75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d +SIZE (rust/crates/cmake-0.1.57.crate) = 20376 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 +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.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 +SIZE (rust/crates/crossbeam-channel-0.5.15.crate) = 92716 +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-queue-0.3.12.crate) = 0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115 +SIZE (rust/crates/crossbeam-queue-0.3.12.crate) = 16270 +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.4.crate) = 460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5 +SIZE (rust/crates/crunchy-0.2.4.crate) = 3887 +SHA256 (rust/crates/csv-1.4.0.crate) = 52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938 +SIZE (rust/crates/csv-1.4.0.crate) = 888642 +SHA256 (rust/crates/csv-core-0.1.13.crate) = 704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782 +SIZE (rust/crates/csv-core-0.1.13.crate) = 26119 +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/dtype_dispatch-0.1.1.crate) = d3a5ccdfd6c5e7e2fea9c5cf256f2a08216047fab19c621c3da64e9ae4a1462d +SIZE (rust/crates/dtype_dispatch-0.1.1.crate) = 4404 +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.3.0.crate) = a4549325971814bda7a44061bf3fe7e487d447cba01e4220a4b454d630d7a016 +SIZE (rust/crates/enum-iterator-2.3.0.crate) = 8386 +SHA256 (rust/crates/enum-iterator-derive-1.5.0.crate) = 685adfa4d6f3d765a26bc5dbc936577de9abf756c1feeb3089b01dd395034842 +SIZE (rust/crates/enum-iterator-derive-1.5.0.crate) = 6630 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.14.crate) = 39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb +SIZE (rust/crates/errno-0.3.14.crate) = 12002 +SHA256 (rust/crates/event-listener-5.4.1.crate) = e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab +SIZE (rust/crates/event-listener-5.4.1.crate) = 43782 +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.14.crate) = d7962d7e9baab6ea05af175491fa6a8441f3bf461558037622142573d98dd6d6 +SIZE (rust/crates/exponential-decay-histogram-0.1.14.crate) = 16162 +SHA256 (rust/crates/ext-trait-1.0.1.crate) = d772df1c1a777963712fb68e014235e80863d6a91a85c4e06ba2d16243a310e5 +SIZE (rust/crates/ext-trait-1.0.1.crate) = 9255 +SHA256 (rust/crates/ext-trait-proc_macros-1.0.1.crate) = 1ab7934152eaf26aa5aa9f7371408ad5af4c31357073c9e84c3b9d7f11ad639a +SIZE (rust/crates/ext-trait-proc_macros-1.0.1.crate) = 2656 +SHA256 (rust/crates/extension-traits-1.0.1.crate) = a296e5a895621edf9fa8329c83aa1cb69a964643e36cf54d8d7a69b789089537 +SIZE (rust/crates/extension-traits-1.0.1.crate) = 2371 +SHA256 (rust/crates/fastlanes-0.2.2.crate) = 3b32ae222e7610a7d2ed53b733ec7a4f2fe15b8bd1d4cffc80d1a6e9b2d91959 +SIZE (rust/crates/fastlanes-0.2.2.crate) = 28238 +SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be +SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 +SHA256 (rust/crates/find-msvc-tools-0.1.6.crate) = 645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff +SIZE (rust/crates/find-msvc-tools-0.1.6.crate) = 30978 +SHA256 (rust/crates/flatbuffers-24.12.23.crate) = 4f1baf0dbf96932ec9a3038d57900329c015b0bfb7b63d904f3bc27e2b02a096 +SIZE (rust/crates/flatbuffers-24.12.23.crate) = 25779 +SHA256 (rust/crates/flatbuffers-25.12.19.crate) = 35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3 +SIZE (rust/crates/flatbuffers-25.12.19.crate) = 27421 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/foldhash-0.2.0.crate) = 77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb +SIZE (rust/crates/foldhash-0.2.0.crate) = 23329 +SHA256 (rust/crates/form_urlencoded-1.2.2.crate) = cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf +SIZE (rust/crates/form_urlencoded-1.2.2.crate) = 9347 +SHA256 (rust/crates/fsst-rs-0.5.6.crate) = 561f2458a3407836ab8f1acc9113b8cda91b9d6378ba8dad13b2fe1a1d3af5ce +SIZE (rust/crates/fsst-rs-0.5.6.crate) = 242977 +SHA256 (rust/crates/funty-2.0.0.crate) = e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c +SIZE (rust/crates/funty-2.0.0.crate) = 13160 +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-lite-2.6.1.crate) = f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad +SIZE (rust/crates/futures-lite-2.6.1.crate) = 46095 +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/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.4.crate) = 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd +SIZE (rust/crates/getrandom-0.3.4.crate) = 50932 +SHA256 (rust/crates/glob-0.3.3.crate) = 0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280 +SIZE (rust/crates/glob-0.3.3.crate) = 22861 +SHA256 (rust/crates/half-2.7.1.crate) = 6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b +SIZE (rust/crates/half-2.7.1.crate) = 61040 +SHA256 (rust/crates/handle-1.0.2.crate) = 52ed72152641d513a6084a3907bfcba3f35ae2d3335c22ce2242969c25ff8e46 +SIZE (rust/crates/handle-1.0.2.crate) = 8531 +SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 +SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 +SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 +SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 +SHA256 (rust/crates/hashbrown-0.16.1.crate) = 841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100 +SIZE (rust/crates/hashbrown-0.16.1.crate) = 147785 +SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea +SIZE (rust/crates/heck-0.5.0.crate) = 11517 +SHA256 (rust/crates/hermit-abi-0.5.2.crate) = fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c +SIZE (rust/crates/hermit-abi-0.5.2.crate) = 17435 +SHA256 (rust/crates/home-0.5.12.crate) = cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d +SIZE (rust/crates/home-0.5.12.crate) = 9445 +SHA256 (rust/crates/hound-3.5.1.crate) = 62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f +SIZE (rust/crates/hound-3.5.1.crate) = 39446 +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.64.crate) = 33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb +SIZE (rust/crates/iana-time-zone-0.1.64.crate) = 33152 +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-2.1.1.crate) = 4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43 +SIZE (rust/crates/icu_collections-2.1.1.crate) = 87233 +SHA256 (rust/crates/icu_locale_core-2.1.1.crate) = edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6 +SIZE (rust/crates/icu_locale_core-2.1.1.crate) = 70876 +SHA256 (rust/crates/icu_normalizer-2.1.1.crate) = 5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599 +SIZE (rust/crates/icu_normalizer-2.1.1.crate) = 67132 +SHA256 (rust/crates/icu_normalizer_data-2.1.1.crate) = 7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a +SIZE (rust/crates/icu_normalizer_data-2.1.1.crate) = 68649 +SHA256 (rust/crates/icu_properties-2.1.2.crate) = 020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec +SIZE (rust/crates/icu_properties-2.1.2.crate) = 60136 +SHA256 (rust/crates/icu_properties_data-2.1.2.crate) = 616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af +SIZE (rust/crates/icu_properties_data-2.1.2.crate) = 163057 +SHA256 (rust/crates/icu_provider-2.1.1.crate) = 85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614 +SIZE (rust/crates/icu_provider-2.1.1.crate) = 50907 +SHA256 (rust/crates/idna-1.1.0.crate) = 3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de +SIZE (rust/crates/idna-1.1.0.crate) = 148747 +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.12.1.crate) = 0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2 +SIZE (rust/crates/indexmap-2.12.1.crate) = 100184 +SHA256 (rust/crates/indicatif-0.17.11.crate) = 183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235 +SIZE (rust/crates/indicatif-0.17.11.crate) = 66577 +SHA256 (rust/crates/indoc-2.0.7.crate) = 79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706 +SIZE (rust/crates/indoc-2.0.7.crate) = 17184 +SHA256 (rust/crates/integer-encoding-3.0.4.crate) = 8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02 +SIZE (rust/crates/integer-encoding-3.0.4.crate) = 12446 +SHA256 (rust/crates/inventory-0.3.21.crate) = bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e +SIZE (rust/crates/inventory-0.3.21.crate) = 16600 +SHA256 (rust/crates/is_terminal_polyfill-1.70.2.crate) = a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695 +SIZE (rust/crates/is_terminal_polyfill-1.70.2.crate) = 7548 +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.17.crate) = 92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2 +SIZE (rust/crates/itoa-1.0.17.crate) = 15905 +SHA256 (rust/crates/jiff-0.2.18.crate) = e67e8da4c49d6d9909fe03361f9b620f58898859f5c7aded68351e85e71ecf50 +SIZE (rust/crates/jiff-0.2.18.crate) = 764726 +SHA256 (rust/crates/jiff-static-0.2.18.crate) = e0c84ee7f197eca9a86c6fd6cb771e55eb991632f15f2bc3ca6ec838929e6e78 +SIZE (rust/crates/jiff-static-0.2.18.crate) = 83381 +SHA256 (rust/crates/jiff-tzdb-0.1.5.crate) = 68971ebff725b9e2ca27a601c5eb38a4c5d64422c4cbab0c535f248087eda5c2 +SIZE (rust/crates/jiff-tzdb-0.1.5.crate) = 62215 +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.34.crate) = 9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33 +SIZE (rust/crates/jobserver-0.1.34.crate) = 29013 +SHA256 (rust/crates/js-sys-0.3.83.crate) = 464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8 +SIZE (rust/crates/js-sys-0.3.83.crate) = 56425 +SHA256 (rust/crates/kanal-0.1.1.crate) = 9e3953adf0cd667798b396c2fa13552d6d9b3269d7dd1154c4c416442d1ff574 +SIZE (rust/crates/kanal-0.1.1.crate) = 29728 +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/lending-iterator-0.1.7.crate) = bc07588c853b50689205fb5c00498aa681d89828e0ce8cbd965ebc7a5d8ae260 +SIZE (rust/crates/lending-iterator-0.1.7.crate) = 39846 +SHA256 (rust/crates/lending-iterator-proc_macros-0.1.7.crate) = b5445dd1c0deb1e97b8a16561d17fc686ca83e8411128fb036e9668a72d51b1d +SIZE (rust/crates/lending-iterator-proc_macros-0.1.7.crate) = 2017 +SHA256 (rust/crates/lexical-core-1.0.6.crate) = 7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594 +SIZE (rust/crates/lexical-core-1.0.6.crate) = 30422 +SHA256 (rust/crates/lexical-parse-float-1.0.6.crate) = 52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56 +SIZE (rust/crates/lexical-parse-float-1.0.6.crate) = 194003 +SHA256 (rust/crates/lexical-parse-integer-1.0.6.crate) = 9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34 +SIZE (rust/crates/lexical-parse-integer-1.0.6.crate) = 37501 +SHA256 (rust/crates/lexical-util-1.0.7.crate) = 2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17 +SIZE (rust/crates/lexical-util-1.0.7.crate) = 111747 +SHA256 (rust/crates/lexical-write-float-1.0.6.crate) = 50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361 +SIZE (rust/crates/lexical-write-float-1.0.6.crate) = 106495 +SHA256 (rust/crates/lexical-write-integer-1.0.6.crate) = 409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df +SIZE (rust/crates/lexical-write-integer-1.0.6.crate) = 65404 +SHA256 (rust/crates/libc-0.2.179.crate) = c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f +SIZE (rust/crates/libc-0.2.179.crate) = 810442 +SHA256 (rust/crates/libloading-0.8.9.crate) = d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55 +SIZE (rust/crates/libloading-0.8.9.crate) = 30222 +SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de +SIZE (rust/crates/libm-0.2.15.crate) = 156108 +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/linux-raw-sys-0.11.0.crate) = df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039 +SIZE (rust/crates/linux-raw-sys-0.11.0.crate) = 2659624 +SHA256 (rust/crates/litemap-0.8.1.crate) = 6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77 +SIZE (rust/crates/litemap-0.8.1.crate) = 34172 +SHA256 (rust/crates/lock_api-0.4.14.crate) = 224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965 +SIZE (rust/crates/lock_api-0.4.14.crate) = 29249 +SHA256 (rust/crates/log-0.4.29.crate) = 5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897 +SIZE (rust/crates/log-0.4.29.crate) = 51515 +SHA256 (rust/crates/macro_rules_attribute-0.1.3.crate) = cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862 +SIZE (rust/crates/macro_rules_attribute-0.1.3.crate) = 15228 +SHA256 (rust/crates/macro_rules_attribute-proc_macro-0.1.3.crate) = 58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d +SIZE (rust/crates/macro_rules_attribute-proc_macro-0.1.3.crate) = 8249 +SHA256 (rust/crates/matrixmultiply-0.3.10.crate) = a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08 +SIZE (rust/crates/matrixmultiply-0.3.10.crate) = 58170 +SHA256 (rust/crates/memchr-2.7.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 +SIZE (rust/crates/memchr-2.7.6.crate) = 97616 +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/mio-1.1.1.crate) = a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc +SIZE (rust/crates/mio-1.1.1.crate) = 105630 +SHA256 (rust/crates/moka-0.12.12.crate) = a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a +SIZE (rust/crates/moka-0.12.12.crate) = 231504 +SHA256 (rust/crates/multiversion-0.8.0.crate) = 7edb7f0ff51249dfda9ab96b5823695e15a052dc15074c9dbf3d118afaf2c201 +SIZE (rust/crates/multiversion-0.8.0.crate) = 11463 +SHA256 (rust/crates/multiversion-macros-0.8.0.crate) = b093064383341eb3271f42e381cb8f10a01459478446953953c75d24bd339fc0 +SIZE (rust/crates/multiversion-macros-0.8.0.crate) = 14725 +SHA256 (rust/crates/ndarray-0.17.1.crate) = 0c7c9125e8f6f10c9da3aad044cc918cf8784fa34de857b1aa68038eb05a50a9 +SIZE (rust/crates/ndarray-0.17.1.crate) = 316954 +SHA256 (rust/crates/never-say-never-6.6.666.crate) = cf5a574dadd7941adeaa71823ecba5e28331b8313fb2e1c6a5c7e5981ea53ad6 +SIZE (rust/crates/never-say-never-6.6.666.crate) = 7858 +SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a +SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/nougat-0.2.4.crate) = 97b57b9ced431322f054fc673f1d3c7fa52d80efd9df74ad2fc759f044742510 +SIZE (rust/crates/nougat-0.2.4.crate) = 15141 +SHA256 (rust/crates/nougat-proc_macros-0.2.4.crate) = c84f77a45e99a2f9b492695d99e1c23844619caa5f3e57647cffacad773ca257 +SIZE (rust/crates/nougat-proc_macros-0.2.4.crate) = 10082 +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.7.5.crate) = b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c +SIZE (rust/crates/num_enum-0.7.5.crate) = 21570 +SHA256 (rust/crates/num_enum_derive-0.7.5.crate) = ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7 +SIZE (rust/crates/num_enum_derive-0.7.5.crate) = 18760 +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.27.1.crate) = 7aac2e6a6e4468ffa092ad43c39b81c79196c2bb773b8db4085f695efe3bba17 +SIZE (rust/crates/numpy-0.27.1.crate) = 79488 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell_polyfill-1.70.2.crate) = 384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe +SIZE (rust/crates/once_cell_polyfill-1.70.2.crate) = 7448 +SHA256 (rust/crates/oneshot-0.1.11.crate) = b4ce411919553d3f9fa53a0880544cda985a112117a0444d5ff1e870a893d6ea +SIZE (rust/crates/oneshot-0.1.11.crate) = 41692 +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.1.0.crate) = 7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d +SIZE (rust/crates/ordered-float-5.1.0.crate) = 30230 +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.5.crate) = 93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a +SIZE (rust/crates/parking_lot-0.12.5.crate) = 46735 +SHA256 (rust/crates/parking_lot_core-0.9.12.crate) = 2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1 +SIZE (rust/crates/parking_lot_core-0.9.12.crate) = 34110 +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/pco-0.4.9.crate) = 42382de9fb564e2d10cb4d5ca97cc06d928f0f9667bbef456b57e60827b6548b +SIZE (rust/crates/pco-0.4.9.crate) = 90748 +SHA256 (rust/crates/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 +SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 +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/piper-0.2.4.crate) = 96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066 +SIZE (rust/crates/piper-0.2.4.crate) = 15950 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 +SHA256 (rust/crates/polling-3.11.0.crate) = 5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218 +SIZE (rust/crates/polling-3.11.0.crate) = 59387 +SHA256 (rust/crates/polonius-the-crab-0.2.1.crate) = c2a69ee997a6282f8462abf1e0d8c38c965e968799e912b3bed8c9e8a28c2f9f +SIZE (rust/crates/polonius-the-crab-0.2.1.crate) = 18271 +SHA256 (rust/crates/portable-atomic-1.13.0.crate) = f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950 +SIZE (rust/crates/portable-atomic-1.13.0.crate) = 195086 +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/potential_utf-0.1.4.crate) = b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77 +SIZE (rust/crates/potential_utf-0.1.4.crate) = 9514 +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.37.crate) = 479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b +SIZE (rust/crates/prettyplease-0.2.37.crate) = 72033 +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.105.crate) = 535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7 +SIZE (rust/crates/proc-macro2-1.0.105.crate) = 60319 +SHA256 (rust/crates/prost-0.14.1.crate) = 7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d +SIZE (rust/crates/prost-0.14.1.crate) = 32444 +SHA256 (rust/crates/prost-derive-0.14.1.crate) = 9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425 +SIZE (rust/crates/prost-derive-0.14.1.crate) = 20626 +SHA256 (rust/crates/prost-types-0.14.1.crate) = b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72 +SIZE (rust/crates/prost-types-0.14.1.crate) = 49534 +SHA256 (rust/crates/pyo3-0.27.2.crate) = ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d +SIZE (rust/crates/pyo3-0.27.2.crate) = 1171342 +SHA256 (rust/crates/pyo3-build-config-0.27.2.crate) = b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6 +SIZE (rust/crates/pyo3-build-config-0.27.2.crate) = 35564 +SHA256 (rust/crates/pyo3-ffi-0.27.2.crate) = 1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089 +SIZE (rust/crates/pyo3-ffi-0.27.2.crate) = 78552 +SHA256 (rust/crates/pyo3-macros-0.27.2.crate) = 0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02 +SIZE (rust/crates/pyo3-macros-0.27.2.crate) = 8913 +SHA256 (rust/crates/pyo3-macros-backend-0.27.2.crate) = 03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9 +SIZE (rust/crates/pyo3-macros-backend-0.27.2.crate) = 82513 +SHA256 (rust/crates/python3-dll-a-0.2.14.crate) = d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8 +SIZE (rust/crates/python3-dll-a-0.2.14.crate) = 103489 +SHA256 (rust/crates/quote-1.0.43.crate) = dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a +SIZE (rust/crates/quote-1.0.43.crate) = 31587 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 +SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 +SIZE (rust/crates/radium-0.7.0.crate) = 10906 +SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 +SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 +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.11.0.crate) = 368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f +SIZE (rust/crates/rayon-1.11.0.crate) = 182470 +SHA256 (rust/crates/rayon-core-1.13.0.crate) = 22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91 +SIZE (rust/crates/rayon-core-1.13.0.crate) = 73151 +SHA256 (rust/crates/redox_syscall-0.5.18.crate) = ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d +SIZE (rust/crates/redox_syscall-0.5.18.crate) = 30747 +SHA256 (rust/crates/regex-1.12.2.crate) = 843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4 +SIZE (rust/crates/regex-1.12.2.crate) = 163843 +SHA256 (rust/crates/regex-automata-0.4.13.crate) = 5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c +SIZE (rust/crates/regex-automata-0.4.13.crate) = 625250 +SHA256 (rust/crates/regex-syntax-0.8.8.crate) = 7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58 +SIZE (rust/crates/regex-syntax-0.8.8.crate) = 359141 +SHA256 (rust/crates/rust-openzl-0.1.0.crate) = fb8a14133dcd44c9c8d4765ce53ce84e552c03764cd81f8e000a124b59f48b0e +SIZE (rust/crates/rust-openzl-0.1.0.crate) = 16346 +SHA256 (rust/crates/rust-openzl-sys-0.1.0.crate) = 7916a3b1ecbb25c25fccd088eebd14c1254d11ac8a3ece51a08fd1994c128f19 +SIZE (rust/crates/rust-openzl-sys-0.1.0.crate) = 2310728 +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/rustix-1.1.3.crate) = 146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34 +SIZE (rust/crates/rustix-1.1.3.crate) = 423447 +SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d +SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 +SHA256 (rust/crates/ryu-1.0.22.crate) = a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984 +SIZE (rust/crates/ryu-1.0.22.crate) = 51321 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 +SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/semver-1.0.27.crate) = d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2 +SIZE (rust/crates/semver-1.0.27.crate) = 30081 +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.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e +SIZE (rust/crates/serde-1.0.228.crate) = 83652 +SHA256 (rust/crates/serde-value-0.7.0.crate) = f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c +SIZE (rust/crates/serde-value-0.7.0.crate) = 10249 +SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad +SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 +SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 +SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 +SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +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.8.crate) = c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b +SIZE (rust/crates/signal-hook-registry-1.4.8.crate) = 21668 +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.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 +SIZE (rust/crates/slab-0.4.11.crate) = 18549 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/smol-2.0.2.crate) = a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f +SIZE (rust/crates/smol-2.0.2.crate) = 275552 +SHA256 (rust/crates/snap-1.1.1.crate) = 1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b +SIZE (rust/crates/snap-1.1.1.crate) = 33763 +SHA256 (rust/crates/socket2-0.6.1.crate) = 17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881 +SIZE (rust/crates/socket2-0.6.1.crate) = 58486 +SHA256 (rust/crates/spdp_sys-0.1.0.crate) = 1a73a4d6b35001391b29057728a0058ba5747c9e60192f2a3fafd841fca03127 +SIZE (rust/crates/spdp_sys-0.1.0.crate) = 4235 +SHA256 (rust/crates/stable_deref_trait-1.2.1.crate) = 6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596 +SIZE (rust/crates/stable_deref_trait-1.2.1.crate) = 8186 +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.113.crate) = 678faa00651c9eb72dd2020cbdf275d92eccb2400d568e419efdd64838145cb4 +SIZE (rust/crates/syn-2.0.113.crate) = 304074 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 +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/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369 +SIZE (rust/crates/tap-1.0.1.crate) = 11316 +SHA256 (rust/crates/target-features-0.1.6.crate) = c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5 +SIZE (rust/crates/target-features-0.1.6.crate) = 18915 +SHA256 (rust/crates/target-lexicon-0.13.4.crate) = b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba +SIZE (rust/crates/target-lexicon-0.13.4.crate) = 26832 +SHA256 (rust/crates/termtree-0.5.1.crate) = 8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683 +SIZE (rust/crates/termtree-0.5.1.crate) = 8498 +SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 +SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 +SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 +SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +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.8.2.crate) = 42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869 +SIZE (rust/crates/tinystr-0.8.2.crate) = 23942 +SHA256 (rust/crates/tokio-1.49.0.crate) = 72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86 +SIZE (rust/crates/tokio-1.49.0.crate) = 857029 +SHA256 (rust/crates/tokio-macros-2.6.0.crate) = af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5 +SIZE (rust/crates/tokio-macros-2.6.0.crate) = 16505 +SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 +SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/tracing-0.1.44.crate) = 63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100 +SIZE (rust/crates/tracing-0.1.44.crate) = 463135 +SHA256 (rust/crates/tracing-attributes-0.1.31.crate) = 7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da +SIZE (rust/crates/tracing-attributes-0.1.31.crate) = 39733 +SHA256 (rust/crates/tracing-core-0.1.36.crate) = db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a +SIZE (rust/crates/tracing-core-0.1.36.crate) = 63967 +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.22.crate) = 9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5 +SIZE (rust/crates/unicode-ident-1.0.22.crate) = 47919 +SHA256 (rust/crates/unicode-width-0.2.2.crate) = b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254 +SIZE (rust/crates/unicode-width-0.2.2.crate) = 282768 +SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 +SIZE (rust/crates/unindent-0.2.4.crate) = 7422 +SHA256 (rust/crates/url-2.5.8.crate) = ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed +SIZE (rust/crates/url-2.5.8.crate) = 86512 +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.19.0.crate) = e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a +SIZE (rust/crates/uuid-1.19.0.crate) = 60244 +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.53.0.crate) = 07f87dbcf3ea568c10ee254b9a5d6aee1283ef831fa898ca2705b7306c52f5e5 +SIZE (rust/crates/vortex-0.53.0.crate) = 35463 +SHA256 (rust/crates/vortex-alp-0.53.0.crate) = 0786312fb694d1d05104700627e1cc9698452b4103a431a74bb9861641f8b832 +SIZE (rust/crates/vortex-alp-0.53.0.crate) = 48072 +SHA256 (rust/crates/vortex-array-0.53.0.crate) = c9a14b31dc2681195c11f3c138ac86d29a5ecc8901416b2384225cb8ab1136f6 +SIZE (rust/crates/vortex-array-0.53.0.crate) = 364829 +SHA256 (rust/crates/vortex-btrblocks-0.53.0.crate) = 1002e8af05fe3bf32d57f89b28b222e74bcc2db4fa755e67618c69120f20cf7c +SIZE (rust/crates/vortex-btrblocks-0.53.0.crate) = 44271 +SHA256 (rust/crates/vortex-buffer-0.53.0.crate) = 6de68f5c9799886ece9da8b41866aa428c6ed75ee7944a81e5ad2be09faf1d98 +SIZE (rust/crates/vortex-buffer-0.53.0.crate) = 26581 +SHA256 (rust/crates/vortex-bytebool-0.53.0.crate) = b4385b3fc69a2565d0592574a703a03f40832917c0f61b53102c14e48e040deb +SIZE (rust/crates/vortex-bytebool-0.53.0.crate) = 22869 +SHA256 (rust/crates/vortex-datetime-parts-0.53.0.crate) = 75b7d961c76496dc8b7dce1e28b45678b374edf9fe54afcadc52abdc55b295f5 +SIZE (rust/crates/vortex-datetime-parts-0.53.0.crate) = 29207 +SHA256 (rust/crates/vortex-decimal-byte-parts-0.53.0.crate) = 906fc70ec7b9c6b9f9e8d517709dcac6d48592ccc14f28149f519f0fc1afe993 +SIZE (rust/crates/vortex-decimal-byte-parts-0.53.0.crate) = 24443 +SHA256 (rust/crates/vortex-dict-0.53.0.crate) = a6e4b451cd602f81103ccfedb6f02c156a087c10c7c1ce23a9ced0861fe0afa6 +SIZE (rust/crates/vortex-dict-0.53.0.crate) = 38012 +SHA256 (rust/crates/vortex-dtype-0.53.0.crate) = 0d90cfb741ac2712ffeafe93a2f3c277b091be6724408dd50dfb399407a02d14 +SIZE (rust/crates/vortex-dtype-0.53.0.crate) = 48121 +SHA256 (rust/crates/vortex-error-0.53.0.crate) = 212f048b5d5cfa74a6bb884e5de367cc2e3584e6224fe907ffa4e9e75a25921b +SIZE (rust/crates/vortex-error-0.53.0.crate) = 18547 +SHA256 (rust/crates/vortex-expr-0.53.0.crate) = 487bc0f84b6eee6eeaa168a4e566405ba9c4b2866c4df020934ff873734fb120 +SIZE (rust/crates/vortex-expr-0.53.0.crate) = 67158 +SHA256 (rust/crates/vortex-fastlanes-0.53.0.crate) = e8ff93259195161ffba1327ef640a7939dc9a46caed090302bcec7031bdd3d35 +SIZE (rust/crates/vortex-fastlanes-0.53.0.crate) = 75290 +SHA256 (rust/crates/vortex-file-0.53.0.crate) = db90678b3594e2ff746809a1a9aba955a25f25b9d62cc93f06e931d459c23e89 +SIZE (rust/crates/vortex-file-0.53.0.crate) = 51574 +SHA256 (rust/crates/vortex-flatbuffers-0.53.0.crate) = 9efa2e313f85f7e4088b8099b55f99566da554666b73b30292e674243bc86242 +SIZE (rust/crates/vortex-flatbuffers-0.53.0.crate) = 31905 +SHA256 (rust/crates/vortex-fsst-0.53.0.crate) = 7923e957a64508affea0e8ea51d09d1e2db9077e9482b69500d87ee04e84d712 +SIZE (rust/crates/vortex-fsst-0.53.0.crate) = 30745 +SHA256 (rust/crates/vortex-io-0.53.0.crate) = 8352f56440d9e9b6cc99ed7094a4b7fe66422f1760b75833ab38ea670c13822d +SIZE (rust/crates/vortex-io-0.53.0.crate) = 51282 +SHA256 (rust/crates/vortex-ipc-0.53.0.crate) = f63fffe5e6bd26e3b68dc9a98477fc6fdc892076416fcc21bd34c00a56f00b8f +SIZE (rust/crates/vortex-ipc-0.53.0.crate) = 26142 +SHA256 (rust/crates/vortex-layout-0.53.0.crate) = ba83e4f11de309aad5ba0e172d0da3a59b75f163619cd26f73ecf9355172d13c +SIZE (rust/crates/vortex-layout-0.53.0.crate) = 85178 +SHA256 (rust/crates/vortex-mask-0.53.0.crate) = bf26d4c28b1fde2a9f7e9972ae45d01c12216dbc05ee81e6c619aa69df57cfe1 +SIZE (rust/crates/vortex-mask-0.53.0.crate) = 23641 +SHA256 (rust/crates/vortex-metrics-0.53.0.crate) = 5683b78c53f06b024168258583149b9dfd3dc27c799e6c4ec9b89dbf66b1bf79 +SIZE (rust/crates/vortex-metrics-0.53.0.crate) = 10827 +SHA256 (rust/crates/vortex-pco-0.53.0.crate) = 9313c2c58af7c605680917d908f2a7df4591a2e018489da4a9489273e456527b +SIZE (rust/crates/vortex-pco-0.53.0.crate) = 26811 +SHA256 (rust/crates/vortex-proto-0.53.0.crate) = e5a56c48b1a6039c59c639a3123d3747d73666974452014cb1e33e5502d5a487 +SIZE (rust/crates/vortex-proto-0.53.0.crate) = 6015 +SHA256 (rust/crates/vortex-runend-0.53.0.crate) = 30518e8c63dc1a2f020ec45e1d3fbd0069d1d66825c9049b293b42c224293a1f +SIZE (rust/crates/vortex-runend-0.53.0.crate) = 37267 +SHA256 (rust/crates/vortex-scalar-0.53.0.crate) = f2da1d8c350e97fc0f4aa7240fc17959e82046baa6584930510090d07320688c +SIZE (rust/crates/vortex-scalar-0.53.0.crate) = 93032 +SHA256 (rust/crates/vortex-scan-0.53.0.crate) = d44ac099f26aa0eeb0b69154b27c4ddd59cd644ede01423349a853c32afbd184 +SIZE (rust/crates/vortex-scan-0.53.0.crate) = 37329 +SHA256 (rust/crates/vortex-sequence-0.53.0.crate) = 7cef5b5480b8d463d44f88069ba27f19eb56efecc5a696e926feb053d09f97d5 +SIZE (rust/crates/vortex-sequence-0.53.0.crate) = 31127 +SHA256 (rust/crates/vortex-sparse-0.53.0.crate) = ac023181a757edd4dea8520f88668a7e0ccb0841e27e48b6f3044d3c4bc727a2 +SIZE (rust/crates/vortex-sparse-0.53.0.crate) = 35815 +SHA256 (rust/crates/vortex-utils-0.53.0.crate) = d40fff894e5ff5108ca2cdaf8b0728e07ea65eac8acc5a7570e0232a2f35fb78 +SIZE (rust/crates/vortex-utils-0.53.0.crate) = 7306 +SHA256 (rust/crates/vortex-zigzag-0.53.0.crate) = aa7bea8198f7fd5d3ea2c13af768df0a655a0ad6ecaf1421d2e072ee7efde330 +SIZE (rust/crates/vortex-zigzag-0.53.0.crate) = 24038 +SHA256 (rust/crates/vortex-zstd-0.53.0.crate) = e81360eec4d1bede3ee284d8305702f65f68cb4af217cbe591c75172d9f46193 +SIZE (rust/crates/vortex-zstd-0.53.0.crate) = 28018 +SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b +SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 +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/wasip2-1.0.1+wasi-0.2.4.crate) = 0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7 +SIZE (rust/crates/wasip2-1.0.1+wasi-0.2.4.crate) = 132087 +SHA256 (rust/crates/wasm-bindgen-0.2.106.crate) = 0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd +SIZE (rust/crates/wasm-bindgen-0.2.106.crate) = 48417 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.56.crate) = 836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c +SIZE (rust/crates/wasm-bindgen-futures-0.4.56.crate) = 16730 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.106.crate) = 48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3 +SIZE (rust/crates/wasm-bindgen-macro-0.2.106.crate) = 9266 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.106.crate) = cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.106.crate) = 49711 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.106.crate) = cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4 +SIZE (rust/crates/wasm-bindgen-shared-0.2.106.crate) = 10115 +SHA256 (rust/crates/web-sys-0.3.83.crate) = 9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac +SIZE (rust/crates/web-sys-0.3.83.crate) = 644431 +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-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 +SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 +SHA256 (rust/crates/windows-core-0.62.2.crate) = b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb +SIZE (rust/crates/windows-core-0.62.2.crate) = 36932 +SHA256 (rust/crates/windows-implement-0.60.2.crate) = 053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf +SIZE (rust/crates/windows-implement-0.60.2.crate) = 15325 +SHA256 (rust/crates/windows-interface-0.59.3.crate) = 3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358 +SIZE (rust/crates/windows-interface-0.59.3.crate) = 11809 +SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 +SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 +SHA256 (rust/crates/windows-result-0.4.1.crate) = 7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5 +SIZE (rust/crates/windows-result-0.4.1.crate) = 13381 +SHA256 (rust/crates/windows-strings-0.5.1.crate) = 7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091 +SIZE (rust/crates/windows-strings-0.5.1.crate) = 13966 +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.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-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc +SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 +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-targets-0.53.5.crate) = 4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3 +SIZE (rust/crates/windows-targets-0.53.5.crate) = 7126 +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_gnullvm-0.53.1.crate) = a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = 787748 +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_aarch64_msvc-0.53.1.crate) = b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006 +SIZE (rust/crates/windows_aarch64_msvc-0.53.1.crate) = 838009 +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_gnu-0.53.1.crate) = 960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3 +SIZE (rust/crates/windows_i686_gnu-0.53.1.crate) = 939775 +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.1.crate) = fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c +SIZE (rust/crates/windows_i686_gnullvm-0.53.1.crate) = 857396 +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_i686_msvc-0.53.1.crate) = 1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2 +SIZE (rust/crates/windows_i686_msvc-0.53.1.crate) = 907688 +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_gnu-0.53.1.crate) = 9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499 +SIZE (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 903712 +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_gnullvm-0.53.1.crate) = 0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 787739 +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/windows_x86_64_msvc-0.53.1.crate) = d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650 +SIZE (rust/crates/windows_x86_64_msvc-0.53.1.crate) = 837950 +SHA256 (rust/crates/winnow-0.7.14.crate) = 5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829 +SIZE (rust/crates/winnow-0.7.14.crate) = 184718 +SHA256 (rust/crates/wit-bindgen-0.46.0.crate) = f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59 +SIZE (rust/crates/wit-bindgen-0.46.0.crate) = 60508 +SHA256 (rust/crates/witchcraft-metrics-1.0.1.crate) = 867a74dec702d742179279ab0b5bcab72ca5858c0c3ccf870bdb5c99f54d675b +SIZE (rust/crates/witchcraft-metrics-1.0.1.crate) = 9810 +SHA256 (rust/crates/writeable-0.6.2.crate) = 9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9 +SIZE (rust/crates/writeable-0.6.2.crate) = 25181 +SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed +SIZE (rust/crates/wyz-0.5.1.crate) = 18790 +SHA256 (rust/crates/yoke-0.8.1.crate) = 72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954 +SIZE (rust/crates/yoke-0.8.1.crate) = 32016 +SHA256 (rust/crates/yoke-derive-0.8.1.crate) = b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d +SIZE (rust/crates/yoke-derive-0.8.1.crate) = 7593 +SHA256 (rust/crates/zerocopy-0.8.31.crate) = fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3 +SIZE (rust/crates/zerocopy-0.8.31.crate) = 257633 +SHA256 (rust/crates/zerocopy-derive-0.8.31.crate) = d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a +SIZE (rust/crates/zerocopy-derive-0.8.31.crate) = 90835 +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/zerotrie-0.2.3.crate) = 2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851 +SIZE (rust/crates/zerotrie-0.2.3.crate) = 69547 +SHA256 (rust/crates/zerovec-0.11.5.crate) = 6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002 +SIZE (rust/crates/zerovec-0.11.5.crate) = 119620 +SHA256 (rust/crates/zerovec-derive-0.11.2.crate) = eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3 +SIZE (rust/crates/zerovec-derive-0.11.2.crate) = 21421 +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.16+zstd.1.5.7.crate) = 91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748 +SIZE (rust/crates/zstd-sys-2.0.16+zstd.1.5.7.crate) = 775620 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..daf3936362f1 100644 --- a/math/py-petsc4py/Makefile +++ b/math/py-petsc4py/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libpetsc.so:science/PETSc RUN_DEPENDS= ${PYNUMPY} USES= python -USE_PYTHON= autoplist cython3 distutils pytest # tests fail to run, see https://gitlab.com/petsc/petsc/-/issues/1301 +USE_PYTHON= autoplist cython distutils pytest # tests fail to run, see https://gitlab.com/petsc/petsc/-/issues/1301 MAKE_ENV= PETSC_DIR=${LOCALBASE} @@ -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-plastex/Makefile b/math/py-plastex/Makefile index f1dc6f8791ff..34def3594480 100644 --- a/math/py-plastex/Makefile +++ b/math/py-plastex/Makefile @@ -1,6 +1,6 @@ PORTNAME= plastex PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pplpy/Makefile b/math/py-pplpy/Makefile index d16523f95714..b78820d37663 100644 --- a/math/py-pplpy/Makefile +++ b/math/py-pplpy/Makefile @@ -1,6 +1,5 @@ PORTNAME= pplpy -PORTVERSION= 0.8.9 -PORTREVISION= 2 +PORTVERSION= 0.8.10 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,9 @@ LICENSE= GPLv3 BROKEN_aarch64= runaway build, 7200 seconds with no output -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ @@ -24,8 +25,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cysignals>0:devel/py-cysignals@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} -USES= compiler:c++11-lang localbase python -USE_PYTHON= cython distutils +USES= compiler:c++14-lang localbase python +USE_PYTHON= cython pep517 CFLAGS+= -std=c++14 @@ -33,18 +34,6 @@ CFLAGS+= -std=c++14 LDFLAGS+= -s .endif -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -DOCS_USES= gmake -PORTDOCS= * - -do-build-DOCS-on: - (cd ${WRKSRC}/docs && ${GMAKE} html) - -post-build-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/build/html/* ${STAGEDIR}${DOCSDIR} - do-test: install (cd ${WRKSRC} && py.test) diff --git a/math/py-pplpy/distinfo b/math/py-pplpy/distinfo index dd4507faffb9..5baf91a16f9f 100644 --- a/math/py-pplpy/distinfo +++ b/math/py-pplpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694267050 -SHA256 (pplpy-0.8.9.tar.gz) = db7a3b571d6ef053f75137975e947c3a1c1e45a30bab90eaf215b4e5cc15797e -SIZE (pplpy-0.8.9.tar.gz) = 66017 +TIMESTAMP = 1762110472 +SHA256 (pplpy-0.8.10.tar.gz) = d42a216c82914dcf4d7c000debc98bb336b8f83e026ba5d952cccd9f8074effd +SIZE (pplpy-0.8.10.tar.gz) = 64203 diff --git a/math/py-pplpy/pkg-plist b/math/py-pplpy/pkg-plist index 126f54c4e0fc..c853c6247e47 100644 --- a/math/py-pplpy/pkg-plist +++ b/math/py-pplpy/pkg-plist @@ -1,19 +1,24 @@ %%PYTHON_SITELIBDIR%%/ppl/__init__.py -%%PYTHON_SITELIBDIR%%/ppl/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/ppl/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc +%%PYTHON_SITELIBDIR%%/ppl/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/ppl/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/ppl/bit_arrays%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/bit_arrays.pxd -%%PYTHON_SITELIBDIR%%/ppl/bit_arrays%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/congruence%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/congruence.pxd -%%PYTHON_SITELIBDIR%%/ppl/congruence%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/constraint%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/constraint.pxd -%%PYTHON_SITELIBDIR%%/ppl/constraint%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/generator%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/generator.pxd -%%PYTHON_SITELIBDIR%%/ppl/generator%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/linear_algebra%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/linear_algebra.pxd -%%PYTHON_SITELIBDIR%%/ppl/linear_algebra%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/mip_problem%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/mip_problem.pxd -%%PYTHON_SITELIBDIR%%/ppl/mip_problem%%PYTHON_EXT_SUFFIX%%.so +%%PYTHON_SITELIBDIR%%/ppl/polyhedron%%PYTHON_TAG%%.so %%PYTHON_SITELIBDIR%%/ppl/polyhedron.pxd -%%PYTHON_SITELIBDIR%%/ppl/polyhedron%%PYTHON_EXT_SUFFIX%%.so %%PYTHON_SITELIBDIR%%/ppl/ppl_decl.pxd %%PYTHON_SITELIBDIR%%/ppl/ppl_shim.hh +%%PYTHON_SITELIBDIR%%/pplpy-0.8.10.dist-info/LICENSE.txt +%%PYTHON_SITELIBDIR%%/pplpy-0.8.10.dist-info/METADATA +%%PYTHON_SITELIBDIR%%/pplpy-0.8.10.dist-info/RECORD +%%PYTHON_SITELIBDIR%%/pplpy-0.8.10.dist-info/WHEEL +%%PYTHON_SITELIBDIR%%/pplpy-0.8.10.dist-info/top_level.txt diff --git a/math/py-primecountpy/Makefile b/math/py-primecountpy/Makefile index a2ddc6cac0d3..010bb1fe081c 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.2.1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,17 +11,21 @@ WWW= https://pypi.org/project/primecountpy/ LICENSE= GPLv3 BUILD_DEPENDS= ${PYDEPS} -LIB_DEPENDS= libpari.so:math/pari \ - libprimecount.so:math/primecount \ - libprimesieve.so:math/primesieve +LIB_DEPENDS= libprimecount.so:math/primecount RUN_DEPENDS= ${PYDEPS} -USES= localbase python -USE_PYTHON= cython distutils +USES= cmake:indirect localbase meson pkgconfig python +USE_PYTHON= cython .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..23f8b73b538d 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 = 1767036001 +SHA256 (primecountpy-0.2.1.tar.gz) = 888706ab65cc089fb983de4639360dddc728baa4d9877a7ad8b116f645650b39 +SIZE (primecountpy-0.2.1.tar.gz) = 65244 diff --git a/math/py-primecountpy/pkg-plist b/math/py-primecountpy/pkg-plist index c759a15b49b9..02cf10777811 100644 --- a/math/py-primecountpy/pkg-plist +++ b/math/py-primecountpy/pkg-plist @@ -1,5 +1,3 @@ %%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/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..9384de2342ec 100644 --- a/math/py-primme/Makefile +++ b/math/py-primme/Makefile @@ -25,13 +25,13 @@ RUN_DEPENDS= ${PYNUMPY} \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} USES= fortran gmake localbase:ldflags python shebangfix -USE_PYTHON= autoplist cython3 pep517 +USE_PYTHON= autoplist cython pep517 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..671fd436d99f 100644 --- a/math/py-pyFFTW/Makefile +++ b/math/py-pyFFTW/Makefile @@ -23,12 +23,12 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ RUN_DEPENDS= ${PY_DEPENDS} USES= python localbase:ldflags -USE_PYTHON= autoplist cython3 distutils pytest # tests fail with "attempted relative import with no known parent package", see https://github.com/pyFFTW/pyFFTW/issues/405 +USE_PYTHON= autoplist cython distutils pytest # tests fail with "attempted relative import with no known parent package", see https://github.com/pyFFTW/pyFFTW/issues/405 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..d80f9c712ce1 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= 19 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,8 @@ BROKEN_armv7= compilation fails: constraints not satisfied for class template 'd BROKEN_i386= not for 32-bit systems, see https://github.com/darioizzo/audi/issues/62 BUILD_DEPENDS= audi>0:math/audi \ - pybind11>0:devel/pybind11 + pybind11>0:devel/pybind11 \ + ${PY_SETUPTOOLS} LIB_DEPENDS= libabsl_base.so:devel/abseil \ libboost_serialization.so:devel/boost-libs \ libfmt.so:devel/libfmt \ 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-pygsl/Makefile b/math/py-pygsl/Makefile index 6521110f13ee..76a4603b97f9 100644 --- a/math/py-pygsl/Makefile +++ b/math/py-pygsl/Makefile @@ -1,5 +1,5 @@ PORTNAME= pygsl -PORTVERSION= 2.3.3 +PORTVERSION= 2.6.4 PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI @@ -12,13 +12,13 @@ WWW= https://github.com/pygsl/pygsl LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meson-python>=0:devel/meson-python@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ + swig:devel/swig LIB_DEPENDS= libgsl.so:math/gsl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python +USES= pkgconfig python USE_PYTHON= autoplist concurrent pep517 post-install: diff --git a/math/py-pygsl/distinfo b/math/py-pygsl/distinfo index e0555a1aab82..d4c677555a31 100644 --- a/math/py-pygsl/distinfo +++ b/math/py-pygsl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680726188 -SHA256 (pygsl-2.3.3.tar.gz) = 1779bce41b3cb0e370d11bf41003852ba4750c51df5b8771bb34265e8e0f1df3 -SIZE (pygsl-2.3.3.tar.gz) = 1087169 +TIMESTAMP = 1769514302 +SHA256 (pygsl-2.6.4.tar.gz) = 8422547e0cddda555aee2f81fb821918c90cf3009a2c05ad34178e4377c483b0 +SIZE (pygsl-2.6.4.tar.gz) = 650722 diff --git a/math/py-pygslodeiv2/Makefile b/math/py-pygslodeiv2/Makefile index 075131402e8e..2fa50e9f88ae 100644 --- a/math/py-pygslodeiv2/Makefile +++ b/math/py-pygslodeiv2/Makefile @@ -1,6 +1,6 @@ PORTNAME= pygslodeiv2 DISTVERSION= 0.9.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LIB_DEPENDS= libgsl.so:math/gsl RUN_DEPENDS= ${PYNUMPY} USES= compiler:c++11-lang localbase python -USE_PYTHON= distutils autoplist cython pytest +USE_PYTHON= autoplist cython0 distutils pytest pre-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile index e5e86c9cb07e..c5fa30b38bd3 100644 --- a/math/py-pymc3/Makefile +++ b/math/py-pymc3/Makefile @@ -1,7 +1,7 @@ PORTNAME= pymc3 DISTVERSIONPREFIX= v DISTVERSION= 3.11.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pyneqsys/Makefile b/math/py-pyneqsys/Makefile index 868756b17426..53ff335620eb 100644 --- a/math/py-pyneqsys/Makefile +++ b/math/py-pyneqsys/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyneqsys DISTVERSION= 0.5.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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-pyodesys/Makefile b/math/py-pyodesys/Makefile index 9b8085d56810..750fd72dc8a1 100644 --- a/math/py-pyodesys/Makefile +++ b/math/py-pyodesys/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyodesys -DISTVERSION= 0.14.4 -PORTREVISION= 1 +DISTVERSION= 0.14.5 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,17 +12,26 @@ WWW= https://github.com/bjodah/pyodesys LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.5:math/py-matplotlib@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.5:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}notebook>=5.7.8:www/py-notebook@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=1.2.3:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sym>=0.3.4:math/py-sym@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sympy>=1.5.1:math/py-sympy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sym>=0.3.7:math/py-sym@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sympy>=1.5.1:math/py-sympy@${PY_FLAVOR} \ + ${EXTRA_RUN_DEPENDS} +EXTRAS_RUN_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycodeexport>=0.1.2:devel/py-pycodeexport@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycompilation>=0.4.9:devel/py-pycompilation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygslodeiv2>=0.9.1:math/py-pygslodeiv2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyodeint>=0.10.1:math/py-pyodeint@${PY_FLAVOR} + # TODO pycvodes>=0.13.1 - doesn't build with sundials TEST_DEPENDS= ${LOCALBASE}/include/boost/numeric/ublas/matrix.hpp:devel/boost-libs \ ${LOCALBASE}/include/gsl/gsl_errno.h:math/gsl USES= display:test localbase:ldflags python shebangfix -USE_PYTHON= distutils autoplist pytest +USE_PYTHON= distutils autoplist pytest # tests can't run because of missing optional deps like pycvodes which doesn't build with latest sundials SHEBANG_GLOB= *.py @@ -32,15 +41,4 @@ NO_ARCH= yes BINARY_ALIAS= python3=${PYTHON_CMD} -OPTIONS_DEFINE= EXTRAS -OPTIONS_DEFAULT= EXTRAS - -EXTRAS_DESC= Install optional dependencies for additional functionality -EXTRAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycodeexport>=0.1.2:devel/py-pycodeexport@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycompilation>=0.4.9:devel/py-pycompilation@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygslodeiv2>=0.9.1:math/py-pygslodeiv2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyodeint>=0.10.1:math/py-pyodeint@${PY_FLAVOR} - # TODO pycvodes>=0.13.1 - doesn't build with sundials - .include <bsd.port.mk> diff --git a/math/py-pyodesys/distinfo b/math/py-pyodesys/distinfo index 3ad5d3a690d7..5b57b3235991 100644 --- a/math/py-pyodesys/distinfo +++ b/math/py-pyodesys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716788057 -SHA256 (pyodesys-0.14.4.tar.gz) = 584e3b8e6c5c633d964d8c6c9c865d348497bf71048de69dd601b65b8d6b882e -SIZE (pyodesys-0.14.4.tar.gz) = 107851 +TIMESTAMP = 1761714821 +SHA256 (pyodesys-0.14.5.tar.gz) = 16beceb5ca40c8ebe3271402486f1bbedd6a138c6a21ebad9e66e6e911c8dc6f +SIZE (pyodesys-0.14.5.tar.gz) = 243150 diff --git a/math/py-pyprobables/Makefile b/math/py-pyprobables/Makefile index 223a313ebaa4..b1d7f13685e3 100644 --- a/math/py-pyprobables/Makefile +++ b/math/py-pyprobables/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyprobables -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pyprobables/distinfo b/math/py-pyprobables/distinfo index f22a96ca6623..db79f88d69b8 100644 --- a/math/py-pyprobables/distinfo +++ b/math/py-pyprobables/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735227954 -SHA256 (pyprobables-0.6.1.tar.gz) = 64b4d165d51beff05e716c01231c8a5503297844e58adee8771e5e7af130321d -SIZE (pyprobables-0.6.1.tar.gz) = 36043 +TIMESTAMP = 1764510980 +SHA256 (pyprobables-0.6.2.tar.gz) = 9a1ddce3c59e89bf8fb918b507adb72b4f526e897f7129d75f786b38e8c254f5 +SIZE (pyprobables-0.6.2.tar.gz) = 36861 diff --git a/math/py-pyprobables/files/patch-pyproject.toml b/math/py-pyprobables/files/patch-pyproject.toml new file mode 100644 index 000000000000..3d83e0f21cb9 --- /dev/null +++ b/math/py-pyprobables/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2025-11-30 00:43:34 UTC ++++ pyproject.toml +@@ -2,7 +2,7 @@ authors = [{ name = "Tyler Barrus", email = "barrust@g + name = "pyprobables" + dynamic = ["version"] + authors = [{ name = "Tyler Barrus", email = "barrust@gmail.com" }] +-license = "MIT" ++license = { text = "MIT" } + description = "Probabilistic data structures in python" + keywords = [ + "python", +@@ -158,5 +158,5 @@ docstring-code-line-length = "dynamic" + docstring-code-line-length = "dynamic" + + [build-system] +-requires = ["setuptools>=77.0.0", "wheel"] ++requires = ["setuptools>=61.2.0", "wheel"] + build-backend = "setuptools.build_meta" diff --git a/math/py-pyreadr/Makefile b/math/py-pyreadr/Makefile index 796a1c87a459..f085585156a4 100644 --- a/math/py-pyreadr/Makefile +++ b/math/py-pyreadr/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyreadr -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pyreadr/distinfo b/math/py-pyreadr/distinfo index 03055cb9e037..ab497ade9698 100644 --- a/math/py-pyreadr/distinfo +++ b/math/py-pyreadr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070446 -SHA256 (pyreadr-0.5.3.tar.gz) = 71517866240ed195e7933ed9c47129e738d6f23c3269556f1db4037554ecf455 -SIZE (pyreadr-0.5.3.tar.gz) = 1287391 +TIMESTAMP = 1764510982 +SHA256 (pyreadr-0.5.4.tar.gz) = 05b18cc830dceda3ef3d477bd8e50f072474e177f0cf67b6ad4fb3d7f3de11fd +SIZE (pyreadr-0.5.4.tar.gz) = 1292809 diff --git a/math/py-pyreadr/files/patch-setup.py b/math/py-pyreadr/files/patch-setup.py index 9d4d9a7b11c6..e0fd46217d75 100644 --- a/math/py-pyreadr/files/patch-setup.py +++ b/math/py-pyreadr/files/patch-setup.py @@ -1,19 +1,14 @@ ---- setup.py.orig 2023-08-09 07:13:10 UTC +--- setup.py.orig 2025-11-25 15:31:48 UTC +++ setup.py -@@ -13,12 +13,7 @@ from setuptools import setup, Extension - from Cython.Build import cythonize - import Cython +@@ -42,7 +42,6 @@ librdata_source_files = [] + return False --cyver = int(Cython.__version__.split(".")[0]) --if cyver < 3: -- raise Exception("cython 3.0.0 or newer is required") -- librdata_source_files = [] -librdata_source_files += glob.glob('pyreadr/libs/librdata/src/*.c') librdata_source_files += ['pyreadr/librdata.pyx'] library_dirs = [] -@@ -54,7 +49,7 @@ elif platform.system() == 'Windows': +@@ -78,7 +77,7 @@ elif platform.system() == 'Windows': libraries.append('bz2') libraries.append('lzma') diff --git a/math/py-pyreadstat/Makefile b/math/py-pyreadstat/Makefile index bfdc74a27146..e07a17d9a385 100644 --- a/math/py-pyreadstat/Makefile +++ b/math/py-pyreadstat/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyreadstat -PORTVERSION= 1.2.8 +PORTVERSION= 1.3.3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.2.0,1:math/py-pandas@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}narwhals>=2.10.1:math/py-narwhals@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cython pep517 diff --git a/math/py-pyreadstat/distinfo b/math/py-pyreadstat/distinfo index f8963473ffb1..b2d534cdffa5 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 = 1769874392 +SHA256 (pyreadstat-1.3.3.tar.gz) = 157afa4974ea76354aeccb03dbdb8cdfc8272b0b231bfb4d55b449e3f75c7071 +SIZE (pyreadstat-1.3.3.tar.gz) = 618316 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-python-fcl/Makefile b/math/py-python-fcl/Makefile index d93ffbfdbefd..5faf1f12e21e 100644 --- a/math/py-python-fcl/Makefile +++ b/math/py-python-fcl/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} USES= compiler:c++11-lang eigen:3 python -USE_PYTHON= distutils autoplist concurrent cython +USE_PYTHON= autoplist concurrent cython0 distutils PYDISTUTILS_BUILD_TARGET= build_ext diff --git a/math/py-python-louvain/Makefile b/math/py-python-louvain/Makefile index 4cc7cea98587..329542f16076 100644 --- a/math/py-python-louvain/Makefile +++ b/math/py-python-louvain/Makefile @@ -1,6 +1,6 @@ PORTNAME= python-louvain DISTVERSION= 0.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-python-picard/Makefile b/math/py-python-picard/Makefile index 8134431b535a..138eacc5c4c1 100644 --- a/math/py-python-picard/Makefile +++ b/math/py-python-picard/Makefile @@ -1,6 +1,6 @@ PORTNAME= python-picard DISTVERSION= 0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pytorchvideo/Makefile b/math/py-pytorchvideo/Makefile index 5cbbacd503a8..6add9da8a2b0 100644 --- a/math/py-pytorchvideo/Makefile +++ b/math/py-pytorchvideo/Makefile @@ -1,6 +1,6 @@ PORTNAME= pytorchvideo PORTVERSION= 0.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pywavelets/Makefile b/math/py-pywavelets/Makefile index 5269db1a1593..179488e79e53 100644 --- a/math/py-pywavelets/Makefile +++ b/math/py-pywavelets/Makefile @@ -1,5 +1,5 @@ PORTNAME= pywavelets -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +15,8 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}meson-python>=0.16:devel/meson-python@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.10+ shebangfix -USE_PYTHON= autoplist cython3 pep517 - -SHEBANG_FILES= pywt/data/create_dat.py +USES= python +USE_PYTHON= autoplist cython pep517 post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pywt/_extensions/*.so diff --git a/math/py-pywavelets/distinfo b/math/py-pywavelets/distinfo index 12b016d826db..84fca4043560 100644 --- a/math/py-pywavelets/distinfo +++ b/math/py-pywavelets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733750500 -SHA256 (pywavelets-1.8.0.tar.gz) = f3800245754840adc143cbc29534a1b8fc4b8cff6e9d403326bd52b7bb5c35aa -SIZE (pywavelets-1.8.0.tar.gz) = 3935274 +TIMESTAMP = 1768574051 +SHA256 (pywavelets-1.9.0.tar.gz) = 148d12203377772bea452a59211d98649c8ee4a05eff019a9021853a36babdc8 +SIZE (pywavelets-1.9.0.tar.gz) = 3938340 diff --git a/math/py-pywavelets/files/patch-pyproject.toml b/math/py-pywavelets/files/patch-pyproject.toml index 2becaec0461f..509c2d8f3179 100644 --- a/math/py-pywavelets/files/patch-pyproject.toml +++ b/math/py-pywavelets/files/patch-pyproject.toml @@ -1,11 +1,12 @@ ---- pyproject.toml.orig 2024-12-09 13:26:23 UTC +--- pyproject.toml.orig 2025-08-03 20:19:11 UTC +++ pyproject.toml -@@ -16,8 +16,7 @@ requires = [ +@@ -16,9 +16,7 @@ requires = [ # Note that building against numpy 1.x works fine too - users and # redistributors can do this by installing the numpy version they like and # disabling build isolation. - "numpy>=2.0.0; python_version<'3.13'", - "numpy>=2.1.0; python_version>='3.13'", +- "numpy>=2.3.2; python_version>='3.14'", + "numpy", ] diff --git a/math/py-qats/Makefile b/math/py-qats/Makefile index dab2034110a7..94df3359ca5b 100644 --- a/math/py-qats/Makefile +++ b/math/py-qats/Makefile @@ -1,6 +1,7 @@ PORTNAME= qats DISTVERSIONPREFIX= v DISTVERSION= 5.2.1 +PORTREVISION= 1 CATEGORIES= math #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-reals/Makefile b/math/py-reals/Makefile index 054a4f0d9086..c06378b12f67 100644 --- a/math/py-reals/Makefile +++ b/math/py-reals/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/rubenvannieuwpoort/reals LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.10+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/math/py-rectangle-packer/Makefile b/math/py-rectangle-packer/Makefile index 1f6d8de931ce..7961e650865e 100644 --- a/math/py-rectangle-packer/Makefile +++ b/math/py-rectangle-packer/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= python -USE_PYTHON= distutils cython autoplist unittest +USE_PYTHON= autoplist cython0 distutils unittest USE_GITHUB= yes GH_ACCOUNT= Penlect @@ -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-roman/Makefile b/math/py-roman/Makefile index 3223f660cca4..09981e890786 100644 --- a/math/py-roman/Makefile +++ b/math/py-roman/Makefile @@ -1,6 +1,5 @@ PORTNAME= roman -PORTVERSION= 5.0 -PORTREVISION= 1 +PORTVERSION= 5.1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-roman/distinfo b/math/py-roman/distinfo index e0125de71044..cc01a8ef817a 100644 --- a/math/py-roman/distinfo +++ b/math/py-roman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738332001 -SHA256 (roman-5.0.tar.gz) = cb35293c1c4046105fd899194f4f2985f78c955a8b05937f7ab93f3be1660697 -SIZE (roman-5.0.tar.gz) = 7664 +TIMESTAMP = 1759134408 +SHA256 (roman-5.1.tar.gz) = 3a86572e9bc9183e771769601189e5fa32f1620ffeceebb9eca836affb409986 +SIZE (roman-5.1.tar.gz) = 8066 diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile index 36e46dc10eb8..b2c5f9a8d1d0 100644 --- a/math/py-rustworkx/Makefile +++ b/math/py-rustworkx/Makefile @@ -1,5 +1,6 @@ PORTNAME= rustworkx -DISTVERSION= 0.16.0 +DISTVERSION= 0.17.1 +PORTREVISION= 5 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-rust>0:devel/py-setuptools-rust@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>=5.4:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pillow>=5.4:graphics/py-pillow@${PY_FLAVOR} + #${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} USES= cargo python USE_PYTHON= autoplist distutils pytest @@ -24,34 +25,43 @@ USE_GITHUB= yes GH_ACCOUNT= Qiskit CARGO_CRATES= adler2-2.0.0 \ - ahash-0.8.11 \ + aho-corasick-1.1.3 \ allocator-api2-0.2.21 \ + arbitrary-1.4.1 \ autocfg-1.4.0 \ - byteorder-1.5.0 \ + bitflags-2.9.0 \ + cc-1.2.18 \ cfg-if-1.0.0 \ crc32fast-1.4.2 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ - either-1.13.0 \ - equivalent-1.0.1 \ + derive_arbitrary-1.4.1 \ + either-1.15.0 \ + env_logger-0.8.4 \ + equivalent-1.0.2 \ fixedbitset-0.5.7 \ - flate2-1.0.35 \ - foldhash-0.1.4 \ + flate2-1.1.1 \ + foldhash-0.1.5 \ getrandom-0.2.15 \ + getrandom-0.3.2 \ hashbrown-0.15.2 \ heck-0.5.0 \ hermit-abi-0.3.9 \ - indexmap-2.7.0 \ - indoc-2.0.5 \ - itertools-0.11.0 \ + indexmap-2.9.0 \ + indoc-2.0.6 \ itertools-0.13.0 \ - itoa-1.0.14 \ - libc-0.2.169 \ + itertools-0.14.0 \ + itoa-1.0.15 \ + jobserver-0.1.33 \ + libc-0.2.171 \ + libfuzzer-sys-0.4.9 \ + libm-0.2.15 \ + log-0.4.27 \ matrixmultiply-0.3.9 \ memchr-2.7.4 \ memoffset-0.9.1 \ - miniz_oxide-0.8.3 \ + miniz_oxide-0.8.7 \ ndarray-0.16.1 \ ndarray-stats-0.6.0 \ noisy_float-0.2.0 \ @@ -60,44 +70,56 @@ CARGO_CRATES= adler2-2.0.0 \ num-integer-0.1.46 \ num-traits-0.2.19 \ num_cpus-1.16.0 \ - numpy-0.23.0 \ - once_cell-1.20.2 \ - petgraph-0.7.1 \ - portable-atomic-1.10.0 \ + numpy-0.24.0 \ + once_cell-1.21.3 \ + petgraph-0.8.1 \ + portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ - ppv-lite86-0.2.20 \ - priority-queue-2.1.1 \ - proc-macro2-1.0.93 \ - pyo3-0.23.4 \ - pyo3-build-config-0.23.4 \ - pyo3-ffi-0.23.4 \ - pyo3-macros-0.23.4 \ - pyo3-macros-backend-0.23.4 \ - quick-xml-0.37.2 \ - quote-1.0.38 \ + ppv-lite86-0.2.21 \ + priority-queue-2.3.1 \ + proc-macro2-1.0.94 \ + pyo3-0.24.1 \ + pyo3-build-config-0.24.1 \ + pyo3-ffi-0.24.1 \ + pyo3-macros-0.24.1 \ + pyo3-macros-backend-0.24.1 \ + quick-xml-0.37.4 \ + quickcheck-1.0.3 \ + quickcheck_macros-1.1.0 \ + quote-1.0.40 \ + r-efi-5.2.0 \ rand-0.8.5 \ + rand-0.9.1 \ rand_chacha-0.3.1 \ + rand_chacha-0.9.0 \ rand_core-0.6.4 \ - rand_pcg-0.3.1 \ + rand_core-0.9.3 \ + rand_distr-0.5.1 \ + rand_pcg-0.9.0 \ rawpointer-0.2.1 \ rayon-1.10.0 \ - rayon-cond-0.3.0 \ + rayon-cond-0.4.0 \ rayon-core-1.12.1 \ - rustc-hash-2.1.0 \ - ryu-1.0.18 \ - serde-1.0.217 \ - serde_derive-1.0.217 \ - serde_json-1.0.135 \ - smallvec-1.13.2 \ - sprs-0.11.2 \ - syn-2.0.96 \ - target-lexicon-0.12.16 \ - unicode-ident-1.0.14 \ - unindent-0.2.3 \ - version_check-0.9.5 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ + rustc-hash-2.1.1 \ + ryu-1.0.20 \ + serde-1.0.219 \ + serde_derive-1.0.219 \ + serde_json-1.0.140 \ + shlex-1.3.0 \ + smallvec-1.15.0 \ + sprs-0.11.3 \ + syn-2.0.100 \ + target-lexicon-0.13.2 \ + unicode-ident-1.0.18 \ + unindent-0.2.4 \ wasi-0.11.0+wasi-snapshot-preview1 \ - zerocopy-0.7.35 \ - zerocopy-derive-0.7.35 + wasi-0.14.2+wasi-0.2.4 \ + wit-bindgen-rt-0.39.0 \ + zerocopy-0.8.24 \ + zerocopy-derive-0.8.24 CARGO_BUILD= no CARGO_INSTALL= no @@ -108,7 +130,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-rustworkx/distinfo b/math/py-rustworkx/distinfo index df9c3aa4963f..47678b2aa98a 100644 --- a/math/py-rustworkx/distinfo +++ b/math/py-rustworkx/distinfo @@ -1,14 +1,18 @@ -TIMESTAMP = 1745540854 +TIMESTAMP = 1756093369 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/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 +SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 +SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 -SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b -SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 +SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd +SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 +SHA256 (rust/crates/cc-1.2.18.crate) = 525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c +SIZE (rust/crates/cc-1.2.18.crate) = 105851 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 @@ -19,44 +23,58 @@ SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1 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/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 -SIZE (rust/crates/either-1.13.0.crate) = 19169 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 +SHA256 (rust/crates/derive_arbitrary-1.4.1.crate) = 30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800 +SIZE (rust/crates/derive_arbitrary-1.4.1.crate) = 11521 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3 +SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 SHA256 (rust/crates/fixedbitset-0.5.7.crate) = 1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99 SIZE (rust/crates/fixedbitset-0.5.7.crate) = 26537 -SHA256 (rust/crates/flate2-1.0.35.crate) = c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c -SIZE (rust/crates/flate2-1.0.35.crate) = 109188 -SHA256 (rust/crates/foldhash-0.1.4.crate) = a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f -SIZE (rust/crates/foldhash-0.1.4.crate) = 13764 +SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece +SIZE (rust/crates/flate2-1.1.1.crate) = 77224 +SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 +SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 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/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/hermit-abi-0.3.9.crate) = d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024 SIZE (rust/crates/hermit-abi-0.3.9.crate) = 16165 -SHA256 (rust/crates/indexmap-2.7.0.crate) = 62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f -SIZE (rust/crates/indexmap-2.7.0.crate) = 85335 -SHA256 (rust/crates/indoc-2.0.5.crate) = b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5 -SIZE (rust/crates/indoc-2.0.5.crate) = 14396 -SHA256 (rust/crates/itertools-0.11.0.crate) = b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57 -SIZE (rust/crates/itertools-0.11.0.crate) = 125074 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd +SIZE (rust/crates/indoc-2.0.6.crate) = 17164 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 SIZE (rust/crates/itertools-0.13.0.crate) = 146261 -SHA256 (rust/crates/itoa-1.0.14.crate) = d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674 -SIZE (rust/crates/itoa-1.0.14.crate) = 11210 -SHA256 (rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a -SIZE (rust/crates/libc-0.2.169.crate) = 757901 +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/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 +SHA256 (rust/crates/libc-0.2.171.crate) = c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6 +SIZE (rust/crates/libc-0.2.171.crate) = 785246 +SHA256 (rust/crates/libfuzzer-sys-0.4.9.crate) = cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75 +SIZE (rust/crates/libfuzzer-sys-0.4.9.crate) = 133299 +SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de +SIZE (rust/crates/libm-0.2.15.crate) = 156108 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 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/miniz_oxide-0.8.3.crate) = b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924 -SIZE (rust/crates/miniz_oxide-0.8.3.crate) = 61827 +SHA256 (rust/crates/miniz_oxide-0.8.7.crate) = ff70ce3e48ae43fa075863cef62e8b43b71a4f2382229920e0df362592919430 +SIZE (rust/crates/miniz_oxide-0.8.7.crate) = 66905 SHA256 (rust/crates/ndarray-0.16.1.crate) = 882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841 SIZE (rust/crates/ndarray-0.16.1.crate) = 291026 SHA256 (rust/crates/ndarray-stats-0.6.0.crate) = 17ebbe97acce52d06aebed4cd4a87c0941f4b2519b59b82b4feb5bd0ce003dfd @@ -73,81 +91,105 @@ SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 SHA256 (rust/crates/num_cpus-1.16.0.crate) = 4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43 SIZE (rust/crates/num_cpus-1.16.0.crate) = 15713 -SHA256 (rust/crates/numpy-0.23.0.crate) = b94caae805f998a07d33af06e6a3891e38556051b8045c615470a71590e13e78 -SIZE (rust/crates/numpy-0.23.0.crate) = 79034 -SHA256 (rust/crates/once_cell-1.20.2.crate) = 1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775 -SIZE (rust/crates/once_cell-1.20.2.crate) = 33394 -SHA256 (rust/crates/petgraph-0.7.1.crate) = 3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772 -SIZE (rust/crates/petgraph-0.7.1.crate) = 736025 -SHA256 (rust/crates/portable-atomic-1.10.0.crate) = 280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6 -SIZE (rust/crates/portable-atomic-1.10.0.crate) = 174760 +SHA256 (rust/crates/numpy-0.24.0.crate) = a7cfbf3f0feededcaa4d289fe3079b03659e85c5b5a177f4ba6fb01ab4fb3e39 +SIZE (rust/crates/numpy-0.24.0.crate) = 82393 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/petgraph-0.8.1.crate) = 7a98c6720655620a521dcc722d0ad66cd8afd5d86e34a89ef691c50b7b24de06 +SIZE (rust/crates/petgraph-0.8.1.crate) = 763960 +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.20.crate) = 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 -SIZE (rust/crates/ppv-lite86-0.2.20.crate) = 22478 -SHA256 (rust/crates/priority-queue-2.1.1.crate) = 714c75db297bc88a63783ffc6ab9f830698a6705aa0201416931759ef4c8183d -SIZE (rust/crates/priority-queue-2.1.1.crate) = 36321 -SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 -SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388 -SHA256 (rust/crates/pyo3-0.23.4.crate) = 57fe09249128b3173d092de9523eaa75136bf7ba85e0d69eca241c7939c933cc -SIZE (rust/crates/pyo3-0.23.4.crate) = 1087676 -SHA256 (rust/crates/pyo3-build-config-0.23.4.crate) = 1cd3927b5a78757a0d71aa9dff669f903b1eb64b54142a9bd9f757f8fde65fd7 -SIZE (rust/crates/pyo3-build-config-0.23.4.crate) = 33885 -SHA256 (rust/crates/pyo3-ffi-0.23.4.crate) = dab6bb2102bd8f991e7749f130a70d05dd557613e39ed2deeee8e9ca0c4d548d -SIZE (rust/crates/pyo3-ffi-0.23.4.crate) = 74806 -SHA256 (rust/crates/pyo3-macros-0.23.4.crate) = 91871864b353fd5ffcb3f91f2f703a22a9797c91b9ab497b1acac7b07ae509c7 -SIZE (rust/crates/pyo3-macros-0.23.4.crate) = 8852 -SHA256 (rust/crates/pyo3-macros-backend-0.23.4.crate) = 43abc3b80bc20f3facd86cd3c60beed58c3e2aa26213f3cda368de39c60a27e4 -SIZE (rust/crates/pyo3-macros-backend-0.23.4.crate) = 70912 -SHA256 (rust/crates/quick-xml-0.37.2.crate) = 165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003 -SIZE (rust/crates/quick-xml-0.37.2.crate) = 188017 -SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc -SIZE (rust/crates/quote-1.0.38.crate) = 31252 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 +SHA256 (rust/crates/priority-queue-2.3.1.crate) = ef08705fa1589a1a59aa924ad77d14722cb0cd97b67dd5004ed5f4a4873fce8d +SIZE (rust/crates/priority-queue-2.3.1.crate) = 45422 +SHA256 (rust/crates/proc-macro2-1.0.94.crate) = a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84 +SIZE (rust/crates/proc-macro2-1.0.94.crate) = 52391 +SHA256 (rust/crates/pyo3-0.24.1.crate) = 17da310086b068fbdcefbba30aeb3721d5bb9af8db4987d6735b2183ca567229 +SIZE (rust/crates/pyo3-0.24.1.crate) = 1113050 +SHA256 (rust/crates/pyo3-build-config-0.24.1.crate) = e27165889bd793000a098bb966adc4300c312497ea25cf7a690a9f0ac5aa5fc1 +SIZE (rust/crates/pyo3-build-config-0.24.1.crate) = 34020 +SHA256 (rust/crates/pyo3-ffi-0.24.1.crate) = 05280526e1dbf6b420062f3ef228b78c0c54ba94e157f5cb724a609d0f2faabc +SIZE (rust/crates/pyo3-ffi-0.24.1.crate) = 76435 +SHA256 (rust/crates/pyo3-macros-0.24.1.crate) = 5c3ce5686aa4d3f63359a5100c62a127c9f15e8398e5fdeb5deef1fed5cd5f44 +SIZE (rust/crates/pyo3-macros-0.24.1.crate) = 8866 +SHA256 (rust/crates/pyo3-macros-backend-0.24.1.crate) = f4cf6faa0cbfb0ed08e89beb8103ae9724eb4750e3a78084ba4017cbe94f3855 +SIZE (rust/crates/pyo3-macros-backend-0.24.1.crate) = 72588 +SHA256 (rust/crates/quick-xml-0.37.4.crate) = a4ce8c88de324ff838700f36fb6ab86c96df0e3c4ab6ef3a9b2044465cce1369 +SIZE (rust/crates/quick-xml-0.37.4.crate) = 190389 +SHA256 (rust/crates/quickcheck-1.0.3.crate) = 588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6 +SIZE (rust/crates/quickcheck-1.0.3.crate) = 28069 +SHA256 (rust/crates/quickcheck_macros-1.1.0.crate) = f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a +SIZE (rust/crates/quickcheck_macros-1.1.0.crate) = 11744 +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/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 +SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 +SIZE (rust/crates/rand-0.9.1.crate) = 97986 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_pcg-0.3.1.crate) = 59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e -SIZE (rust/crates/rand_pcg-0.3.1.crate) = 11983 +SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (rust/crates/rand_distr-0.5.1.crate) = 6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463 +SIZE (rust/crates/rand_distr-0.5.1.crate) = 75593 +SHA256 (rust/crates/rand_pcg-0.9.0.crate) = b48ac3f7ffaab7fac4d2376632268aa5f89abdb55f7ebf8f4d11fffccb2320f7 +SIZE (rust/crates/rand_pcg-0.9.0.crate) = 15179 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-cond-0.3.0.crate) = 059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9 -SIZE (rust/crates/rayon-cond-0.3.0.crate) = 9913 +SHA256 (rust/crates/rayon-cond-0.4.0.crate) = 2964d0cf57a3e7a06e8183d14a8b527195c706b7983549cd5462d5aa3747438f +SIZE (rust/crates/rayon-cond-0.4.0.crate) = 10659 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 -SHA256 (rust/crates/rustc-hash-2.1.0.crate) = c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497 -SIZE (rust/crates/rustc-hash-2.1.0.crate) = 13316 -SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f -SIZE (rust/crates/ryu-1.0.18.crate) = 47713 -SHA256 (rust/crates/serde-1.0.217.crate) = 02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70 -SIZE (rust/crates/serde-1.0.217.crate) = 79019 -SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0 -SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749 -SHA256 (rust/crates/serde_json-1.0.135.crate) = 2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9 -SIZE (rust/crates/serde_json-1.0.135.crate) = 154499 -SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 -SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 -SHA256 (rust/crates/sprs-0.11.2.crate) = 704ef26d974e8a452313ed629828cd9d4e4fa34667ca1ad9d6b1fffa43c6e166 -SIZE (rust/crates/sprs-0.11.2.crate) = 113737 -SHA256 (rust/crates/syn-2.0.96.crate) = d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80 -SIZE (rust/crates/syn-2.0.96.crate) = 297497 -SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 -SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 -SHA256 (rust/crates/unicode-ident-1.0.14.crate) = adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83 -SIZE (rust/crates/unicode-ident-1.0.14.crate) = 47547 -SHA256 (rust/crates/unindent-0.2.3.crate) = c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce -SIZE (rust/crates/unindent-0.2.3.crate) = 7306 -SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a -SIZE (rust/crates/version_check-0.9.5.crate) = 15554 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +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.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d +SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 +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_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 +SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 +SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 +SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +SHA256 (rust/crates/sprs-0.11.3.crate) = 8bff8419009a08f6cb7519a602c5590241fbff1446bcc823c07af15386eb801b +SIZE (rust/crates/sprs-0.11.3.crate) = 114247 +SHA256 (rust/crates/syn-2.0.100.crate) = b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0 +SIZE (rust/crates/syn-2.0.100.crate) = 297947 +SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a +SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 +SIZE (rust/crates/unindent-0.2.4.crate) = 7422 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/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e -SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829 -SHA256 (Qiskit-rustworkx-0.16.0_GH0.tar.gz) = ef3c6fb3bd7e6a18919023330f3961702346d8afbe95aa5f446f9b222ee72391 -SIZE (Qiskit-rustworkx-0.16.0_GH0.tar.gz) = 635675 +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/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879 +SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777 +SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be +SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487 +SHA256 (Qiskit-rustworkx-0.17.1_GH0.tar.gz) = dc248da9cc364b81ac67f5d67b626ee3f03a1f6299f7a9b4d0a0501548715365 +SIZE (Qiskit-rustworkx-0.17.1_GH0.tar.gz) = 851265 diff --git a/math/py-rustworkx/files/patch-pyproject.toml b/math/py-rustworkx/files/patch-pyproject.toml new file mode 100644 index 000000000000..ffcb5b273806 --- /dev/null +++ b/math/py-rustworkx/files/patch-pyproject.toml @@ -0,0 +1,18 @@ +--- pyproject.toml.orig 2025-08-25 03:43:23 UTC ++++ pyproject.toml +@@ -7,8 +7,6 @@ readme = {file = "README.md", content-type = "text/mar + "numpy>=1.16.0,<3" + ] + readme = {file = "README.md", content-type = "text/markdown"} +-license-files = ["LICENSE"] +-license = "Apache-2.0" + classifiers=[ + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", +@@ -153,4 +151,4 @@ repair-wheel-command = "brew install pipx && pipx ensu + repair-wheel-command = "brew install pipx && pipx ensurepath && pipx run --spec delocate==0.11.0 delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} && pipx run abi3audit==0.0.9 --strict --report {wheel}" + + [tool.cibuildwheel.windows] +-repair-wheel-command = "cp {wheel} {dest_dir}/. && pipx run abi3audit==0.0.9 --strict --report {wheel}" +\ No newline at end of file ++repair-wheel-command = "cp {wheel} {dest_dir}/. && pipx run abi3audit==0.0.9 --strict --report {wheel}" diff --git a/math/py-scikit-fem/Makefile b/math/py-scikit-fem/Makefile index 7629e496e2c1..24826fa69928 100644 --- a/math/py-scikit-fem/Makefile +++ b/math/py-scikit-fem/Makefile @@ -1,5 +1,5 @@ PORTNAME= scikit-fem -PORTVERSION= 10.0.2 +PORTVERSION= 12.0.1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,7 @@ WWW= https://scikit-fem.readthedocs.io/en/latest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} diff --git a/math/py-scikit-fem/distinfo b/math/py-scikit-fem/distinfo index 2e16e7e37409..b23e82c2a35e 100644 --- a/math/py-scikit-fem/distinfo +++ b/math/py-scikit-fem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727314584 -SHA256 (scikit_fem-10.0.2.tar.gz) = 8448da3776bbd03a9660ef0de85c67e292de009f2226f405523c6e2388f6b0f3 -SIZE (scikit_fem-10.0.2.tar.gz) = 159954 +TIMESTAMP = 1769874394 +SHA256 (scikit_fem-12.0.1.tar.gz) = 2e68398c4b37314626ea735a508fc47a718ee578e51126b99a264a7d8395ec81 +SIZE (scikit_fem-12.0.1.tar.gz) = 128848 diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile index e7f56fb1d57a..02051800513e 100644 --- a/math/py-scikit-umfpack/Makefile +++ b/math/py-scikit-umfpack/Makefile @@ -1,6 +1,5 @@ PORTNAME= scikit-umfpack -DISTVERSION= 0.4.1 -PORTREVISION= 3 +DISTVERSION= 0.4.2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,19 +25,21 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} USES= fortran localbase:ldflags python -USE_PYTHON= pep517 cython autoplist pytest # tests fail, see https://github.com/scikit-umfpack/scikit-umfpack/issues/77 +USE_PYTHON= pep517 cython3 autoplist pytest +PEP517_BUILD_CONFIG_SETTING= "-Cbuild-dir=_build" CFLAGS+= -I/usr/local/include/suitesparse CXXFLAGS+= -I/usr/local/include/suitesparse -TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} - post-patch: ${REINPLACE_CMD} \ -e "s|swig_inc_args = \[\]|swig_inc_args = [\'-I${LOCALBASE}/include/suitesparse\']|" \ ${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_SOABI}.so + +pre-test: + ${CP} -a ${WRKSRC}/_build/ ${WRKSRC} .include <bsd.port.mk> diff --git a/math/py-scikit-umfpack/distinfo b/math/py-scikit-umfpack/distinfo index 7da5e8029d69..516162d64fc1 100644 --- a/math/py-scikit-umfpack/distinfo +++ b/math/py-scikit-umfpack/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731041698 -SHA256 (scikit_umfpack-0.4.1.tar.gz) = 23a16750fbf866d32341ab3885fd59687bc9d5fbb9d372e50f6a968059604d59 -SIZE (scikit_umfpack-0.4.1.tar.gz) = 31845 +TIMESTAMP = 1767544887 +SHA256 (scikit_umfpack-0.4.2.tar.gz) = 7cd652e6559804a52379f4ff367cfad54d6f7a6fc65a5e0bd26d26a1282c3f64 +SIZE (scikit_umfpack-0.4.2.tar.gz) = 33827 diff --git a/math/py-scs/Makefile b/math/py-scs/Makefile index 87d60dd90608..e1fc8c128ec0 100644 --- a/math/py-scs/Makefile +++ b/math/py-scs/Makefile @@ -1,6 +1,5 @@ PORTNAME= scs -DISTVERSION= 3.2.7 -PORTREVISION= 1 +DISTVERSION= 3.2.9 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +25,8 @@ MAKE_ENV= ${CONFIGURE_ENV} TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_scs_*.so + @${STRIP_CMD} \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/scs/_scs_direct${PYTHON_TAG}.so \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/scs/_scs_indirect${PYTHON_TAG}.so .include <bsd.port.mk> diff --git a/math/py-scs/distinfo b/math/py-scs/distinfo index 48effb4dbcba..bcb0f972262b 100644 --- a/math/py-scs/distinfo +++ b/math/py-scs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731044167 -SHA256 (scs-3.2.7.tar.gz) = e89d81752ef241d7e408f21d0b69cde9bb6ce196241482e17f763cba5a7d9497 -SIZE (scs-3.2.7.tar.gz) = 1600253 +TIMESTAMP = 1760338342 +SHA256 (scs-3.2.9.tar.gz) = df9542d435d21938ed09494a6c525a9772779902b61300961e16890a2df7f572 +SIZE (scs-3.2.9.tar.gz) = 1690742 diff --git a/math/py-scs/files/patch-pyproject.toml b/math/py-scs/files/patch-pyproject.toml index 7b7980d3fad4..d62e3f0d491b 100644 --- a/math/py-scs/files/patch-pyproject.toml +++ b/math/py-scs/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2024-06-20 23:14:01 UTC +--- pyproject.toml.orig 2025-10-12 18:49:35 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] build-backend = 'mesonpy' requires = [ -- "numpy >= 2.0.0; python_version > '3.8'", -+ "numpy; python_version > '3.8'", - "oldest-supported-numpy; python_version <= '3.8'", +- "numpy >= 2.0.0", ++ "numpy", "meson-python" ] + diff --git a/math/py-seaborn/Makefile b/math/py-seaborn/Makefile index 783a99300bb1..bb4e14756672 100644 --- a/math/py-seaborn/Makefile +++ b/math/py-seaborn/Makefile @@ -1,5 +1,5 @@ PORTNAME= seaborn -DISTVERSION= 0.13.0 +DISTVERSION= 0.13.2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}patsy>0:math/py-patsy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.4:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.20,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=1.2:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.7:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}statsmodels>=0.12:math/py-statsmodels@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 diff --git a/math/py-seaborn/distinfo b/math/py-seaborn/distinfo index a63d8a0574b0..372ab2af8b7d 100644 --- a/math/py-seaborn/distinfo +++ b/math/py-seaborn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697588051 -SHA256 (seaborn-0.13.0.tar.gz) = 0e76abd2ec291c655b516703c6a022f0fd5afed26c8e714e8baef48150f73598 -SIZE (seaborn-0.13.0.tar.gz) = 1455480 +TIMESTAMP = 1770285323 +SHA256 (seaborn-0.13.2.tar.gz) = 93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7 +SIZE (seaborn-0.13.2.tar.gz) = 1457696 diff --git a/math/py-secp256k1/Makefile b/math/py-secp256k1/Makefile index 4fd354f93917..6e12b78eea16 100644 --- a/math/py-secp256k1/Makefile +++ b/math/py-secp256k1/Makefile @@ -1,6 +1,5 @@ PORTNAME= secp256k1 -PORTVERSION= 0.13.2 -PORTREVISION= 4 +PORTVERSION= 0.14.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-secp256k1/distinfo b/math/py-secp256k1/distinfo index d2988f1d9cd6..fad3feb46480 100644 --- a/math/py-secp256k1/distinfo +++ b/math/py-secp256k1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527391407 -SHA256 (secp256k1-0.13.2.tar.gz) = a3b43e02d321c09eafa769a6fc2c156f555cab3a7db62175ef2fd21e16cdf20c -SIZE (secp256k1-0.13.2.tar.gz) = 156726 +TIMESTAMP = 1769589674 +SHA256 (secp256k1-0.14.0.tar.gz) = 82c06712d69ef945220c8b53c1a0d424c2ff6a1f64aee609030df79ad8383397 +SIZE (secp256k1-0.14.0.tar.gz) = 2420607 diff --git a/math/py-secp256k1/files/patch-__cffi__build_secp256k1.h b/math/py-secp256k1/files/patch-__cffi__build_secp256k1.h new file mode 100644 index 000000000000..43dc8524f7a0 --- /dev/null +++ b/math/py-secp256k1/files/patch-__cffi__build_secp256k1.h @@ -0,0 +1,20 @@ +--- _cffi_build/secp256k1.h.orig 2026-01-28 09:10:51 UTC ++++ _cffi_build/secp256k1.h +@@ -133,7 +133,7 @@ int secp256k1_ec_pubkey_create( + const unsigned char *seckey + ); + +-int secp256k1_ec_privkey_tweak_add( ++int secp256k1_ec_seckey_tweak_add( + const secp256k1_context* ctx, + unsigned char *seckey, + const unsigned char *tweak +@@ -145,7 +145,7 @@ int secp256k1_ec_pubkey_tweak_add( + const unsigned char *tweak + ); + +-int secp256k1_ec_privkey_tweak_mul( ++int secp256k1_ec_seckey_tweak_mul( + const secp256k1_context* ctx, + unsigned char *seckey, + const unsigned char *tweak diff --git a/math/py-secp256k1/files/patch-secp256k1_____init____.py b/math/py-secp256k1/files/patch-secp256k1_____init____.py new file mode 100644 index 000000000000..82b60f846aad --- /dev/null +++ b/math/py-secp256k1/files/patch-secp256k1_____init____.py @@ -0,0 +1,19 @@ +--- secp256k1/__init__.py.orig 2026-01-28 09:09:44 UTC ++++ secp256k1/__init__.py +@@ -319,14 +319,14 @@ class PrivateKey(ECDSA): + Tweak the current private key by adding a 32 byte scalar + to it and return a new raw private key composed of 32 bytes. + """ +- return _tweak_private(self, lib.secp256k1_ec_privkey_tweak_add, scalar) ++ return _tweak_private(self, lib.secp256k1_ec_seckey_tweak_add, scalar) + + def tweak_mul(self, scalar): + """ + Tweak the current private key by multiplying it by a 32 byte scalar + and return a new raw private key composed of 32 bytes. + """ +- return _tweak_private(self, lib.secp256k1_ec_privkey_tweak_mul, scalar) ++ return _tweak_private(self, lib.secp256k1_ec_seckey_tweak_mul, scalar) + + def ecdsa_sign(self, msg, raw=False, digest=hashlib.sha256, + custom_nonce=None): diff --git a/math/py-secp256k1/files/patch-setup.py b/math/py-secp256k1/files/patch-setup.py index b826744e1490..a7c2a7bb0dd8 100644 --- a/math/py-secp256k1/files/patch-setup.py +++ b/math/py-secp256k1/files/patch-setup.py @@ -1,7 +1,7 @@ ---- setup.py.orig 2016-09-16 14:22:47 UTC +--- setup.py.orig 2021-11-06 01:31:13 UTC +++ setup.py -@@ -263,7 +263,7 @@ setup( - author_email='lud@tutanota.com', +@@ -276,7 +276,7 @@ setup( + maintainer_email='rusty@rustcorp.com.au', license='MIT', - setup_requires=['cffi>=1.3.0', 'pytest-runner==2.6.2'], diff --git a/math/py-secp256k1/files/patch-setup__support.py b/math/py-secp256k1/files/patch-setup__support.py new file mode 100644 index 000000000000..8bf52bee3ff1 --- /dev/null +++ b/math/py-secp256k1/files/patch-setup__support.py @@ -0,0 +1,8 @@ +--- setup_support.py.orig 2026-01-28 09:03:52 UTC ++++ setup_support.py +@@ -105,4 +105,4 @@ def has_system_lib(): + global _has_system_lib + if _has_system_lib is None: + _has_system_lib = _find_lib() +- return False ++ return _has_system_lib diff --git a/math/py-slepc4py/Makefile b/math/py-slepc4py/Makefile index d16bab567fbb..bec7ada0b407 100644 --- a/math/py-slepc4py/Makefile +++ b/math/py-slepc4py/Makefile @@ -22,12 +22,12 @@ LIB_DEPENDS= libmpich.so:net/mpich \ RUN_DEPENDS= ${PYNUMPY} USES= fortran python -USE_PYTHON= autoplist cython3 distutils pytest +USE_PYTHON= autoplist cython distutils pytest 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-splot/Makefile b/math/py-splot/Makefile index e82daf705373..9593eaa40c02 100644 --- a/math/py-splot/Makefile +++ b/math/py-splot/Makefile @@ -1,5 +1,6 @@ PORTNAME= splot PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-spopt/Makefile b/math/py-spopt/Makefile index 7038ea27b7a5..d808bcdad050 100644 --- a/math/py-spopt/Makefile +++ b/math/py-spopt/Makefile @@ -1,6 +1,5 @@ PORTNAME= spopt -PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTVERSION= 0.7.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,20 +12,24 @@ WWW= https://pysal.org/spopt/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.10.0:graphics/py-geopandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}networkx>=0.1:math/py-networkx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=1.21,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=1.0.5,1:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PuLP>=0:math/py-PuLP@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.22:science/py-scikit-learn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.3.2:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}spaghetti>=0:science/py-spaghetti@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>=4.27.0:misc/py-tqdm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0.14.0:graphics/py-geopandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libpysal>=4.10.0:science/py-libpysal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mapclassify>=2.7.0:graphics/py-mapclassify@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}networkx>=3.2,1:math/py-networkx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=2.1.0,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pointpats>=2.4.0:graphics/py-pointpats@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PuLP>=2.8:math/py-PuLP@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>=1.4.0:science/py-scikit-learn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.12.0:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}shapely>=2.1.0:devel/py-shapely@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}spaghetti>=1.7.4:science/py-spaghetti@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>=4.66.0:misc/py-tqdm@${PY_FLAVOR} -USES= python +USES= python:3.11+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/math/py-spopt/distinfo b/math/py-spopt/distinfo index bbd54d920ecc..d742734d241b 100644 --- a/math/py-spopt/distinfo +++ b/math/py-spopt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589962 -SHA256 (spopt-0.5.0.tar.gz) = 66e8ba4033be7441df9055b5512a0aeee0e94636eb778b6fd6cb355453f23592 -SIZE (spopt-0.5.0.tar.gz) = 103639 +TIMESTAMP = 1752567306 +SHA256 (spopt-0.7.0.tar.gz) = ed599b8c0e219682e48e85852b615dbc6f122ef2907d73c11894ad3ffdb39d47 +SIZE (spopt-0.7.0.tar.gz) = 32372541 diff --git a/math/py-spot/Makefile b/math/py-spot/Makefile index 7c46bda7d266..7eb113f57058 100644 --- a/math/py-spot/Makefile +++ b/math/py-spot/Makefile @@ -1,5 +1,5 @@ PORTNAME= spot -DISTVERSION= 2.12.1 +DISTVERSION= 2.14.5 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-spot/distinfo b/math/py-spot/distinfo index 6eb4380cb70c..e53e6f7caac7 100644 --- a/math/py-spot/distinfo +++ b/math/py-spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727154374 -SHA256 (spot-2.12.1.tar.gz) = 5477c08d4e1d062f164c2e486a83556925d07d70f2180de706af7aa949c6ff5c -SIZE (spot-2.12.1.tar.gz) = 7836653 +TIMESTAMP = 1768210019 +SHA256 (spot-2.14.5.tar.gz) = 8703d33426eea50a8e3b7f4b984c05b8058cbff054b260863a1688980d8b8d19 +SIZE (spot-2.14.5.tar.gz) = 8587011 diff --git a/math/py-spot/pkg-plist b/math/py-spot/pkg-plist index 387e84ef0df7..7f1be8eb1a38 100644 --- a/math/py-spot/pkg-plist +++ b/math/py-spot/pkg-plist @@ -1,23 +1,30 @@ -%%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%%/__pycache__/buddy%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/__pycache__/buddy%%PYTHON_TAG%%.opt-2.pyc +%%PYTHON_SITELIBDIR%%/__pycache__/buddy%%PYTHON_TAG%%.pyc +%%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 -%%PYTHON_SITELIBDIR%%/spot/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/spot/__pycache__/aux_.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/spot/__pycache__/aux_.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/spot/__pycache__/gen.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/spot/__pycache__/gen.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/spot/__pycache__/impl.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%PYTHON_SITELIBDIR%%/spot/__pycache__/impl.cpython-%%PYTHON_SUFFIX%%.pyc -%%PYTHON_SITELIBDIR%%/spot/__pycache__/jupyter.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc -%%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/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/__init__%%PYTHON_TAG%%.opt-2.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/__init__%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/aux_%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/aux_%%PYTHON_TAG%%.opt-2.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/aux_%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/gen%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/gen%%PYTHON_TAG%%.opt-2.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/gen%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/impl%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/impl%%PYTHON_TAG%%.opt-2.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/impl%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/jupyter%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/jupyter%%PYTHON_TAG%%.opt-2.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/jupyter%%PYTHON_TAG%%.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/ltsmin%%PYTHON_TAG%%.opt-1.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/ltsmin%%PYTHON_TAG%%.opt-2.pyc +%%PYTHON_SITELIBDIR%%/spot/__pycache__/ltsmin%%PYTHON_TAG%%.pyc +%%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-spox/Makefile b/math/py-spox/Makefile new file mode 100644 index 000000000000..c8837e42d7d5 --- /dev/null +++ b/math/py-spox/Makefile @@ -0,0 +1,27 @@ +PORTNAME= spox +PORTVERSION= 0.17.0 +CATEGORIES= math python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Framework for constructing ONNX computational graphs +WWW= https://spox.readthedocs.io/en/latest/ \ + https://github.com/Quantco/spox + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}onnx>=1.13:misc/py-onnx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/math/py-spox/distinfo b/math/py-spox/distinfo new file mode 100644 index 000000000000..6c8da2f7b353 --- /dev/null +++ b/math/py-spox/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1769874396 +SHA256 (spox-0.17.0.tar.gz) = a85581e4698c85a85b0861308d21ba352fc2232fde85b8ac3a5ba6c5843536f1 +SIZE (spox-0.17.0.tar.gz) = 539598 diff --git a/math/py-spox/pkg-descr b/math/py-spox/pkg-descr new file mode 100644 index 000000000000..ecfef632b8d5 --- /dev/null +++ b/math/py-spox/pkg-descr @@ -0,0 +1,14 @@ +Spox makes it easy to construct ONNX models through clean and idiomatic Python +code. + +A common application of ONNX is converting models from various frameworks. This +requires replicating their runtime behaviour with ONNX operators. In the past +this has been a major challenge. Based on our experience, we designed Spox from +the ground up to make the process of writing converters (and ONNX models in +general) as easy as possible. + +Spox's features include: +- Eager operator validation and type inference +- Errors with Python tracebacks to offending operators +- First-class support for subgraphs (control flow) +- A lean and predictable API diff --git a/math/py-spreg/Makefile b/math/py-spreg/Makefile index 83032e2851f9..504083462d3a 100644 --- a/math/py-spreg/Makefile +++ b/math/py-spreg/Makefile @@ -1,5 +1,5 @@ PORTNAME= spreg -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.5 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..cec10f42631f 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 = 1768625725 +SHA256 (spreg-1.8.5.tar.gz) = 9cc7ad977a4056ab8f888d6cd1b2ed9d0723537814ff566ae5940fa8eab827f3 +SIZE (spreg-1.8.5.tar.gz) = 608230 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-squarify/Makefile b/math/py-squarify/Makefile index 99731674df12..8d8ec0eeb349 100644 --- a/math/py-squarify/Makefile +++ b/math/py-squarify/Makefile @@ -1,6 +1,6 @@ PORTNAME= squarify DISTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-ssm/Makefile b/math/py-ssm/Makefile index 145cd7407b04..89f6dc59573b 100644 --- a/math/py-ssm/Makefile +++ b/math/py-ssm/Makefile @@ -1,6 +1,6 @@ PORTNAME= ssm DISTVERSION= 0.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index d6cbc65701a2..d74ddaf037e9 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -1,5 +1,5 @@ PORTNAME= statsmodels -PORTVERSION= 0.14.1 +PORTVERSION= 0.14.6 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,16 +12,16 @@ WWW= https://www.statsmodels.org/stable/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.3,1<2,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.4:science/py-scipy@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.3,1<3,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.8,1<2,1:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8<9:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8<10:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.3,1<2,1:math/py-numpy@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.22.3,1<3,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}patsy>=0.5.4:math/py-patsy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.4:science/py-scipy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pandas>=1.4,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}patsy>=0.5.6:math/py-patsy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.8,1:science/py-scipy@${PY_FLAVOR} USES= python shebangfix USE_PYTHON= autoplist concurrent cython pep517 diff --git a/math/py-statsmodels/distinfo b/math/py-statsmodels/distinfo index 9578578320cd..130f42f717e0 100644 --- a/math/py-statsmodels/distinfo +++ b/math/py-statsmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703227906 -SHA256 (statsmodels-0.14.1.tar.gz) = 2260efdc1ef89f39c670a0bd8151b1d0843567781bcafec6cda0534eb47a94f6 -SIZE (statsmodels-0.14.1.tar.gz) = 20309647 +TIMESTAMP = 1765032808 +SHA256 (statsmodels-0.14.6.tar.gz) = 4d17873d3e607d398b85126cd4ed7aad89e4e9d89fc744cdab1af3189a996c2a +SIZE (statsmodels-0.14.6.tar.gz) = 20689085 diff --git a/math/py-statsmodels/files/patch-pyproject.toml b/math/py-statsmodels/files/patch-pyproject.toml index 631b260e6364..59e32baf8478 100644 --- a/math/py-statsmodels/files/patch-pyproject.toml +++ b/math/py-statsmodels/files/patch-pyproject.toml @@ -1,17 +1,18 @@ ---- pyproject.toml.orig 2023-12-07 13:22:55 UTC +--- pyproject.toml.orig 2025-07-02 15:55:37 UTC +++ pyproject.toml -@@ -3,12 +3,9 @@ requires = [ +@@ -2,11 +2,11 @@ requires = [ + # These are strictly build requirements. Runtime requirements are listed in # INSTALL_REQUIRES in setup.py requires = [ - "setuptools>=69.0.2; python_version>='3.12'", -- "setuptools>=63.4.3", -+ "setuptools>=63.1.0", - "cython>=0.29.33,<4", # Sync with CYTHON_MIN_VER in setup -- # Workaround for oldest supported numpy using 1.21.6, but SciPy 1.9.2+ requiring 1.22.3+ -- "oldest-supported-numpy; python_version!='3.10' or platform_system!='Windows' or platform_python_implementation=='PyPy'", -- "numpy>=1.22.3,<2; python_version=='3.10' and platform_system=='Windows' and platform_python_implementation != 'PyPy'", -- "numpy<2; python_version>='3.12'", -+ "numpy>=1.22.3,<2", - "scipy>=1.4", - "setuptools_scm[toml]>=8,<9" +- "setuptools>=69.0.2", ++ "setuptools>=61.0.0", + "cython>=3.0.10,<4", # Sync with CYTHON_MIN_VER in setup +- "numpy>=2.0.0,<3", +- "scipy>=1.13,<2", +- "setuptools_scm[toml]>=8,<9" ++ "numpy>=1.22.3,<3", ++ "scipy>=1.8,<2", ++ "setuptools_scm[toml]>=8,<10" ] + build-backend = "setuptools.build_meta" + diff --git a/math/py-statsmodels/pkg-plist b/math/py-statsmodels/pkg-plist index a7822be5d42d..544be1519514 100644 --- a/math/py-statsmodels/pkg-plist +++ b/math/py-statsmodels/pkg-plist @@ -90,6 +90,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/chi2_fitting.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/contrasts.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/copula.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/count_hurdle.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/deterministics.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/discrete_choice_example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/discrete_choice_overview.py @@ -114,10 +115,12 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/mediation_survival.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/metaanalysis1.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/mixed_lm_example.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/mstl_decomposition.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/ols.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/ordinal_regression.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/pca_fertility_factors.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/plots_boxplots.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/postestimation_poisson.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/predict.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/quantile_regression.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/quasibinomial.py @@ -146,8 +149,11 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_tvpvar_mcmc_cfa.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/statespace_varmax.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/stationarity_detrending_adf_kpss.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/stats_poisson.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/stats_rankcompare.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/stl_decomposition.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/theta-model.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/treatment_effect.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/tsa_arma_0.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/tsa_arma_1.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/tsa_dates.py diff --git a/math/py-sym/Makefile b/math/py-sym/Makefile index da9b826be89c..70c70275042a 100644 --- a/math/py-sym/Makefile +++ b/math/py-sym/Makefile @@ -1,6 +1,5 @@ PORTNAME= sym -DISTVERSION= 0.3.5 -PORTREVISION= 2 +DISTVERSION= 0.3.7 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist pytest NO_ARCH= yes +TEST_WRKSRC= ${WRKSRC}/sym/tests + +# tests as of 0.3.7: 117 passed, 3 warnings in 0.91s + .include <bsd.port.mk> diff --git a/math/py-sym/distinfo b/math/py-sym/distinfo index b6d94e1d7c3e..1de9592ab43e 100644 --- a/math/py-sym/distinfo +++ b/math/py-sym/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624457232 -SHA256 (sym-0.3.5.tar.gz) = 854ddd18f0a1f94c9590012e50a139b499b407c90e9ebd407c40285627784ab8 -SIZE (sym-0.3.5.tar.gz) = 31098 +TIMESTAMP = 1761714549 +SHA256 (sym-0.3.7.tar.gz) = e46567eab524266403522e913679566fece87fe70ce7071bfabc1b719d65265e +SIZE (sym-0.3.7.tar.gz) = 32915 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-timple/Makefile b/math/py-timple/Makefile index 11b5af5c56b4..9b1cf9ba763a 100644 --- a/math/py-timple/Makefile +++ b/math/py-timple/Makefile @@ -1,6 +1,6 @@ PORTNAME= timple PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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..0f53b9ae95c1 --- /dev/null +++ b/math/py-vector/Makefile @@ -0,0 +1,39 @@ +PORTNAME= vector +PORTVERSION= 1.7.0 +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.19.3,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=20: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..67d4c86003a6 --- /dev/null +++ b/math/py-vector/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1761446738 +SHA256 (vector-1.7.0.tar.gz) = 8b05ea2953322c74c49d2af180f7eac73ad0aa3d4c391cab896175ec4fa3d642 +SIZE (vector-1.7.0.tar.gz) = 386607 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/py-yt/Makefile b/math/py-yt/Makefile index bcd16ad88170..e505096b2666 100644 --- a/math/py-yt/Makefile +++ b/math/py-yt/Makefile @@ -1,6 +1,6 @@ PORTNAME= yt DISTVERSION= 4.3.1 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= math astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -33,7 +33,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}unyt>=2.8.0:math/py-unyt@${PY_FLAVOR} USES= dos2unix localbase python -USE_PYTHON= autoplist concurrent cython3 distutils +USE_PYTHON= autoplist concurrent cython distutils post-patch: @${REINPLACE_CMD} -e "s|check_for_pyembree() is not None|False|" \ diff --git a/math/py-z3-solver/Makefile b/math/py-z3-solver/Makefile index c1f93f9bc0ff..6ff394bc5c6c 100644 --- a/math/py-z3-solver/Makefile +++ b/math/py-z3-solver/Makefile @@ -1,6 +1,7 @@ PORTNAME= z3-solver DISTVERSIONPREFIX= z3- DISTVERSION= 4.14.1 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index ffc2b6a54f5a..d10de80c6838 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,5 +1,5 @@ PORTNAME= qalculate-gtk -PORTVERSION= 5.5.1 +PORTVERSION= 5.9.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -14,9 +14,12 @@ LIB_DEPENDS= libqalculate.so:math/libqalculate \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= gnuplot:math/gnuplot -USES= compiler:c++11-lang gettext gmake gnome \ - libtool:build localbase pkgconfig -USE_GNOME= cairo gdkpixbuf gtk30 intltool libxml2 +USES= compiler:c++17-lang gettext gmake gnome \ + libtool localbase pkgconfig +# Project does not set a c++ dialect, but it's better to not leave this +# undefined and left up to the whims of the compiler. +USE_CXXSTD= c++17 +USE_GNOME= cairo gdkpixbuf gtk30 libxml2 GNU_CONFIGURE= yes diff --git a/math/qalculate-gtk/distinfo b/math/qalculate-gtk/distinfo index 7bb43dabff78..84c11aa858d0 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 = 1768988356 +SHA256 (qalculate-gtk-5.9.0.tar.gz) = 39cd0bc5abe26edfc04a3064d4412d5af9f7197eafa0762a18a0cb6996f1021b +SIZE (qalculate-gtk-5.9.0.tar.gz) = 3619981 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..6fa230c8abd2 100644 --- a/math/qalculate-qt/Makefile +++ b/math/qalculate-qt/Makefile @@ -1,5 +1,5 @@ PORTNAME= qalculate-qt -PORTVERSION= 5.5.1 +PORTVERSION= 5.9.0 CATEGORIES= math MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -14,6 +14,9 @@ LIB_DEPENDS= libqalculate.so:math/libqalculate RUN_DEPENDS= gnuplot:math/gnuplot USES= compiler:c++17-lang gl pkgconfig qmake qt:6 +# Project does not set a c++ dialect, but it's better to not leave this +# undefined and left up to the whims of the compiler. +USE_CXXSTD= c++17 USE_GL= opengl USE_QT= base tools:build diff --git a/math/qalculate-qt/distinfo b/math/qalculate-qt/distinfo index 2cd962d2e946..f8988ca09e22 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 = 1768984815 +SHA256 (qalculate-qt-5.9.0.tar.gz) = c018e8ccc4c48c5c831d28c32b960f77de1c7e0e8cb6e26e0b9a2cccc91e5ee3 +SIZE (qalculate-qt-5.9.0.tar.gz) = 2043503 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/qposases/Makefile b/math/qposases/Makefile index 31e74ae64998..94bf32ea3a65 100644 --- a/math/qposases/Makefile +++ b/math/qposases/Makefile @@ -1,8 +1,7 @@ PORTNAME= qpOASES -DISTVERSION= 3.2.1 -PORTREVISION= 10 +DISTVERSIONPREFIX= releases/ +DISTVERSION= 3.2.2 CATEGORIES= math -MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/ PKGNAMEPREFIX= coin-or- MAINTAINER= yuri@FreeBSD.org @@ -17,6 +16,9 @@ LIB_DEPENDS= libopenblas.so:math/openblas USES= cmake fortran tar:tgz USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= coin-or + CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= QPOASES_BUILD_EXAMPLES diff --git a/math/qposases/distinfo b/math/qposases/distinfo index 03cee5dd66f2..de549c07c6eb 100644 --- a/math/qposases/distinfo +++ b/math/qposases/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1544388746 -SHA256 (qpOASES-3.2.1.tgz) = 9d81a8af3f5b5ba6e90912964966f7b246f16979db166c3631eeaeca9b4d5666 -SIZE (qpOASES-3.2.1.tgz) = 995713 +TIMESTAMP = 1762711686 +SHA256 (coin-or-qpOASES-releases-3.2.2_GH0.tar.gz) = e36d795a17b067ea333793d96f17a14fb2bfbd92a4ab86c7f6f513cd9e3e640d +SIZE (coin-or-qpOASES-releases-3.2.2_GH0.tar.gz) = 1058403 diff --git a/math/qposases/files/patch-CMakeLists.txt b/math/qposases/files/patch-CMakeLists.txt deleted file mode 100644 index c18af929728f..000000000000 --- a/math/qposases/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2018-12-09 20:53:53 UTC -+++ CMakeLists.txt -@@ -104,7 +104,7 @@ INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR - FILE(GLOB SRC src/*.cpp) - - # library --ADD_LIBRARY(qpOASES STATIC ${SRC}) -+ADD_LIBRARY(qpOASES ${SRC}) - INSTALL(TARGETS qpOASES - LIBRARY DESTINATION lib - ARCHIVE DESTINATION lib diff --git a/math/qposases/pkg-plist b/math/qposases/pkg-plist index e0fbe16a398b..e52743130988 100644 --- a/math/qposases/pkg-plist +++ b/math/qposases/pkg-plist @@ -31,5 +31,7 @@ include/qpOASES/Utils.ipp include/qpOASES/extras/OQPinterface.hpp include/qpOASES/extras/SolutionAnalysis.hpp include/qpOASES/extras/SolutionAnalysis.ipp +lib/cmake/qpOASES/qpOASESConfig.cmake +lib/cmake/qpOASES/qpOASESConfigVersion.cmake lib/libqpOASES.so lib/libqpOASES.so.3.2 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/quich/Makefile b/math/quich/Makefile index 3aa1cd750495..c336ef7b425f 100644 --- a/math/quich/Makefile +++ b/math/quich/Makefile @@ -6,7 +6,7 @@ CATEGORIES= math PATCH_SITES= https://github.com/Usbac/quich/commit/ PATCHFILES= 9ddb21a370fe403b6863995f1f2225529a5f0f81.patch:-p1 -MAINTAINER= tiago.gasiba@gmail.com +MAINTAINER= tiga@FreeBSD.org COMMENT= Just an advanced terminal calculator WWW= https://github.com/Usbac/quich diff --git a/math/rankwidth/Makefile b/math/rankwidth/Makefile index 79d032710033..ae6cffda042f 100644 --- a/math/rankwidth/Makefile +++ b/math/rankwidth/Makefile @@ -1,6 +1,5 @@ PORTNAME= rankwidth # Also known as: rw -PORTVERSION= 0.9 -PORTREVISION= 2 +PORTVERSION= 0.10 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/ DISTNAME= rw-${PORTVERSION} diff --git a/math/rankwidth/distinfo b/math/rankwidth/distinfo index 3daf4398b347..d467ae1a2d40 100644 --- a/math/rankwidth/distinfo +++ b/math/rankwidth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600113132 -SHA256 (rw-0.9.tar.gz) = c1e03506fe25cdfcb428c051fc56b2d2affb5b06fba3f2ce756631466befb441 -SIZE (rw-0.9.tar.gz) = 340385 +TIMESTAMP = 1766509750 +SHA256 (rw-0.10.tar.gz) = 89a8ed364893ac1b70ab70a152e3e7db3cf348bb69098aa6dbb969639df927db +SIZE (rw-0.10.tar.gz) = 355838 diff --git a/math/rankwidth/files/patch-simplerw.c b/math/rankwidth/files/patch-simplerw.c deleted file mode 100644 index 378f8e7c47a3..000000000000 --- a/math/rankwidth/files/patch-simplerw.c +++ /dev/null @@ -1,11 +0,0 @@ ---- simplerw.c.orig 2023-02-26 14:01:13 UTC -+++ simplerw.c -@@ -134,7 +134,7 @@ int read_graph(const char *format, const char * filena - igraph_destroy(&igraph); - return(-1); - } -- igraph_get_adjacency(&igraph, &imatrix, IGRAPH_GET_ADJACENCY_BOTH, 0); -+ igraph_get_adjacency(&igraph, &imatrix, IGRAPH_GET_ADJACENCY_BOTH, NULL, IGRAPH_LOOPS_ONCE); - igraph_destroy(&igraph); - if(igraph_matrix_nrow(&imatrix) > MAX_VERTICES) - { diff --git a/math/rapid/Makefile b/math/rapid/Makefile deleted file mode 100644 index 7e89e1351678..000000000000 --- a/math/rapid/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= rapid -PORTVERSION= 2.01 -PORTREVISION= 1 -CATEGORIES= math science graphics -MASTER_SITES= http://www.cs.sunysb.edu/~algorith/implement/RAPID/distrib/ -DISTNAME= RAPID_v2_01 - -MAINTAINER= jwb@FreeBSD.org -COMMENT= Robust and Accurate Polygon Interference Detection -WWW= http://www.cs.unc.edu/~geom/OBB/OBBT.html - -LICENSE= UNKNOWN -LICENSE_NAME= unknown -LICENSE_TEXT= For any commercial purpose, you must request a license from \ - http://www.cs.unc.edu/~geom/OBB/OBBT.html -LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-pkg-mirror \ - auto-accept - -SUB_FILES= pkg-message - -ALL_TARGET= -MAKE_JOBS_UNSAFE= yes -MAKE_ENV+= V=1 - -.include <bsd.port.pre.mk> - -post-extract: - ${REINPLACE_CMD} -E "s/friend RAPID_Collide/friend int RAPID_Collide/" ${WRKSRC}/RAPID_private.H - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/include/RAPID - ${INSTALL_DATA} ${WRKSRC}/*.H ${STAGEDIR}${PREFIX}/include/RAPID - ${INSTALL_DATA} ${WRKSRC}/libRAPID.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_MAN} ${FILESDIR}/rapid.1 ${STAGEDIR}${PREFIX}/share/man/man1 - -.include <bsd.port.post.mk> diff --git a/math/rapid/distinfo b/math/rapid/distinfo deleted file mode 100644 index 39b2f2858c2d..000000000000 --- a/math/rapid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (RAPID_v2_01.tar.gz) = f924759b9fe144a2ed40fab54047d3bad091ff2ee857e81b70e1b466dde91143 -SIZE (RAPID_v2_01.tar.gz) = 24123 diff --git a/math/rapid/files/patch-Makefile b/math/rapid/files/patch-Makefile deleted file mode 100644 index 51fc70b66e7e..000000000000 --- a/math/rapid/files/patch-Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.orig 1997-07-03 16:54:09 UTC -+++ Makefile -@@ -1,5 +1,5 @@ - --CC = CC -O -+CC = $(CXX) -O - - CFLAGS = -I. -I.. - diff --git a/math/rapid/files/patch-RAPID.C b/math/rapid/files/patch-RAPID.C deleted file mode 100644 index 1318747cdee6..000000000000 --- a/math/rapid/files/patch-RAPID.C +++ /dev/null @@ -1,11 +0,0 @@ ---- RAPID.C.orig 2018-05-16 10:56:45 UTC -+++ RAPID.C -@@ -40,7 +40,7 @@ - - #include "RAPID_version.H" - --static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__; -+static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__; - - // to silence the compiler's complaints about unreferenced identifiers. - static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);} diff --git a/math/rapid/files/patch-build.C b/math/rapid/files/patch-build.C deleted file mode 100644 index 97853e3e974a..000000000000 --- a/math/rapid/files/patch-build.C +++ /dev/null @@ -1,22 +0,0 @@ ---- build.C.orig 1997-07-03 16:54:10 UTC -+++ build.C -@@ -41,7 +41,7 @@ - - #include "RAPID_version.H" - --static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__; -+static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__; - - // to silence the compiler's complaints about unreferenced identifiers. - static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);} -@@ -419,8 +419,8 @@ box::split_recurse(int *t, int n) - // see where it lies with respect to axdmp. - mean_from_moment(c, RAPID_moment[in]); - -- if (((pR[0][0]*c[0] + pR[1][0]*c[1] + pR[2][0]*c[2]) < axdmp) -- && ((n!=2)) || ((n==2) && (i==0))) -+ if ( (( (pR[0][0]*c[0] + pR[1][0]*c[1] + pR[2][0]*c[2]) < axdmp) -+ && (n!=2)) || ((n==2) && (i==0)) ) - { - // accumulate first and second order moments for group 1 - accum_moment(M1, RAPID_moment[in]); diff --git a/math/rapid/files/patch-collide.C b/math/rapid/files/patch-collide.C deleted file mode 100644 index cb97df07f5d4..000000000000 --- a/math/rapid/files/patch-collide.C +++ /dev/null @@ -1,11 +0,0 @@ ---- collide.C.orig 2018-05-16 10:58:09 UTC -+++ collide.C -@@ -42,7 +42,7 @@ - - #include "RAPID_version.H" - --static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__; -+static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__; - - // to silence the compiler's complaints about unreferenced identifiers. - static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);} diff --git a/math/rapid/files/patch-overlap.C b/math/rapid/files/patch-overlap.C deleted file mode 100644 index 6b3386f128e6..000000000000 --- a/math/rapid/files/patch-overlap.C +++ /dev/null @@ -1,22 +0,0 @@ ---- overlap.C.orig 2018-05-16 10:58:45 UTC -+++ overlap.C -@@ -41,7 +41,7 @@ - - #include "RAPID_version.H" - --static char rapidtag_data[] = "RAPIDTAG file: "__FILE__" date: "__DATE__" time: "__TIME__; -+static char rapidtag_data[] = "RAPIDTAG file: " __FILE__ " date: " __DATE__ " time: " __TIME__; - - // to silence the compiler's complaints about unreferenced identifiers. - static void r1(char *f){ r1(f); r1(rapidtag_data); r1(rapid_version);} -@@ -221,8 +221,8 @@ models. - int - obb_disjoint(double B[3][3], double T[3], double a[3], double b[3]) - { -- register double t, s; -- register int r; -+ double t, s; -+ int r; - double Bf[3][3]; - const double reps = 1e-6; - diff --git a/math/rapid/files/patch-sample_client.C b/math/rapid/files/patch-sample_client.C deleted file mode 100644 index 722da1b58a1b..000000000000 --- a/math/rapid/files/patch-sample_client.C +++ /dev/null @@ -1,11 +0,0 @@ ---- sample_client.C.orig 1997-07-03 16:54:09 UTC -+++ sample_client.C -@@ -42,7 +42,7 @@ - #define LISTS 0 - - --main() -+int main() - { - // first, get a couple of boxes in which to put our models - diff --git a/math/rapid/files/pkg-message.in b/math/rapid/files/pkg-message.in deleted file mode 100644 index cee7594393b5..000000000000 --- a/math/rapid/files/pkg-message.in +++ /dev/null @@ -1,13 +0,0 @@ -[ -{ type: install - message: <<EOM -The RAPID code is offered "as is" and is free for non-commercial use. - -To use RAPID for any commercial purpose, you must request a license from - - http://www.cs.unc.edu/~geom/OBB/OBBT.html - -Redistribution of RAPID code in any form is strictly prohibited. -EOM -} -] diff --git a/math/rapid/files/rapid.1 b/math/rapid/files/rapid.1 deleted file mode 100644 index 38eb2576ad58..000000000000 --- a/math/rapid/files/rapid.1 +++ /dev/null @@ -1,102 +0,0 @@ -.TH RAPID 1 -.SH NAME \" Section header -.PP - -RAPID -- Robust and Accurate Polygon Interference Detection - -\" Convention: -\" Underline anything that is typed verbatim - commands, etc. -.SH SYNOPSIS -.PP -.nf -.na -#include <RAPID/RAPID.H> -c++ -I/usr/local/include program.c++ -L/usr/local/lib -lRAPID -lm -.ad -.fi - -.SH "DESCRIPTION" - -.B RAPID -is a robust and accurate polygon interference detection library for -large environments composed of unstructured models. - -It is applicable to polygon soups - models which contain no adjacency -information, and obey no topological constraints. The models may -contain cracks, holes, self-intersections, and nongeneric (e.g. -coplanar and collinear) configurations. - -It is numericaly robust - the algorithm is not subject to conditioning -problems, and requires no special handling of nongeneric cases (such as -parallel faces). - -The RAPID library is free for non-commercial use. Please use this -request form to download the latest version. It has a very simple user -interface: the user need noncommerial use. be familiar with only about -five function calls. A C++ sample client program illustrates its use. - -The current version of RAPID is version 2.01. The previous version was -1.04 - the change in version designation from 1.xx to 2.xx reflects a -moderate alteration in the library's interface (mostly just name -changes). The following changes from version 1.04 have been made: - -Use include file "RAPID.H": The RAPID API now requires only that you -include "RAPID.H" and link to "libRAPID.a" to be able to use the -library. - -Standalone library: RAPID no longer uses the SVM library. RAPID only -depends on the standard math library, "libm.a", which you probably link -to anyway. - -Use object "RAPID_model" instead of "box": The C++ object into which -you load polygons is now called "RAPID_model". Previous versions used -"box," which was a holdover from prerelease implementations, and was -not a suitable identifier for the API. - -Consistent use of "RAPID_" prefix: All the globals, such as those -which began with "OBBT_" now use the prefix "RAPID_". Note, also, that -the old constants "ALL_CONTACTS" and "FIRST_CONTACT" have been replaced -with the symbols "RAPID_ALL_CONSTACTS" and "RAPID_FIRST_CONTACT" in -RAPID 2.00. - -No explicit library initialization: Previous versions required the -client to call 'box::initialize()' before any other RAPID library call. -This was a common but unnecessary source of client bugs (people forgot -to call this routine). RAPID 2.00 no longer requires this, since all -API routines check to see if the library has been initialized. This -extra check has had a negligible performance impact. - -Revision of model construction interface: RAPID 2.00 requires calls to -BeginModel() and EndModel() to enclose the AddTri() calls for building -objects. This more resembles the OpenGL interface, with which many -clients will likely be familiar. Generally, preprocessing of the -objects will take place when EndModel() is called. Later versions of -RAPID will allow special procedures to be placed after the BeginModel() -call but before the first AddTri() call to give the client more control -over how the models are preprocessed. - -Faster preprocessing: The preprocessing for RAPID has been greatly -improved in terms of speed. RAPID 2.00 is generally 5 times faster than -previous versions in preprocessing models. The quality of the -hierarchies have theoretically been affected, in some ways for the -better and in some ways for the worse, but we have not conducted a -thorough study to gauge overall impact of our changes. In a later -release, we intend to provide an alternative preprocessing algorithm -which will be computationally expensive but which will build better -hierarchies. - -No support for plain C: Some clients may not consider this an -improvement, but support for plain C has been discontinued. Of course, -clients are still able to construct their own plain C wrappers for the -C++ functions in RAPID. This change has made the implementation of -RAPID more clean. - -.SH "SEE ALSO" -dtiquery(1) - -.SH AUTHOR -.nf -.na -UNC Research Group on Modeling -http://www.cs.unc.edu/~geom/OBB/OBBT.html - diff --git a/math/rapid/pkg-descr b/math/rapid/pkg-descr deleted file mode 100644 index 4d3effbbd16c..000000000000 --- a/math/rapid/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -RAPID is a robust and accurate polygon interference detection library for -large environments composed of unstructured models. - -************************************************************************** - -The RAPID code is offered "as is" and is free for non-commercial use. - -To use RAPID for any commercial purpose, you must request a license. - -************************************************************************** diff --git a/math/rapid/pkg-plist b/math/rapid/pkg-plist deleted file mode 100644 index 8028332a6a10..000000000000 --- a/math/rapid/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/RAPID/RAPID.H -include/RAPID/RAPID_private.H -include/RAPID/RAPID_version.H -include/RAPID/matvec.H -include/RAPID/moments.H -include/RAPID/obb.H -include/RAPID/overlap.H -lib/libRAPID.a -share/man/man1/rapid.1.gz diff --git a/math/rkward/Makefile b/math/rkward/Makefile index e4d83e4a33db..0e749c868011 100644 --- a/math/rkward/Makefile +++ b/math/rkward/Makefile @@ -1,5 +1,6 @@ PORTNAME= rkward -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ @@ -23,8 +24,8 @@ TEST_DEPENDS= ${LR_MOD_DIR}/FAdist/INDEX:science/R-cran-FAdist \ USES= cmake compiler:c++11-lang desktop-file-utils gettext gl fortran \ kde:6 localbase php:cli qt:6 shared-mime-info xorg USE_GL= opengl -USE_QT= 5compat base declarative positioning webchannel webengine -USE_XORG= ice x11 xext +USE_QT= base declarative positioning webchannel webengine +USE_XORG= ice x11 xcb xext USE_KDE= archive bookmarks breeze-icons colorscheme completion config \ configwidgets coreaddons crash ecm doctools guiaddons i18n \ itemviews jobwidgets kio notifications parts service solid \ @@ -53,12 +54,12 @@ 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}/XLConnect/INDEX:math/R-cran-XLConnect \ ${LR_MOD_DIR}/exactRankTests/INDEX:math/R-cran-exactRankTests .endif diff --git a/math/rkward/distinfo b/math/rkward/distinfo index 5c083031ad76..cec7f79ffbc2 100644 --- a/math/rkward/distinfo +++ b/math/rkward/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746364756 -SHA256 (rkward-0.8.1.tar.gz) = 44630c63d84f4ca7c040ab3c2dfcc938dfe8ad380900698b4c3803669b93b977 -SIZE (rkward-0.8.1.tar.gz) = 9054303 +TIMESTAMP = 1760039410 +SHA256 (rkward-0.8.2.tar.gz) = be8abdfcd7a17aa5196f63e0136fdbc693e93d9f2f0ec66f2bdacacfc22b9ca8 +SIZE (rkward-0.8.2.tar.gz) = 7109936 diff --git a/math/rkward/files/patch-rkward_autotests_core__test.cpp b/math/rkward/files/patch-rkward_autotests_core__test.cpp new file mode 100644 index 000000000000..1b33db536c80 --- /dev/null +++ b/math/rkward/files/patch-rkward_autotests_core__test.cpp @@ -0,0 +1,12 @@ +Add missing header for Qt 6.10 + +--- rkward/autotests/core_test.cpp.orig 2025-10-01 11:59:03 UTC ++++ rkward/autotests/core_test.cpp +@@ -9,6 +9,7 @@ SPDX-License-Identifier: GPL-2.0-or-later + #include <QApplication> + #include <QButtonGroup> + #include <QDir> ++#include <QElapsedTimer> + #include <QFile> + #include <QLoggingCategory> + #include <QObject> diff --git a/math/rkward/files/patch-rkward_windows_rktoolwindowbar.cpp b/math/rkward/files/patch-rkward_windows_rktoolwindowbar.cpp index db084ca87992..5501707b9078 100644 --- a/math/rkward/files/patch-rkward_windows_rktoolwindowbar.cpp +++ b/math/rkward/files/patch-rkward_windows_rktoolwindowbar.cpp @@ -1,10 +1,10 @@ ---- rkward/windows/rktoolwindowbar.cpp.orig 2022-04-05 11:57:55 UTC +--- rkward/windows/rktoolwindowbar.cpp.orig 2025-10-01 11:59:03 UTC +++ rkward/windows/rktoolwindowbar.cpp @@ -15,6 +15,7 @@ SPDX-License-Identifier: GPL-2.0-or-later #include <kselectaction.h> #include <kwidgetsaddons_version.h> +#include <QLayout> - #include <QSplitter> #include <QContextMenuEvent> #include <QHBoxLayout> + #include <QSplitter> diff --git a/math/rkward/pkg-plist b/math/rkward/pkg-plist index ce0c941c66f2..a524ffcc2e05 100644 --- a/math/rkward/pkg-plist +++ b/math/rkward/pkg-plist @@ -63,16 +63,6 @@ share/ktexteditor_snippets/data/RKWardRMd.xml share/ktexteditor_snippets/data/RKWardpapaja.xml share/ktexteditor_snippets/data/RKWardroxygen2.xml share/ktexteditor_snippets/data/RKWardutils.xml -%%NLS%%share/locale/bs/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/bs/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/bs/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/bs/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/bs/LC_MESSAGES/rkward__embedded.mo -%%NLS%%share/locale/bs/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/bs/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/bs/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/bs/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/bs/LC_MESSAGES/rkward__plots.mo %%NLS%%share/locale/ca/LC_MESSAGES/rkward.mo %%NLS%%share/locale/ca/LC_MESSAGES/rkward__analysis.mo %%NLS%%share/locale/ca/LC_MESSAGES/rkward__data.mo @@ -93,28 +83,8 @@ share/ktexteditor_snippets/data/RKWardutils.xml %%NLS%%share/locale/ca@valencia/LC_MESSAGES/rkward__item_response_theory.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/rkward__pages.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/rkward__plots.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward__embedded.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/cs/LC_MESSAGES/rkward__plots.mo -%%NLS%%share/locale/da/LC_MESSAGES/rkward.mo %%NLS%%share/locale/de/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/de/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/de/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/de/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/de/LC_MESSAGES/rkward__embedded.mo %%NLS%%share/locale/de/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/de/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/de/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/de/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/de/LC_MESSAGES/rkward__plots.mo -%%NLS%%share/locale/el/LC_MESSAGES/rkward.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/rkward.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/rkward__analysis.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/rkward__data.mo @@ -146,29 +116,17 @@ share/ktexteditor_snippets/data/RKWardutils.xml %%NLS%%share/locale/es/LC_MESSAGES/rkward__pages.mo %%NLS%%share/locale/es/LC_MESSAGES/rkward__plots.mo %%NLS%%share/locale/et/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/et/LC_MESSAGES/rkward__analysis.mo %%NLS%%share/locale/et/LC_MESSAGES/rkward__data.mo %%NLS%%share/locale/et/LC_MESSAGES/rkward__distributions.mo %%NLS%%share/locale/et/LC_MESSAGES/rkward__embedded.mo %%NLS%%share/locale/et/LC_MESSAGES/rkward__graphics_device.mo %%NLS%%share/locale/et/LC_MESSAGES/rkward__import_export.mo %%NLS%%share/locale/et/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/et/LC_MESSAGES/rkward__pages.mo %%NLS%%share/locale/et/LC_MESSAGES/rkward__plots.mo -%%NLS%%share/locale/eu/LC_MESSAGES/rkward.mo %%NLS%%share/locale/eu/LC_MESSAGES/rkward__data.mo %%NLS%%share/locale/eu/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/eu/LC_MESSAGES/rkward__import_export.mo %%NLS%%share/locale/fi/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/fi/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/fi/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/fi/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/fi/LC_MESSAGES/rkward__embedded.mo %%NLS%%share/locale/fi/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/fi/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/fi/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/fi/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/fi/LC_MESSAGES/rkward__plots.mo %%NLS%%share/locale/fr/LC_MESSAGES/rkward.mo %%NLS%%share/locale/fr/LC_MESSAGES/rkward__analysis.mo %%NLS%%share/locale/fr/LC_MESSAGES/rkward__data.mo @@ -190,17 +148,6 @@ share/ktexteditor_snippets/data/RKWardutils.xml %%NLS%%share/locale/gl/LC_MESSAGES/rkward__pages.mo %%NLS%%share/locale/gl/LC_MESSAGES/rkward__plots.mo %%NLS%%share/locale/he/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/hu/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward__embedded.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/ia/LC_MESSAGES/rkward__plots.mo %%NLS%%share/locale/it/LC_MESSAGES/rkward.mo %%NLS%%share/locale/it/LC_MESSAGES/rkward__analysis.mo %%NLS%%share/locale/it/LC_MESSAGES/rkward__data.mo @@ -211,16 +158,6 @@ share/ktexteditor_snippets/data/RKWardutils.xml %%NLS%%share/locale/it/LC_MESSAGES/rkward__item_response_theory.mo %%NLS%%share/locale/it/LC_MESSAGES/rkward__pages.mo %%NLS%%share/locale/it/LC_MESSAGES/rkward__plots.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward__embedded.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/ja/LC_MESSAGES/rkward__plots.mo %%NLS%%share/locale/ka/LC_MESSAGES/rkward.mo %%NLS%%share/locale/ka/LC_MESSAGES/rkward__analysis.mo %%NLS%%share/locale/ka/LC_MESSAGES/rkward__data.mo @@ -229,18 +166,7 @@ share/ktexteditor_snippets/data/RKWardutils.xml %%NLS%%share/locale/ka/LC_MESSAGES/rkward__graphics_device.mo %%NLS%%share/locale/ka/LC_MESSAGES/rkward__import_export.mo %%NLS%%share/locale/ka/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/ka/LC_MESSAGES/rkward__pages.mo %%NLS%%share/locale/ka/LC_MESSAGES/rkward__plots.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward__embedded.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/lt/LC_MESSAGES/rkward__plots.mo %%NLS%%share/locale/nl/LC_MESSAGES/rkward.mo %%NLS%%share/locale/nl/LC_MESSAGES/rkward__analysis.mo %%NLS%%share/locale/nl/LC_MESSAGES/rkward__data.mo @@ -291,16 +217,6 @@ share/ktexteditor_snippets/data/RKWardutils.xml %%NLS%%share/locale/ru/LC_MESSAGES/rkward__item_response_theory.mo %%NLS%%share/locale/ru/LC_MESSAGES/rkward__pages.mo %%NLS%%share/locale/ru/LC_MESSAGES/rkward__plots.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward__embedded.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/sk/LC_MESSAGES/rkward__plots.mo %%NLS%%share/locale/sl/LC_MESSAGES/rkward.mo %%NLS%%share/locale/sl/LC_MESSAGES/rkward__analysis.mo %%NLS%%share/locale/sl/LC_MESSAGES/rkward__data.mo @@ -341,26 +257,7 @@ share/ktexteditor_snippets/data/RKWardutils.xml %%NLS%%share/locale/uk/LC_MESSAGES/rkward__item_response_theory.mo %%NLS%%share/locale/uk/LC_MESSAGES/rkward__pages.mo %%NLS%%share/locale/uk/LC_MESSAGES/rkward__plots.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward__embedded.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/rkward__plots.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward__analysis.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward__data.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward__distributions.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward__embedded.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward__graphics_device.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward__import_export.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward__item_response_theory.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward__pages.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/rkward__plots.mo share/man/ca/man1/rkward.1.gz share/man/de/man1/rkward.1.gz share/man/it/man1/rkward.1.gz @@ -771,6 +668,7 @@ share/mime/packages/vnd.rkward.r.xml %%DATADIR%%/irt.pluginmap %%DATADIR%%/menu.pluginmap %%DATADIR%%/pages/rkward_addons.rkh +%%DATADIR%%/pages/rkward_code_navigation.rkh %%DATADIR%%/pages/rkward_console.rkh %%DATADIR%%/pages/rkward_for_new_users.rkh %%DATADIR%%/pages/rkward_for_r_users.rkh diff --git a/math/rocs/Makefile b/math/rocs/Makefile index dab1cb906d75..06c577cb58dc 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -9,16 +9,11 @@ WWW= https://www.kde.org/applications/education/rocs LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake compiler:c++11-lang desktop-file-utils gettext \ - grantlee:5 kde:5 qt:5 tar:xz xorg -USE_KDE= archive auth codecs completion config configwidgets coreaddons \ - crash i18n itemviews jobwidgets kdeclarative kio package parts \ - service solid sonnet syntaxhighlighting texteditor textwidgets \ - widgetsaddons windowsystem xmlgui \ + kde:6 qt:6 tar:xz +USE_KDE= archive config coreaddons crash i18n itemviews \ + texteditor texttemplate textwidgets xmlgui \ doctools:build ecm:build -USE_QT= concurrent core dbus declarative gui network script \ - scripttools svg widgets xml xmlpatterns \ - buildtools:build qmake:build testlib:build -USE_XORG= x11 +USE_QT= base svg USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS diff --git a/math/rocs/distinfo b/math/rocs/distinfo index aa5c4975ca2e..8bbf38306f95 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 = 1770570805 +SHA256 (KDE/release-service/25.12.2/rocs-25.12.2.tar.xz) = 20ff83d0dd881c4ad167076b9de7976f85607d2c05eb914eb293bb752c7855a6 +SIZE (KDE/release-service/25.12.2/rocs-25.12.2.tar.xz) = 1580752 diff --git a/math/rocs/pkg-plist b/math/rocs/pkg-plist index d2de7488dc3b..87b9cf5e39cf 100644 --- a/math/rocs/pkg-plist +++ b/math/rocs/pkg-plist @@ -1,19 +1,16 @@ bin/rocs include/rocs/edge.h +include/rocs/edgetype.h include/rocs/graphdocument.h +include/rocs/graphtheory_export.h include/rocs/node.h +include/rocs/nodetype.h lib/librocsgraphtheory.so lib/librocsgraphtheory.so.0 %%QT_PLUGINDIR%%/rocs/editorplugins/assignvaluesplugin.so %%QT_PLUGINDIR%%/rocs/editorplugins/generategraphplugin.so %%QT_PLUGINDIR%%/rocs/editorplugins/graphlayoutplugin.so %%QT_PLUGINDIR%%/rocs/editorplugins/transformedgesplugin.so -%%QT_PLUGINDIR%%/rocs/fileformats/dotfileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/gmlfileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/rocs1fileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/rocs2fileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/tgffileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/tikzfileformat.so share/applications/org.kde.rocs.desktop share/config.kcfg/rocs.kcfg share/icons/hicolor/128x128/apps/rocs.png @@ -65,6 +62,8 @@ share/locale/es/LC_MESSAGES/libgraphtheory.mo share/locale/es/LC_MESSAGES/rocs.mo share/locale/et/LC_MESSAGES/libgraphtheory.mo share/locale/et/LC_MESSAGES/rocs.mo +share/locale/eu/LC_MESSAGES/libgraphtheory.mo +share/locale/eu/LC_MESSAGES/rocs.mo share/locale/fi/LC_MESSAGES/libgraphtheory.mo share/locale/fi/LC_MESSAGES/rocs.mo share/locale/fr/LC_MESSAGES/libgraphtheory.mo @@ -73,6 +72,8 @@ share/locale/ga/LC_MESSAGES/libgraphtheory.mo share/locale/ga/LC_MESSAGES/rocs.mo share/locale/gl/LC_MESSAGES/libgraphtheory.mo share/locale/gl/LC_MESSAGES/rocs.mo +share/locale/he/LC_MESSAGES/libgraphtheory.mo +share/locale/he/LC_MESSAGES/rocs.mo share/locale/hr/LC_MESSAGES/libgraphtheory.mo share/locale/hr/LC_MESSAGES/rocs.mo share/locale/hu/LC_MESSAGES/libgraphtheory.mo diff --git a/math/rubygem-bigdecimal-gitlab/Makefile b/math/rubygem-bigdecimal-gitlab/Makefile new file mode 100644 index 000000000000..3ef1ca3e3fea --- /dev/null +++ b/math/rubygem-bigdecimal-gitlab/Makefile @@ -0,0 +1,17 @@ +PORTNAME= bigdecimal +PORTVERSION= 3.3.1 +CATEGORIES= math rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Arbitrary-precision decimal floating-point number class +WWW= https://github.com/ruby/bigdecimal + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE + +USES= gem + +.include <bsd.port.mk> diff --git a/math/rubygem-bigdecimal-gitlab/distinfo b/math/rubygem-bigdecimal-gitlab/distinfo new file mode 100644 index 000000000000..2fecc94a2435 --- /dev/null +++ b/math/rubygem-bigdecimal-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1767182576 +SHA256 (rubygem/bigdecimal-3.3.1.gem) = eaa01e228be54c4f9f53bf3cc34fe3d5e845c31963e7fcc5bedb05a4e7d52218 +SIZE (rubygem/bigdecimal-3.3.1.gem) = 84992 diff --git a/math/rubygem-bigdecimal-gitlab/pkg-descr b/math/rubygem-bigdecimal-gitlab/pkg-descr new file mode 100644 index 000000000000..49f076492a04 --- /dev/null +++ b/math/rubygem-bigdecimal-gitlab/pkg-descr @@ -0,0 +1 @@ +BigDecimal provides an arbitrary-precision decimal floating-point number class. diff --git a/math/rubygem-bigdecimal/Makefile b/math/rubygem-bigdecimal/Makefile index abdfe81bff55..b5c7c1981e04 100644 --- a/math/rubygem-bigdecimal/Makefile +++ b/math/rubygem-bigdecimal/Makefile @@ -1,5 +1,5 @@ PORTNAME= bigdecimal -PORTVERSION= 3.1.9 +PORTVERSION= 4.0.1 CATEGORIES= math rubygems MASTER_SITES= RG @@ -9,6 +9,7 @@ WWW= https://github.com/ruby/bigdecimal LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual +LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE USES= gem diff --git a/math/rubygem-bigdecimal/distinfo b/math/rubygem-bigdecimal/distinfo index 387c720019ca..a2e26fd64cd3 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 = 1766953554 +SHA256 (rubygem/bigdecimal-4.0.1.gem) = 8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7 +SIZE (rubygem/bigdecimal-4.0.1.gem) = 90112 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/rubygem-rb-gsl/Makefile b/math/rubygem-rb-gsl/Makefile deleted file mode 100644 index 09a38b608c87..000000000000 --- a/math/rubygem-rb-gsl/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= gsl -PORTVERSION= 2.1.0.2 -PORTREVISION= 5 -CATEGORIES= math rubygems -MASTER_SITES= RG -PKGNAMEPREFIX= rubygem-rb- - -MAINTAINER= murashin@gfd-dennou.org -COMMENT= Ruby extension library for GSL (GNU Scientific Library) -WWW= https://github.com/blackwinter/rb-gsl - -LICENSE= GPLv2 - -LIB_DEPENDS= libgsl.so:math/gsl -RUN_DEPENDS= rubygem-narray>=0.5.9:math/rubygem-narray - -USES= gem - -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD -CONFIGURE_ARGS+= --with-cflags="-Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types" -.endif - -.include <bsd.port.mk> diff --git a/math/rubygem-rb-gsl/distinfo b/math/rubygem-rb-gsl/distinfo deleted file mode 100644 index e1b42930feef..000000000000 --- a/math/rubygem-rb-gsl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1493451497 -SHA256 (rubygem/gsl-2.1.0.2.gem) = bb748021a950ae51a7f0eeadffbcd9b039734fcbb99a04a313ca48c4e60dd9ba -SIZE (rubygem/gsl-2.1.0.2.gem) = 735232 diff --git a/math/rubygem-rb-gsl/files/patch-ruby3 b/math/rubygem-rb-gsl/files/patch-ruby3 deleted file mode 100644 index 866a7ffa6ab0..000000000000 --- a/math/rubygem-rb-gsl/files/patch-ruby3 +++ /dev/null @@ -1,563 +0,0 @@ -diff --git .travis.yml .travis.yml -index e69c107..849e6aa 100644 ---- .travis.yml -+++ .travis.yml -@@ -8,11 +8,15 @@ rvm: - - 2.2.6 - - 2.3.3 - - 2.4.0 -+ - 2.5 -+ - 2.6 -+ - 2.7 -+ - 3.0.0 - - before_install: - - sudo apt-get update -qq - - sudo apt-get install -y libgsl0-dev -- - gem update bundler -- - bundle install -+ - gem install bundler:1.17.3 -+ - bundle _1.17.3_ install - - bundle exec rake compile - - bundle exec rake test -diff --git ext/gsl_native/extconf.rb ext/gsl_native/extconf.rb -index 2c712b3..982bad8 100644 ---- ext/gsl_native/extconf.rb -+++ ext/gsl_native/extconf.rb -@@ -21,6 +21,7 @@ def create_conf_h(file) #:nodoc: - - # FIXME: Find a better way to do this: - hfile.puts "#define RUBY_2 1" if RUBY_VERSION >= '2.0' -+ hfile.puts "#define RUBY_3 1" if RUBY_VERSION >= '3.0' - - for line in $defs - line =~ /^-D(.*)/ -diff --git ext/gsl_native/gsl_narray.c ext/gsl_native/gsl_narray.c -index ba895e6..a4a90d9 100644 ---- ext/gsl_native/gsl_narray.c -+++ ext/gsl_native/gsl_narray.c -@@ -570,7 +570,7 @@ gsl_matrix_int_view* na_to_gm_int_view(VALUE nna) - } - - #include <gsl/gsl_histogram.h> --EXTERN VALUE cgsl_histogram; -+extern VALUE cgsl_histogram; - static VALUE rb_gsl_narray_histogram(int argc, VALUE *argv, VALUE obj) - { - double *ptr, *ptr_range; -diff --git ext/gsl_native/include/rb_gsl.h ext/gsl_native/include/rb_gsl.h -index bc1d6c0..aa643e6 100644 ---- ext/gsl_native/include/rb_gsl.h -+++ ext/gsl_native/include/rb_gsl.h -@@ -109,7 +109,7 @@ void Init_tensor_int_init(VALUE module); - - void Init_gsl_dirac(VALUE module); - --EXTERN VALUE cGSL_Object; -+extern VALUE cGSL_Object; - - void Init_tamu_anova(VALUE module); - -diff --git ext/gsl_native/include/rb_gsl_array.h ext/gsl_native/include/rb_gsl_array.h -index 447679d..e4d4440 100644 ---- ext/gsl_native/include/rb_gsl_array.h -+++ ext/gsl_native/include/rb_gsl_array.h -@@ -29,41 +29,41 @@ - typedef gsl_permutation gsl_index; - - #ifdef HAVE_NARRAY_H --EXTERN VALUE cNArray; -+extern VALUE cNArray; - #endif - - #ifdef HAVE_NMATRIX_H --EXTERN VALUE cNMatrix; -+extern VALUE cNMatrix; - #endif - --EXTERN VALUE cgsl_block, cgsl_block_int; --EXTERN VALUE cgsl_block_uchar; --EXTERN VALUE cgsl_block_complex; --EXTERN VALUE cgsl_vector, cgsl_vector_complex; --EXTERN VALUE cgsl_vector_col; --EXTERN VALUE cgsl_vector_col_view; --EXTERN VALUE cgsl_vector_complex_col; --EXTERN VALUE cgsl_vector_complex_col_view; --EXTERN VALUE cgsl_vector_view, cgsl_vector_complex_view; --EXTERN VALUE cgsl_vector_view_ro, cgsl_vector_col_view_ro; --EXTERN VALUE cgsl_vector_complex_view_ro; -- --EXTERN VALUE cgsl_vector_int, cgsl_vector_int_col; --EXTERN VALUE cgsl_vector_int_view, cgsl_vector_int_col_view; --EXTERN VALUE cgsl_vector_int_view_ro, cgsl_vector_int_col_view_ro; -- --EXTERN VALUE cgsl_matrix, cgsl_matrix_complex; --EXTERN VALUE cgsl_matrix_view_ro; --EXTERN VALUE cgsl_matrix_complex_view_ro; --EXTERN VALUE cgsl_matrix_view, cgsl_matrix_complex_view; --EXTERN VALUE cgsl_matrix_int, cgsl_matrix_int_view; --EXTERN VALUE cgsl_matrix_int_view_ro; --EXTERN VALUE cgsl_permutation; --EXTERN VALUE cgsl_index; --EXTERN VALUE cgsl_function; --EXTERN VALUE mgsl_narray; -- --EXTERN VALUE mDirac; -+extern VALUE cgsl_block, cgsl_block_int; -+extern VALUE cgsl_block_uchar; -+extern VALUE cgsl_block_complex; -+extern VALUE cgsl_vector, cgsl_vector_complex; -+extern VALUE cgsl_vector_col; -+extern VALUE cgsl_vector_col_view; -+extern VALUE cgsl_vector_complex_col; -+extern VALUE cgsl_vector_complex_col_view; -+extern VALUE cgsl_vector_view, cgsl_vector_complex_view; -+extern VALUE cgsl_vector_view_ro, cgsl_vector_col_view_ro; -+extern VALUE cgsl_vector_complex_view_ro; -+ -+extern VALUE cgsl_vector_int, cgsl_vector_int_col; -+extern VALUE cgsl_vector_int_view, cgsl_vector_int_col_view; -+extern VALUE cgsl_vector_int_view_ro, cgsl_vector_int_col_view_ro; -+ -+extern VALUE cgsl_matrix, cgsl_matrix_complex; -+extern VALUE cgsl_matrix_view_ro; -+extern VALUE cgsl_matrix_complex_view_ro; -+extern VALUE cgsl_matrix_view, cgsl_matrix_complex_view; -+extern VALUE cgsl_matrix_int, cgsl_matrix_int_view; -+extern VALUE cgsl_matrix_int_view_ro; -+extern VALUE cgsl_permutation; -+extern VALUE cgsl_index; -+extern VALUE cgsl_function; -+extern VALUE mgsl_narray; -+ -+extern VALUE mDirac; - - gsl_matrix_view* gsl_matrix_view_alloc(); - void gsl_matrix_view_free(gsl_matrix_view * mv); -diff --git ext/gsl_native/include/rb_gsl_common.h ext/gsl_native/include/rb_gsl_common.h -index e3365b0..44f23aa 100644 ---- ext/gsl_native/include/rb_gsl_common.h -+++ ext/gsl_native/include/rb_gsl_common.h -@@ -25,8 +25,9 @@ - #include <gsl/gsl_ieee_utils.h> - #include "rb_gsl_with_narray.h" - #include "rb_gsl_with_nmatrix.h" -+#include "gsl_config.h" - --EXTERN ID rb_gsl_id_beg, rb_gsl_id_end, rb_gsl_id_excl, rb_gsl_id_to_a; -+extern ID rb_gsl_id_beg, rb_gsl_id_end, rb_gsl_id_excl, rb_gsl_id_to_a; - - #ifndef CHECK_FIXNUM - #define CHECK_FIXNUM(x) if(!FIXNUM_P(x)) rb_raise(rb_eTypeError,"Fixnum expected"); -@@ -292,7 +293,9 @@ EXTERN ID rb_gsl_id_beg, rb_gsl_id_end, rb_gsl_id_excl, rb_gsl_id_to_a; - #endif - - #ifndef RBGSL_SET_CLASS --#ifdef RB_OBJ_WRITE -+#if defined(RUBY_3) -+#define RBGSL_SET_CLASS0(obj0, cls) RB_OBJ_WRITE(obj0, &(RBASIC(obj0)->klass), cls) -+#elif defined(RB_OBJ_WRITE) - #define RBGSL_SET_CLASS0(obj0, cls) RB_OBJ_WRITE(obj0, &(RBASIC_CLASS(obj0)), cls) - #else - #define RBGSL_SET_CLASS0(obj0, cls) RBASIC(obj0)->klass = cls -@@ -349,5 +352,5 @@ VALUE rb_gsl_nary_eval1(VALUE ary, double (*f)(double)); - VALUE rb_gsl_nmatrix_eval1(VALUE ary, double (*f)(double)); - #endif - --EXTERN VALUE cGSL_Object; -+extern VALUE cGSL_Object; - #endif -diff --git ext/gsl_native/include/rb_gsl_complex.h ext/gsl_native/include/rb_gsl_complex.h -index 6243311..4747f84 100644 ---- ext/gsl_native/include/rb_gsl_complex.h -+++ ext/gsl_native/include/rb_gsl_complex.h -@@ -18,7 +18,7 @@ - #include <gsl/gsl_complex.h> - #include <gsl/gsl_complex_math.h> - --EXTERN VALUE cgsl_complex; -+extern VALUE cgsl_complex; - VALUE rb_gsl_complex_pow(int argc, VALUE *argv, VALUE obj); - VALUE rb_gsl_complex_pow_real(int argc, VALUE *argv, VALUE obj); - -diff --git ext/gsl_native/include/rb_gsl_const.h ext/gsl_native/include/rb_gsl_const.h -index c46b61b..735480a 100644 ---- ext/gsl_native/include/rb_gsl_const.h -+++ ext/gsl_native/include/rb_gsl_const.h -@@ -18,6 +18,6 @@ - #include <gsl/gsl_const_cgsm.h> - #include <gsl/gsl_const_num.h> - --EXTERN VALUE mgsl_const_mks, mgsl_const_cgs; -+extern VALUE mgsl_const_mks, mgsl_const_cgs; - - #endif -diff --git ext/gsl_native/include/rb_gsl_fft.h ext/gsl_native/include/rb_gsl_fft.h -index 8de6449..a220ae2 100644 ---- ext/gsl_native/include/rb_gsl_fft.h -+++ ext/gsl_native/include/rb_gsl_fft.h -@@ -39,11 +39,11 @@ enum { - RB_GSL_FFT_COPY, - }; - --EXTERN VALUE mgsl_fft; --EXTERN VALUE cgsl_fft_wavetable; --EXTERN VALUE cgsl_fft_wavetable_factor; --EXTERN VALUE cgsl_fft_complex_wavetable, cgsl_fft_complex_workspace; --EXTERN VALUE cgsl_fft_real_wavetable, cgsl_fft_halfcomplex_wavetable; --EXTERN VALUE cgsl_fft_real_workspace; -+extern VALUE mgsl_fft; -+extern VALUE cgsl_fft_wavetable; -+extern VALUE cgsl_fft_wavetable_factor; -+extern VALUE cgsl_fft_complex_wavetable, cgsl_fft_complex_workspace; -+extern VALUE cgsl_fft_real_wavetable, cgsl_fft_halfcomplex_wavetable; -+extern VALUE cgsl_fft_real_workspace; - - #endif -diff --git ext/gsl_native/include/rb_gsl_fit.h ext/gsl_native/include/rb_gsl_fit.h -index 3b38e6b..c32805b 100644 ---- ext/gsl_native/include/rb_gsl_fit.h -+++ ext/gsl_native/include/rb_gsl_fit.h -@@ -18,6 +18,6 @@ - #include <gsl/gsl_multifit_nlin.h> - #include "rb_gsl_array.h" - --EXTERN VALUE mgsl_multifit; -+extern VALUE mgsl_multifit; - - #endif -diff --git ext/gsl_native/include/rb_gsl_function.h ext/gsl_native/include/rb_gsl_function.h -index 207e21e..71bb67f 100644 ---- ext/gsl_native/include/rb_gsl_function.h -+++ ext/gsl_native/include/rb_gsl_function.h -@@ -15,8 +15,8 @@ - - #include "rb_gsl.h" - --EXTERN VALUE cgsl_function; --EXTERN VALUE cgsl_function_fdf; -+extern VALUE cgsl_function; -+extern VALUE cgsl_function_fdf; - extern ID RBGSL_ID_call, RBGSL_ID_arity; - void gsl_function_mark(gsl_function *f); - void gsl_function_free(gsl_function *f); -diff --git ext/gsl_native/include/rb_gsl_histogram.h ext/gsl_native/include/rb_gsl_histogram.h -index 02a9b7b..a0635ac 100644 ---- ext/gsl_native/include/rb_gsl_histogram.h -+++ ext/gsl_native/include/rb_gsl_histogram.h -@@ -18,11 +18,11 @@ - #include <gsl/gsl_histogram2d.h> - #include "rb_gsl.h" - --EXTERN VALUE cgsl_histogram; --EXTERN VALUE cgsl_histogram_range; --EXTERN VALUE cgsl_histogram_bin; --EXTERN VALUE cgsl_histogram2d; --EXTERN VALUE cgsl_histogram2d_view; -+extern VALUE cgsl_histogram; -+extern VALUE cgsl_histogram_range; -+extern VALUE cgsl_histogram_bin; -+extern VALUE cgsl_histogram2d; -+extern VALUE cgsl_histogram2d_view; - - typedef struct { - gsl_histogram h; -diff --git ext/gsl_native/include/rb_gsl_poly.h ext/gsl_native/include/rb_gsl_poly.h -index 02422ca..76e0a9d 100644 ---- ext/gsl_native/include/rb_gsl_poly.h -+++ ext/gsl_native/include/rb_gsl_poly.h -@@ -17,12 +17,12 @@ - #include "rb_gsl_complex.h" - #include "rb_gsl_array.h" - --EXTERN VALUE cgsl_poly; --EXTERN VALUE cgsl_poly_int; --EXTERN VALUE cgsl_poly_dd; --EXTERN VALUE cgsl_poly_taylor; --EXTERN VALUE cgsl_poly_workspace; --EXTERN VALUE cgsl_rational; -+extern VALUE cgsl_poly; -+extern VALUE cgsl_poly_int; -+extern VALUE cgsl_poly_dd; -+extern VALUE cgsl_poly_taylor; -+extern VALUE cgsl_poly_workspace; -+extern VALUE cgsl_rational; - - typedef gsl_vector gsl_poly; - typedef gsl_vector_int gsl_poly_int; -diff --git ext/gsl_native/include/rb_gsl_rng.h ext/gsl_native/include/rb_gsl_rng.h -index 796c4ee..f656365 100644 ---- ext/gsl_native/include/rb_gsl_rng.h -+++ ext/gsl_native/include/rb_gsl_rng.h -@@ -15,6 +15,6 @@ - #include <gsl/gsl_rng.h> - #include "rb_gsl.h" - --EXTERN VALUE cgsl_rng; -+extern VALUE cgsl_rng; - - #endif -diff --git ext/gsl_native/include/rb_gsl_root.h ext/gsl_native/include/rb_gsl_root.h -index 6b68bab..0d98dd4 100644 ---- ext/gsl_native/include/rb_gsl_root.h -+++ ext/gsl_native/include/rb_gsl_root.h -@@ -16,7 +16,7 @@ - #include <gsl/gsl_roots.h> - #include "rb_gsl.h" - --EXTERN VALUE cgsl_fsolver; --EXTERN VALUE cgsl_fdfsolver; -+extern VALUE cgsl_fsolver; -+extern VALUE cgsl_fdfsolver; - - #endif -diff --git ext/gsl_native/include/rb_gsl_sf.h ext/gsl_native/include/rb_gsl_sf.h -index 9a61cec..65f5e12 100644 ---- ext/gsl_native/include/rb_gsl_sf.h -+++ ext/gsl_native/include/rb_gsl_sf.h -@@ -16,7 +16,7 @@ - #include <gsl/gsl_sf_mathieu.h> - #include "rb_gsl.h" - --EXTERN VALUE cgsl_sf_result, cgsl_sf_result_e10; -+extern VALUE cgsl_sf_result, cgsl_sf_result_e10; - - VALUE rb_gsl_sf_result_new(VALUE klass); - -diff --git ext/gsl_native/include/rb_gsl_tensor.h ext/gsl_native/include/rb_gsl_tensor.h -index 35c98c1..9828f9b 100644 ---- ext/gsl_native/include/rb_gsl_tensor.h -+++ ext/gsl_native/include/rb_gsl_tensor.h -@@ -5,7 +5,7 @@ - #include "rb_gsl.h" - #include <tensor/tensor.h> - --EXTERN VALUE cgsl_tensor, cgsl_tensor_int; -+extern VALUE cgsl_tensor, cgsl_tensor_int; - - enum { - TENSOR_ADD, -diff --git ext/gsl_native/include/templates_off.h ext/gsl_native/include/templates_off.h -index 37e024d..db01c79 100644 ---- ext/gsl_native/include/templates_off.h -+++ ext/gsl_native/include/templates_off.h -@@ -85,3 +85,8 @@ - #undef NAME - #undef STRING - #undef EXPAND -+ -+#ifdef RUBY_3 -+#undef memcpy -+#define memcpy ruby_nonempty_memcpy -+#endif -\ No newline at end of file -diff --git ext/gsl_native/include/templates_on.h ext/gsl_native/include/templates_on.h -index 4db23e9..44520d1 100644 ---- ext/gsl_native/include/templates_on.h -+++ ext/gsl_native/include/templates_on.h -@@ -239,3 +239,9 @@ - #define STRING(x) #x - #define EXPAND(x) STRING(x) - #define NAME(x) EXPAND(GSL_TYPE(x)) -+ -+// Ruby 3 redefines memcpy as ruby_nonempty_memcpy, breaking everything if memcpy is used in preprocessor -+#ifdef RUBY_3 -+#undef memcpy -+#define memcpy memcpy -+#endif -\ No newline at end of file -diff --git ext/gsl_native/interp.c ext/gsl_native/interp.c -index 366f594..4decffc 100644 ---- ext/gsl_native/interp.c -+++ ext/gsl_native/interp.c -@@ -12,7 +12,7 @@ - #include "include/rb_gsl_interp.h" - - VALUE cgsl_interp_accel; /* this is used also in spline.c */ --EXTERN VALUE cgsl_vector, cgsl_matrix; -+extern VALUE cgsl_vector, cgsl_matrix; - - static void rb_gsl_interp_free(rb_gsl_interp *sp); - -diff --git ext/gsl_native/interp2d.c ext/gsl_native/interp2d.c -index e086eab..ec23067 100644 ---- ext/gsl_native/interp2d.c -+++ ext/gsl_native/interp2d.c -@@ -12,7 +12,7 @@ - #include "include/rb_gsl_interp2d.h" - - VALUE cgsl_interp2d_accel; /* this is used also in spline2d.c */ --EXTERN VALUE cgsl_vector, cgsl_matrix; -+extern VALUE cgsl_vector, cgsl_matrix; - - static VALUE rb_gsl_interp2d_alloc(int argc, VALUE *argv, VALUE self) - { -diff --git ext/gsl_native/linalg_complex.c ext/gsl_native/linalg_complex.c -index 491ad0c..4ee62fa 100644 ---- ext/gsl_native/linalg_complex.c -+++ ext/gsl_native/linalg_complex.c -@@ -14,8 +14,8 @@ - #include "include/rb_gsl_common.h" - #include "include/rb_gsl_linalg.h" - --EXTERN VALUE mgsl_linalg; --EXTERN VALUE cgsl_complex; -+extern VALUE mgsl_linalg; -+extern VALUE cgsl_complex; - - static VALUE cgsl_matrix_complex_LU; - static VALUE cgsl_matrix_complex_C; -diff --git ext/gsl_native/matrix_source.h ext/gsl_native/matrix_source.h -index d6f312b..cef5a9a 100644 ---- ext/gsl_native/matrix_source.h -+++ ext/gsl_native/matrix_source.h -@@ -1536,7 +1536,7 @@ static int FUNCTION(mygsl_matrix,equal)(GSL_TYPE(gsl_matrix) *a, GSL_TYPE(gsl_ma - } - - #ifdef HAVE_TENSOR_TENSOR_H --EXTERN VALUE cgsl_tensor, cgsl_tensor_int; -+extern VALUE cgsl_tensor, cgsl_tensor_int; - VALUE rb_gsl_tensor_equal(int argc, VALUE *argv, VALUE obj); - VALUE rb_gsl_tensor_int_equal(int argc, VALUE *argv, VALUE obj); - #ifdef BASE_DOUBLE -diff --git ext/gsl_native/monte.c ext/gsl_native/monte.c -index 3559001..8d83bdb 100644 ---- ext/gsl_native/monte.c -+++ ext/gsl_native/monte.c -@@ -25,7 +25,7 @@ static VALUE cgsl_monte_miser; - static VALUE cgsl_monte_vegas; - static VALUE cgsl_monte_function; - static VALUE cgsl_monte_miser_params, cgsl_monte_vegas_params; --EXTERN VALUE cgsl_vector; -+extern VALUE cgsl_vector; - - enum { - GSL_MONTE_PLAIN_STATE = 1, -diff --git ext/gsl_native/root.c ext/gsl_native/root.c -index dfed2c8..666ec81 100644 ---- ext/gsl_native/root.c -+++ ext/gsl_native/root.c -@@ -14,7 +14,7 @@ - #include "include/rb_gsl_function.h" - #include "include/rb_gsl_root.h" - --EXTERN VALUE cgsl_function_fdf; -+extern VALUE cgsl_function_fdf; - - enum { - GSL_ROOT_FSOLVER_BISECTION, -diff --git ext/gsl_native/sf_bessel.c ext/gsl_native/sf_bessel.c -index 65d5038..c0ab45d 100644 ---- ext/gsl_native/sf_bessel.c -+++ ext/gsl_native/sf_bessel.c -@@ -11,7 +11,7 @@ - */ - - #include "include/rb_gsl_sf.h" --EXTERN VALUE cgsl_vector; -+extern VALUE cgsl_vector; - - /* Cylindrical Bessel Functions */ - static VALUE rb_gsl_sf_bessel_J0(VALUE obj, VALUE x) -diff --git ext/gsl_native/sf_coulomb.c ext/gsl_native/sf_coulomb.c -index c314642..6479769 100644 ---- ext/gsl_native/sf_coulomb.c -+++ ext/gsl_native/sf_coulomb.c -@@ -11,7 +11,7 @@ - */ - - #include "include/rb_gsl_sf.h" --EXTERN VALUE cgsl_vector; -+extern VALUE cgsl_vector; - - static VALUE rb_gsl_sf_hydrogenicR_1(VALUE obj, VALUE Z, VALUE r) - { -diff --git ext/gsl_native/sf_legendre.c ext/gsl_native/sf_legendre.c -index 5a9470e..91836e1 100644 ---- ext/gsl_native/sf_legendre.c -+++ ext/gsl_native/sf_legendre.c -@@ -10,7 +10,7 @@ - */ - - #include "include/rb_gsl_sf.h" --EXTERN VALUE cgsl_vector; -+extern VALUE cgsl_vector; - - static VALUE rb_gsl_sf_legendre_P1(VALUE obj, VALUE x) - { -diff --git ext/gsl_native/sort.c ext/gsl_native/sort.c -index a1acd78..240a8fb 100644 ---- ext/gsl_native/sort.c -+++ ext/gsl_native/sort.c -@@ -13,8 +13,8 @@ - #include <gsl/gsl_heapsort.h> - #include <gsl/gsl_sort.h> - --EXTERN ID RBGSL_ID_call; --EXTERN VALUE cgsl_complex; -+extern ID RBGSL_ID_call; -+extern VALUE cgsl_complex; - - int rb_gsl_comparison_double(const void *aa, const void *bb); - int rb_gsl_comparison_complex(const void *aa, const void *bb); -diff --git ext/gsl_native/spline.c ext/gsl_native/spline.c -index dd42355..0d730da 100644 ---- ext/gsl_native/spline.c -+++ ext/gsl_native/spline.c -@@ -11,7 +11,7 @@ - - #include "include/rb_gsl_interp.h" - --EXTERN VALUE cgsl_interp_accel; /* defined in interp.c */ -+extern VALUE cgsl_interp_accel; /* defined in interp.c */ - - static void rb_gsl_spline_free(rb_gsl_spline *sp); - -diff --git ext/gsl_native/spline2d.c ext/gsl_native/spline2d.c -index 34e0c2b..36f3106 100644 ---- ext/gsl_native/spline2d.c -+++ ext/gsl_native/spline2d.c -@@ -11,7 +11,7 @@ - #ifdef GSL_2_0_LATER - #include "include/rb_gsl_interp2d.h" - --EXTERN VALUE cgsl_interp2d_accel; /* defined in interp2d.c */ -+extern VALUE cgsl_interp2d_accel; /* defined in interp2d.c */ - static void rb_gsl_spline2d_free(rb_gsl_spline2d *fr); - - static VALUE rb_gsl_spline2d_alloc(int argc, VALUE *argv, VALUE self) -diff --git ext/gsl_native/vector_complex.c ext/gsl_native/vector_complex.c -index b598746..83db5ee 100644 ---- ext/gsl_native/vector_complex.c -+++ ext/gsl_native/vector_complex.c -@@ -12,7 +12,7 @@ - #include "include/rb_gsl_array.h" - #include "include/rb_gsl_complex.h" - --EXTERN VALUE cgsl_complex; -+extern VALUE cgsl_complex; - static VALUE rb_gsl_vector_complex_inner_product(int argc, VALUE *argv, VALUE obj); - static VALUE rb_gsl_vector_complex_product_to_m(int argc, VALUE *argv, VALUE obj); - -diff --git ext/gsl_native/vector_source.h ext/gsl_native/vector_source.h -index 1d343cd..2b265d9 100644 ---- ext/gsl_native/vector_source.h -+++ ext/gsl_native/vector_source.h -@@ -687,7 +687,7 @@ static VALUE FUNCTION(rb_gsl_vector,uplus)(VALUE obj) - return obj; - } - --EXTERN VALUE cgsl_poly; -+extern VALUE cgsl_poly; - - VALUE FUNCTION(rb_gsl_vector,uminus)(VALUE obj) - { -@@ -1009,7 +1009,7 @@ int FUNCTION(rbgsl_vector,equal)(const GSL_TYPE(gsl_vector) *v1, const GSL_TYPE( - } - - #ifdef HAVE_TENSOR_TENSOR_H --EXTERN VALUE cgsl_tensor, cgsl_tensor_int; -+extern VALUE cgsl_tensor, cgsl_tensor_int; - VALUE rb_gsl_tensor_equal(int argc, VALUE *argv, VALUE obj); - VALUE rb_gsl_tensor_int_equal(int argc, VALUE *argv, VALUE obj); - #ifdef BASE_DOUBLE diff --git a/math/rubygem-rb-gsl/pkg-descr b/math/rubygem-rb-gsl/pkg-descr deleted file mode 100644 index 03c818e485ea..000000000000 --- a/math/rubygem-rb-gsl/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ruby/GSL is a Ruby extension library for GSL (GNU Scientific Library), -which provides a number of functions and methods for numerical -computing in Ruby. diff --git a/math/rumur/Makefile b/math/rumur/Makefile index fb4fcc81eb85..eed17408c9d6 100644 --- a/math/rumur/Makefile +++ b/math/rumur/Makefile @@ -1,6 +1,6 @@ PORTNAME= rumur DISTVERSIONPREFIX= v -DISTVERSION= 2025.01.05 +DISTVERSION= 2025.08.31 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/rumur/distinfo b/math/rumur/distinfo index f1b8481b0cd8..349a57374998 100644 --- a/math/rumur/distinfo +++ b/math/rumur/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736117682 -SHA256 (Smattr-rumur-v2025.01.05_GH0.tar.gz) = 5a17f869879800abe8a3eb9de4802c1cf85d7dae06a043f1946287d3cbcf7f93 -SIZE (Smattr-rumur-v2025.01.05_GH0.tar.gz) = 349202 +TIMESTAMP = 1762710274 +SHA256 (Smattr-rumur-v2025.08.31_GH0.tar.gz) = 5be73475ec4dd9f59596c62e84a428ebe1efead9b8ded4e9bfda70c4b07651ce +SIZE (Smattr-rumur-v2025.08.31_GH0.tar.gz) = 354447 diff --git a/math/rumur/pkg-plist b/math/rumur/pkg-plist index d1aa3419761c..d460ee5f94f6 100644 --- a/math/rumur/pkg-plist +++ b/math/rumur/pkg-plist @@ -47,6 +47,11 @@ share/man/man1/murphi2xml.1.gz share/man/man1/rumur-run.1.gz share/man/man1/rumur.1.gz %%DATADIR%%/lib/README.rst -%%DATADIR%%/lib/list +%%DATADIR%%/lib/_list +%%DATADIR%%/lib/_set %%DATADIR%%/lib/v2025.01.04/list %%DATADIR%%/lib/v2025.01.05/list +%%DATADIR%%/lib/v2025.02.02/_list +%%DATADIR%%/lib/v2025.02.02/_set +%%DATADIR%%/lib/v2025.08.31/_list +%%DATADIR%%/lib/v2025.08.31/_set diff --git a/math/saga/Makefile b/math/saga/Makefile index 289d527e1959..b2f3f2087214 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,9 +1,7 @@ PORTNAME= saga -PORTVERSION= 9.8.0 -PORTREVISION= 2 +PORTVERSION= 9.11.1 CATEGORIES= math -MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} - +MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/([0-9]).*/\1/1}/SAGA%20-%20${PORTVERSION} MAINTAINER= rhurlin@FreeBSD.org COMMENT= System for Automated Geoscientific Analyses WWW= http://www.saga-gis.org/en/index.html @@ -17,6 +15,7 @@ BROKEN= requires OpenMP support that is missing on this architecture BUILD_DEPENDS= swig:devel/swig LIB_DEPENDS= libcurl.so:ftp/curl \ + libexiv2.so:graphics/exiv2 \ libfftw3.so:math/fftw3 \ libgdal.so:graphics/gdal \ libhdf5.so:science/hdf5 \ @@ -32,23 +31,24 @@ RUN_DEPENDS:= swig:devel/swig USES= cmake compiler:c++17-lang desktop-file-utils dos2unix \ gnome iconv:wchar_t localbase pkgconfig python -DOS2UNIX_GLOB= *.cpp *.h +DOS2UNIX_GLOB= *.cpp *.h *.txt USE_LDCONFIG= yes USE_WX= 3.2+ -GIT_TAGNAME= 332e77cb0 +GIT_TAGNAME= ee3d5e428 -CMAKE_ARGS= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h +CMAKE_ARGS= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h \ + -DWITH_TOOLS_PDAL:BOOL=TRUE CMAKE_ON= CMAKE_VERBOSE_MAKEFILE CMAKE_ON+= WITH_DEV_TOOLS CMAKE_ON+= WITH_EXCERCISES +CMAKE_ON+= WITH_EXIV2 CMAKE_ON+= WITH_LIFETIME_TRACKER CMAKE_ON+= WITH_MRMR CMAKE_ON+= WITH_SYSTEM_SVM CMAKE_ON+= WITH_TOOLS_HPDF CMAKE_ON+= WITH_TOOLS_OPENCV CMAKE_ON+= WITH_PYTHON_PKG -CMAKE_ON+= WITH_TOOLS_PDAL CMAKE_ON+= WITH_TOOLS_POSTGRES CMAKE_ON+= WITH_TOOLS_PROJ CMAKE_OFF= WITH_CLIPPER_ONE @@ -101,6 +101,8 @@ post-install: (cd ${WRKSRC}/src/accessories && ${RM} -R python) (cd ${WRKSRC}/src/accessories && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${RM} -R ${STAGEDIR}${DATADIR}/CMakeLists.txt + ${RM} -R ${STAGEDIR}${DATADIR}/classification + ${RM} -R ${STAGEDIR}${DATADIR}/color_ramps ${RM} -R ${STAGEDIR}${DATADIR}/templates/template4saga-tools/my_tool_library/Makefile.bak # library helper files are not needed and cripple some math/qgis extensions @${RM} ${STAGEDIR}${PREFIX}/lib/saga/*.la diff --git a/math/saga/distinfo b/math/saga/distinfo index e360cf47413d..a20bc9814e85 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743530600 -SHA256 (saga-9.8.0.tar.gz) = 9333477e2147b6cc802c7d668b2b975a240fe0908c839e2e9eec44e241a9b9d7 -SIZE (saga-9.8.0.tar.gz) = 9957306 +TIMESTAMP = 1768504529 +SHA256 (saga-9.11.1.tar.gz) = 70d93afc8720a8b80eaf0d8b69e33dee9c9d1702e60cbe8caf5ebda6304d6031 +SIZE (saga-9.11.1.tar.gz) = 10352892 diff --git a/math/saga/files/patch-CMakeLists.txt b/math/saga/files/patch-CMakeLists.txt deleted file mode 100644 index 380875109d73..000000000000 --- a/math/saga/files/patch-CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ ---- CMakeLists.txt.orig 2024-11-13 13:14:04 UTC -+++ CMakeLists.txt -@@ -26,6 +26,10 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON CACHE STRING "Th - set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ standard to be used") - set(CMAKE_CXX_STANDARD_REQUIRED ON CACHE STRING "The C++ standard is required") - -+# Get Compiler info for about dialog -+set(COMPILER "${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}") -+add_definitions(-DCOMPILER="${COMPILER}") -+ - # Platform dependent compiler requirements - if(MSVC) - set(CMAKE_CONFIGURATION_TYPES "Debug;Release" CACHE STRING "" FORCE) diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist index 3ff47abb285d..50c645b59804 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 @@ -39,13 +40,12 @@ lib/libsaga_gdi.so.%%PORTVERSION%% %%PYTHON_SITELIBDIR%%/PySAGA/__init__.py %%PYTHON_SITELIBDIR%%/PySAGA/_saga_api.so %%PYTHON_SITELIBDIR%%/PySAGA/convert.py -%%PYTHON_SITELIBDIR%%/PySAGA/data/chelsa.py -%%PYTHON_SITELIBDIR%%/PySAGA/data/copernicus_dem.py %%PYTHON_SITELIBDIR%%/PySAGA/data/helper.py %%PYTHON_SITELIBDIR%%/PySAGA/data/srtm.py %%PYTHON_SITELIBDIR%%/PySAGA/helper.py %%PYTHON_SITELIBDIR%%/PySAGA/plot.py %%PYTHON_SITELIBDIR%%/PySAGA/saga_api.py +%%PYTHON_SITELIBDIR%%/PySAGA/saga_api.pyi %%PYTHON_SITELIBDIR%%/PySAGA/tools/_tool_chains_uncategorized.py %%PYTHON_SITELIBDIR%%/PySAGA/tools/climate_tools.py %%PYTHON_SITELIBDIR%%/PySAGA/tools/contrib_perego.py @@ -101,6 +101,7 @@ lib/libsaga_gdi.so.%%PORTVERSION%% %%PYTHON_SITELIBDIR%%/PySAGA/tools/sim_landscape_evolution.py %%PYTHON_SITELIBDIR%%/PySAGA/tools/sim_qm_of_esp.py %%PYTHON_SITELIBDIR%%/PySAGA/tools/sim_rivflow.py +%%PYTHON_SITELIBDIR%%/PySAGA/tools/sim_scimap.py %%PYTHON_SITELIBDIR%%/PySAGA/tools/statistics_grid.py %%PYTHON_SITELIBDIR%%/PySAGA/tools/statistics_kriging.py %%PYTHON_SITELIBDIR%%/PySAGA/tools/statistics_points.py @@ -178,6 +179,7 @@ lib/saga/libsim_ihacres.so lib/saga/libsim_landscape_evolution.so lib/saga/libsim_qm_of_esp.so lib/saga/libsim_rivflow.so +lib/saga/libsim_scimap.so lib/saga/libstatistics_grid.so lib/saga/libstatistics_kriging.so lib/saga/libstatistics_points.so @@ -241,8 +243,8 @@ share/pixmaps/saga.png %%DATADIR%%/helper/make_translation_files.bat %%DATADIR%%/helper/saga_python_version_tester.bat %%DATADIR%%/helper/saga_python_version_tester.py +%%DATADIR%%/helper/saga_setup.iss %%DATADIR%%/helper/saga_setup_readme.rtf -%%DATADIR%%/helper/saga_setup_x64.iss %%DATADIR%%/resources/classification/classify_corine_clc_features.txt %%DATADIR%%/resources/classification/classify_corine_clc_raster.txt %%DATADIR%%/resources/classification/classify_precipitation_1.txt @@ -251,6 +253,7 @@ share/pixmaps/saga.png %%DATADIR%%/resources/classification/classify_stddev_1.txt %%DATADIR%%/resources/classification/classify_stddev_2.txt %%DATADIR%%/resources/classification/classify_topography_1.txt +%%DATADIR%%/resources/classification/classify_topography_2.txt %%DATADIR%%/resources/color_ramps/CET-C1.pal %%DATADIR%%/resources/color_ramps/CET-C1s.pal %%DATADIR%%/resources/color_ramps/CET-C2.pal diff --git a/math/savage/Makefile b/math/savage/Makefile index 1533036276db..c2498017c2bc 100644 --- a/math/savage/Makefile +++ b/math/savage/Makefile @@ -1,7 +1,7 @@ PORTNAME= savage DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 29 +PORTREVISION= 36 CATEGORIES= math MAINTAINER= ashish@FreeBSD.org diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index 2bac6946f089..574b37ee02ec 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -1,6 +1,7 @@ PORTNAME= sc-im DISTVERSIONPREFIX= v -DISTVERSION= 0.8.4 +DISTVERSION= 0.8.5 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= bapt@FreeBSD.org @@ -13,7 +14,7 @@ LIB_DEPENDS= libxlsreader.so:math/libxls \ libxlsxwriter.so:math/libxlsxwriter \ libzip.so:archivers/libzip -USES= compiler:c11 gmake gnome lua:51 ncurses pkgconfig +USES= compiler:c11 gmake gnome lua ncurses pkgconfig USE_GITHUB= yes GH_ACCOUNT= andmarti1424 USE_GNOME= libxml2 @@ -21,8 +22,8 @@ USE_GNOME= libxml2 WRKSRC_SUBDIR= src CFLAGS+= -DXLSX_EXPORT -DXLS LIBS+= -lxlsreader -lxlsxwriter -MAKE_ENV+= LDLIBS="${LIBS}" -MAKE_ARGS+= CC="${CC}" prefix="${PREFIX}" MANDIR="${PREFIX}/share/man/man1" +MAKE_ENV+= LDLIBS="${LIBS}" LUA_PKGNAME=lua-${LUA_VER} +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/scalapack/Makefile b/math/scalapack/Makefile index 0a5668a213eb..c9020ac6731d 100644 --- a/math/scalapack/Makefile +++ b/math/scalapack/Makefile @@ -1,5 +1,6 @@ PORTNAME= scalapack PORTVERSION= 2.2.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math @@ -60,7 +61,7 @@ FFLAGS+= ${FPIC} LDFLAGS+= ${MPI_LIBS} SVERSION= ${PORTVERSION:R:R} -.if ${GCC_DEFAULT} >= 10 +.if ${FORTRAN_DEFAULT} == gfortran && ${GCC_DEFAULT} >= 10 # workaround for Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) FFLAGS+= -fallow-argument-mismatch .endif diff --git a/math/scalapack/files/patch-BLACS_SRC_Bdef.h b/math/scalapack/files/patch-BLACS_SRC_Bdef.h new file mode 100644 index 000000000000..7845091f1e18 --- /dev/null +++ b/math/scalapack/files/patch-BLACS_SRC_Bdef.h @@ -0,0 +1,18 @@ +--- BLACS/SRC/Bdef.h.orig 2024-08-06 11:44:11 UTC ++++ BLACS/SRC/Bdef.h +@@ -129,6 +129,15 @@ Int BI_ContxtNum(BLACSCONTEXT *ctxt); + void BI_BlacsWarn(Int ConTxt, Int line, char *file, char *form, ...); + void BI_BlacsErr(Int ConTxt, Int line, char *file, char *form, ...); + Int BI_ContxtNum(BLACSCONTEXT *ctxt); ++void BI_TransDist(BLACSCONTEXT *ctxt, char scope, Int m, Int n, Int *rA, ++ Int *cA, Int ldrc, BI_DistType *dist, Int rdest, Int cdest); ++void BI_dmvcopy(Int m, Int n, double *A, Int lda, double *buff); ++void BI_dvmcopy(Int m, Int n, double *A, Int lda, double *buff); ++void BI_imvcopy(Int m, Int n, Int *A, Int lda, Int *buff); ++void BI_ivmcopy(Int m, Int n, Int *A, Int lda, Int *buff); ++void BI_smvcopy(Int m, Int n, float *A, Int lda, float *buff); ++void BI_svmcopy(Int m, Int n, float *A, Int lda, float *buff); ++void Cblacs_pinfo(Int *mypnum, Int *nprocs); + + /* + * If we've got an ANSI standard C compiler, we can use void pointers... diff --git a/math/scalapack/files/patch-BLACS_SRC_blacs__init__.c b/math/scalapack/files/patch-BLACS_SRC_blacs__init__.c new file mode 100644 index 000000000000..642edde152d9 --- /dev/null +++ b/math/scalapack/files/patch-BLACS_SRC_blacs__init__.c @@ -0,0 +1,15 @@ +--- BLACS/SRC/blacs_init_.c.orig 2024-08-06 11:44:11 UTC ++++ BLACS/SRC/blacs_init_.c +@@ -6,7 +6,12 @@ F_VOID_FUNC blacs_gridinit_(Int *ConTxt, F_CHAR order, + F_VOID_FUNC blacs_gridinit_(Int *ConTxt, F_CHAR order, Int *nprow, Int *npcol) + #endif + { ++#if (INTFACE == C_CALL) + void Cblacs_gridmap(Int *, Int *, Int, Int, Int); ++#else ++ F_VOID_FUNC blacs_gridmap_(Int *ConTxt, Int *usermap, Int *ldup, Int *nprow0, ++ Int *npcol0); ++#endif + Int *tmpgrid, *iptr; + Int i, j; + diff --git a/math/scalapack/files/patch-CMakeLists.txt b/math/scalapack/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..133cf6b18859 --- /dev/null +++ b/math/scalapack/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2025-09-05 14:39:41 UTC ++++ CMakeLists.txt +@@ -239,6 +239,7 @@ if (NOT MSVC) + append_subdir_files(src-C "SRC") + + if (NOT MSVC) ++ set_source_files_properties(TOOLS/SL_gridreshape.c PROPERTIES COMPILE_OPTIONS "-Wno-error=implicit-function-declaration") + add_library(scalapack ${blacs} ${tools} ${tools-C} ${extra_lapack} ${pblas} ${pblas-F} ${ptzblas} ${ptools} ${pbblas} ${redist} ${src} ${src-C}) + set_target_properties(scalapack PROPERTIES + VERSION ${SCALAPACK_VERSION} diff --git a/math/scalapack/files/patch-gridmap b/math/scalapack/files/patch-gridmap new file mode 100644 index 000000000000..f442271f2045 --- /dev/null +++ b/math/scalapack/files/patch-gridmap @@ -0,0 +1,120 @@ +--- REDIST/SRC/pcgemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pcgemr.c +@@ -194,6 +194,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pctrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pctrmr.c +@@ -209,6 +209,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pdgemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pdgemr.c +@@ -191,6 +191,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pdtrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pdtrmr.c +@@ -206,6 +206,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pigemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pigemr.c +@@ -191,6 +191,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pitrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pitrmr.c +@@ -206,6 +206,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/psgemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/psgemr.c +@@ -191,6 +191,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pstrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pstrmr.c +@@ -206,6 +206,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pzgemr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pzgemr.c +@@ -194,6 +194,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- REDIST/SRC/pztrmr.c.orig 2024-08-06 11:44:11 UTC ++++ REDIST/SRC/pztrmr.c +@@ -209,6 +209,7 @@ extern void Cblacs_gridinit(); + extern void Cblacs_pinfo(); + extern void Cblacs_gridinfo(); + extern void Cblacs_gridinit(); ++extern void Cblacs_gridmap(); + extern void Cblacs_exit(); + extern void Cblacs_gridexit(); + extern void Cblacs_setup(); +--- SRC/pcrot.c.orig 2024-08-06 11:44:11 UTC ++++ SRC/pcrot.c +@@ -190,6 +190,7 @@ void pcrot_( Int *n, complex X[], Int *ix, Int *jx, In + F_INTG_FCT pbctrnv_(); + F_INTG_FCT crot_(); + F_INTG_FCT ilcm_(); ++ Int numroc_( Int*, Int*, Int*, Int*, Int* ); + /* .. + * .. Executable Statements .. + * +--- SRC/pzrot.c.orig 2024-08-06 11:44:11 UTC ++++ SRC/pzrot.c +@@ -190,6 +190,7 @@ void pzrot_( Int *n, complex16 X[], Int *ix, Int *jx, + F_INTG_FCT pbztrnv_(); + F_INTG_FCT zrot_(); + F_INTG_FCT ilcm_(); ++ Int numroc_( Int*, Int*, Int*, Int*, Int* ); + /* .. + * .. Executable Statements .. + * diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 95a4faccb394..d3ee9203f17a 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= 25 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 @@ -28,6 +28,7 @@ USES= compiler:c++17-lang cpe desktop-file-utils eigen:3,build \ fortran gettext gmake gnome iconv:wchar_t libtool \ localbase ncurses pathfix pkgconfig shared-mime-info USE_GNOME= libxml2 +JAVA_VERSION= 8 USE_LOCALE= en_US.UTF-8 GNU_CONFIGURE= yes @@ -41,7 +42,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 +59,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 +72,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 +85,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 +147,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 +165,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..1db2fe88602c 100644 --- a/math/scipoptsuite/Makefile +++ b/math/scipoptsuite/Makefile @@ -1,5 +1,6 @@ PORTNAME= scipoptsuite -DISTVERSION= 9.2.1 +DISTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://scipopt.org/download/release/ @@ -11,9 +12,11 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ + libcliquer.so:math/cliquer \ libgmp.so:math/gmp \ libgsl.so:math/gsl \ libipopt.so:math/ipopt \ + libjansson.so:devel/jansson \ libmpfr.so:math/mpfr \ libtbb.so:devel/onetbb @@ -22,4 +25,8 @@ USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS +LDFLAGS+= -lpthread # fix build after it began breaking on 2025-11-03 for unclear reason + +INSTALL_CONFLICTS= SCIP + .include <bsd.port.mk> diff --git a/math/scipoptsuite/distinfo b/math/scipoptsuite/distinfo index 1f8e70d74fa3..41c9e57e3554 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 = 1762937046 +SHA256 (scipoptsuite-10.0.0.tgz) = 0f80e2bad1d9668361eca2142687b5a7d583593bfd28e70e8912e9d7f98a51b6 +SIZE (scipoptsuite-10.0.0.tgz) = 18985729 diff --git a/math/scipoptsuite/pkg-plist b/math/scipoptsuite/pkg-plist index 102d232f0959..7d2f9c33316b 100644 --- a/math/scipoptsuite/pkg-plist +++ b/math/scipoptsuite/pkg-plist @@ -10,11 +10,13 @@ include/dijkstra/dijkstra.h include/gcg/automorphism.h include/gcg/automorphism.hpp include/gcg/branch_bpstrong.h +include/gcg/branch_compbnd.h include/gcg/branch_empty.h include/gcg/branch_generic.h include/gcg/branch_orig.h include/gcg/branch_relpsprob.h include/gcg/branch_ryanfoster.h +include/gcg/branchgcg.h include/gcg/class_conspartition.h include/gcg/class_detprobdata.h include/gcg/class_indexpartition.h @@ -60,9 +62,11 @@ include/gcg/disp_gcg.h include/gcg/disp_master.h include/gcg/event_bestsol.h include/gcg/event_display.h +include/gcg/event_mastersepacut.h include/gcg/event_mastersol.h include/gcg/event_relaxsol.h include/gcg/event_solvingstats.h +include/gcg/extendedmasterconsdata.h include/gcg/gcg.h include/gcg/gcg_general.h include/gcg/gcgcol.h @@ -70,6 +74,7 @@ include/gcg/gcggithash.h include/gcg/gcgplugins.h include/gcg/gcgpqueue.h include/gcg/gcgsort.h +include/gcg/gcgvarhistory.h include/gcg/heur_gcgcoefdiving.h include/gcg/heur_gcgdins.h include/gcg/heur_gcgfeaspump.h @@ -85,6 +90,7 @@ include/gcg/heur_gcgsimplerounding.h include/gcg/heur_gcgveclendiving.h include/gcg/heur_gcgzirounding.h include/gcg/heur_greedycolsel.h +include/gcg/heur_ipcolgen.h include/gcg/heur_mastercoefdiving.h include/gcg/heur_masterdiving.h include/gcg/heur_masterfracdiving.h @@ -97,6 +103,7 @@ include/gcg/heur_setcover.h include/gcg/heur_xpcrossover.h include/gcg/heur_xprins.h include/gcg/masterplugins.h +include/gcg/mastersepacut.h include/gcg/miscvisualization.h include/gcg/nodesel_master.h include/gcg/objdialog.h @@ -108,15 +115,21 @@ include/gcg/pricestore_gcg.h include/gcg/pricingjob.h include/gcg/pricingprob.h include/gcg/pub_automorphism.h +include/gcg/pub_branchgcg.h include/gcg/pub_clscons.h include/gcg/pub_clsvar.h include/gcg/pub_colpool.h include/gcg/pub_decomp.h +include/gcg/pub_extendedmasterconsdata.h +include/gcg/pub_gcg.h +include/gcg/pub_gcg.hpp include/gcg/pub_gcgcol.h include/gcg/pub_gcgheur.h include/gcg/pub_gcgpqueue.h include/gcg/pub_gcgsepa.h include/gcg/pub_gcgvar.h +include/gcg/pub_mastersepacut.h +include/gcg/pub_pricingcb.h include/gcg/pub_pricingjob.h include/gcg/pub_pricingprob.h include/gcg/pub_score.h @@ -125,6 +138,7 @@ include/gcg/reader_blk.h include/gcg/reader_cls.h include/gcg/reader_dec.h include/gcg/reader_gp.h +include/gcg/reader_jdec.h include/gcg/reader_ref.h include/gcg/reader_tex.h include/gcg/relax_gcg.h @@ -140,9 +154,11 @@ include/gcg/score_spfawh.h include/gcg/score_spfwh.h include/gcg/score_strong.h include/gcg/sepa_basis.h -include/gcg/sepa_master.h +include/gcg/sepa_original.h +include/gcg/sepa_subsetrow.h include/gcg/solver.h include/gcg/solver_cliquer.h +include/gcg/solver_gcg.h include/gcg/solver_knapsack.h include/gcg/solver_mip.h include/gcg/solver_xyz.h @@ -151,12 +167,19 @@ include/gcg/struct_branchgcg.h include/gcg/struct_colpool.h include/gcg/struct_decomp.h include/gcg/struct_detector.h +include/gcg/struct_extendedmasterconsdata.h +include/gcg/struct_gcg.h include/gcg/struct_gcgcol.h include/gcg/struct_gcgpqueue.h +include/gcg/struct_gcgvarhistory.h +include/gcg/struct_locks.h +include/gcg/struct_mastersepacut.h include/gcg/struct_pricestore_gcg.h +include/gcg/struct_pricingcb.h include/gcg/struct_pricingjob.h include/gcg/struct_pricingprob.h include/gcg/struct_score.h +include/gcg/struct_sepagcg.h include/gcg/struct_solver.h include/gcg/struct_vardata.h include/gcg/type_branchgcg.h @@ -165,19 +188,28 @@ include/gcg/type_colpool.h include/gcg/type_consclassifier.h include/gcg/type_decomp.h include/gcg/type_detector.h +include/gcg/type_extendedmasterconsdata.h +include/gcg/type_gcg.h include/gcg/type_gcgcol.h include/gcg/type_gcgpqueue.h +include/gcg/type_gcgpricer.h +include/gcg/type_gcgvarhistory.h +include/gcg/type_locks.h include/gcg/type_masterdiving.h +include/gcg/type_mastersepacut.h include/gcg/type_origdiving.h include/gcg/type_parameter.h include/gcg/type_pricestore_gcg.h +include/gcg/type_pricetype.h +include/gcg/type_pricingcb.h include/gcg/type_pricingjob.h include/gcg/type_pricingprob.h include/gcg/type_pricingstatus.h include/gcg/type_score.h +include/gcg/type_sepagcg.h include/gcg/type_solver.h include/gcg/type_varclassifier.h -include/gcg/wrapper_partialdecomp.h +include/gcg/zerohalf_selector.h include/graph/bipartitegraph.h include/graph/bipartitegraph_def.h include/graph/bridge.h @@ -205,6 +237,8 @@ include/graph/rowgraph_def.h include/graph/weights.h include/lpi/lpi.h include/lpi/type_lpi.h +include/lpiexact/lpiexact.h +include/lpiexact/type_lpiexact.h include/objscip/objbenders.h include/objscip/objbenderscut.h include/objscip/objbranchrule.h @@ -214,7 +248,9 @@ include/objscip/objcutsel.h include/objscip/objdialog.h include/objscip/objdisp.h include/objscip/objeventhdlr.h +include/objscip/objexprhdlr.h include/objscip/objheur.h +include/objscip/objiisfinder.h include/objscip/objmessagehdlr.h include/objscip/objnodesel.h include/objscip/objpresol.h @@ -315,8 +351,10 @@ include/papilo/misc/VectorUtils.hpp include/papilo/misc/VersionLogger.hpp include/papilo/misc/Wrappers.hpp include/papilo/misc/compress_vector.hpp +include/papilo/misc/extended_euclidean.hpp include/papilo/misc/fmt.hpp include/papilo/misc/tbb.hpp +include/papilo/presolvers/CliqueMerging.hpp include/papilo/presolvers/CoefficientStrengthening.hpp include/papilo/presolvers/ConstraintPropagation.hpp include/papilo/presolvers/DominatedCols.hpp @@ -338,6 +376,9 @@ include/papilo/verification/ArgumentType.hpp include/papilo/verification/CertificateInterface.hpp include/papilo/verification/EmptyCertificate.hpp include/papilo/verification/VeriPb.hpp +include/rectlu/rectlu.h +include/rectlu/rectlu_factor.h +include/rectlu/rectlu_num.h include/scip/bandit.h include/scip/bandit_epsgreedy.h include/scip/bandit_exp3.h @@ -370,6 +411,7 @@ include/scip/branch_pscost.h include/scip/branch_random.h include/scip/branch_relpscost.h include/scip/branch_vanillafullstrong.h +include/scip/certificate.h include/scip/clock.h include/scip/compr.h include/scip/compr_largestrepr.h @@ -382,9 +424,9 @@ include/scip/conflict.h include/scip/conflict_dualproofanalysis.h include/scip/conflict_general.h include/scip/conflict_graphanalysis.h +include/scip/conflict_resolution.h include/scip/conflictstore.h include/scip/cons.h -include/scip/cons_abspower.h include/scip/cons_and.h include/scip/cons_benders.h include/scip/cons_benderslp.h @@ -395,6 +437,8 @@ include/scip/cons_conjunction.h include/scip/cons_countsols.h include/scip/cons_cumulative.h include/scip/cons_disjunction.h +include/scip/cons_exactlinear.h +include/scip/cons_exactsol.h include/scip/cons_fixedvar.h include/scip/cons_indicator.h include/scip/cons_integral.h @@ -406,10 +450,10 @@ include/scip/cons_nonlinear.h include/scip/cons_or.h include/scip/cons_orbisack.h include/scip/cons_orbitope.h +include/scip/cons_orbitope_full.h +include/scip/cons_orbitope_pp.h include/scip/cons_pseudoboolean.h -include/scip/cons_quadratic.h include/scip/cons_setppc.h -include/scip/cons_soc.h include/scip/cons_sos1.h include/scip/cons_sos2.h include/scip/cons_superindicator.h @@ -422,6 +466,7 @@ include/scip/cutsel.h include/scip/cutsel_dynamic.h include/scip/cutsel_ensemble.h include/scip/cutsel_hybrid.h +include/scip/datatree.h include/scip/dbldblarith.h include/scip/dcmp.h include/scip/debug.h @@ -462,6 +507,7 @@ include/scip/heur_conflictdiving.h include/scip/heur_crossover.h include/scip/heur_dins.h include/scip/heur_distributiondiving.h +include/scip/heur_dks.h include/scip/heur_dps.h include/scip/heur_dualval.h include/scip/heur_farkasdiving.h @@ -514,15 +560,21 @@ include/scip/heur_zeroobj.h include/scip/heur_zirounding.h include/scip/heuristics.h include/scip/history.h +include/scip/hypergraph.h +include/scip/iisfinder.h +include/scip/iisfinder_greedy.h include/scip/implics.h include/scip/interrupt.h include/scip/intervalarith.h include/scip/lapack_calls.h include/scip/lp.h +include/scip/lpexact.h +include/scip/lpexact_bounding.h include/scip/mem.h include/scip/message.h include/scip/message_default.h include/scip/misc.h +include/scip/multiprecision.hpp include/scip/nlhdlr.h include/scip/nlhdlr_bilinear.h include/scip/nlhdlr_convex.h @@ -535,6 +587,7 @@ include/scip/nlhdlr_soc.h include/scip/nlp.h include/scip/nlpi.h include/scip/nlpi_all.h +include/scip/nlpi_conopt.h include/scip/nlpi_filtersqp.h include/scip/nlpi_ipopt.h include/scip/nlpi_worhp.h @@ -558,6 +611,7 @@ include/scip/presol_dualinfer.h include/scip/presol_dualsparsify.h include/scip/presol_gateextraction.h include/scip/presol_implics.h +include/scip/presol_implint.h include/scip/presol_inttobinary.h include/scip/presol_milp.h include/scip/presol_qpkktref.h @@ -596,6 +650,7 @@ include/scip/pub_conflict.h include/scip/pub_cons.h include/scip/pub_cutpool.h include/scip/pub_cutsel.h +include/scip/pub_datatree.h include/scip/pub_dcmp.h include/scip/pub_dialog.h include/scip/pub_disp.h @@ -604,8 +659,10 @@ include/scip/pub_expr.h include/scip/pub_fileio.h include/scip/pub_heur.h include/scip/pub_history.h +include/scip/pub_iisfinder.h include/scip/pub_implics.h include/scip/pub_lp.h +include/scip/pub_lpexact.h include/scip/pub_matrix.h include/scip/pub_message.h include/scip/pub_misc.h @@ -613,6 +670,7 @@ include/scip/pub_misc_linear.h include/scip/pub_misc_rowprep.h include/scip/pub_misc_select.h include/scip/pub_misc_sort.h +include/scip/pub_network.h include/scip/pub_nlhdlr.h include/scip/pub_nlp.h include/scip/pub_nlpi.h @@ -629,6 +687,8 @@ include/scip/pub_sol.h include/scip/pub_table.h include/scip/pub_tree.h include/scip/pub_var.h +include/scip/rational.h +include/scip/rationalgmp.h include/scip/rbtree.h include/scip/reader.h include/scip/reader_bnd.h @@ -658,12 +718,14 @@ include/scip/reader_tim.h include/scip/reader_wbo.h include/scip/reader_zpl.h include/scip/relax.h +include/scip/relax_benders.h include/scip/reopt.h include/scip/retcode.h include/scip/scip.h include/scip/scip_bandit.h include/scip/scip_benders.h include/scip/scip_branch.h +include/scip/scip_certificate.h include/scip/scip_compr.h include/scip/scip_concurrent.h include/scip/scip_conflict.h @@ -672,16 +734,20 @@ include/scip/scip_copy.h include/scip/scip_cut.h include/scip/scip_cutsel.h include/scip/scip_datastructures.h +include/scip/scip_datatree.h include/scip/scip_dcmp.h include/scip/scip_debug.h include/scip/scip_dialog.h include/scip/scip_disp.h include/scip/scip_event.h +include/scip/scip_exact.h include/scip/scip_export.h include/scip/scip_expr.h include/scip/scip_general.h include/scip/scip_heur.h +include/scip/scip_iisfinder.h include/scip/scip_lp.h +include/scip/scip_lpexact.h include/scip/scip_mem.h include/scip/scip_message.h include/scip/scip_nlp.h @@ -720,6 +786,7 @@ include/scip/sepa_closecuts.h include/scip/sepa_convexproj.h include/scip/sepa_disjunctive.h include/scip/sepa_eccuts.h +include/scip/sepa_flower.h include/scip/sepa_gauge.h include/scip/sepa_gomory.h include/scip/sepa_impliedbounds.h @@ -734,6 +801,7 @@ include/scip/sepa_rapidlearning.h include/scip/sepa_rlt.h include/scip/sepa_zerohalf.h include/scip/sepastore.h +include/scip/sepastoreexact.h include/scip/set.h include/scip/sol.h include/scip/solve.h @@ -752,6 +820,7 @@ include/scip/struct_cons.h include/scip/struct_cutpool.h include/scip/struct_cuts.h include/scip/struct_cutsel.h +include/scip/struct_datatree.h include/scip/struct_dcmp.h include/scip/struct_dialog.h include/scip/struct_disp.h @@ -759,8 +828,11 @@ include/scip/struct_event.h include/scip/struct_expr.h include/scip/struct_heur.h include/scip/struct_history.h +include/scip/struct_hypergraph.h +include/scip/struct_iisfinder.h include/scip/struct_implics.h include/scip/struct_lp.h +include/scip/struct_lpexact.h include/scip/struct_matrix.h include/scip/struct_mem.h include/scip/struct_message.h @@ -776,6 +848,7 @@ include/scip/struct_pricestore.h include/scip/struct_primal.h include/scip/struct_prob.h include/scip/struct_prop.h +include/scip/struct_rational.h include/scip/struct_reader.h include/scip/struct_relax.h include/scip/struct_reopt.h @@ -804,6 +877,7 @@ include/scip/type_bandit.h include/scip/type_benders.h include/scip/type_benderscut.h include/scip/type_branch.h +include/scip/type_certificate.h include/scip/type_clock.h include/scip/type_compr.h include/scip/type_concsolver.h @@ -814,6 +888,7 @@ include/scip/type_cons.h include/scip/type_cutpool.h include/scip/type_cuts.h include/scip/type_cutsel.h +include/scip/type_datatree.h include/scip/type_dcmp.h include/scip/type_dialog.h include/scip/type_disp.h @@ -822,9 +897,12 @@ include/scip/type_expr.h include/scip/type_exprinterpret.h include/scip/type_heur.h include/scip/type_history.h +include/scip/type_hypergraph.h +include/scip/type_iisfinder.h include/scip/type_implics.h include/scip/type_interrupt.h include/scip/type_lp.h +include/scip/type_lpexact.h include/scip/type_matrix.h include/scip/type_mem.h include/scip/type_message.h @@ -840,6 +918,7 @@ include/scip/type_pricestore.h include/scip/type_primal.h include/scip/type_prob.h include/scip/type_prop.h +include/scip/type_rational.h include/scip/type_reader.h include/scip/type_relax.h include/scip/type_reopt.h @@ -1020,7 +1099,7 @@ include/soplex/vector.h include/soplex/vectorbase.h include/soplex/wallclocktimer.h include/soplex_interface.h -include/symmetry/build_sassy_graph.h +include/symmetry/build_dejavu_graph.h include/symmetry/compute_symmetry.h include/symmetry/struct_symmetry.h include/symmetry/type_symmetry.h @@ -1081,10 +1160,13 @@ lib/cmake/papilo/papilo-config-version.cmake lib/cmake/papilo/papilo-config.cmake lib/cmake/papilo/papilo-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/papilo/papilo-targets.cmake +lib/cmake/scip/FindGMP.cmake +lib/cmake/scip/FindMPFR.cmake lib/cmake/scip/scip-config-version.cmake lib/cmake/scip/scip-config.cmake lib/cmake/scip/scip-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/scip/scip-targets.cmake +lib/cmake/soplex/FindMPFR.cmake lib/cmake/soplex/soplex-config-version.cmake lib/cmake/soplex/soplex-config.cmake lib/cmake/soplex/soplex-targets-%%CMAKE_BUILD_TYPE%%.cmake @@ -1094,16 +1176,16 @@ lib/cmake/zimpl/zimpl-config.cmake 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.4.0 +lib/libgcg.so.4.0.0.0 lib/libpapilo-core.a lib/libscip.so -lib/libscip.so.9.2 -lib/libscip.so.9.2.1.0 +lib/libscip.so.10.0 +lib/libscip.so.10.0.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.8.0 +lib/libsoplexshared.so.8.0.0 lib/libzimpl-pic.a lib/libzimpl.a diff --git a/math/scs/Makefile b/math/scs/Makefile index c2f4c37ecdde..de83a5f6f588 100644 --- a/math/scs/Makefile +++ b/math/scs/Makefile @@ -1,6 +1,5 @@ PORTNAME= scs -DISTVERSION= 3.2.7 -PORTREVISION= 1 +DISTVERSION= 3.2.9 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/scs/distinfo b/math/scs/distinfo index fcabe78f8b4e..c8b95aa28b52 100644 --- a/math/scs/distinfo +++ b/math/scs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724601953 -SHA256 (cvxgrp-scs-3.2.7_GH0.tar.gz) = bc8211cfd213f3117676ceb7842f4ed8a3bc7ed9625c4238cc7d83f666e22cc9 -SIZE (cvxgrp-scs-3.2.7_GH0.tar.gz) = 1235001 +TIMESTAMP = 1760338156 +SHA256 (cvxgrp-scs-3.2.9_GH0.tar.gz) = f3d9095fb01fd634d12ccbe6f79ed2acbb7101ad57b723157d44a49cbe187669 +SIZE (cvxgrp-scs-3.2.9_GH0.tar.gz) = 1274849 diff --git a/math/scs/pkg-plist b/math/scs/pkg-plist index 30015425e42e..ef26c0f0a2f2 100644 --- a/math/scs/pkg-plist +++ b/math/scs/pkg-plist @@ -11,6 +11,7 @@ include/scs/scs_blas.h include/scs/scs_types.h include/scs/scs_work.h include/scs/util.h +include/scs/util_spectral_cones.h lib/libscsdir.a lib/libscsdir.so lib/libscsindir.a diff --git a/math/secp256k1/Makefile b/math/secp256k1/Makefile index abdc97284a3b..b133f1d83d9e 100644 --- a/math/secp256k1/Makefile +++ b/math/secp256k1/Makefile @@ -1,6 +1,6 @@ PORTNAME= secp256k1 DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 +DISTVERSION= 0.7.1 CATEGORIES= math security java MAINTAINER= ale@FreeBSD.org diff --git a/math/secp256k1/distinfo b/math/secp256k1/distinfo index 378b71da49a9..a6c499edab5f 100644 --- a/math/secp256k1/distinfo +++ b/math/secp256k1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730814381 -SHA256 (bitcoin-core-secp256k1-v0.6.0_GH0.tar.gz) = 785bb98e7d6705c51c8dfa8ac3af6aa2ccfa3774714d51c0b9e28fac1146e9f1 -SIZE (bitcoin-core-secp256k1-v0.6.0_GH0.tar.gz) = 1996783 +TIMESTAMP = 1769588769 +SHA256 (bitcoin-core-secp256k1-v0.7.1_GH0.tar.gz) = 958f204dbafc117e73a2604285dc2eb2a5128344d3499c114dcba5de54cb7a9e +SIZE (bitcoin-core-secp256k1-v0.7.1_GH0.tar.gz) = 2154599 diff --git a/math/secp256k1/pkg-plist b/math/secp256k1/pkg-plist index f9489d99bc4e..7a7ac2834134 100644 --- a/math/secp256k1/pkg-plist +++ b/math/secp256k1/pkg-plist @@ -8,6 +8,6 @@ include/secp256k1_recovery.h include/secp256k1_schnorrsig.h lib/libsecp256k1.a lib/libsecp256k1.so -lib/libsecp256k1.so.5 -lib/libsecp256k1.so.5.0.0 +lib/libsecp256k1.so.6 +lib/libsecp256k1.so.6.0.1 libdata/pkgconfig/libsecp256k1.pc diff --git a/math/sfft/Makefile b/math/sfft/Makefile index 640917ef2039..f117fe6b42e5 100644 --- a/math/sfft/Makefile +++ b/math/sfft/Makefile @@ -1,6 +1,6 @@ PORTNAME= sfft DISTVERSION= 0.1.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math MASTER_SITES= http://spiral.net/software/sfft/ LOCAL/bf DISTFILES= ${DISTNAME}${EXTRACT_SUFX} 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/sleef/Makefile b/math/sleef/Makefile index 732f706c49ef..7dd8d2f2f565 100644 --- a/math/sleef/Makefile +++ b/math/sleef/Makefile @@ -1,27 +1,51 @@ PORTNAME= sleef -DISTVERSION= 3.8 +DISTVERSION= 3.9.0 +PORTREVISION= 1 CATEGORIES= math -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm WWW= https://sleef.org LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libgmp.so:math/gmp \ - libmpfr.so:math/mpfr \ - libfftw3.so:math/fftw3 +BUILD_DEPENDS= tlfloat>0:math/tlfloat +TEST_DEPENDS= fftw3>0:math/fftw3 \ + fftw3-float>0:math/fftw3-float \ + gmp>0:math/gmp \ + mpfr>0:math/mpfr \ + tlfloat>0:math/tlfloat -USES= cmake:testing compiler:c11 pathfix ssl -CMAKE_ARGS= -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON +USES= cmake:testing compiler:c11 pathfix pkgconfig +.if make(test) +USES+= ssl +.endif USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= shibatch -CMAKE_OFF= SLEEF_BUILD_TESTS -CMAKE_TESTING_ON= SLEEF_BUILD_TESTS +# CPUTYPE breaks unit tests and presumably the library itself +.if defined(CPUTYPE) && ${ARCH} == amd64 +CPUTYPE= +.endif + +CMAKE_TESTING_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenSSL \ + SLEEF_DISABLE_FFTW +CMAKE_TESTING_ON= SLEEF_BUILD_TESTS \ + SLEEF_ENABLE_MPFR \ + SLEEF_ENABLE_SSL + +CMAKE_OFF= SLEEF_BUILD_TESTS \ + SLEEF_ENABLE_MPFR \ + SLEEF_ENABLE_SSL + +CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_OpenSSL \ + SLEEF_BUILD_SHARED_LIBS \ + SLEEF_DISABLE_FLOAT128 \ + SLEEF_DISABLE_FFTW \ + SLEEF_ENABLE_TLFLOAT .include <bsd.port.options.mk> diff --git a/math/sleef/distinfo b/math/sleef/distinfo index a963e33bacc1..affc72f9b5c5 100644 --- a/math/sleef/distinfo +++ b/math/sleef/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739116908 -SHA256 (shibatch-sleef-3.8_GH0.tar.gz) = a12ccd50f57083c530e1c76f10d52865defbd19fc9e2c85b483493065709874a -SIZE (shibatch-sleef-3.8_GH0.tar.gz) = 1863935 +TIMESTAMP = 1758388799 +SHA256 (shibatch-sleef-3.9.0_GH0.tar.gz) = af60856abac08a3b5e72a8d156dd71fec1f7ac23de8ee67793f45f9edcdf0908 +SIZE (shibatch-sleef-3.9.0_GH0.tar.gz) = 1808227 diff --git a/math/sleef/pkg-plist b/math/sleef/pkg-plist index 13a16396cec5..1d599db40954 100644 --- a/math/sleef/pkg-plist +++ b/math/sleef/pkg-plist @@ -5,8 +5,8 @@ lib/cmake/sleef/sleefTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/sleef/sleefTargets.cmake lib/libsleef.so lib/libsleef.so.3 -lib/libsleef.so.3.8.0 +lib/libsleef.so.3.9.0 libdata/pkgconfig/sleef.pc %%GNUABI%%lib/libsleefgnuabi.so %%GNUABI%%lib/libsleefgnuabi.so.3 -%%GNUABI%%lib/libsleefgnuabi.so.3.8 +%%GNUABI%%lib/libsleefgnuabi.so.3.9 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/slicot/Makefile b/math/slicot/Makefile index d03fcdc8d85b..bec8cc6ce719 100644 --- a/math/slicot/Makefile +++ b/math/slicot/Makefile @@ -1,6 +1,5 @@ PORTNAME= SLICOT -PORTVERSION= 5.9 -PORTREVISION= 2 +PORTVERSION= 5.9.1 DISTVERSIONPREFIX= v CATEGORIES= math @@ -13,51 +12,23 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_PROJECT= SLICOT-Reference -USES= blaslapack:openblas fortran +USES= blaslapack:openblas cmake:testing fortran -BINARY_ALIAS= gfortran=${FC} -FFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -MAKEFILE= makefile_Unix -MAKE_ENV= FORTRAN=${FC} OPTS="${FFLAGS} -fPIC" LOADER=${FC} \ - LOADOPTS="${WRKSRC}/slicot.a ${WRKSRC}/lpkaux.a ${LDFLAGS} ${BLASLIB} ${LAPACKLIB}" -MAKE_JOBS_UNSAFE=yes USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS EXAMPLES -PORTDOCS= * - -post-build: - (cd ${WRKSRC} && \ - ${CP} slicot.a libslicot.a && \ - ${FC} ${LDFLAGS} -shared -Wl,-soname=libslicot.so.0 \ - -o libslicot.so.0.0 src/*.o ${BLASLIB} ${LAPACKLIB} && \ - ${LN} -sf libslicot.so.0.0 libslicot.so.0 && \ - ${LN} -sf libslicot.so.0.0 libslicot.so) - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/libslicot.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/libslicot.so.0.0 ${STAGEDIR}${PREFIX}/lib - ${RLN} ${STAGEDIR}${PREFIX}/lib/libslicot.so.0.0 \ - ${STAGEDIR}${PREFIX}/lib/libslicot.so - ${RLN} ${STAGEDIR}${PREFIX}/lib/libslicot.so.0.0 \ - ${STAGEDIR}${PREFIX}/lib/libslicot.so.0 +OPTIONS_DEFINE= DOCS EXAMPLES +EXAMPLES_CMAKE_ON= SLICOT_TESTING +PORTDOCS= * do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in README.md libindex.html - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: - ${FIND} ${WRKSRC}/examples -name "T*" -a ! -name "*\.*" | \ - ${XARGS} ${STRIP_CMD} - ${RM} ${WRKSRC}/examples/*.o ${WRKSRC}/../examples/makefile.bak \ - ${WRKSRC}/examples/makefile.orig ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && \ ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/* ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> diff --git a/math/slicot/distinfo b/math/slicot/distinfo index bbbb6bcde50d..f64ce243272c 100644 --- a/math/slicot/distinfo +++ b/math/slicot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709474279 -SHA256 (SLICOT-SLICOT-Reference-v5.9_GH0.tar.gz) = af5dc4773bf76e6f137d3c1dbc4838fbb360a134b5a09afce90b9ce690363b7b -SIZE (SLICOT-SLICOT-Reference-v5.9_GH0.tar.gz) = 2939308 +TIMESTAMP = 1763310122 +SHA256 (SLICOT-SLICOT-Reference-v5.9.1_GH0.tar.gz) = 37b0c0fc1800454f8d7553a004a5bb6fac9e042fe2b592ce1eec92045ce9b7a1 +SIZE (SLICOT-SLICOT-Reference-v5.9.1_GH0.tar.gz) = 2981050 diff --git a/math/slicot/files/patch-examples_TMB03LD.f b/math/slicot/files/patch-examples_TMB03LD.f deleted file mode 100644 index 3ff556f8858f..000000000000 --- a/math/slicot/files/patch-examples_TMB03LD.f +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/TMB03LD.f.orig 2022-05-27 14:40:35 UTC -+++ examples/TMB03LD.f -@@ -26,6 +26,8 @@ - $ DWORK( LDWORK ), FG( LDFG, NMAX/2+1 ), - $ Q( LDQ, 2*NMAX ) - * -+ LOGICAL LSAME -+ EXTERNAL LSAME - * .. External Subroutines .. - EXTERNAL MB03LD - * diff --git a/math/slicot/files/patch-examples_makefile__Unix b/math/slicot/files/patch-examples_makefile__Unix deleted file mode 100644 index ba134d924e1e..000000000000 --- a/math/slicot/files/patch-examples_makefile__Unix +++ /dev/null @@ -1,30 +0,0 @@ ---- examples/makefile_Unix.orig 2024-02-05 12:03:37 UTC -+++ examples/makefile_Unix -@@ -40,6 +40,8 @@ include ../make_Unix.inc - - include ../make_Unix.inc - -+# MB03BZ.exa removed - see https://github.com/SLICOT/SLICOT-Reference/issues/16 -+# Same for MB03FZ, MB03LZ, MB03XZ, MB04AZ, MB04BZ, MB4DLZ, MB4DPZ, MB04DZ - all: AB01MD.exa AB01ND.exa AB01OD.exa AB04MD.exa AB05MD.exa AB05ND.exa \ - AB05OD.exa AB05PD.exa AB05QD.exa AB05RD.exa AB07MD.exa AB07ND.exa \ - AB08ND.exa AB08NW.exa AB08NZ.exa AB09AD.exa AB09BD.exa AB09CD.exa \ -@@ -54,13 +56,13 @@ all: AB01MD.exa AB01ND.exa AB01OD.exa AB04MD.exa AB05M - IB01AD.exa IB01BD.exa IB01CD.exa IB03AD.exa IB03BD.exa \ - MB01TD.exa MB02CD.exa MB02DD.exa MB02ED.exa MB02FD.exa MB02GD.exa \ - MB02HD.exa MB02ID.exa MB02JD.exa MB02JX.exa MB02KD.exa MB02MD.exa \ -- MB02ND.exa MB02QD.exa MB02SD.exa MB02VD.exa MB03BD.exa MB03BZ.exa \ -- MB03FZ.exa MB03KD.exa MB03LD.exa MB03LF.exa MB03LZ.exa MB03MD.exa \ -+ MB02ND.exa MB02QD.exa MB02SD.exa MB02VD.exa MB03BD.exa \ -+ MB03KD.exa MB03LD.exa MB03LF.exa MB03MD.exa \ - MB03ND.exa MB03OD.exa MB03PD.exa MB03QD.exa MB03QG.exa MB03RD.exa \ - MB03SD.exa MB03TD.exa MB03UD.exa MB03VD.exa MB03WD.exa MB03XD.exa \ -- MB03XP.exa MB03XZ.exa MB03ZD.exa MB04AD.exa MB04AZ.exa MB04BD.exa \ -- MB04BZ.exa MB04DD.exa MB04DL.exa MB4DLZ.exa MB04DP.exa MB4DPZ.exa \ -- MB04DS.exa MB04DY.exa MB04DZ.exa MB04ED.exa MB04FD.exa MB04GD.exa \ -+ MB03XP.exa MB03ZD.exa MB04AD.exa MB04BD.exa \ -+ MB04DD.exa MB04DL.exa MB04DP.exa \ -+ MB04DS.exa MB04DY.exa MB04ED.exa MB04FD.exa MB04GD.exa \ - MB04MD.exa MB04OD.exa MB04PB.exa MB04PU.exa MB04TB.exa MB04TS.exa \ - MB04UD.exa MB04VD.exa MB04XD.exa MB04YD.exa MB04ZD.exa MB05MD.exa \ - MB05ND.exa MB05OD.exa MC01MD.exa MC01ND.exa MC01OD.exa MC01PD.exa \ diff --git a/math/slicot/files/patch-make__Unix.inc b/math/slicot/files/patch-make__Unix.inc index 5fff92918818..2e355a323bb7 100644 --- a/math/slicot/files/patch-make__Unix.inc +++ b/math/slicot/files/patch-make__Unix.inc @@ -1,12 +1,12 @@ ---- make_Unix.inc.orig 2024-02-05 12:03:37 UTC +--- make_Unix.inc.orig 2025-11-04 14:46:11 UTC +++ make_Unix.inc @@ -14,7 +14,7 @@ FORTRAN = gfortran # the compiler options desired when NO OPTIMIZATION is selected. # FORTRAN = gfortran --OPTS = -O2 -fPIC -fdefault-integer-8 -+#OPTS = -O2 -fPIC -fdefault-integer-8 - OPTS_NOOPT = -O0 +-OPTS = -O2 -fPIC -g ++#OPTS = -O2 -fPIC -g + OPTS_NOOPT = -O0 -g # Define LDFLAGS to the desired linker options for your machine. @@ -30,13 +30,11 @@ ARCHFLAGS = cr @@ -20,7 +20,7 @@ # machine-specific, optimized BLAS library should be used whenever # possible.) # --BLASLIB = ../libs/blas.a --LAPACKLIB = ../libs/lapack.a +-BLASLIB = -lopenblas +-LAPACKLIB = -lopenblas LPKAUXLIB = ../lpkaux.a SLICOTLIB = ../slicot.a diff --git a/math/slicot/pkg-plist b/math/slicot/pkg-plist index a1c971a765cb..23a1fa125c41 100644 --- a/math/slicot/pkg-plist +++ b/math/slicot/pkg-plist @@ -1,566 +1,12 @@ -lib/libslicot.a +lib/cmake/SLICOT/SLICOTConfig.cmake +lib/cmake/SLICOT/SLICOTConfigVersion.cmake +lib/cmake/SLICOT/SLICOTTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SLICOT/SLICOTTargets.cmake lib/libslicot.so -lib/libslicot.so.0 -lib/libslicot.so.0.0 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB01ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB01ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB01ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB01OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB01OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB01OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB04MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB04MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB04MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05PD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05PD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05PD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05QD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05RD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05RD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB05RD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB07MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB07MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB07MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB07ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB07ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB07ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB08ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB08ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB08ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB08NW.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB08NW.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB08NW.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB08NZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB08NZ.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB08NZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09CD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09CD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09CD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09DD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09DD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09DD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09ED.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09ED.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09ED.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09FD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09FD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09FD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09GD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09GD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09GD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09HD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09HD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09HD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09ID.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09ID.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09ID.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09JD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09JD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09JD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09KD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09KD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09KD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB09ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13CD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13CD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13CD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13DD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13DD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13DD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13ED.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13ED.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13ED.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13FD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13FD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13FD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13ID.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13ID.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13ID.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AB13MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AG08BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AG08BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AG08BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AG08BZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AG08BZ.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/AG08BZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB01AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB01AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB01AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB02AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB02AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB02AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB03AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB03AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB03AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB04AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB04AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BB04AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BD01AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BD01AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BD01AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BD02AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BD02AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BD02AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DE01OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DE01OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DE01OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DE01PD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DE01PD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DE01PD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DF01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DF01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DF01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DG01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DG01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DG01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DG01ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DG01ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DG01ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DG01OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DG01OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DG01OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DK01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DK01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DK01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ERR.OUT -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01QD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01RD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01RD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01RD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01SD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01SD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01SD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01TD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01TD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01TD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01VD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01VD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FB01VD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FD01AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FD01AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FD01AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB01AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB01AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB01AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB01BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB01BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB01BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB01CD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB01CD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB01CD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB03AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB03AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB03AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB03BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB03BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IB03BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB01TD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB01TD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB01TD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02CD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02CD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02CD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02DD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02DD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02DD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02ED.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02ED.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02ED.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02FD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02FD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02FD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02GD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02GD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02GD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02HD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02HD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02HD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02ID.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02ID.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02ID.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02JD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02JD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02JD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02JX.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02JX.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02JX.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02KD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02KD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02KD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02QD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02SD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02SD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02SD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02VD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02VD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB02VD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03BZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03BZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03FZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03FZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03KD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03KD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03KD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03LD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03LD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03LD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03LF.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03LF.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03LF.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03LZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03LZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03PD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03PD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03PD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03QD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03QG.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03QG.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03QG.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03RD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03RD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03RD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03SD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03SD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03SD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03TD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03TD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03TD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03UD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03UD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03UD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03VD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03VD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03VD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03WD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03WD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03WD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03XD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03XD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03XD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03XP.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03XP.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03XP.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03XZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03XZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03ZD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03ZD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB03ZD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04AZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04AZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04BZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04BZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DL.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DL.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DL.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DP.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DP.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DP.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DS.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DS.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DS.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DY.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DY.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DY.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04DZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04ED.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04ED.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04ED.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04FD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04FD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04FD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04GD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04GD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04GD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04PB.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04PB.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04PB.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04PU.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04PU.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04PU.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04TB.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04TB.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04TB.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04TS.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04TS.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04TS.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04UD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04UD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04UD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04VD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04VD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04VD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04XD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04XD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04XD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04YD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04YD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04YD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04ZD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04ZD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB04ZD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB05MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB05MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB05MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB05ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB05ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB05ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB05OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB05OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB05OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB4DLZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB4DLZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB4DPZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MB4DPZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01PD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01PD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01PD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01QD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01RD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01RD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01RD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01SD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01SD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01SD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01TD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01TD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01TD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01VD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01VD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01VD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01WD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01WD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01WD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01XD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01XD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC01XD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC03MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC03MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC03MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC03ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC03ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MC03ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MD03AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MD03AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MD03AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MD03BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MD03BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MD03BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB01BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB01BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB01BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB01DD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB01DD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB01DD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02PD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02PD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02PD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02QD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02RD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02RD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02RD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02SD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02SD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB02SD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03QD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03SD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03SD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03SD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03TD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03TD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03TD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03UD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03UD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB03UD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04PD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04PD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04PD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04QD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04RD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04RD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB04RD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB06ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB06ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB06ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08CD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08CD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08CD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08DD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08DD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08DD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08ED.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08ED.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08ED.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08FD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08FD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08FD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB08ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB09MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB09MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB09MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10DD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10DD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10DD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10ED.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10ED.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10ED.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10FD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10FD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10FD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10HD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10HD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10HD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10ID.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10ID.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10ID.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10KD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10KD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10KD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10ZD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10ZD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB10ZD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB16AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB16AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB16AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB16BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB16BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB16BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB16CD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB16CD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SB16CD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG02AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG02AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG02AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG02ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG02ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG02ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG03AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG03AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG03AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG03BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG03BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/SG03BD.res +lib/libslicot.so.5 +lib/libslicot.so.5.9.1 +libdata/pkgconfig/slicot.pc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAB01MD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAB01MD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAB01ND @@ -637,63 +83,6 @@ lib/libslicot.so.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAG08BD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAG08BZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAG08BZ.f -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01ID.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01ID.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01ID.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01IZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01IZ.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01IZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01KD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01KD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01KD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01LD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01LD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01LD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01PD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01PD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01PD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01PX.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01PX.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01PX.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01TD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01TD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01TD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01UD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01UD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01UD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01UY.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01UY.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01UY.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01WD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01WD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01WD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01WX.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01WX.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01WX.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01ZD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01ZD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB01ZD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB03AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB03AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB03AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB04AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB04AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB04AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB04BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB04BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB04BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB04CD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB04CD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB04CD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB05AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB05AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TB05AD.res %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TBB01AD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TBB01AD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TBB02AD @@ -706,24 +95,6 @@ lib/libslicot.so.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TBD01AD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TBD02AD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TBD02AD.f -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TC01OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TC01OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TC01OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TC04AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TC04AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TC04AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TC05AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TC05AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TC05AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TD03AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TD03AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TD03AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TD04AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TD04AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TD04AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TD05AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TD05AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TD05AD.res %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TDE01OD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TDE01OD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TDE01PD @@ -738,24 +109,6 @@ lib/libslicot.so.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TDG01OD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TDK01MD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TDK01MD.f -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01OD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01OD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01OD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01PD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01PD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01PD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01QD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01RD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01RD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TF01RD.res %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TFB01QD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TFB01QD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TFB01RD @@ -768,57 +121,6 @@ lib/libslicot.so.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TFB01VD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TFD01AD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TFD01AD.f -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01AD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01AD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01AD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01AZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01AZ.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01AZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01CD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01CD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01CD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01DD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01DD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01DD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01ED.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01ED.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01ED.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01FD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01FD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01FD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01FZ.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01FZ.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01FZ.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01GD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01GD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01GD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01HD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01HD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01HD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01ID.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01ID.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01ID.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01JD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01JD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01JD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01JY.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01JY.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01JY.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01LD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01LD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01LD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01ND.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01PD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01PD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01PD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01QD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01QD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TG01QD.res %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TIB01AD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TIB01AD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TIB01BD @@ -863,15 +165,17 @@ lib/libslicot.so.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB02VD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03BD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03BD.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03BZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03BZ.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03FZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03FZ.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03KD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03KD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03LD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03LD.f -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03LD.f.orig %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03LF %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03LF.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03LZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03LZ.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03MD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03MD.f @@ -901,14 +205,17 @@ lib/libslicot.so.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03XD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03XP %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03XP.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03XZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03XZ.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03ZD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB03ZD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04AD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04AD.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04AZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04AZ.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04BD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04BD.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04BZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04BZ.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04DD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04DD.f @@ -920,6 +227,7 @@ lib/libslicot.so.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04DS.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04DY %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04DY.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04DZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04DZ.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04ED %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB04ED.f @@ -955,7 +263,9 @@ lib/libslicot.so.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB05ND.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB05OD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB05OD.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB4DLZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB4DLZ.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB4DPZ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMB4DPZ.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMC01MD %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TMC01MD.f @@ -1181,21 +491,493 @@ lib/libslicot.so.0.0 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TUD01MD.f %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TUD01ND %%PORTEXAMPLES%%%%EXAMPLESDIR%%/TUD01ND.f -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01BD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01BD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01BD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01CD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01CD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01CD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01DD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01DD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01DD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01MD.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01MD.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01MD.res -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01ND.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01ND.exa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/UD01ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmake-how-to-example/CMakeLists.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cmake-how-to-example/TAB01MD.f +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB01ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB01OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB04MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB05MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB05ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB05OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB05PD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB05QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB05RD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB07MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB07ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB08ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB08NW.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB08NZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09CD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09DD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09ED.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09FD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09GD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09HD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09ID.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09JD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09KD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB09ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB13AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB13BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB13CD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB13DD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB13ED.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB13FD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB13ID.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AB13MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AG08BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/AG08BZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/BB01AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/BB02AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/BB03AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/BB04AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/BD01AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/BD02AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/DE01OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/DE01PD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/DF01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/DG01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/DG01ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/DG01OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/DK01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/FB01QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/FB01RD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/FB01SD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/FB01TD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/FB01VD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/FD01AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/IB01AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/IB01BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/IB01CD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/IB03AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/IB03BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB01TD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02CD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02DD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02ED.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02FD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02GD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02HD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02ID.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02JD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02JX.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02KD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02SD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB02VD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03BZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03FZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03KD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03LD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03LF.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03LZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03PD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03QG.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03RD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03SD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03TD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03UD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03VD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03WD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03XD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03XP.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03XZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB03ZD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04AZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04BZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04DD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04DL.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04DP.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04DS.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04DY.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04DZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04ED.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04FD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04GD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04PB.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04PU.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04TB.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04TS.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04UD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04VD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04XD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04YD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB04ZD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB05MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB05ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB05OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB4DLZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MB4DPZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01PD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01RD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01SD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01TD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01VD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01WD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC01XD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC03MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MC03ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MD03AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/MD03BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB01BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB01DD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB02MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB02ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB02OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB02PD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB02QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB02RD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB02SD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB03MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB03OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB03QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB03SD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB03TD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB03UD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB04MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB04ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB04OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB04PD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB04QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB04RD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB06ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB08CD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB08DD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB08ED.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB08FD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB08MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB08ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB09MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB10DD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB10ED.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB10FD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB10HD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB10ID.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB10KD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB10ZD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB16AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB16BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SB16CD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SG02AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SG02ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SG03AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/SG03BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01ID.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01IZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01KD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01LD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01PD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01PX.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01TD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01UD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01UY.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01WD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01WX.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB01ZD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB03AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB04AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB04BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB04CD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TB05AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TC01OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TC04AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TC05AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TD03AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TD04AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TD05AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TF01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TF01ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TF01OD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TF01PD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TF01QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TF01RD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01AD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01AZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01CD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01DD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01ED.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01FD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01FZ.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01GD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01HD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01ID.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01JD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01JY.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01LD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01ND.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01PD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/TG01QD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/UD01BD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/UD01CD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/UD01DD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/UD01MD.dat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/data/UD01ND.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/makefile_Unix %%PORTEXAMPLES%%%%EXAMPLESDIR%%/readme +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB01ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB01OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB04MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB05MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB05ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB05OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB05PD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB05QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB05RD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB07MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB07ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB08ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB08NW.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB08NZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09CD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09DD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09ED.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09FD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09GD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09HD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09ID.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09JD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09KD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB09ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB13AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB13BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB13CD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB13DD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB13ED.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB13FD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB13ID.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AB13MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AG08BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/AG08BZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/BB01AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/BB02AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/BB03AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/BB04AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/BD01AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/BD02AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/DE01OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/DE01PD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/DF01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/DG01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/DG01ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/DG01OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/DK01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/FB01QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/FB01RD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/FB01SD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/FB01TD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/FB01VD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/FD01AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/IB01AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/IB01BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/IB01CD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/IB03AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/IB03BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB01TD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02CD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02DD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02ED.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02FD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02GD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02HD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02ID.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02JD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02JX.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02KD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02SD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB02VD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03BZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03FZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03KD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03LD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03LF.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03LZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03PD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03QG.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03RD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03SD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03TD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03UD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03VD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03WD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03XD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03XP.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03XZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB03ZD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04AZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04BZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04DD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04DL.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04DP.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04DS.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04DY.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04DZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04ED.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04FD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04GD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04PB.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04PU.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04TB.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04TS.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04UD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04VD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04XD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04YD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB04ZD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB05MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB05ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB05OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB4DLZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MB4DPZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01PD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01RD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01SD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01TD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01VD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01WD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC01XD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC03MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MC03ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MD03AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/MD03BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB01BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB01DD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB02MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB02ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB02OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB02PD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB02QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB02RD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB02SD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB03MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB03OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB03QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB03SD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB03TD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB03UD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB04MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB04ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB04OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB04PD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB04QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB04RD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB06ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB08CD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB08DD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB08ED.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB08FD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB08MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB08ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB09MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB10DD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB10ED.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB10FD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB10HD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB10ID.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB10KD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB10ZD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB16AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB16BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SB16CD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SG02AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SG02ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SG03AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/SG03BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01ID.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01IZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01KD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01LD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01PD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01PX.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01TD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01UD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01UY.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01WD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01WX.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB01ZD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB03AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB04AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB04BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB04CD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TB05AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TC01OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TC04AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TC05AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TD03AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TD04AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TD05AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TF01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TF01ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TF01OD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TF01PD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TF01QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TF01RD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01AD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01AZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01CD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01DD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01ED.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01FD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01FZ.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01GD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01HD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01ID.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01JD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01JY.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01LD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01PD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/TG01QD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/UD01BD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/UD01CD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/UD01DD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/UD01MD.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/results/UD01ND.res +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/runtest.cmake 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/spar/Makefile b/math/spar/Makefile index 747031c5d46d..f08e3c34a19f 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -16,6 +16,7 @@ DOS2UNIX_FILES= lib/randist/rand.c USE_CSTD= gnu89 USE_LDCONFIG= yes +CPPFLAGS+= -DWANT_OBSOLETE_TYPEDEFS GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share 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/spectra/Makefile b/math/spectra/Makefile index 739f5b77a75e..bae39cd6e2e2 100644 --- a/math/spectra/Makefile +++ b/math/spectra/Makefile @@ -1,6 +1,6 @@ PORTNAME= spectra DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/spectra/distinfo b/math/spectra/distinfo index 05ef527b965c..2cd2e7734491 100644 --- a/math/spectra/distinfo +++ b/math/spectra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735791195 -SHA256 (yixuan-spectra-v1.1.0_GH0.tar.gz) = d29671e3d1b8036728933cadfddb05668a3cd6133331e91fc4535a9b85bedc79 -SIZE (yixuan-spectra-v1.1.0_GH0.tar.gz) = 273206 +TIMESTAMP = 1762964390 +SHA256 (yixuan-spectra-v1.2.0_GH0.tar.gz) = fdfccacba1c77d9b4ffefae7258c760c99e3c8a2823ca87ea5b11a50d297a73b +SIZE (yixuan-spectra-v1.2.0_GH0.tar.gz) = 293008 diff --git a/math/spectra/pkg-plist b/math/spectra/pkg-plist index 8c7bf0abdcc6..ff00377b1826 100644 --- a/math/spectra/pkg-plist +++ b/math/spectra/pkg-plist @@ -9,6 +9,7 @@ include/Spectra/JDSymEigsBase.h include/Spectra/LinAlg/Arnoldi.h include/Spectra/LinAlg/BKLDLT.h include/Spectra/LinAlg/DoubleShiftQR.h +include/Spectra/LinAlg/Givens.h include/Spectra/LinAlg/Lanczos.h include/Spectra/LinAlg/Orthogonalization.h include/Spectra/LinAlg/RitzPairs.h diff --git a/math/spot/Makefile b/math/spot/Makefile index 889bdb809ff9..02e3edf44022 100644 --- a/math/spot/Makefile +++ b/math/spot/Makefile @@ -1,5 +1,5 @@ PORTNAME= spot -DISTVERSION= 2.12.1 +DISTVERSION= 2.14.5 CATEGORIES= math MASTER_SITES= http://www.lrde.epita.fr/dload/${PORTNAME}/ @@ -35,4 +35,15 @@ PORTDOCS= tl.pdf post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so +# ============================================================================ +# Testsuite summary for spot 2.14.5 +# ============================================================================ +# TOTAL: 211 +# PASS: 189 +# SKIP: 20 +# XFAIL: 0 +# FAIL: 2 +# XPASS: 0 +# ERROR: 0 + .include <bsd.port.mk> diff --git a/math/spot/distinfo b/math/spot/distinfo index afb72a05edd8..35f96e71c28e 100644 --- a/math/spot/distinfo +++ b/math/spot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727153750 -SHA256 (spot-2.12.1.tar.gz) = 5477c08d4e1d062f164c2e486a83556925d07d70f2180de706af7aa949c6ff5c -SIZE (spot-2.12.1.tar.gz) = 7836653 +TIMESTAMP = 1768206323 +SHA256 (spot-2.14.5.tar.gz) = 8703d33426eea50a8e3b7f4b984c05b8058cbff054b260863a1688980d8b8d19 +SIZE (spot-2.14.5.tar.gz) = 8587011 diff --git a/math/spot/pkg-plist b/math/spot/pkg-plist index c24282322653..257af036777a 100644 --- a/math/spot/pkg-plist +++ b/math/spot/pkg-plist @@ -7,8 +7,11 @@ bin/ltl2tgba bin/ltl2tgta bin/ltlcross bin/ltldo +bin/ltlf2dfa bin/ltlfilt +bin/ltlfsynt bin/ltlgrind +bin/ltlmix bin/ltlsynt bin/randaut bin/randltl @@ -23,6 +26,7 @@ include/spot/bricks/brick-shmem include/spot/bricks/brick-types include/spot/gen/automata.hh include/spot/gen/formulas.hh +include/spot/graph/adjlist.hh include/spot/graph/graph.hh include/spot/graph/ngraph.hh include/spot/kripke/fairkripke.hh @@ -64,6 +68,7 @@ include/spot/misc/memusage.hh include/spot/misc/minato.hh include/spot/misc/mspool.hh include/spot/misc/optionmap.hh +include/spot/misc/permute.hh include/spot/misc/position.hh include/spot/misc/random.hh include/spot/misc/satsolver.hh @@ -89,6 +94,7 @@ include/spot/tl/apcollect.hh include/spot/tl/contain.hh include/spot/tl/declenv.hh include/spot/tl/defaultenv.hh +include/spot/tl/delta2.hh include/spot/tl/dot.hh include/spot/tl/environment.hh include/spot/tl/exclusive.hh @@ -119,6 +125,7 @@ include/spot/twa/twaproduct.hh include/spot/twaalgos/aiger.hh include/spot/twaalgos/alternation.hh include/spot/twaalgos/are_isomorphic.hh +include/spot/twaalgos/backprop.hh include/spot/twaalgos/bfssteps.hh include/spot/twaalgos/canonicalize.hh include/spot/twaalgos/cleanacc.hh @@ -131,6 +138,7 @@ include/spot/twaalgos/copy.hh include/spot/twaalgos/couvreurnew.hh include/spot/twaalgos/cycles.hh include/spot/twaalgos/dbranch.hh +include/spot/twaalgos/deadends.hh include/spot/twaalgos/degen.hh include/spot/twaalgos/determinize.hh include/spot/twaalgos/dot.hh @@ -143,6 +151,7 @@ include/spot/twaalgos/forq_contains.hh include/spot/twaalgos/game.hh include/spot/twaalgos/genem.hh include/spot/twaalgos/gfguarantee.hh +include/spot/twaalgos/given.hh include/spot/twaalgos/gtec/ce.hh include/spot/twaalgos/gtec/gtec.hh include/spot/twaalgos/gtec/sccstack.hh @@ -157,10 +166,14 @@ include/spot/twaalgos/langmap.hh include/spot/twaalgos/lbtt.hh include/spot/twaalgos/ltl2taa.hh include/spot/twaalgos/ltl2tgba_fm.hh +include/spot/twaalgos/ltlf2dfa.hh include/spot/twaalgos/magic.hh include/spot/twaalgos/mask.hh +include/spot/twaalgos/matchstates.hh +include/spot/twaalgos/mcs.hh include/spot/twaalgos/mealy_machine.hh include/spot/twaalgos/minimize.hh +include/spot/twaalgos/mtdtwa.hh include/spot/twaalgos/neverclaim.hh include/spot/twaalgos/parity.hh include/spot/twaalgos/postproc.hh @@ -222,8 +235,11 @@ share/man/man1/ltl2tgba.1.gz share/man/man1/ltl2tgta.1.gz share/man/man1/ltlcross.1.gz share/man/man1/ltldo.1.gz +share/man/man1/ltlf2dfa.1.gz share/man/man1/ltlfilt.1.gz +share/man/man1/ltlfsynt.1.gz share/man/man1/ltlgrind.1.gz +share/man/man1/ltlmix.1.gz share/man/man1/ltlsynt.1.gz share/man/man1/randaut.1.gz share/man/man1/randltl.1.gz diff --git a/math/stp/Makefile b/math/stp/Makefile index e7de69ab9729..51c77b7b1585 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -1,6 +1,6 @@ PORTNAME= stp DISTVERSION= 2.3.4 -PORTREVISION= 3 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= math @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libminisat.so:math/minisat \ libcryptominisat5.so:math/cryptominisat +BUILD_DEPENDS= ${PY_SETUPTOOLS} USES= bison:build cmake perl5 python USE_GITHUB= yes diff --git a/math/suitesparse-Example/Makefile b/math/suitesparse-Example/Makefile new file mode 100644 index 000000000000..8699f062c670 --- /dev/null +++ b/math/suitesparse-Example/Makefile @@ -0,0 +1,40 @@ +PORTNAME= ${MPORTNAME:tl} +PORTVERSION= 1.8.10 +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 be7105d4eee0..64c36d665ab6 100644 --- a/math/suitesparse-camd/Makefile +++ b/math/suitesparse-camd/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.3.3 +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..819332101ccd 100644 --- a/math/suitesparse-config/pkg-plist +++ b/math/suitesparse-config/pkg-plist @@ -5,11 +5,17 @@ lib/cmake/SuiteSparse/SuiteSparseBLAS64.cmake lib/cmake/SuiteSparse/SuiteSparseLAPACK.cmake lib/cmake/SuiteSparse/SuiteSparsePolicy.cmake lib/cmake/SuiteSparse/SuiteSparseReport.cmake +lib/cmake/SuiteSparse/SuiteSparse__blas_threading.cmake lib/cmake/SuiteSparse/SuiteSparse__thread.cmake +lib/cmake/SuiteSparse/check_mkl.c +lib/cmake/SuiteSparse/check_openblas_Apr2024.c +lib/cmake/SuiteSparse/check_openblas_Mar2015.c 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 1a0a7aa95fab..2d1db1ec907a 100644 --- a/math/suitesparse-graphblas/Makefile +++ b/math/suitesparse-graphblas/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 10.0.3 +PORTVERSION= 10.3.1 CATEGORIES= math COMMENT= Graph algorithms in the language of linear algebra @@ -14,12 +14,8 @@ CMAKE_ARGS+= -DGRAPHBLAS_COMPACT:BOOL=On \ -DGRAPHBLAS_USE_JIT:BOOL=On USE_LDCONFIG= yes -PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf Davis_HPEC18.pdf \ - GraphBLAS_API_C_v2.1.0.pdf \ - GraphBLAS_UserGuide.pdf HPEC19.pdf \ - HPEC20_Python_and_MATLAB.pdf lagraph-grapl19.pdf \ - toms_graphblas.pdf toms_parallel_grb2.pdf \ - The_GraphBLAS_in_Julia_and_Python_the_PageRank_and_Triangle_Centralities.pdf +PORTDOCS= GraphBLAS_API_C_v2.1.0.pdf \ + GraphBLAS_UserGuide.pdf .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" 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..5ecdf82e4098 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.1 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..6a4851b010f1 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.6 CATEGORIES= math COMMENT= Symmetric approximate minimum degree diff --git a/math/suitesparse-mongoose/pkg-plist b/math/suitesparse-mongoose/pkg-plist index ea35c6611cf9..77e3dfff786d 100644 --- a/math/suitesparse-mongoose/pkg-plist +++ b/math/suitesparse-mongoose/pkg-plist @@ -4,8 +4,11 @@ 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 +lib/libsuitesparse_mongoose.so.%%VER%% libdata/pkgconfig/SuiteSparse_Mongoose.pc %%PORTDOCS%%%%DOCSDIR%%/Mongoose_UserGuide.pdf diff --git a/math/suitesparse-paru/Makefile b/math/suitesparse-paru/Makefile index 891dabfadce1..2e0f456b05a4 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.1.0 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..da387fd9fbb9 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.6 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..1a470c14eb32 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.7 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 520ebfe367fd..e2a3174af67e 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= suitesparse -PORTVERSION= 7.10.2 +PORTVERSION= 7.12.2 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 fc461f5b2271..16de6e12d8a7 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -4,7 +4,7 @@ PKGNAMEPREFIX= suitesparse- SSPNAME= suitesparse -SSPVERSION= 7.10.2 +SSPVERSION= 7.12.2 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 622af251a80b..9ee6fd225c6c 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744560629 -SHA256 (suitesparse/v7.10.2.tar.gz) = 98ebd840a30ddd872b38879615b6045aa800d84eae6b44efd44b6b0682507630 -SIZE (suitesparse/v7.10.2.tar.gz) = 87825625 +TIMESTAMP = 1770834073 +SHA256 (suitesparse/v7.12.2.tar.gz) = 679412daa5f69af96d6976595c1ac64f252287a56e98cc4a8155d09cc7fd69e8 +SIZE (suitesparse/v7.12.2.tar.gz) = 95337908 diff --git a/math/sundials/Makefile b/math/sundials/Makefile index 8ddec9eab0cf..2c4f5e8c7455 100644 --- a/math/sundials/Makefile +++ b/math/sundials/Makefile @@ -1,6 +1,5 @@ PORTNAME= sundials -DISTVERSION= 7.2.1 -PORTREVISION= 4 +DISTVERSION= 7.5.0 CATEGORIES= math MASTER_SITES= https://github.com/LLNL/sundials/releases/download/v${DISTVERSION}/ @@ -83,4 +82,6 @@ PETSC_BROKEN= ERROR: PETSc not functional due to index size mismatch: SUNDIALS_ post-install: @${RM} ${STAGEDIR}${PREFIX}/include/sundials/LICENSE +# tests as of 7.5.0: 97% tests passed, 5 tests failed out of 190, see https://github.com/LLNL/sundials/issues/792 + .include <bsd.port.mk> diff --git a/math/sundials/distinfo b/math/sundials/distinfo index 75157f94d5f2..416edf7db310 100644 --- a/math/sundials/distinfo +++ b/math/sundials/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734866493 -SHA256 (sundials-7.2.1.tar.gz) = 3781e3f7cdf372ca12f7fbe64f561a8b9a507b8a8b2c4d6ce28d8e4df4befbea -SIZE (sundials-7.2.1.tar.gz) = 94198358 +TIMESTAMP = 1761757690 +SHA256 (sundials-7.5.0.tar.gz) = 089ac659507def738b7a65b574ffe3a900d38569e3323d9709ebed3e445adecc +SIZE (sundials-7.5.0.tar.gz) = 92920912 diff --git a/math/sundials/pkg-plist b/math/sundials/pkg-plist index c93d79a472e9..e14f29f9e485 100644 --- a/math/sundials/pkg-plist +++ b/math/sundials/pkg-plist @@ -46,11 +46,17 @@ include/nvector/nvector_serial.h include/sunadaptcontroller/sunadaptcontroller_imexgus.h include/sunadaptcontroller/sunadaptcontroller_mrihtol.h include/sunadaptcontroller/sunadaptcontroller_soderlind.h +include/sunadjointcheckpointscheme/sunadjointcheckpointscheme_fixed.h +include/sunadjointcheckpointscheme/sundials_adjointcheckpointscheme.h +include/sunadjointcheckpointscheme/sundials_adjointstepper.h include/sundials/NOTICE include/sundials/priv/sundials_context_impl.h include/sundials/priv/sundials_errors_impl.h +include/sundials/priv/sundials_logger_macros.h %%MPI%%include/sundials/priv/sundials_mpi_errors_impl.h include/sundials/sundials_adaptcontroller.h +include/sundials/sundials_adjointcheckpointscheme.h +include/sundials/sundials_adjointstepper.h include/sundials/sundials_band.h include/sundials/sundials_base.hpp include/sundials/sundials_config.h @@ -61,6 +67,7 @@ include/sundials/sundials_core.h include/sundials/sundials_core.hpp include/sundials/sundials_dense.h include/sundials/sundials_direct.h +include/sundials/sundials_domeigestimator.h include/sundials/sundials_errors.h include/sundials/sundials_export.h include/sundials/sundials_futils.h @@ -85,6 +92,8 @@ include/sundials/sundials_stepper.h include/sundials/sundials_types.h include/sundials/sundials_types_deprecated.h include/sundials/sundials_version.h +include/sundomeigest/sundomeigest_arnoldi.h +include/sundomeigest/sundomeigest_power.h include/sunlinsol/sunlinsol_band.h include/sunlinsol/sunlinsol_dense.h %%KLU%%include/sunlinsol/sunlinsol_klu.h @@ -107,94 +116,100 @@ lib/cmake/sundials/SUNDIALSTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/sundials/SUNDIALSTargets.cmake lib/libsundials_arkode.so lib/libsundials_arkode.so.6 -lib/libsundials_arkode.so.6.2.1 +lib/libsundials_arkode.so.6.5.0 lib/libsundials_core.so lib/libsundials_core.so.7 -lib/libsundials_core.so.7.2.1 +lib/libsundials_core.so.7.5.0 lib/libsundials_cvode.so lib/libsundials_cvode.so.7 -lib/libsundials_cvode.so.7.2.1 +lib/libsundials_cvode.so.7.5.0 lib/libsundials_cvodes.so lib/libsundials_cvodes.so.7 -lib/libsundials_cvodes.so.7.2.1 +lib/libsundials_cvodes.so.7.5.0 lib/libsundials_ida.so lib/libsundials_ida.so.7 -lib/libsundials_ida.so.7.2.1 +lib/libsundials_ida.so.7.5.0 lib/libsundials_idas.so lib/libsundials_idas.so.6 -lib/libsundials_idas.so.6.2.1 +lib/libsundials_idas.so.6.5.0 lib/libsundials_kinsol.so lib/libsundials_kinsol.so.7 -lib/libsundials_kinsol.so.7.2.1 +lib/libsundials_kinsol.so.7.5.0 lib/libsundials_nvecmanyvector.so lib/libsundials_nvecmanyvector.so.7 -lib/libsundials_nvecmanyvector.so.7.2.1 +lib/libsundials_nvecmanyvector.so.7.5.0 %%MPI%%lib/libsundials_nvecmpimanyvector.so %%MPI%%lib/libsundials_nvecmpimanyvector.so.7 -%%MPI%%lib/libsundials_nvecmpimanyvector.so.7.2.1 +%%MPI%%lib/libsundials_nvecmpimanyvector.so.7.5.0 %%MPI%%lib/libsundials_nvecmpiplusx.so %%MPI%%lib/libsundials_nvecmpiplusx.so.7 -%%MPI%%lib/libsundials_nvecmpiplusx.so.7.2.1 +%%MPI%%lib/libsundials_nvecmpiplusx.so.7.5.0 %%OPENMP%%lib/libsundials_nvecopenmp.so %%OPENMP%%lib/libsundials_nvecopenmp.so.7 -%%OPENMP%%lib/libsundials_nvecopenmp.so.7.2.1 +%%OPENMP%%lib/libsundials_nvecopenmp.so.7.5.0 %%MPI%%lib/libsundials_nvecparallel.so %%MPI%%lib/libsundials_nvecparallel.so.7 -%%MPI%%lib/libsundials_nvecparallel.so.7.2.1 +%%MPI%%lib/libsundials_nvecparallel.so.7.5.0 %%HYPRE%%lib/libsundials_nvecparhyp.so %%HYPRE%%lib/libsundials_nvecparhyp.so.7 -%%HYPRE%%lib/libsundials_nvecparhyp.so.7.2.1 +%%HYPRE%%lib/libsundials_nvecparhyp.so.7.5.0 %%PETSC%%lib/libsundials_nvecpetsc.so %%PETSC%%lib/libsundials_nvecpetsc.so.7 -%%PETSC%%lib/libsundials_nvecpetsc.so.7.2.1 +%%PETSC%%lib/libsundials_nvecpetsc.so.7.5.0 lib/libsundials_nvecpthreads.so lib/libsundials_nvecpthreads.so.7 -lib/libsundials_nvecpthreads.so.7.2.1 +lib/libsundials_nvecpthreads.so.7.5.0 lib/libsundials_nvecserial.so lib/libsundials_nvecserial.so.7 -lib/libsundials_nvecserial.so.7.2.1 +lib/libsundials_nvecserial.so.7.5.0 +lib/libsundials_sundomeigestarnoldi.so +lib/libsundials_sundomeigestarnoldi.so.1 +lib/libsundials_sundomeigestarnoldi.so.1.0.0 +lib/libsundials_sundomeigestpower.so +lib/libsundials_sundomeigestpower.so.1 +lib/libsundials_sundomeigestpower.so.1.0.0 lib/libsundials_sunlinsolband.so lib/libsundials_sunlinsolband.so.5 -lib/libsundials_sunlinsolband.so.5.2.1 +lib/libsundials_sunlinsolband.so.5.5.0 lib/libsundials_sunlinsoldense.so lib/libsundials_sunlinsoldense.so.5 -lib/libsundials_sunlinsoldense.so.5.2.1 +lib/libsundials_sunlinsoldense.so.5.5.0 %%KLU%%lib/libsundials_sunlinsolklu.so %%KLU%%lib/libsundials_sunlinsolklu.so.5 -%%KLU%%lib/libsundials_sunlinsolklu.so.5.2.1 +%%KLU%%lib/libsundials_sunlinsolklu.so.5.5.0 %%LAPACK%%lib/libsundials_sunlinsollapackband.so %%LAPACK%%lib/libsundials_sunlinsollapackband.so.5 -%%LAPACK%%lib/libsundials_sunlinsollapackband.so.5.2.1 +%%LAPACK%%lib/libsundials_sunlinsollapackband.so.5.5.0 %%LAPACK%%lib/libsundials_sunlinsollapackdense.so %%LAPACK%%lib/libsundials_sunlinsollapackdense.so.5 -%%LAPACK%%lib/libsundials_sunlinsollapackdense.so.5.2.1 +%%LAPACK%%lib/libsundials_sunlinsollapackdense.so.5.5.0 lib/libsundials_sunlinsolpcg.so lib/libsundials_sunlinsolpcg.so.5 -lib/libsundials_sunlinsolpcg.so.5.2.1 +lib/libsundials_sunlinsolpcg.so.5.5.0 lib/libsundials_sunlinsolspbcgs.so lib/libsundials_sunlinsolspbcgs.so.5 -lib/libsundials_sunlinsolspbcgs.so.5.2.1 +lib/libsundials_sunlinsolspbcgs.so.5.5.0 lib/libsundials_sunlinsolspfgmr.so lib/libsundials_sunlinsolspfgmr.so.5 -lib/libsundials_sunlinsolspfgmr.so.5.2.1 +lib/libsundials_sunlinsolspfgmr.so.5.5.0 lib/libsundials_sunlinsolspgmr.so lib/libsundials_sunlinsolspgmr.so.5 -lib/libsundials_sunlinsolspgmr.so.5.2.1 +lib/libsundials_sunlinsolspgmr.so.5.5.0 lib/libsundials_sunlinsolsptfqmr.so lib/libsundials_sunlinsolsptfqmr.so.5 -lib/libsundials_sunlinsolsptfqmr.so.5.2.1 +lib/libsundials_sunlinsolsptfqmr.so.5.5.0 lib/libsundials_sunmatrixband.so lib/libsundials_sunmatrixband.so.5 -lib/libsundials_sunmatrixband.so.5.2.1 +lib/libsundials_sunmatrixband.so.5.5.0 lib/libsundials_sunmatrixdense.so lib/libsundials_sunmatrixdense.so.5 -lib/libsundials_sunmatrixdense.so.5.2.1 +lib/libsundials_sunmatrixdense.so.5.5.0 lib/libsundials_sunmatrixsparse.so lib/libsundials_sunmatrixsparse.so.5 -lib/libsundials_sunmatrixsparse.so.5.2.1 +lib/libsundials_sunmatrixsparse.so.5.5.0 lib/libsundials_sunnonlinsolfixedpoint.so lib/libsundials_sunnonlinsolfixedpoint.so.4 -lib/libsundials_sunnonlinsolfixedpoint.so.4.2.1 +lib/libsundials_sunnonlinsolfixedpoint.so.4.5.0 lib/libsundials_sunnonlinsolnewton.so lib/libsundials_sunnonlinsolnewton.so.4 -lib/libsundials_sunnonlinsolnewton.so.4.2.1 +lib/libsundials_sunnonlinsolnewton.so.4.5.0 diff --git a/math/superlu/Makefile b/math/superlu/Makefile index e6a9fc273496..c4c7d389b45f 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= siva@FreeBSD.org 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..3d2e4a266f3d 100644 --- a/math/symengine/Makefile +++ b/math/symengine/Makefile @@ -1,6 +1,7 @@ PORTNAME= symengine DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/symphony/Makefile b/math/symphony/Makefile index 7cdd15b86479..a1f17d6c353a 100644 --- a/math/symphony/Makefile +++ b/math/symphony/Makefile @@ -1,7 +1,6 @@ PORTNAME= symphony DISTVERSIONPREFIX= releases/ -DISTVERSION= 5.7.2 -PORTREVISION= 3 +DISTVERSION= 5.7.3 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -35,4 +34,10 @@ GH_PROJECT= ${PORTNAME:tu} INSTALL_TARGET= install-strip TEST_TARGET= test +# tests as og 5.7.3: +# Severity NOTE : 0 thereof expected: 0 +# Severity PASSED : 683 thereof expected: 0 +# Severity WARNING : 0 thereof expected: 0 +# Severity ERROR : 0 thereof expected: 0 + .include <bsd.port.mk> diff --git a/math/symphony/distinfo b/math/symphony/distinfo index 69f221828c52..b449df25af67 100644 --- a/math/symphony/distinfo +++ b/math/symphony/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712245943 -SHA256 (coin-or-SYMPHONY-releases-5.7.2_GH0.tar.gz) = 0807187a907027590fb860454b20cfde29dd61a2ce21b8af6be2ece4327955da -SIZE (coin-or-SYMPHONY-releases-5.7.2_GH0.tar.gz) = 1925935 +TIMESTAMP = 1762663666 +SHA256 (coin-or-SYMPHONY-releases-5.7.3_GH0.tar.gz) = a42edebce10321b299fabd2ae3487c8e55f8b69e074b18c2976c1165d552be89 +SIZE (coin-or-SYMPHONY-releases-5.7.3_GH0.tar.gz) = 1933385 diff --git a/math/symphony/pkg-plist b/math/symphony/pkg-plist index 123a5dc19098..8fa59deaa379 100644 --- a/math/symphony/pkg-plist +++ b/math/symphony/pkg-plist @@ -6,10 +6,10 @@ include/coin/SymWarmStart.hpp include/coin/symphony.h lib/libOsiSym.so lib/libOsiSym.so.3 -lib/libOsiSym.so.3.7.2 +lib/libOsiSym.so.3.7.3 lib/libSym.so lib/libSym.so.3 -lib/libSym.so.3.7.2 +lib/libSym.so.3.7.3 libdata/pkgconfig/osi-sym.pc libdata/pkgconfig/symphony-app.pc libdata/pkgconfig/symphony.pc diff --git a/math/sympol/Makefile b/math/sympol/Makefile index b3dd0d5462f0..3206500f619c 100644 --- a/math/sympol/Makefile +++ b/math/sympol/Makefile @@ -1,7 +1,7 @@ PORTNAME= sympol DISTVERSIONPREFIX= v DISTVERSION= 0.1.9 -PORTREVISION= 13 +PORTREVISION= 16 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -11,9 +11,9 @@ WWW= https://www.math.uni-rostock.de/~rehn/software/sympol.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/lib/libbliss.a:math/bliss \ - permlib>0:math/permlib -LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ +BUILD_DEPENDS= permlib>0:math/permlib +LIB_DEPENDS= libbliss.so:math/bliss \ + libboost_program_options.so:devel/boost-libs \ libcddgmp.so:math/cddlib \ libgmp.so:math/gmp diff --git a/math/taucs/Makefile b/math/taucs/Makefile index 5bd6c7c28d17..9c2bddc738d7 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -55,7 +55,7 @@ archives: configure lib: archives @${PRINTF} "\n\n%s\n\n\n" "Building shared library:" (cd ${WRKSRC}_SHARED/lib/FreeBSD && \ - ${FC} ${CFLAGS} ${PICFLAG} ${LDFLAGS} -shared \ + ${CC} ${CFLAGS} ${PICFLAG} ${LDFLAGS} -shared \ -o libtaucs.so.1 -Wl,-x -Wl,-soname,libtaucs.so.1 \ -Wl,--whole-archive libtaucs.a -Wl,--no-whole-archive) ${STRIP_CMD} ${WRKSRC}_SHARED/lib/FreeBSD/libtaucs.so.1 diff --git a/math/taucs/files/patch-configurator_taucs__config.c b/math/taucs/files/patch-configurator_taucs__config.c new file mode 100644 index 000000000000..2f0ffcbad1e4 --- /dev/null +++ b/math/taucs/files/patch-configurator_taucs__config.c @@ -0,0 +1,13 @@ +https://github.com/sivantoledo/taucs/pull/2 + +--- configurator/taucs_config.c.orig 2003-09-04 09:08:32 UTC ++++ configurator/taucs_config.c +@@ -2,6 +2,8 @@ + #include <stdlib.h> + #include <string.h> + ++extern int mkdir(); ++ + #include "taucs_structure.h" + + #define INPUT_LEN 1024 diff --git a/math/tblis/Makefile b/math/tblis/Makefile index bebf7fcf8c7e..ff63b7ce6cba 100644 --- a/math/tblis/Makefile +++ b/math/tblis/Makefile @@ -1,5 +1,5 @@ PORTNAME= tblis -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= math @@ -7,21 +7,19 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Framework for performing tensor operations WWW= https://github.com/devinamatthews/tblis -BROKEN_FreeBSD_14= error: static_assert failed due to requirement - LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= requires SSE +USES= compiler:c++11-lang gmake libtool +USE_LDCONFIG= yes + OPTIONS_DEFINE= PARA PARA_DESC= use pthread parallelization OPTIONS_DEFAULT= PARA -USES= compiler:c++11-lang gmake libtool -USE_LDCONFIG= yes - USE_GITHUB= yes GH_ACCOUNT= devinamatthews @@ -32,8 +30,11 @@ PARA_CONFIGURE_OFF= --enable-thread-model=none INSTALL_TARGET= install-strip -post-patch: +pre-configure: # Avoid conflict with C++20 <version> by ignoring <...> under WRKSRC @${REINPLACE_CMD} -i .c++20 's/-I/-iquote/g' ${WRKSRC}/Makefile.in +do-test: + (cd ${WRKSRC}/bin && ./test) + .include <bsd.port.mk> diff --git a/math/tblis/distinfo b/math/tblis/distinfo index fad4da1cddb7..64aa5f373e02 100644 --- a/math/tblis/distinfo +++ b/math/tblis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638034902 -SHA256 (devinamatthews-tblis-v1.2.0_GH0.tar.gz) = 101ce5d5dd27be20e5a4e84927b460094404621994509dda8ba46f41ee7f0b34 -SIZE (devinamatthews-tblis-v1.2.0_GH0.tar.gz) = 1852304 +TIMESTAMP = 1758472062 +SHA256 (devinamatthews-tblis-v1.3.0_GH0.tar.gz) = b46c257f27eaa25dabb09d5cb7bd28f77a86519f0f32262f3b687ffc41c0d62b +SIZE (devinamatthews-tblis-v1.3.0_GH0.tar.gz) = 1928414 diff --git a/math/tblis/files/patch-Makefile.in b/math/tblis/files/patch-Makefile.in new file mode 100644 index 000000000000..1e2bc8c15135 --- /dev/null +++ b/math/tblis/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2025-06-24 00:26:31 UTC ++++ Makefile.in +@@ -1134,7 +1134,7 @@ lib_libtblis_la_LIBADD = src/external/tci/lib/libtci.l + @ENABLE_KNL_TRUE@ src/configs/knl/bli_dgemm_opt_24x8.c \ + @ENABLE_KNL_TRUE@ src/configs/knl/config_ker.cxx + +-@ENABLE_INTEL_COMPILER_FALSE@@ENABLE_KNL_TRUE@@IS_OSX_FALSE@lib_libknl_la_CFLAGS = -O3 -mavx512f -mavx512pf -march=knl -mfpmath=sse ++@ENABLE_INTEL_COMPILER_FALSE@@ENABLE_KNL_TRUE@@IS_OSX_FALSE@lib_libknl_la_CFLAGS = -O3 -mavx512f -march=knl -mfpmath=sse + @ENABLE_INTEL_COMPILER_FALSE@@ENABLE_KNL_TRUE@@IS_OSX_TRUE@lib_libknl_la_CFLAGS = -O3 -mavx512f -mavx512pf -march=knl -mfpmath=sse -Wa,-march=knl + # src/configs/knl/bli_dgemm_opt_12x16.c \ + # src/configs/knl/bli_dgemm_opt_30x8.c \ +@@ -1142,7 +1142,7 @@ lib_libtblis_la_LIBADD = src/external/tci/lib/libtci.l + # src/configs/knl/bli_sgemm_opt_30x16_knc.c \ + # src/configs/knl/bli_dgemm_opt_30x8_knc.c + @ENABLE_INTEL_COMPILER_TRUE@@ENABLE_KNL_TRUE@lib_libknl_la_CFLAGS = -O3 -xMIC-AVX512 +-@ENABLE_INTEL_COMPILER_FALSE@@ENABLE_KNL_TRUE@@IS_OSX_FALSE@lib_libknl_la_CXXFLAGS = -O3 -mavx512f -mavx512pf -march=knl -mfpmath=sse ++@ENABLE_INTEL_COMPILER_FALSE@@ENABLE_KNL_TRUE@@IS_OSX_FALSE@lib_libknl_la_CXXFLAGS = -O3 -mavx512f -march=knl -mfpmath=sse + @ENABLE_INTEL_COMPILER_FALSE@@ENABLE_KNL_TRUE@@IS_OSX_TRUE@lib_libknl_la_CXXFLAGS = -O3 -mavx512f -mavx512pf -march=knl -mfpmath=sse -Wa,-march=knl + @ENABLE_INTEL_COMPILER_TRUE@@ENABLE_KNL_TRUE@lib_libknl_la_CXXFLAGS = -O3 -xMIC-AVX512 + @ENABLE_SKX1_TRUE@lib_libskx1_la_SOURCES = \ 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/tlfloat/Makefile b/math/tlfloat/Makefile new file mode 100644 index 000000000000..115080aa5cb8 --- /dev/null +++ b/math/tlfloat/Makefile @@ -0,0 +1,34 @@ +PORTNAME= tlfloat +DISTVERSIONPREFIX=v +DISTVERSION= 1.15.0 +PORTREVISION= 1 +CATEGORIES= math + +MAINTAINER= ports@FreeBSD.org +COMMENT= C++ template library for floating point operations +WWW= https://shibatch.github.io/tlfloat-doxygen/ + +LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BROKEN_arm64= error: use of undeclared identifier 'isnanl' +BROKEN_armv7= error: use of undeclared identifier 'isnanl' +BROKEN_i386= error: undefined symbol: __trunctfdf2 + +TEST_DEPENDS= mpfr>0:math/mpfr + +USES= cmake:testing compiler:c++20-lang pathfix + +USE_GITHUB= yes +GH_ACCOUNT= shibatch + +WITH_LTO= yes + +CMAKE_TESTING_ON= BUILD_TESTS + +CMAKE_OFF= BUILD_TESTS \ + BUILD_UTILS +CMAKE_ON= CMAKE_POSITION_INDEPENDENT_CODE \ + BUILD_SHARED_LIBS + +.include <bsd.port.mk> diff --git a/math/tlfloat/distinfo b/math/tlfloat/distinfo new file mode 100644 index 000000000000..43a99d64a422 --- /dev/null +++ b/math/tlfloat/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1758390706 +SHA256 (shibatch-tlfloat-v1.15.0_GH0.tar.gz) = f96a19273111de3c8818965dc3d68cbd66edaba62f03bcd2c06525a22197c97b +SIZE (shibatch-tlfloat-v1.15.0_GH0.tar.gz) = 266438 diff --git a/math/tlfloat/pkg-descr b/math/tlfloat/pkg-descr new file mode 100644 index 000000000000..632dc62c983c --- /dev/null +++ b/math/tlfloat/pkg-descr @@ -0,0 +1,9 @@ +This library implements C++ classes with which half, single, double, quadruple +and octuple precision IEEE 754 floating point numbers can be operated. + +Internally, these classes are implemented as class templates on top of +arbitrary-precision integer class templates so that the templates are expanded +as arbitrary precision floating-point operations by just changing the template +parameters, rather than implementing each floating-point operation for each +precision. The arbitrary-precision integer class templates are also included in +this library. diff --git a/math/tlfloat/pkg-plist b/math/tlfloat/pkg-plist new file mode 100644 index 000000000000..6d0ce085e3c1 --- /dev/null +++ b/math/tlfloat/pkg-plist @@ -0,0 +1,11 @@ +include/tlfloat/bigint.hpp +include/tlfloat/rpitab.hpp +include/tlfloat/tlfloat.h +include/tlfloat/tlfloat.hpp +include/tlfloat/tlfloatconfig.hpp +include/tlfloat/tlmath.hpp +include/tlfloat/tlmathcoef.hpp +lib/libtlfloat.so +lib/libtlfloat.so.1 +lib/libtlfloat.so.1.15.0 +libdata/pkgconfig/tlfloat.pc diff --git a/math/topcom/Makefile b/math/topcom/Makefile index de1e725887c8..b3e847094d75 100644 --- a/math/topcom/Makefile +++ b/math/topcom/Makefile @@ -1,5 +1,6 @@ PORTNAME= topcom DISTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM-Downloads/ DISTNAME= ${PORTNAME:tu}-${DISTVERSION:S/./_/g} diff --git a/math/topologic/Makefile b/math/topologic/Makefile index 29f4a0e6cff8..c5814d76fb56 100644 --- a/math/topologic/Makefile +++ b/math/topologic/Makefile @@ -1,7 +1,7 @@ PORTNAME= topologic DISTVERSIONPREFIX= v DISTVERSION= 6.0.3 -PORTREVISION= 2 +PORTREVISION= 5 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/vampire/Makefile b/math/vampire/Makefile index 0e148e9c4baf..bd6a6f5b6a6e 100644 --- a/math/vampire/Makefile +++ b/math/vampire/Makefile @@ -1,6 +1,7 @@ PORTNAME= vampire DISTVERSIONPREFIX= v DISTVERSION= 4.9casc2024 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/verdict/Makefile b/math/verdict/Makefile index e00a2e529d00..b01fbbabd1b1 100644 --- a/math/verdict/Makefile +++ b/math/verdict/Makefile @@ -1,6 +1,5 @@ PORTNAME= verdict -PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTVERSION= 1.4.4 CATEGORIES= math MAINTAINER= thierry@FreeBSD.org diff --git a/math/verdict/distinfo b/math/verdict/distinfo index fa73f58cfb62..1c05aa083aeb 100644 --- a/math/verdict/distinfo +++ b/math/verdict/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689872034 -SHA256 (sandialabs-verdict-1.4.2_GH0.tar.gz) = 225c8c5318f4b02e7215cefa61b5dc3f99e05147ad3fefe6ee5a3ee5b828964b -SIZE (sandialabs-verdict-1.4.2_GH0.tar.gz) = 2195976 +TIMESTAMP = 1756995704 +SHA256 (sandialabs-verdict-1.4.4_GH0.tar.gz) = d12d1cd41c6568997df348a72cc2973a662fae1b3634a068ea2201b5f7383186 +SIZE (sandialabs-verdict-1.4.4_GH0.tar.gz) = 2199396 diff --git a/math/verdict/pkg-plist b/math/verdict/pkg-plist index 8d1977a532ae..1733fc58a5bf 100644 --- a/math/verdict/pkg-plist +++ b/math/verdict/pkg-plist @@ -6,6 +6,6 @@ lib/cmake/verdict/VerdictTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/verdict/VerdictTargets.cmake lib/libverdict.so lib/libverdict.so.1.4 -lib/libverdict.so.1.4.2 +lib/libverdict.so.1.4.4 %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/SAND2007-2853p.pdf diff --git a/math/vinci/Makefile b/math/vinci/Makefile index bb5dfb3a942d..da7e7e8760df 100644 --- a/math/vinci/Makefile +++ b/math/vinci/Makefile @@ -1,11 +1,11 @@ PORTNAME= vinci DISTVERSION= 1.0.5 CATEGORIES= math -MASTER_SITES= http://www.multiprecision.org/downloads/ +MASTER_SITES= https://www.multiprecision.org/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= Package that implements algorithms for convex body volume computation -WWW= https://www.multiprecision.org/vinci/home.html +WWW= https://www.multiprecision.org/vinci/index.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 2ea41f61e4e4..77878ef3d7a7 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -1,6 +1,6 @@ PORTNAME= vowpal_wabbit PORTVERSION= 7.10 -PORTREVISION= 27 +PORTREVISION= 29 CATEGORIES= math MAINTAINER= demon@FreeBSD.org diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile deleted file mode 100644 index d0a3a97bdb2d..000000000000 --- a/math/vtk8/Makefile +++ /dev/null @@ -1,129 +0,0 @@ -PORTNAME= vtk -DISTVERSION= 8.2.0 # it has only one consumer that is possibly dead upstream but is still compiling fine -PORTREVISION= 6 -CATEGORIES= math graphics -MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/ -PKGNAMESUFFIX= 8 -DISTNAME= ${PORTNAME:tu}-${PORTVERSION} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Visualization toolkit -WWW= https://www.vtk.org - -LICENSE= BSD3CLAUSE - -BROKEN_FreeBSD_15= complation fails: error: no member named 'derived' in 'Transpose<TranspositionsBase<type-parameter-0-0>>' - -LIB_DEPENDS= libtiff.so:graphics/tiff \ - libpng.so:graphics/png \ - libfreetype.so:print/freetype2 \ - libexpat.so:textproc/expat2 - -CONFLICTS= vtk9 - -USES= alias cmake compiler:c++11-lang gl jpeg localbase perl5 xorg -USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER} -USE_XORG= ice x11 xt xext sm - -CMAKE_ON= BUILD_SHARED_LIBS \ - VTK_INSTALL_NO_DOCUMENTATION VTK_USE_SYSTEM_EXPAT VTK_USE_SYSTEM_TIFF \ - VTK_USE_SYSTEM_PNG VTK_USE_SYSTEM_JPEG VTK_USE_SYSTEM_FREETYPE VTK_USE_SYSTEM_ZLIB \ - Module_vtkTestingCore Module_vtkTestingRendering -CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=false \ - -DVTK_INSTALL_LIBRARY_DIR=lib/vtk-${VTK_SHORT_VER} \ - -DVTK_INSTALL_ARCHIVE_DIR=lib/vtk-${VTK_SHORT_VER} \ - -DVTK_INSTALL_QT_DIR=/${QT_LIBDIR_REL}/plugins/designer \ - -DSTAGEDIR=${STAGEDIR} - -VTK_SHORT_VER= ${PORTVERSION:R} - -DOCSDIR= ${PREFIX}/share/doc/vtk-${VTK_SHORT_VER} -DATADIR= ${PREFIX}/share/vtk-${VTK_SHORT_VER} - -# Options -OPTIONS_DEFINE= DESIGNER DOCS OSMESA QT5 -OPTIONS_DEFAULT= MPI QT5 -OSMESA_DESC= Use Mesa for off-screen rendering -DESIGNER_DESC= Build the Qt Designer plugin -OPTIONS_SUB= yes - -# Options groups -#VTK_GROUPS= Imaging MPI Qt Rendering StandAlone Views -VTK_GROUPS= MPI -VTK_WRAPS= JAVA TCLTK -OPTIONS_GROUP= GROUPS WRAPPING -OPTIONS_GROUP_GROUPS=${VTK_GROUPS} -OPTIONS_GROUP_WRAPPING=${VTK_WRAPS} -GROUPS_DESC= Groups -WRAPPING_DESC= Wrapping -.for g in ${VTK_GROUPS} -$g_DESC= Build the $g group -.endfor -.for w in ${VTK_WRAPS} -$w_DESC= $w wrapping -.endfor - -QT5_USES= qt:5 -QT5_USE= QT=core,gui,sql,uiplugin,widgets,x11extras,qmake:build,buildtools:build -QT5_CMAKE_ON= -DVTK_QT_VERSION:STRING="5" \ - -DCMAKE_PREFIX_PATH:STRING=${LOCALBASE}/lib/qt5 \ - -DVTK_Group_Qt:BOOL=ON - -DESIGNER_CMAKE_BOOL= QT_DESIGNER_PLUGIN -DESIGNER_USE= QT=designer -DESIGNER_IMPLIES= QT5 - -MPI_LIB_DEPENDS= libmpi_cxx.so:net/openmpi4 -MPI_CMAKE_ON= -DMPIEXEC=${LOCALBASE}/mpi/openmpi/bin/mpiexec - -OSMESA_CMAKE_ARGS= -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \ - -DOSMESA_INCLUDE_DIR:PATH=${LOCALBASE}/include/Mesa \ - -DOSMESA_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa.so \ - -DOPENGL_gl_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa.so \ - -DVTK_USE_X:BOOL=OFF -OSMESA_LIB_DEPENDS= libOSMesa.so:graphics/libosmesa - -# Wrapping -JAVA_CATEGORIES= java -JAVA_USES= java -JAVA_CMAKE_BOOL= VTK_WRAP_JAVA Module_vtkWrappingJava -JAVA_CMAKE_ON= -DJAVA_INCLUDE_PATH:PATH=${JAVA_HOME}/include \ - -DJAVA_AWT_LIBRARY:PATH=${JAVA_HOME}/jre/lib/${ARCH}/libjawt.so \ - -DJAVA_JVM_LIBRARY:PATH=${JAVA_HOME}/jre/lib/${ATCH}/libjava.so - -TCLTK_USES= tk -TCLTK_CMAKE_BOOL= VTK_WRAP_TCL VTK_Group_Tk -TCLTK_CMAKE_ON= -DTCL_INCLUDE_PATH:PATH=${TCL_INCLUDEDIR} \ - -DTK_INCLUDE_PATH:PATH=${TK_INCLUDEDIR} \ - -DVTK_INSTALL_TCL_DIR=lib/vtk-${VTK_SHORT_VER} - -DOCS_CMAKE_BOOL= BUILD_DOCUMENTATION -DOCS_BUILD_DEPENDS= doxygen:devel/doxygen - -# Mangling so that it will build when science/netcdf is installed. -post-patch: - @${MV} ${WRKSRC}/ThirdParty/netcdf/vtknetcdf/include/netcdf.h \ - ${WRKSRC}/ThirdParty/netcdf/vtknetcdf/include/xxxnetcdf.h - @${FIND} ${WRKSRC}/ThirdParty/netcdf -type f | ${XARGS} ${REINPLACE_CMD} \ - -E 's/[[:<:]]netcdf\.h[[:>:]]/xxxnetcdf.h/' - -.include <bsd.port.options.mk> - -.for g in ${VTK_GROUPS} -. if ${PORT_OPTIONS:M${g}} -CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=ON -. else -CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=OFF -. endif -.endfor - -.if !${PORT_OPTIONS:MOSMESA} -USES+= gl -USE_GL= gl glu -.endif - -post-install: # autoplist: thousands of files, complex dependencies on options - @cd ${STAGEDIR}${PREFIX} && \ - ${FIND} * -type f -or -type l >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/math/vtk8/distinfo b/math/vtk8/distinfo deleted file mode 100644 index 5cc3a3a28ff4..000000000000 --- a/math/vtk8/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1587775906 -SHA256 (VTK-8.2.0.tar.gz) = 34c3dc775261be5e45a8049155f7228b6bd668106c72a3c435d95730d17d57bb -SIZE (VTK-8.2.0.tar.gz) = 35511819 diff --git a/math/vtk8/files/patch-GUISupport_Qt_CMakeLists.txt b/math/vtk8/files/patch-GUISupport_Qt_CMakeLists.txt deleted file mode 100644 index 43e82e2f9310..000000000000 --- a/math/vtk8/files/patch-GUISupport_Qt_CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ ---- GUISupport/Qt/CMakeLists.txt.orig 2019-01-30 17:15:13 UTC -+++ GUISupport/Qt/CMakeLists.txt -@@ -128,21 +128,21 @@ if(VTK_BUILD_QT_DESIGNER_PLUGIN AND add_qvtkwidget) - find_package(Qt5 COMPONENTS ${qt_component} REQUIRED QUIET) - add_definitions(${Qt5${qt_component}_DEFINITIONS}) - include_directories(${Qt5${qt_component}_INCLUDE_DIRS}) -- qt5_wrap_cpp(PluginMocSrcs ${PluginMocHeaders} TARGET QVTKWidgetPlugin) -+ qt5_wrap_cpp(PluginMocSrcs ${PluginMocHeaders} TARGET QVTKWidgetPlugin-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}) - set(QT_LIBRARIES Qt5::${qt_component}) - - # add QVTK plugin from sources - # stand-alone as it doesn't depend on QVTK library -- add_library(QVTKWidgetPlugin -+ add_library(QVTKWidgetPlugin-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION} - SHARED - ${PluginLibSrcs} - ${PluginMocSrcs} - ) - -- set_target_properties(QVTKWidgetPlugin PROPERTIES COMPILE_DEFINITIONS QT_NO_DEBUG) -+ set_target_properties(QVTKWidgetPlugin-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION} PROPERTIES COMPILE_DEFINITIONS QT_NO_DEBUG) - - # link with Qt libs -- vtk_module_link_libraries(QVTKWidgetPlugin ${QT_LIBRARIES}) -+ vtk_module_link_libraries(QVTKWidgetPlugin-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION} ${QT_LIBRARIES}) - - # install rules - diff --git a/math/vtk8/files/patch-GUISupport_Qt_PluginInstall.cmake.in b/math/vtk8/files/patch-GUISupport_Qt_PluginInstall.cmake.in deleted file mode 100644 index 19c95db7c524..000000000000 --- a/math/vtk8/files/patch-GUISupport_Qt_PluginInstall.cmake.in +++ /dev/null @@ -1,11 +0,0 @@ ---- GUISupport/Qt/PluginInstall.cmake.in.orig 2017-11-21 08:23:50 UTC -+++ GUISupport/Qt/PluginInstall.cmake.in -@@ -10,7 +10,7 @@ if (WIN32) - set(BUILDTYPE_SUFFIX @CMAKE_RELEASE_POSTFIX@) - endif () - endif () --set(VTK_INSTALL_QT_PLUGIN_FILE "@CMAKE_SHARED_LIBRARY_PREFIX@QVTKWidgetPlugin${BUILDTYPE_SUFFIX}@CMAKE_SHARED_LIBRARY_SUFFIX@") -+set(VTK_INSTALL_QT_PLUGIN_FILE "@CMAKE_SHARED_LIBRARY_PREFIX@QVTKWidgetPlugin-@VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@${BUILDTYPE_SUFFIX}@CMAKE_SHARED_LIBRARY_SUFFIX@") - set(VTK_CONFIGURATIONS "@CMAKE_CONFIGURATION_TYPES@") - - if(VTK_CONFIGURATIONS) diff --git a/math/vtk8/files/patch-Rendering_FreeType_vtkFreeTypeTools.cxx b/math/vtk8/files/patch-Rendering_FreeType_vtkFreeTypeTools.cxx deleted file mode 100644 index e3d29d4d7deb..000000000000 --- a/math/vtk8/files/patch-Rendering_FreeType_vtkFreeTypeTools.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- Rendering/FreeType/vtkFreeTypeTools.cxx.orig 2020-10-22 10:20:24 UTC -+++ Rendering/FreeType/vtkFreeTypeTools.cxx -@@ -387,7 +387,7 @@ FTC_CMapCache* vtkFreeTypeTools::GetCMapCache() - } - - //---------------------------------------------------------------------------- --FT_CALLBACK_DEF(FT_Error) -+static FT_Error - vtkFreeTypeToolsFaceRequester(FTC_FaceID face_id, - FT_Library lib, - FT_Pointer request_data, diff --git a/math/vtk8/files/patch-Rendering_Qt_vtkQtLabelRenderStrategy.cxx b/math/vtk8/files/patch-Rendering_Qt_vtkQtLabelRenderStrategy.cxx deleted file mode 100644 index b733cfeee383..000000000000 --- a/math/vtk8/files/patch-Rendering_Qt_vtkQtLabelRenderStrategy.cxx +++ /dev/null @@ -1,10 +0,0 @@ ---- Rendering/Qt/vtkQtLabelRenderStrategy.cxx.orig 2020-05-28 17:13:13 UTC -+++ Rendering/Qt/vtkQtLabelRenderStrategy.cxx -@@ -41,6 +41,7 @@ - #include <QImage> - #include <QMap> - #include <QPainter> -+#include <QPainterPath> - #include <QPair> - #include <QPixmap> - #include <QTextDocument> diff --git a/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx b/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx deleted file mode 100644 index 299be5f51c46..000000000000 --- a/math/vtk8/files/patch-Rendering_Qt_vtkQtStringToImage.cxx +++ /dev/null @@ -1,10 +0,0 @@ ---- Rendering/Qt/vtkQtStringToImage.cxx.orig 2020-06-05 04:36:21 UTC -+++ Rendering/Qt/vtkQtStringToImage.cxx -@@ -31,6 +31,7 @@ - #include <QFontMetrics> - #include <QImage> - #include <QPainter> -+#include <QPainterPath> - #include <QPixmap> - #include <QTextDocument> - #include <QTextStream> diff --git a/math/vtk8/files/patch-ThirdParty_libproj_vtklibproj_src_pj__mutex.c b/math/vtk8/files/patch-ThirdParty_libproj_vtklibproj_src_pj__mutex.c deleted file mode 100644 index bd453a0dc9ca..000000000000 --- a/math/vtk8/files/patch-ThirdParty_libproj_vtklibproj_src_pj__mutex.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ThirdParty/libproj/vtklibproj/src/pj_mutex.c.orig 2020-04-25 01:23:01 UTC -+++ ThirdParty/libproj/vtklibproj/src/pj_mutex.c -@@ -124,7 +124,7 @@ void pj_acquire_lock() - pthread_mutex_lock( &pj_precreated_lock); - - pthread_mutexattr_init(&mutex_attr); --#ifdef HAVE_PTHREAD_MUTEX_RECURSIVE -+#if defined(HAVE_PTHREAD_MUTEX_RECURSIVE) || defined(__FreeBSD__) - pthread_mutexattr_settype(&mutex_attr, PTHREAD_MUTEX_RECURSIVE); - #else - pthread_mutexattr_settype(&mutex_attr, PTHREAD_MUTEX_RECURSIVE_NP); diff --git a/math/vtk8/files/patch-ThirdParty_verdict_vtkverdict_CMakeLists.txt b/math/vtk8/files/patch-ThirdParty_verdict_vtkverdict_CMakeLists.txt deleted file mode 100644 index f7e860060a89..000000000000 --- a/math/vtk8/files/patch-ThirdParty_verdict_vtkverdict_CMakeLists.txt +++ /dev/null @@ -1,25 +0,0 @@ ---- ThirdParty/verdict/vtkverdict/CMakeLists.txt.orig 2019-01-30 17:15:13 UTC -+++ ThirdParty/verdict/vtkverdict/CMakeLists.txt -@@ -128,14 +128,14 @@ endif () - # Installation stuff - # - IF(NOT verdict_INSTALL_NO_DEVELOPMENT) -- install(FILES -- README -- Verdict.htm -- Verdict.doc -- verdict_test.cpp -- DESTINATION ${verdict_INSTALL_DOC_DIR}/verdict/${verdict_VERSION}/ -- COMPONENT Development -- ) -+# install(FILES -+# README -+# Verdict.htm -+# Verdict.doc -+# verdict_test.cpp -+# DESTINATION ${verdict_INSTALL_DOC_DIR}/verdict/${verdict_VERSION}/ -+# COMPONENT Development -+# ) - - install( - FILES ${verdict_BINARY_DIR}/verdict.h diff --git a/math/vtk8/files/patch-git_a9079bd b/math/vtk8/files/patch-git_a9079bd deleted file mode 100644 index 1248811772dd..000000000000 --- a/math/vtk8/files/patch-git_a9079bd +++ /dev/null @@ -1,44 +0,0 @@ -Obtained from: - https://gitlab.kitware.com/vtk/vtk/-/commit/a9079bdccbb2165583d6773a5ed848427e2a38a8.patch - -From a9079bdccbb2165583d6773a5ed848427e2a38a8 Mon Sep 17 00:00:00 2001 -From: Seacas Upstream <kwrobot@kitware.com> -Date: Tue, 28 Jan 2020 09:13:38 -0500 -Subject: [PATCH] exodusII 2020-01-28 (d97eb08d) - -Code extracted from: - - https://gitlab.kitware.com/third-party/seacas.git - -at commit d97eb08d79e87c82facfae39bc75deb60c0a2d83 (for/vtk-20200128-7.24f-v2019-12-18). ---- - src/ex_create_par.c | 2 +- - src/ex_open_par.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/ex_create_par.c b/src/ex_create_par.c -index 8d5d6734f0..ef439618da 100644 ---- ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c -+++ ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c -@@ -216,5 +216,5 @@ int ex_create_par_int(const char *path, int cmode, int *comp_ws, int *io_ws, MPI - * Prevent warning in some versions of ranlib(1) because the object - * file has no symbols. - */ --const char exodus_unused_symbol_dummy_1; -+const char exodus_unused_symbol_dummy_ex_create_par; - #endif -diff --git a/src/ex_open_par.c b/src/ex_open_par.c -index b2faa22c29..9df4818767 100644 ---- ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c -+++ ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c -@@ -459,5 +459,5 @@ int ex_open_par_int(const char *path, int mode, int *comp_ws, int *io_ws, float - * Prevent warning in some versions of ranlib(1) because the object - * file has no symbols. - */ --const char exodus_unused_symbol_dummy_1; -+const char exodus_unused_symbol_dummy_ex_open_par; - #endif --- -GitLab - - diff --git a/math/vtk8/pkg-descr b/math/vtk8/pkg-descr deleted file mode 100644 index 250b76ca8cc1..000000000000 --- a/math/vtk8/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The Visualization Toolkit (VTK) is an open-source, freely available software -system for 3D computer graphics, image processing and visualization. VTK -consists of a C++ class library and several interpreted interface layers -including Tcl/Tk, Java, and Python. Kitware, whose team created and continues -to extend the toolkit, offers professional support and consulting services for -VTK. VTK supports a wide variety of visualization algorithms including: scalar, -vector, tensor, texture, and volumetric methods; and advanced modeling -techniques such as: implicit modeling, polygon reduction, mesh smoothing, -cutting, contouring, and Delaunay triangulation. VTK has an extensive -information visualization framework, has a suite of 3D interaction widgets, -supports parallel processing, and integrates with various databases on GUI -toolkits such as Qt and Tk. diff --git a/math/vtk9/Makefile b/math/vtk9/Makefile index 85979ec768e3..06001663fef2 100644 --- a/math/vtk9/Makefile +++ b/math/vtk9/Makefile @@ -1,6 +1,6 @@ + PORTNAME= vtk -DISTVERSION= 9.2.6 -PORTREVISION= 6 +DISTVERSION= 9.5.2 CATEGORIES= math graphics MASTER_SITES= https://vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 9 @@ -22,7 +22,7 @@ LIB_DEPENDS= \ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= alias cmake compiler:c++11-lang jpeg localbase xorg +USES= cmake compiler:c++11-lang jpeg localbase xorg USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER} USE_XORG= ice x11 xt xext sm xcursor xfixes xrender 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..9c9699c5e250 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 = 1762721071 +SHA256 (VTK-9.5.2.tar.gz) = cee64b98d270ff7302daf1ef13458dff5d5ac1ecb45d47723835f7f7d562c989 +SIZE (VTK-9.5.2.tar.gz) = 50189467 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_fmt_vtkfmt_vtkfmt_format.h b/math/vtk9/files/patch-ThirdParty_fmt_vtkfmt_vtkfmt_format.h new file mode 100644 index 000000000000..5ae8d9addfdf --- /dev/null +++ b/math/vtk9/files/patch-ThirdParty_fmt_vtkfmt_vtkfmt_format.h @@ -0,0 +1,10 @@ +--- ThirdParty/fmt/vtkfmt/vtkfmt/format.h.orig 2025-09-17 20:02:27 UTC ++++ ThirdParty/fmt/vtkfmt/vtkfmt/format.h +@@ -44,6 +44,7 @@ + # include <cmath> // std::signbit + # include <cstddef> // std::byte + # include <cstdint> // uint32_t ++# include <cstdlib> // malloc/free + # include <cstring> // std::memcpy + # include <limits> // std::numeric_limits + # include <new> // std::bad_alloc 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..e402c49a9598 100644 --- a/math/wxmaxima/Makefile +++ b/math/wxmaxima/Makefile @@ -1,10 +1,10 @@ PORTNAME= wxmaxima DISTVERSIONPREFIX= Version- -DISTVERSION= 23.12.0 +DISTVERSION= 26.01.0 PORTEPOCH= 1 CATEGORIES= math -MAINTAINER= uzsolt@FreeBSD.org +MAINTAINER= tiga@FreeBSD.org COMMENT= WxWidgets GUI for the computer algebra system maxima WWW= https://wxmaxima-developers.github.io/wxmaxima/ @@ -17,7 +17,7 @@ USES= cmake compiler:c++14-lang desktop-file-utils shared-mime-info USE_GITHUB= yes GH_ACCOUNT= wxMaxima-Developers -USE_WX= 3.0 +USE_WX= 3.2 WX_COMPS= wx WX_CONF_ARGS= absolute diff --git a/math/wxmaxima/distinfo b/math/wxmaxima/distinfo index 620412ceb844..aa89da5b5b67 100644 --- a/math/wxmaxima/distinfo +++ b/math/wxmaxima/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703439889 -SHA256 (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) = abec636e96474adf6451e81728b16afaa83ed1a70b86a695fa083ecec65aaae1 -SIZE (wxMaxima-Developers-wxmaxima-Version-23.12.0_GH0.tar.gz) = 16491009 +TIMESTAMP = 1770155544 +SHA256 (wxMaxima-Developers-wxmaxima-Version-26.01.0_GH0.tar.gz) = 1716c4f27636f909673f63ed0c7c30621683e35eb7bf05a5d5010fa67f0397f6 +SIZE (wxMaxima-Developers-wxmaxima-Version-26.01.0_GH0.tar.gz) = 16304931 diff --git a/math/wxmaxima/files/patch-src_Dirstructure.cpp b/math/wxmaxima/files/patch-src_Dirstructure.cpp deleted file mode 100644 index 42ab59c742be..000000000000 --- a/math/wxmaxima/files/patch-src_Dirstructure.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Dirstructure.cpp.orig 2023-02-19 14:20:34 UTC -+++ src/Dirstructure.cpp -@@ -120,6 +120,7 @@ wxString Dirstructure::ResourcesDir() const { - exepath = exe.GetPath(); - } else { - exepath = CMAKE_INSTALL_PREFIX; -+ exepath.Append("/share"); - } - return exepath; - } diff --git a/math/wxmaxima/files/patch-src_wxMaxima.cpp b/math/wxmaxima/files/patch-src_wxMaxima.cpp deleted file mode 100644 index 7f2ef251df91..000000000000 --- a/math/wxmaxima/files/patch-src_wxMaxima.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/wxMaxima.cpp.orig 2023-12-25 16:45:03 UTC -+++ src/wxMaxima.cpp -@@ -3393,8 +3393,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxStr - wxLogMessage(_("Maxima's HTML manuals are in directory %s"), - dir_canonical.utf8_str()); - GetWorksheet()->SetMaximaDocDir(dir_canonical); -- GetWorksheet()->LoadHelpFileAnchors(dir_canonical, -- GetWorksheet()->GetMaximaVersion()); - } - void wxMaxima::GnuplotCommandName(wxString gnuplot) { - m_gnuplotcommand = gnuplot; diff --git a/math/wxmaxima/pkg-plist b/math/wxmaxima/pkg-plist index d5768c477b18..3689400b8be7 100644 --- a/math/wxmaxima/pkg-plist +++ b/math/wxmaxima/pkg-plist @@ -34,6 +34,26 @@ share/bash-completion/completions/wxmaxima %%PORTDOCS%%%%DOCSDIR%%/wxmaxima.uk.html %%PORTDOCS%%%%DOCSDIR%%/wxmaxima.zh_CN.html %%PORTDOCS%%%%DOCSDIR%%/wxsubscripts.png +share/icons/hicolor/1024x1024/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/128x128/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/150x150/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/16x16/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/192x192/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/22x22/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/24x24/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/256x256/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/310x310/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/32x32/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/36x36/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/42x42/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/44x44/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/48x48/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/512x512/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/64x64/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/72x72/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/8x8/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/96x96/apps/io.github.wxmaxima_developers.wxMaxima.png +share/icons/hicolor/scalable/apps/io.github.wxmaxima_developers.wxMaxima.svg %%NLS%%share/locale/ca/LC_MESSAGES/wxMaxima.mo %%NLS%%share/locale/cs/LC_MESSAGES/wxMaxima.mo %%NLS%%share/locale/da/LC_MESSAGES/wxMaxima.mo 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 diff --git a/math/xgap/pkg-descr b/math/xgap/pkg-descr index 36cee688e6e5..5d024cafb84a 100644 --- a/math/xgap/pkg-descr +++ b/math/xgap/pkg-descr @@ -1 +1,8 @@ -The XGAP package allows to use graphics in GAP. +XGAP is a graphical user interface (GUI) for the GAP system for +computational discrete algebra. It allows for the visualization +of mathematical objects and is particularly useful for investigating +subgroup lattices of groups. + +XGAP provides interactive displays and gives access to various +GAP functions for group theory. It runs as a separate C program +alongside the main GAP session to handle graphics and user interactions. diff --git a/math/xlife++/Makefile b/math/xlife++/Makefile index ca7e96356bbe..93b6c15d417e 100644 --- a/math/xlife++/Makefile +++ b/math/xlife++/Makefile @@ -1,8 +1,8 @@ PORTNAME= xlife++ -DISTVERSION= 2.3 +DISTVERSION= 3.0 CATEGORIES= math -MASTER_SITES= https://uma.ensta-paristech.fr/soft/XLiFE++/downloads/binaries/ -DISTNAME= xlifepp-sources-v${DISTVERSION}-2022-04-22 +MASTER_SITES= https://gitlab.inria.fr/xlifepp/downloads/-/raw/main/v${DISTVERSION}/ +DISTNAME= xlifepp-sources-v${DISTVERSION}-2025-01-30 MAINTAINER= yuri@FreeBSD.org COMMENT= XLiFE++: eXtended Library of Finite Elements in C++ @@ -12,12 +12,12 @@ WWW= https://xlifepp.pages.math.cnrs.fr/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_FreeBSD_15= compilation fails with clang-19, e-mailed to authors on 2024-11-03 - -USES= cmake compiler:c++11-lang eigen:3 fortran tar:tbz +USES= cmake compiler:c++11-lang eigen:3 fortran USE_CXXSTD= c++11 USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/xlifepp-v${DISTVERSION} + CMAKE_OFF= XLIFEPP_ENABLE_ARPACK # should be ON, but it fails to build. Reported to their bugs ML. CXXFLAGS+= -I${LOCALBASE}/include/eigen3/Eigen -I${LOCALBASE}/include/ARPACK++ @@ -36,4 +36,6 @@ post-configure: post-install: @cd ${STAGEDIR}${PREFIX} && ${RM} -r CMakeLists.txt VERSION.txt etc/visuTermVec.m etc/templates etc/gmsh +# build from source instructions: https://xlifepp.pages.math.cnrs.fr/installation/from_sources.html + .include <bsd.port.mk> diff --git a/math/xlife++/distinfo b/math/xlife++/distinfo index 2c25cea38836..543b269fa611 100644 --- a/math/xlife++/distinfo +++ b/math/xlife++/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688574100 -SHA256 (xlifepp-sources-v2.3-2022-04-22.tbz) = 1cdec9efb7f74a09f3daaa5df08c0dc74ea8081a936d1e2403c28c495345a986 -SIZE (xlifepp-sources-v2.3-2022-04-22.tbz) = 136367920 +TIMESTAMP = 1756151286 +SHA256 (xlifepp-sources-v3.0-2025-01-30.tar.gz) = f5b71290a3a3bf43c0e16862d46372cce1a1b1406e07c18420ada719b590e4cb +SIZE (xlifepp-sources-v3.0-2025-01-30.tar.gz) = 183860463 diff --git a/math/xlife++/files/patch-CMakeLists.txt b/math/xlife++/files/patch-CMakeLists.txt index fedd2a0e76f2..c2eb96eb8cc2 100644 --- a/math/xlife++/files/patch-CMakeLists.txt +++ b/math/xlife++/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2022-04-22 18:54:13 UTC +--- CMakeLists.txt.orig 2025-01-30 16:44:33 UTC +++ CMakeLists.txt -@@ -334,7 +334,7 @@ endif() +@@ -344,7 +344,7 @@ foreach (lib ${libs}) set(XLIFEPP_LIBS "") foreach (lib ${libs}) file(GLOB_RECURSE libsrcs src/${lib}/*.cpp) diff --git a/math/xlife++/files/patch-src_utils_Environment.cpp b/math/xlife++/files/patch-src_utils_Environment.cpp index 766bdf83b972..3e5bf1d170e6 100644 --- a/math/xlife++/files/patch-src_utils_Environment.cpp +++ b/math/xlife++/files/patch-src_utils_Environment.cpp @@ -1,11 +1,11 @@ ---- src/utils/Environment.cpp.orig 2022-04-22 18:54:13 UTC +--- src/utils/Environment.cpp.orig 2025-01-30 16:44:33 UTC +++ src/utils/Environment.cpp @@ -122,7 +122,7 @@ void Environment::setMsgFilePath() string_t lang="en"; if (theLanguage_ != 0) lang=languageString(); - #ifdef OS_IS_UNIX -- thePathToMessageFiles_ = installPath() + "/etc/messages/" + lang + "/"; -+ thePathToMessageFiles_ = installPath() + "/share/xlife++/messages/" + lang + "/"; - #elif defined(OS_IS_WIN) - thePathToMessageFiles_ = installPath() + "\\etc\\messages\\" + lang + "\\"; - #endif + #ifdef OS_IS_UNIX +- thePathToMessageFiles_ = installPath() + "/etc/messages/" + lang + "/"; ++ thePathToMessageFiles_ = installPath() + "/share/xlife++/messages/" + lang + "/"; + #elif defined(OS_IS_WIN) + thePathToMessageFiles_ = installPath() + "\\etc\\messages\\" + lang + "\\"; + #endif diff --git a/math/xlife++/pkg-plist b/math/xlife++/pkg-plist index 8125b358a3db..34ba1373f629 100644 --- a/math/xlife++/pkg-plist +++ b/math/xlife++/pkg-plist @@ -205,6 +205,7 @@ include/mathsResources/greenFunctions/Helmholtz3dKernel.hpp include/mathsResources/greenFunctions/Laplace2dKernel.hpp include/mathsResources/greenFunctions/Laplace3dKernel.hpp include/mathsResources/greenFunctions/Maxwell3dKernel.hpp +include/mathsResources/greenFunctions/Navier3dKernel.hpp include/mathsResources/polynomialsRoots.hpp include/mathsResources/quadratureMethods.hpp include/mathsResources/randomGenerators.hpp @@ -304,7 +305,6 @@ include/utils/Node.hpp include/utils/Parameters.hpp include/utils/Point.hpp include/utils/PrintStream.hpp -include/utils/Reals.hpp include/utils/SparseMatrix.hpp include/utils/String.hpp include/utils/SymbolicFunction.hpp diff --git a/math/xtensor-python/Makefile b/math/xtensor-python/Makefile index 5e9004ad03c1..e655514f484f 100644 --- a/math/xtensor-python/Makefile +++ b/math/xtensor-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= xtensor-python -DISTVERSION= 0.27.0 +DISTVERSION= 0.29.0 CATEGORIES= math python MAINTAINER= yuri@FreeBSD.org @@ -17,20 +17,23 @@ RUN_DEPENDS= ${HPP_DEPENDS} TEST_DEPENDS= googletest>0:devel/googletest \ pybind11>0:devel/pybind11 -USES= cmake compiler:c++14-lang python +USES= cmake compiler:c++20-lang localbase:ldflags python USE_GITHUB= yes GH_ACCOUNT= xtensor-stack CXXFLAGS+= -I${PYTHON_INCLUDEDIR} -I${PYTHON_SITELIBDIR}/numpy/core/include # workaround for https://github.com/xtensor-stack/xtensor-python/issues/272 +LDFLAGS+= -lpython${PYTHON_VER} NO_BUILD= yes NO_ARCH= yes -do-test: install +do-test: @cd ${WRKSRC}/test && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} . && \ ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} && \ ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} xtest +# tests as of 0.29.0: [ PASSED ] 55 tests. + .include <bsd.port.mk> diff --git a/math/xtensor-python/distinfo b/math/xtensor-python/distinfo index d867423177b3..838cc4dbee20 100644 --- a/math/xtensor-python/distinfo +++ b/math/xtensor-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708074061 -SHA256 (xtensor-stack-xtensor-python-0.27.0_GH0.tar.gz) = 40ee01bd213aeb7bf64f6d8a3257f4fa98ed31c401596c6c7b3b115f61a473b9 -SIZE (xtensor-stack-xtensor-python-0.27.0_GH0.tar.gz) = 65455 +TIMESTAMP = 1760503057 +SHA256 (xtensor-stack-xtensor-python-0.29.0_GH0.tar.gz) = 2915b220bd11b70fdd9fbb2db5f313e751189fec083e406228c8e5a31dfaa4a2 +SIZE (xtensor-stack-xtensor-python-0.29.0_GH0.tar.gz) = 66835 diff --git a/math/xtensor-python/pkg-plist b/math/xtensor-python/pkg-plist index e9f7970198bd..0009a66e0660 100644 --- a/math/xtensor-python/pkg-plist +++ b/math/xtensor-python/pkg-plist @@ -7,6 +7,7 @@ include/xtensor-python/pytensor.hpp include/xtensor-python/pyvectorize.hpp include/xtensor-python/xtensor_python_config.hpp include/xtensor-python/xtensor_type_caster_base.hpp -lib/cmake/xtensor-python/xtensor-pythonConfig.cmake -lib/cmake/xtensor-python/xtensor-pythonConfigVersion.cmake -lib/cmake/xtensor-python/xtensor-pythonTargets.cmake +share/cmake/xtensor-python/xtensor-pythonConfig.cmake +share/cmake/xtensor-python/xtensor-pythonConfigVersion.cmake +share/cmake/xtensor-python/xtensor-pythonTargets.cmake +share/pkgconfig/xtensor-python.pc diff --git a/math/xtensor/Makefile b/math/xtensor/Makefile index de14c6f3bb9b..a98b5cb5cb6a 100644 --- a/math/xtensor/Makefile +++ b/math/xtensor/Makefile @@ -1,5 +1,5 @@ PORTNAME= xtensor -DISTVERSION= 0.25.0 +DISTVERSION= 0.27.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ TEST_DEPENDS= nlohmann-json>0:devel/nlohmann-json \ doctest>0:devel/doctest \ googletest>0:devel/googletest -USES= cmake:testing # 2 tests fail, see https://github.com/xtensor-stack/xtensor/issues/2722 +USES= cmake:testing USE_GITHUB= yes GH_ACCOUNT= xtensor-stack @@ -27,4 +27,6 @@ CMAKE_TESTING_ON= BUILD_TESTS NO_BUILD= yes NO_ARCH= yes +# tests as of 0.27.1: 100% tests passed, 0 tests failed out of 81 + .include <bsd.port.mk> diff --git a/math/xtensor/distinfo b/math/xtensor/distinfo index 25aac7f34028..d9d1f8404a1b 100644 --- a/math/xtensor/distinfo +++ b/math/xtensor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708063969 -SHA256 (xtensor-stack-xtensor-0.25.0_GH0.tar.gz) = 32d5d9fd23998c57e746c375a544edf544b74f0a18ad6bc3c38cbba968d5e6c7 -SIZE (xtensor-stack-xtensor-0.25.0_GH0.tar.gz) = 1214069 +TIMESTAMP = 1760416559 +SHA256 (xtensor-stack-xtensor-0.27.1_GH0.tar.gz) = 117c192ae3b7c37c0156dedaa88038e0599a6b264666c3c6c2553154b500fe23 +SIZE (xtensor-stack-xtensor-0.27.1_GH0.tar.gz) = 1224405 diff --git a/math/xtensor/pkg-plist b/math/xtensor/pkg-plist index 1675a78d7ed1..c063a9d6ca54 100644 --- a/math/xtensor/pkg-plist +++ b/math/xtensor/pkg-plist @@ -1,77 +1,81 @@ +etc/xeus-cpp/tags.d/xtensor.json include/xtensor.hpp -include/xtensor/xaccessible.hpp -include/xtensor/xaccumulator.hpp -include/xtensor/xadapt.hpp -include/xtensor/xarray.hpp -include/xtensor/xassign.hpp -include/xtensor/xaxis_iterator.hpp -include/xtensor/xaxis_slice_iterator.hpp -include/xtensor/xblockwise_reducer.hpp -include/xtensor/xblockwise_reducer_functors.hpp -include/xtensor/xbroadcast.hpp -include/xtensor/xbuffer_adaptor.hpp -include/xtensor/xbuilder.hpp -include/xtensor/xchunked_array.hpp -include/xtensor/xchunked_assign.hpp -include/xtensor/xchunked_view.hpp -include/xtensor/xcomplex.hpp -include/xtensor/xcontainer.hpp -include/xtensor/xcsv.hpp -include/xtensor/xdynamic_view.hpp -include/xtensor/xeval.hpp -include/xtensor/xexception.hpp -include/xtensor/xexpression.hpp -include/xtensor/xexpression_holder.hpp -include/xtensor/xexpression_traits.hpp -include/xtensor/xfixed.hpp -include/xtensor/xfunction.hpp -include/xtensor/xfunctor_view.hpp -include/xtensor/xgenerator.hpp -include/xtensor/xhistogram.hpp -include/xtensor/xindex_view.hpp -include/xtensor/xinfo.hpp -include/xtensor/xio.hpp -include/xtensor/xiterable.hpp -include/xtensor/xiterator.hpp -include/xtensor/xjson.hpp -include/xtensor/xlayout.hpp -include/xtensor/xmanipulation.hpp -include/xtensor/xmasked_view.hpp -include/xtensor/xmath.hpp -include/xtensor/xmime.hpp -include/xtensor/xmultiindex_iterator.hpp -include/xtensor/xnoalias.hpp -include/xtensor/xnorm.hpp -include/xtensor/xnpy.hpp -include/xtensor/xoffset_view.hpp -include/xtensor/xoperation.hpp -include/xtensor/xoptional.hpp -include/xtensor/xoptional_assembly.hpp -include/xtensor/xoptional_assembly_base.hpp -include/xtensor/xoptional_assembly_storage.hpp -include/xtensor/xpad.hpp -include/xtensor/xrandom.hpp -include/xtensor/xreducer.hpp -include/xtensor/xrepeat.hpp -include/xtensor/xscalar.hpp -include/xtensor/xsemantic.hpp -include/xtensor/xset_operation.hpp -include/xtensor/xshape.hpp -include/xtensor/xslice.hpp -include/xtensor/xsort.hpp -include/xtensor/xstorage.hpp -include/xtensor/xstrided_view.hpp -include/xtensor/xstrided_view_base.hpp -include/xtensor/xstrides.hpp -include/xtensor/xtensor.hpp -include/xtensor/xtensor_config.hpp -include/xtensor/xtensor_forward.hpp -include/xtensor/xtensor_simd.hpp -include/xtensor/xutils.hpp -include/xtensor/xvectorize.hpp -include/xtensor/xview.hpp -include/xtensor/xview_utils.hpp +include/xtensor/chunk/xchunked_array.hpp +include/xtensor/chunk/xchunked_assign.hpp +include/xtensor/chunk/xchunked_view.hpp +include/xtensor/containers/xadapt.hpp +include/xtensor/containers/xarray.hpp +include/xtensor/containers/xbuffer_adaptor.hpp +include/xtensor/containers/xcontainer.hpp +include/xtensor/containers/xfixed.hpp +include/xtensor/containers/xscalar.hpp +include/xtensor/containers/xstorage.hpp +include/xtensor/containers/xtensor.hpp +include/xtensor/core/xaccessible.hpp +include/xtensor/core/xassign.hpp +include/xtensor/core/xeval.hpp +include/xtensor/core/xexpression.hpp +include/xtensor/core/xexpression_traits.hpp +include/xtensor/core/xfunction.hpp +include/xtensor/core/xiterable.hpp +include/xtensor/core/xiterator.hpp +include/xtensor/core/xlayout.hpp +include/xtensor/core/xmath.hpp +include/xtensor/core/xmultiindex_iterator.hpp +include/xtensor/core/xnoalias.hpp +include/xtensor/core/xoperation.hpp +include/xtensor/core/xsemantic.hpp +include/xtensor/core/xshape.hpp +include/xtensor/core/xstrides.hpp +include/xtensor/core/xtensor_config.hpp +include/xtensor/core/xtensor_forward.hpp +include/xtensor/core/xvectorize.hpp +include/xtensor/generators/xbuilder.hpp +include/xtensor/generators/xgenerator.hpp +include/xtensor/generators/xrandom.hpp +include/xtensor/io/xcsv.hpp +include/xtensor/io/xinfo.hpp +include/xtensor/io/xio.hpp +include/xtensor/io/xjson.hpp +include/xtensor/io/xmime.hpp +include/xtensor/io/xnpy.hpp +include/xtensor/misc/xcomplex.hpp +include/xtensor/misc/xexpression_holder.hpp +include/xtensor/misc/xfft.hpp +include/xtensor/misc/xhistogram.hpp +include/xtensor/misc/xmanipulation.hpp +include/xtensor/misc/xpad.hpp +include/xtensor/misc/xset_operation.hpp +include/xtensor/misc/xsort.hpp +include/xtensor/misc/xtl_concepts.hpp +include/xtensor/optional/xoptional.hpp +include/xtensor/optional/xoptional_assembly.hpp +include/xtensor/optional/xoptional_assembly_base.hpp +include/xtensor/optional/xoptional_assembly_storage.hpp +include/xtensor/reducers/xaccumulator.hpp +include/xtensor/reducers/xblockwise_reducer.hpp +include/xtensor/reducers/xblockwise_reducer_functors.hpp +include/xtensor/reducers/xnorm.hpp +include/xtensor/reducers/xreducer.hpp +include/xtensor/utils/xexception.hpp +include/xtensor/utils/xtensor_simd.hpp +include/xtensor/utils/xutils.hpp +include/xtensor/views/xaxis_iterator.hpp +include/xtensor/views/xaxis_slice_iterator.hpp +include/xtensor/views/xbroadcast.hpp +include/xtensor/views/xdynamic_view.hpp +include/xtensor/views/xfunctor_view.hpp +include/xtensor/views/xindex_view.hpp +include/xtensor/views/xmasked_view.hpp +include/xtensor/views/xoffset_view.hpp +include/xtensor/views/xrepeat.hpp +include/xtensor/views/xslice.hpp +include/xtensor/views/xstrided_view.hpp +include/xtensor/views/xstrided_view_base.hpp +include/xtensor/views/xview.hpp +include/xtensor/views/xview_utils.hpp share/cmake/xtensor/xtensorConfig.cmake share/cmake/xtensor/xtensorConfigVersion.cmake share/cmake/xtensor/xtensorTargets.cmake share/pkgconfig/xtensor.pc +share/xeus-cpp/tagfiles/xtensor.tag diff --git a/math/yices/Makefile b/math/yices/Makefile index 9014014872e7..3504a67f2473 100644 --- a/math/yices/Makefile +++ b/math/yices/Makefile @@ -1,31 +1,34 @@ PORTNAME= yices -DISTVERSION= 2.6.5 +DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 2.7.0 +PORTREVISION= 2 CATEGORIES= math -MASTER_SITES= https://yices.csl.sri.com/releases/${DISTVERSION}/ -DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= yuri@FreeBSD.org COMMENT= SMT solver -WWW= https://yices.csl.sri.com/ +WWW= https://yices.csl.sri.com/ \ + https://github.com/SRI-CSL/yices2/ -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= gperf:devel/gperf LIB_DEPENDS= libgmp.so:math/gmp USES= autoreconf compiler:c11 gmake localbase +USE_GITHUB= yes +GH_ACCOUNT= SRI-CSL +GH_PROJECT= yices2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pic-gmp=${LOCALBASE}/lib/libgmp.so MAKE_ARGS= YICES_MAKE_INCLUDE=configs/make.include.${CONFIGURE_TARGET} -CFLAGS+= -fPIC - -TEST_TARGET= test # tests fail to compile, see https://github.com/SRI-CSL/yices2/issues/523 +TEST_TARGET= test -WRKSRC= ${WRKDIR}/yices-${DISTVERSION} +CFLAGS+= -fPIC +PIE_UNSAFE= yes post-install: # strip binaries @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* diff --git a/math/yices/distinfo b/math/yices/distinfo index fa5f5eebeed8..fbe526daa567 100644 --- a/math/yices/distinfo +++ b/math/yices/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724046623 -SHA256 (yices-2.6.5-src.tar.gz) = b01aedb35af57c06006c147b2491162cc8974d6c5991914833dd6d827681399d -SIZE (yices-2.6.5-src.tar.gz) = 6149050 +TIMESTAMP = 1758542030 +SHA256 (SRI-CSL-yices2-yices-2.7.0_GH0.tar.gz) = 584db72abf6643927b2c3ba98ff793f602216b452b8ff2f34a8851d35904804a +SIZE (SRI-CSL-yices2-yices-2.7.0_GH0.tar.gz) = 10461165 diff --git a/math/yices/pkg-plist b/math/yices/pkg-plist index 00c6178fd0c2..7e94d129c8cf 100644 --- a/math/yices/pkg-plist +++ b/math/yices/pkg-plist @@ -10,4 +10,4 @@ include/yices_limits.h include/yices_types.h lib/libyices.a lib/libyices.so -lib/libyices.so.2.6 +lib/libyices.so.2.7 diff --git a/math/z3/Makefile b/math/z3/Makefile index 63d368089c33..566e16cba61a 100644 --- a/math/z3/Makefile +++ b/math/z3/Makefile @@ -1,5 +1,5 @@ PORTNAME= z3 -DISTVERSION= 4.14.1.0 +DISTVERSION= 4.15.3.0 CATEGORIES= math MASTER_SITES= https://github.com/Z3Prover/z3/releases/download/${PORTNAME}-${DISTVERSION:R}/ DISTNAME= ${PORTNAME}_solver-${DISTVERSION} @@ -13,15 +13,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake compiler:c++20-lang localbase:ldflags -WRKSRC_SUBDIR= core - -CMAKE_OFF= Z3_ENABLE_EXAMPLE_TARGETS CMAKE_ARGS= -DCMAKE_INSTALL_PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig +CMAKE_OFF= Z3_ENABLE_EXAMPLE_TARGETS + +WRKSRC_SUBDIR= core OPTIONS_DEFINE= GMP OPTIONS_SUB= yes -GMP_CMAKE_BOOL= Z3_USE_LIB_GMP GMP_LIB_DEPENDS= libgmp.so:math/gmp +GMP_CMAKE_BOOL= Z3_USE_LIB_GMP .include <bsd.port.mk> diff --git a/math/z3/distinfo b/math/z3/distinfo index 13cb429023d9..11399b5e4a29 100644 --- a/math/z3/distinfo +++ b/math/z3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742299618 -SHA256 (z3_solver-4.14.1.0.tar.gz) = ddc6981d83205cbe6000b8fa71f78da496bbaa635fadaf776b6d129b80e7b113 -SIZE (z3_solver-4.14.1.0.tar.gz) = 5028426 +TIMESTAMP = 1758463427 +SHA256 (z3_solver-4.15.3.0.tar.gz) = 78f69aebda5519bfd8af146a129f36cf4721a3c2667e80d9fe35cc9bb4d214a6 +SIZE (z3_solver-4.15.3.0.tar.gz) = 4985945 diff --git a/math/z3/pkg-plist b/math/z3/pkg-plist index 31b2e987ef5e..1aa3d23cb8c4 100644 --- a/math/z3/pkg-plist +++ b/math/z3/pkg-plist @@ -18,6 +18,6 @@ lib/cmake/z3/Z3ConfigVersion.cmake lib/cmake/z3/Z3Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/z3/Z3Targets.cmake lib/libz3.so -lib/libz3.so.4.14 -lib/libz3.so.4.14.1.0 +lib/libz3.so.4.15 +lib/libz3.so.4.15.3.0 libdata/pkgconfig/z3.pc diff --git a/math/zimpl/Makefile b/math/zimpl/Makefile index 7c58ccd87854..54d113377bcc 100644 --- a/math/zimpl/Makefile +++ b/math/zimpl/Makefile @@ -1,5 +1,6 @@ PORTNAME= zimpl -DISTVERSION= 3.6.2 +DISTVERSIONPREFIX= v +DISTVERSION= 3.7.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -21,7 +22,6 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= scipopt -GH_TAGNAME= v${DISTVERSION:S/.//g} CMAKE_ON= BUILD_SHARED_LIBS diff --git a/math/zimpl/distinfo b/math/zimpl/distinfo index d332293e6908..a2a8ca96a292 100644 --- a/math/zimpl/distinfo +++ b/math/zimpl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731123417 -SHA256 (scipopt-zimpl-3.6.2-v362_GH0.tar.gz) = d99bdfa227d8871560b92dd90026280b185ce8f28b0d3fe295b871f0eca8d4f1 -SIZE (scipopt-zimpl-3.6.2-v362_GH0.tar.gz) = 5257233 +TIMESTAMP = 1764037777 +SHA256 (scipopt-zimpl-v3.7.0_GH0.tar.gz) = a95771124823fd8ea38310a50314359041ba58e5812a105e3fa9a2e33d5cc18f +SIZE (scipopt-zimpl-v3.7.0_GH0.tar.gz) = 5275073 |
