Commit Graph
100 Commits
Author SHA1 Message Date
Gonzalo Tornaría 8e85edb044 SuiteSparse: update to 7.0.1.
- use libatomic-devel when needed (armv6l-musl)
2023-02-13 17:50:08 +01:00
Gonzalo Tornaría 9d32b30cfe mpfr: update to 4.2.0. 2023-02-13 17:49:56 +01:00
Gonzalo Tornaría bc97f4846d giac: update to 1.9.0.37. 2023-02-13 17:48:40 +01:00
Gonzalo Tornaría e2d61a1b31 pari: update to 2.15.2.
Also:
 - use -flto=auto for multithreaded link
 - change build so we don't need to patch makefile
 - ship pdf documentation in addtion to dvi
 - use SOURCE_DATE_EPOCH for dvi files
 - backport fix for pari bug 2441
2023-02-13 17:48:18 +01:00
Gonzalo Tornaría ab89ca51f8 rankwidth: remove dependency on igraph
It turns out that rankwidth only depends on igraph for the binary, but
we don't ship the binary anyway (for sagemath we only need the library).
2023-02-13 17:47:53 +01:00
Gonzalo Tornaría 1a6a7e2f54 igraph: update to 0.10.4. 2023-02-13 17:23:38 +01:00
Gonzalo Tornaría 15d93b643b python3-fpylll: update to 0.5.9. 2023-02-13 17:23:05 +01:00
Gonzalo Tornaría a7c62bf62b fplll: update to 5.4.4. 2023-02-13 17:23:05 +01:00
Gonzalo Tornaría 7748dfbef9 owncloudclient: update to 3.1.0. 2023-02-11 00:32:02 -05:00
Gonzalo Tornaría a71a11a27f libre-graph-api-cpp-qt-client: update to 1.0.1. 2023-02-11 00:32:02 -05:00
Gonzalo Tornaría 5f0ce4328c python3-fastjsonschema: update to 2.16.2. 2023-02-02 18:47:43 -05:00
Gonzalo Tornaría c7b9e6f7bc rxvt-unicode: add changelog 2023-02-01 15:41:54 +01:00
Gonzalo Tornaría 7b97bab436 gnuradio: remove mpir-devel from makedepends
This was never used for building or runtime, gmp is used instead.

No need to revbump since this will make no difference (other than
dropping mpir-devel from gnuradio-devel depends).

