Commit Graph

23084 Commits

Author SHA1 Message Date
Yuri Victorovich bd05af7a48 math/py-dgl: update 1.1.2 → 2.4.0 2026-05-17 01:52:34 -07:00
Yuri Victorovich dbd6656feb math/dgl: update 1.1.2 → 2.4.0 2026-05-17 01:52:34 -07:00
Yuri Victorovich 99001cc1f4 math/py-PySCIPOpt: update 6.2.0 → 6.2.1 2026-05-17 01:52:34 -07:00
Wen Heping ce21d48adb math/R-cran-sf: Update to 1.1.1 2026-05-17 07:54:11 +00:00
TAKATSU Tomonari 2ab757d109 math/R-cran-DRR: Update to 0.0.5
Reported by:	portscout
2026-05-17 07:50:28 +00:00
Yuri Victorovich 84b4892d1d math/petanque: Fix build on 16
Reported by:	fallout
2026-05-16 22:39:16 -07:00
Yuri Victorovich 7223f0e6ff math/py-pytensor: update 2.34.0 → 3.0.2 2026-05-16 22:39:16 -07:00
Stephen Montgomery-Smith 1e4fe30091 math/octave: Bump portrevision.
Failed to bump portrevision in a prior commit.

Reported by:	arrowd@FreeBSD.org
2026-05-16 11:25:46 -05:00
Nuno Teixeira 46ac23da11 math/R-cran-lava: Update to 1.9.1
ChangeLog: https://cran.r-project.org/web/packages/lava/news/news.html
2026-05-16 11:01:47 +01:00
Stephen Montgomery-Smith 19e7637b28 math/octave: Remove lib dependency.
- graphics/libosmesa no longer required as LIB_DEPENDS.
- Bump portrevision.

PR:		295308
Reported by:	arrowd@FreeBSD.org
2026-05-15 19:06:07 -05:00
Einar Bjarni Halldórsson 427ab6902f math/R-cran-dplyr: Update to 1.2.1 (Unbreak with R 4.6.0)
ChangeLog:	https://github.com/tidyverse/dplyr/releases/tag/v1.2.1
PR:		295051
Approved by:	portmgr (build fix blanket)
2026-05-15 22:33:26 +01:00
Po-Chuan Hsieh 7930357c73 math/py-hdbscan: Update to 0.8.43
Changes:	https://github.com/scikit-learn-contrib/hdbscan/releases
2026-05-15 23:34:41 +08:00
Yuri Victorovich ea82850aa3 math/4ti2: update 1_6_13 → 1.6.15 2026-05-14 16:34:10 -07:00
Yuri Victorovich 4f3f143b59 math/universal: update 4.6.15 → 4.6.16 2026-05-13 23:14:34 -07:00
Yuri Victorovich f982988d30 math/highs: update 1.13.0 → 1.14.0 2026-05-13 20:13:49 -07:00
Christos Longros e35a06c79a math/R-cran-RcppParallel: New port: Parallel programming tools for Rcpp
- Submitter becomes maintainer

High-level parallel programming primitives for the R language.
Includes the Intel TBB and RcppParallel libraries.

WWW: https://rcppcore.github.io/RcppParallel/

PR:			294584
Differential Revision:	https://reviews.freebsd.org/D56355
2026-05-13 20:31:01 +01:00
Olivier Cochard 0d7f3796e9 math/openblas: Fix build on AMD CPU
Upstream issue:	https://github.com/OpenMathLib/OpenBLAS/issues/5810

