Skip to content

pari: 2.15.5 -> 2.17.1#348442

Merged
collares merged 3 commits intoNixOS:masterfrom
r-ryantm:auto-update/pari
Jan 29, 2025
Merged

pari: 2.15.5 -> 2.17.1#348442
collares merged 3 commits intoNixOS:masterfrom
r-ryantm:auto-update/pari

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from https://repology.org/project/pari/versions.

meta.description for pari is: Computer algebra system for high-performance number theory computations

meta.homepage for pari is: http://pari.math.u-bordeaux.fr

Updates performed
  • Version update
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 2.17.0 with grep in /nix/store/k7bhfhk5l14qbcgb9fkbp4vs8178daxz-pari-2.17.0
  • found 2.17.0 in filename of file in /nix/store/k7bhfhk5l14qbcgb9fkbp4vs8178daxz-pari-2.17.0

Rebuild report (if merged into master) (click to expand)
204 total rebuild path(s)

29 package rebuild(s)

First fifty rebuilds by attrpath

cantor
eclib
gap
gap-full
gap-minimal
giac
giac-with-xcas
gp2c
labplot
lcalc
libsForQt5.cantor
pari
plasma5Packages.cantor
python311Packages.cypari2
python311Packages.cysignals
python311Packages.fpylll
python311Packages.pplpy
python311Packages.primecountpy
python312Packages.cypari2
python312Packages.cysignals
python312Packages.fpylll
python312Packages.pplpy
python312Packages.primecountpy
sage
sageWithDoc
sympow
tests.devShellTools.nixos
tests.devShellTools.unstructuredDerivationInputEnv
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/k7bhfhk5l14qbcgb9fkbp4vs8178daxz-pari-2.17.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A pari https://github.com/r-ryantm/nixpkgs/archive/a840faf2e75ddf6c2acd19c226b23cad90589328.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/a840faf2e75ddf6c2acd19c226b23cad90589328#pari

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/k7bhfhk5l14qbcgb9fkbp4vs8178daxz-pari-2.17.0
ls -la /nix/store/k7bhfhk5l14qbcgb9fkbp4vs8178daxz-pari-2.17.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

❌ 8 packages failed to build:
  • cantor
  • labplot
  • python311Packages.cypari2
  • python311Packages.cypari2.dist
  • python312Packages.cypari2
  • python312Packages.cypari2.dist
  • sage
  • sageWithDoc
✅ 29 packages built:
  • eclib
  • gap
  • gap-full
  • gap-minimal
  • giac
  • giac-with-xcas
  • giac.doc
  • gp2c
  • lcalc
  • pari
  • python311Packages.cysignals
  • python311Packages.cysignals.dist
  • python311Packages.fpylll
  • python311Packages.fpylll.dist
  • python311Packages.pplpy
  • python311Packages.pplpy.dist
  • python311Packages.pplpy.doc
  • python311Packages.primecountpy
  • python311Packages.primecountpy.dist
  • python312Packages.cysignals
  • python312Packages.cysignals.dist
  • python312Packages.fpylll
  • python312Packages.fpylll.dist
  • python312Packages.pplpy
  • python312Packages.pplpy.dist
  • python312Packages.pplpy.doc
  • python312Packages.primecountpy
  • python312Packages.primecountpy.dist
  • sympow

Maintainer pings

cc @ertes @timokau @omasanori @7c6f434c @collares for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Oct 14, 2024
@collares
Copy link
Member

collares commented Oct 22, 2024

@collares
Copy link
Member

collares commented Jan 5, 2025

Status update: PARI 2.17.1 is out, which is good, but we still need sagemath/cypari2#166 and sagemath/sage#38749 before updating. Waiting until those changes get finalized.

@collares collares changed the title pari: 2.15.5 -> 2.17.0 pari: 2.15.5 -> 2.17.1 Jan 5, 2025
@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Jan 13, 2025
@collares collares marked this pull request as ready for review January 29, 2025 19:16
@collares
Copy link
Member

The test timeout here is unrelated, since I can also reproduce it on current master. Filed as sagemath/sage#39407.

@collares collares merged commit 975ac0a into NixOS:master Jan 29, 2025
27 of 30 checks passed
@r-ryantm r-ryantm deleted the auto-update/pari branch January 30, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants