Commit Graph

3004 Commits

Author SHA1 Message Date
volker e602d7053c math/octave: Fix build on non-{i386,amd64} 2026-06-11 17:48:19 +00:00
daniel 9c3733b1b8 update wxMaxima to 26.05.0 2026-06-09 23:25:16 +00:00
sthen ab3bc25cd4 update to py3-cvxopt-1.3.3
mark ONLY_FOR_ARCHS = ${LP64_ARCHS}; there are a bunch of pointer type
issues in src/C/lapack.c (cvxopt uses an "int_t" type, which is really
Py_ssize_t aka long, but this file confuses int_t * with int *).
2026-06-08 22:34:53 +00:00
daniel bd2cd95d1a spread-sheet-widget: repair with llvm 22 by updating to 0.7 2026-06-08 22:19:53 +00:00
daniel fefb188d83 unbreak build on llvm 22 2026-06-03 02:36:54 +00:00
volker 291d0f1617 math/octave: Update to 11.1.0
ok steven@
2026-06-02 21:30:34 +00:00
kirill af71942a84 Bump REVISION after switch MODCLANG_VERSION at lang/clang to 22 2026-06-02 12:44:37 +00:00
fcambus 515b62aff4 Update gunits to 2.27. 2026-05-29 21:34:12 +00:00
tb bfde2eb30f py3-pygraphviz: fix for ABI break in Graphviz 14 to unbreak with llvm22
gvRenderData()'s fourth argument changed from unsigned int * to size_t *,
which makes llvm22 unhappy. Adjust prototype and use SWIG to generate the
binding wrap.c. Based on upstream PR #523.
2026-05-22 12:07:26 +00:00
sthen cdb936f83f update to py3-numpy-2.4.6 2026-05-19 09:42:33 +00:00
sthen 7d7578ea91 update to calc-2.17.0.0 2026-05-19 07:23:55 +00:00
jtt ed81c4cba6 math/verdict: update to 1.4.5
ok sthen@
2026-05-18 14:12:19 +00:00
jtt 4204ea308d math/cgns: update to 4.5.2
ok sthen@
2026-05-18 14:11:03 +00:00
sthen aa77593cdd adjust SHARED_LIBS/PLISTs for Python 3.14 2026-05-12 13:45:25 +00:00
sthen a28e932687 update to calc-2.16.1.3 2026-05-12 09:43:45 +00:00
ajacoutot af96f5508e Update to gnumeric-1.12.61. 2026-05-07 13:21:28 +00:00
sthen efca126937 s/python3.13/${MODPY_WANTLIB}/ 2026-05-06 16:11:19 +00:00
landry fc7871654c math/muparser: update to 2.3.5 2026-05-06 13:10:30 +00:00
kmos 6d3f9a7abc Now that ports-gcc is gcc 15, this is no longer BROKEN on sparc64
Remove BROKEN-sparc64

ok naddy
2026-04-23 20:00:49 +00:00
landry c11e13d966 math/cgal: update to 6.1.1.
see https://github.com/CGAL/cgal/releases/tag/v6.0
and https://github.com/CGAL/cgal/releases/tag/v6.1
for the major changes in those new branches

tested by jtt@ with openscad & prusaslicer (thanks !), geo/sfcgal is
happy with it.
2026-04-06 16:25:23 +00:00
bluhm 38e53a66d9 update p5-Math-BigInt-GMP to 1.7003 2026-04-04 22:11:17 +00:00
sthen 2f85014277 update to py3-numpy-2.4.4 2026-03-30 12:32:52 +00:00
jtt 334d5633c8 math/med: add missing dependency on fortran
Update and bump cad/freecad (math/med's only consumer) accordingly.

Reported by naddy@ and ok tb@
2026-03-23 13:19:28 +00:00
benoit 8d6919d797 Update to bcal-2.5. 2026-03-23 08:07:00 +00:00
benoit 51ca5b79af Update to p5-Math-Prime-Util-0.74. 2026-03-21 07:27:36 +00:00
benoit b79fc39327 Update to p5-Math-Prime-Util-GMP-0.53. 2026-03-21 07:26:27 +00:00
kmos 5c5e2d40df splitmix64.h:14: error: expected '=', ',', ';', 'asm' or '__attribute__' befor
e 'uint64_t'

Move to ports-gcc on base-gcc arches to fix build on sparc64
2026-03-20 04:46:40 +00:00
sthen 59c6a21b92 bump, python.port.mk pypi HOMEPAGE update 2026-03-16 22:28:25 +00:00
martin 48ddf741d6 Update py-h5py to 3.16.0. 2026-03-14 09:04:10 +00:00
tb 898375c71c gnuplot: unbreak: bump REVISION and revert PATCHLEVEL bump 2026-03-10 18:32:30 +00:00
sthen 1b64f37bc2 update to py3-numpy-2.4.3 2026-03-10 14:08:14 +00:00
sthen abc530ccfe libiconv not needed 2026-03-09 20:35:14 +00:00
sthen b4704f19aa math/nonolib is static only, change LDEP -> BDEP 2026-03-09 20:31:04 +00:00
sthen 0a2d54222c use GH_* not SITES=...github.../archive/ where appropriate 2026-03-04 10:21:05 +00:00
sthen be6330a302 regen plist, missed in last minute change before commit 2026-03-03 08:38:41 +00:00
sthen ac799797f5 update to py3-PySMT-0.9.6 2026-03-02 14:50:43 +00:00
sthen 02006f7675 update to py3-pandas-2.3.3
fix tests, run them in parallel where possible
2026-02-28 14:20:20 +00:00
sthen 21729af4dd update to py3-numpy-2.4.2 2026-02-28 12:17:49 +00:00
sthen 3610cb6b51 stop using pledge tmppath 2026-02-23 18:07:45 +00:00
daniel aca789d01b update rocq to build coqide again
Now that both dune and lablgtk3 have been updated, we can resume building
coqide as part of rocq.

ok MAINTAINER
2026-02-22 20:40:37 +00:00
stu 3d61c43f7f Bump for math/py-scipy, bumped for devel/swig 4.4.1. 2026-02-21 15:08:56 +00:00
stu 52fa169434 Bump for devel/swig 4.4.1. 2026-02-21 15:08:20 +00:00
stu 5a5518ea15 Bump for math/py-scipy, bumped for devel/swig 4.4.1. 2026-02-21 15:07:44 +00:00
stu 3753c43768 Bump for math/py-scipy, bumped for devel/swig 4.4.1. 2026-02-21 15:07:29 +00:00
stu 344592852c Bump for math/py-scipy, bumped for devel/swig 4.4.1. 2026-02-21 15:06:53 +00:00
stu 4e016905b5 Bump for math/py-scipy, bumped for devel/swig 4.4.1. 2026-02-21 15:06:17 +00:00
stu 0d15007429 Bump for math/py-scipy, bumped for devel/swig 4.4.1. 2026-02-21 15:05:55 +00:00
stu 6f10deab40 Bump for math/py-scipy, bumped for devel/swig 4.4.1. 2026-02-21 15:05:28 +00:00
stu d047aaed2e Bump for devel/swig 4.4.1. 2026-02-21 15:04:32 +00:00
kirill fa293f3e4e math/z3: update to 4.16.0 2026-02-20 16:38:47 +00:00