PR:		292566
Approved by:	thierry
2026-05-13 17:54:49 +02:00
Thierry Thomas 227859d277 */*: bump PORTREVISION after the upgrade of OpenBLAS 2026-05-13 10:28:41 +02:00
Thierry Thomas 5160a618df math/openblas: upgrade to 0.3.33
Releases notes at https://github.com/OpenMathLib/OpenBLAS/releases/

PR:		294956
Approved by:	phd_kimberlite (maintainer)
2026-05-13 10:12:51 +02:00
Adam Weinberger 2c91f26483 math/calc: Update to 2.16.1.3
Changes: https://github.com/lcn2/calc/releases/tag/v2.16.1.3
2026-05-12 15:10:30 -04:00
Stephen Montgomery-Smith f8b7c7611b math/octave-forge-femoctave: Fix version number in DESCRIPTION.
- ${WRKSRC}/DESCRIPTION patched to correct version.
- Bump portrevision.
2026-05-12 09:58:47 -05:00
Stephen Montgomery-Smith 045160930d math/octave-forge-statistics: Add missing dependency.
- Add math/octave-forge-datatypes to RUN_DEPENDS.
- Bump portrevision.

PR:             295190
Reported by:    yuri@freebsd.org
2026-05-12 09:57:39 -05:00
Po-Chuan Hsieh 4e6b5bd068 math/pdal: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/math/pdal/work/PDAL-2.8.4-src/pdal/private/gdal/Raster.cpp:698:27: error: assigning to 'char **' from 'CSLConstList' (aka 'const char *const *') discards qualifiers in nested pointer types
  698 |     papszMetadata = m_ds->GetMetadata(domain.c_str());
      |                     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Obtained from:	https://github.com/PDAL/PDAL/commit/eb7220a2447c5b3d208d7ef0a76c61a17a5b21da
Approved by:	portmgr (blanket)
2026-05-12 17:31:16 +08:00
Po-Chuan Hsieh 1641bff212 math/mdal: Fix build with gdal 3.13.0+
/wrkdirs/usr/ports/math/mdal/work/MDAL-release-1.3.1/mdal/frmts/mdal_gdal.cpp:179:18: error: assigning to 'char **' from 'CSLConstList' (aka 'const char *const *') discards qualifiers in nested pointer types
  179 |   GDALmetadata = GDALGetMetadata( gdalObject, pszDomain );
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Approved by:	portmgr (blanket)
2026-05-12 17:31:16 +08:00
Po-Chuan Hsieh bf4b7c4a6b math/py-pcodec: Update to 1.0.2
Changes:	https://github.com/pcodec/pcodec/releases
2026-05-12 17:31:11 +08:00
Po-Chuan Hsieh a7cc06d6f4 graphics/gdal: Update to 3.13.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/OSGeo/gdal/releases
		https://github.com/OSGeo/gdal/blob/release/3.13/NEWS.md
2026-05-12 17:31:08 +08:00
Michael Osipov b6f9a7d72b */*: Pin build dependency to devel/maven38 2026-05-12 11:13:10 +02:00
Yuri Victorovich e5d4748556 math/universal: update 4.6.14 → 4.6.15 2026-05-12 02:11:47 -07:00
Yuri Victorovich d274fbb8e9 math/py-PySCIPOpt: update 6.1.0 → 6.2.0 2026-05-12 02:11:46 -07:00
Yuri Victorovich 8452445f7f math/SoPlex: update 8.0.0 → 8.0.2 2026-05-12 02:11:46 -07:00
Yuri Victorovich 6a988d4a23 math/oink: update g20250105 → g20260123 2026-05-12 01:42:36 -07:00
Yuri Victorovich f82f96b123 math/amgcl: update 1.4.5 → 1.4.8
Reported by:	portscout
2026-05-12 01:42:36 -07:00
Po-Chuan Hsieh f7d5a6658e math/givaro: Add DOXYGEN option
- Sort PLIST
- Bump PORTREVISION for package change

Documentation built with Doxygen should be added to DOXYGEN option
rather than DOCS option.

PR:	295149
2026-05-11 20:13:25 +02:00
Nuno Teixeira 2f7c0ff358 math/R-cran-terra: Update to 1.9-27
ChangeLog: https://cran.r-project.org/web/packages/terra/news/news.html
2026-05-11 19:00:01 +01:00
Rainer Hurling 4a4a7cde3e math/saga: Update to 9.12.3
Changelog:	https://sourceforge.net/p/saga-gis/wiki/Changelog%209.12.3/attachment/changelog_saga_9.12.3.txt
2026-05-11 19:08:22 +02:00
Yuri Victorovich c73697a5c9 math/py-pyodeint: update 0.10.8 → 0.10.10 2026-05-11 01:00:39 -07:00
Yuri Victorovich d743793fb0 math/py-pygslodeiv2: update 0.9.7 → 0.9.8 2026-05-11 01:00:39 -07:00
Thierry Thomas 50735ea21f math/R-cran-exactRankTests: upgrade to 0.8-37
Changelog at https://cran.r-project.org/web/packages/exactRankTests/NEWS
2026-05-10 21:56:52 +02:00
TAKATSU Tomonari c6cd6d4e2f math/R-cran-spData: Update to 2.3.5
Reported by:	portscout
2026-05-10 01:48:49 +00:00
TAKATSU Tomonari 356a276acf math/R-cran-igraph: Update to 2.3.1
Reported by:	portscout
2026-05-10 00:42:41 +00:00
Po-Chuan Hsieh 7db2f0147a math/py-ndonnx: Update to 0.18.2
Changes:	https://github.com/Quantco/ndonnx/releases
		https://ndonnx.readthedocs.io/en/latest/changelog.html
2026-05-10 06:57:52 +08:00
Adam Weinberger 4e243a83f8 various: Bump ports for Go 1.25.10 2026-05-09 13:25:51 -04:00
Yuri Victorovich aedf754eda math/cadabra2: update 2.5.8 → 2.5.14.p1 2026-05-09 09:37:51 -07:00
Stephen Montgomery-Smith 930cb058e7 math/octave-forge-nan: Update to 3.7.2. 2026-05-09 11:13:55 -05:00
Po-Chuan Hsieh 43adf6abd4 math/py-narwhals: Update to 2.21.0
Changes:	https://github.com/narwhals-dev/narwhals/releases
2026-05-09 23:56:29 +08:00
Stephen Montgomery-Smith 5a7fc4c7c5 math/octave-forge-femoctave: Update to 2.1.9. 2026-05-09 10:09:38 -05:00
Nuno Teixeira 8263ebca3e math/R-cran-terra: Update to 1.9-25
ChangeLog: https://cran.r-project.org/web/packages/terra/news/news.html
2026-05-09 14:30:19 +01:00
Yuri Victorovich 8fb59b4e26 math/primesieve: update 12.9 → 12.14 2026-05-08 23:51:55 -07:00
Yuri Victorovich 1fb2143898 math/onednn: update 3.11.3 → 3.12 2026-05-08 23:51:55 -07:00
Yuri Victorovich ab3906f04f math/cvc5: update 1.3.3 → 1.3.4 2026-05-08 23:51:55 -07:00