This is the only dependency of mpir in void linux.
2023-01-09 16:05:49 +01:00
Gonzalo Tornaría 1d4a9d6c71 xbps-src: keep http_proxy and other lowercase proxy variables 2023-01-04 22:24:13 +07:00
Gonzalo Tornaría 1d2b2c28f5 diffstat: update to 1.65. 2022-12-20 20:31:06 +01:00
Gonzalo Tornaría 2166cddf8d sagemath: fix for 32 bit architectures
After the upgrade to python 3.11, sagemath is completely broken (it
won't even start).

See:  https://trac.sagemath.org/ticket/33842#comment:130

This revbump adds a fix taken from that trac ticket
(https://trac.sagemath.org/ticket/33842#comment:137)
2022-12-18 12:36:41 +01:00
Gonzalo Tornaría 039fd72003 libmpc: update to 1.3.0, adopt. 2022-12-12 01:02:56 -05:00
Gonzalo Tornaría 69d6862a5a python3-gmpy2: update to 2.1.3. 2022-12-08 20:39:24 +00:00
Gonzalo Tornaría 9da6aefa52 primecount: update to 7.6. 2022-12-08 20:38:56 +00:00
Gonzalo Tornaría 7bd48502b0 primesieve: update to 11.0. 2022-12-08 20:38:56 +00:00
Gonzalo Tornaría 63751cfa12 owncloudclient: update to 3.0.0. 2022-12-08 20:38:08 +00:00
Gonzalo Tornaría 129ac4c6f2 New package: libre-graph-api-cpp-qt-client-1.0.0 2022-12-08 20:38:08 +00:00
Gonzalo Tornaría 7d77a184cb octave: update to 7.3.0.
- Fix cross build
- Use SuiteSparse
- Use rapidjson
- Use --disable-docs to skip building docs; install the docs from the
  tarball. This way we don't makedepend on texlive/texinfo/gnuplot.
- Avoid warnings due to egrep deprecation
- xlint fixes
- disable spqr on i686 (it segfaults)
2022-12-07 00:14:08 +00:00
Gonzalo Tornaría 0464bd6240 rapidjson: apply upstream patch needed for octave 2022-12-07 00:14:08 +00:00
Gonzalo Tornaría e46b70f723 python3-cvxopt: revbump for SuiteSparse 6.0.1.
- use openblas instead of lapack when available.
2022-12-04 21:11:25 +00:00
Gonzalo Tornaría 0b5a5c2bd9 SuiteSparse: update to 6.0.1.
- use openblas instead of lapack when available.
 - add shlibs that will be used by octave.
 - SuiteSparse-devel and mongoose-devel conflict for libmongoose.{so,a}.
2022-12-04 21:11:25 +00:00
Gonzalo Tornaría 7edbd2548e rankwidth: revbump for igraph-0.10.2. 2022-12-03 22:36:51 +00:00
Gonzalo Tornaría 771ba9b372 igraph: update to 0.10.2.
Also: use openblas instead of lapack when available.
2022-12-03 22:36:51 +00:00
Gonzalo Tornaría dc692b9132 giac: update to 1.9.0.29.
Also: use openblas instead of lapack when available.
2022-11-23 22:24:06 -05:00
Gonzalo Tornaría 24df87c236 python3-cypari2: reenable full testsuite
Note that running pytest will run a few tests, but running `make check`
will run many more tests (including all the pytest tests).

No need to revbump as there are no changes to package itself.
2022-11-23 22:08:14 -05:00
Gonzalo Tornaría 2c48e7f5fe mpfr: update to 4.1.1. 2022-11-23 22:07:16 -05:00
Gonzalo Tornaría 1990939674 pari: update to 2.15.1. 2022-11-18 12:25:22 +01:00
Gonzalo Tornaría 3d434cce1c lapack: update to 3.11, adopt. 2022-11-16 22:08:51 +01:00
Gonzalo Tornaría 6d6ed30fdd sagemath: fix for python 3.11
Closes: #40369 [via git-merge-pr]
2022-11-06 17:43:18 -05:00
Gonzalo Tornaría 950170e4f9 sagemath: update to 9.7.
Closes: #39876 [via git-merge-pr]
2022-10-31 11:27:33 -04:00
Gonzalo Tornaría a6a9a6b067 python3-cypari2: update to 2.1.3. 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría 2ca99aa389 python3-cysignals: revbump for pari 2.15.0 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría 223e649ef6 lcalc: revbump for pari 2.15.0 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría 670e61df33 gap: update to 4.12.1. 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría 715c34ba4e giac: update to 1.9.0.27. 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría a856644c92 eclib: update to 20221012. 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría 6f054283eb gp2c: update to 0.0.13. 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría bc2bd6e3e5 pari: update to 2.15.0. 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría 01962793b8 arb: update to 2.23.0. 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría a3c8d35955 flintlib: update to 2.9.0. 2022-10-31 11:27:33 -04:00
Gonzalo Tornaría a9149121fc owncloudclient: update to 2.11.1. 2022-10-30 15:27:44 -04:00
Gonzalo Tornaría ea70fc5421 iperf: update to 2.1.8. 2022-10-30 15:21:09 -04:00
Gonzalo Tornaría bc824a6575 nauty: update to 2.7r4. 2022-10-30 13:59:29 -04:00
Gonzalo Tornaría e88141c575 pari-nflistdata: update to 20220729.
Note that upstream doesn't change the filenames on updates.
We use the timestamp in the http server to manage the version.

In b7a1bbcde8 the checksum was "fixed"
(i.e. changed to the checksum of the new version) but the package in the
void packages repository was not rebuilt.

Now we change the version so it's rebuilt.
2022-10-12 15:28:01 -04:00
Gonzalo Tornaría cb5ddbdd85 python3-sympy: update to 1.11.1, adopt. 2022-10-11 13:12:07 -04:00
Gonzalo Tornaría 5b404fcacb python3-memory_allocator: update to 0.1.3. 2022-10-11 00:49:48 -04:00
Gonzalo Tornaría 4cd696b7e6 python3-fpylll: update to 0.5.7. 2022-10-11 00:49:06 -04:00
Gonzalo Tornaría 79fd2afc31 fplll: update to 5.4.2. 2022-10-11 00:49:06 -04:00
Gonzalo Tornaría 76896c4e27 primecount: update to 7.4. 2022-10-09 12:19:48 -04:00
Gonzalo Tornaría 767e303492 primesieve: update to 8.0. 2022-10-09 12:19:48 -04:00
Gonzalo Tornaría 42133cca9c primecount: update to 7.3. 2022-05-04 14:54:40 +02:00
Gonzalo Tornaría 92ad1cb746 primesieve: update to 7.9. 2022-05-04 14:54:40 +02:00
Gonzalo Tornaría 2888026746 flintlib: update to 2.8.5.
Also, enable openblas (used for matrix multiplication)
2022-05-04 14:54:30 +02:00
Gonzalo Tornaría ce8614b6f7 pari-nflistdata: update to 20220326. 2022-05-04 14:54:08 +02:00
Gonzalo Tornaría 2557ef6ff0 giac: update to 1.9.0.7. 2022-05-04 14:53:52 +02:00
Gonzalo Tornaría f82940a42f python3-cvxopt: update to 1.3.0.
Also:
 - fix support for gsl
 - enable support for fftw
2022-05-04 14:53:29 +02:00
Gonzalo Tornaría 3d0b5e5ade planarity: update to 3.0.2.0. 2022-05-04 14:53:29 +02:00
Gonzalo Tornaría 4d20682ccd igraph: update to 0.9.8. 2022-05-04 14:53:29 +02:00
Gonzalo Tornaría cf96f3be07 SuiteSparse: update to 5.12.0. 2022-05-04 14:53:29 +02:00
Gonzalo Tornaría acccbaa7b7 owncloudclient: update to 2.10.1, adopt. 2022-05-04 10:25:14 +02:00
Gonzalo Tornaría 5a36406299 tiptop: fix homepage and distfiles 2022-04-14 21:39:35 +02:00
Gonzalo Tornaría 162aebd320 threejs-sage: make it available as a jupyter nbextension
Adds a symlink in /usr/share/jupyter/nbextensions, so that the js is
available in a jupyter notebook.

Otherwise, using 3d plots in the jupyter notebook will hit jsdelivr.net.
2022-04-12 19:46:29 +02:00
Gonzalo Tornaría 0bbbf6c41f iperf: update to 2.1.7. 2022-04-12 19:42:40 +02:00
Gonzalo Tornaría 9b342c56f0 libmtp: update to 1.1.19.
Also: use group `plugdev` to grant r/w permission to mtp devices.
2022-04-11 01:39:58 +02:00
Gonzalo Tornaría 5369dc2b48 python3-Jinja2: update to 3.1.1.
This update was reverted earlier (3d6eb58) because of an incompatibility
with nbconvert-6.0.7 which is fixed in current nbconvert-6.4.5.
2022-04-10 17:18:26 -04:00
Gonzalo Tornaría 23aa1b4120 python3-jupyter_notebook: update to 6.4.10. 2022-04-10 17:18:26 -04:00
Gonzalo Tornaría cfc8c1dee7 python3-jupyter_nbconvert: update to 6.4.5. 2022-04-10 17:18:26 -04:00
Gonzalo Tornaría 09e23551d2 python3-jupyter_nbformat: update to 5.3.0. 2022-04-10 17:18:26 -04:00
Gonzalo Tornaría baea33e0e6 New package: python3-fastjsonschema-2.15.3 2022-04-10 17:18:26 -04:00
Gonzalo Tornaría e7c1951cb4 pari: update to 2.13.4. 2022-04-07 13:05:55 +07:00
Gonzalo Tornaría 300bcb86a8 sagemath: rebuild for package updates
- compatibility with lrcalc 2.1 (trac #31355)
 - fix doctests for ipython-8.1 (trac #33170)
 - fix doctests for scipy-1.8 (trac #33336)
 - fix doctests for sympy-1.10 (trac #33398)
 - fix doctests when sphinx is installed (trac #33585)
 - use new package threejs-sage for 3d plots
2022-04-04 22:22:54 +02:00
Gonzalo Tornaría 8367492f6e python3-gmpy2: ignore a version irrelevant for us 2022-04-04 22:22:54 +02:00
Gonzalo Tornaría 0bcd05b71e lcalc: ignore a version irrelevant for us 2022-04-04 22:22:54 +02:00
Gonzalo Tornaría faa83123a7 New package: python3-lrcalc-2.1 2022-04-04 22:22:54 +02:00
Gonzalo Tornaría b5d64a1fb1 lrcalc: update to 2.1. 2022-04-04 22:22:54 +02:00
Gonzalo Tornaría 61273487f7 New package: threejs-sage-r122 2022-04-04 22:22:54 +02:00
Gonzalo Tornaría eeecac3159 gp2c: update to 0.0.12pl1. 2022-04-01 16:03:29 +02:00
Gonzalo Tornaría 0951261aa7 giac: update to 1.7.0.53. 2022-04-01 16:03:17 +02:00
Gonzalo Tornaría fc1dc35a08 python3-sympy: update to 1.10.1.
Also fix integer_nthroot(2, 10**10) in 32 bit, reported upstream.
2022-03-31 16:37:05 +02:00
Gonzalo Tornaría 06984d906a python3-prompt_toolkit: don't handle sigint
Fixes #35712

See also: https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1576
2022-02-27 21:25:36 -05:00
Gonzalo Tornaría 84f20b30f9 primesieve: update to 7.8. 2022-02-06 20:10:28 -03:00
Gonzalo Tornaría 9289a1ab5a New package: sagemath-9.5 2022-02-03 14:31:06 +01:00
Gonzalo Tornaría c672730835 nauty: disable native code (illegal instructions)
The package currently shipped in void gives me illegal instructions in a
nehalem cpu.

This commit fixes the issue by disabling native compilation unless a build
option is given; also disable popcnt which, although available on nehalem, is
not available in baseline x86_64.
2022-02-03 13:56:28 +01:00
Gonzalo Tornaría 61c76483fe sage-data-*: fix update files
Two of these packages are picking up incorrect versions from an
auxiliary site. This fixes it. No revbump necessary.
2022-02-03 13:55:55 +01:00
Gonzalo Tornaría da3f744cc7 owncloudclient: update to 2.10.0. 2022-01-28 03:39:13 -03:00
Gonzalo Tornaría 5a3628edf5 arb: update to 2.22.1. 2022-01-25 22:28:33 +01:00
Gonzalo Tornaría 64571d4931 bash-completion: complete tar with xbps files
Backported from upstream https://github.com/scop/bash-completion/pull/688

Fix checkdepends so tests run, deselect 26 tests that fail atm,
with the goal of fixing this for next release 2.12.

Also conditionally deselect a couple of tests that fail only on CI.
2022-01-25 00:57:44 +01:00
Gonzalo Tornaría b4491656a4 New package: python3-primecountpy-0.1.0 2022-01-19 15:58:29 +01:00
Gonzalo Tornaría d210febd6b New package: python3-fpylll-0.5.6 2022-01-19 15:58:29 +01:00
Gonzalo Tornaría 1e4d4db5ed New package: python3-pplpy-0.8.7 2022-01-19 15:58:29 +01:00
Gonzalo Tornaría d3f045ad49 New package: python3-cypari2-2.1.2 2022-01-19 15:58:29 +01:00
Gonzalo Tornaría 9a188629ea New package: python3-cysignals-1.11.2 2022-01-19 15:58:29 +01:00
Gonzalo Tornaría 6fe5cdf15e arb: update to 2.22.0. 2022-01-19 15:48:56 +01:00
Gonzalo Tornaría c27ac240f6 igraph: update to 0.9.6. 2022-01-19 15:48:48 +01:00
Gonzalo Tornaría 7c534e54cf New package: sage-data-graphs-20210214 2022-01-19 15:47:39 +01:00