about summary refs log tree commit diff
path: root/pkgs/applications/science/math/pari
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-21pkgs/applications: remove uneeded fetchpatch argumentsSigmanificient1-1/+0
2024-02-27pari: 2.15.4 -> 2.15.5R. Ryantm1-2/+2
2023-11-05pari: replace texlive.combined.scheme-basic with texliveBasicVincenzo Mantova1-2/+2
2023-07-12pari: 2.15.3 -> 2.15.4Mauricio Collares1-12/+2
2023-05-20pari: 2.15.2 -> 2.15.3Mauricio Collares1-6/+7
2023-02-12pari: upstream ellcard fixesMauricio Collares1-0/+10
2023-02-05pari: 2.15.1 -> 2.15.2R. Ryantm1-2/+2
2022-11-27pari: 2.13.4 -> 2.15.1R. Ryantm1-7/+2
2022-11-27pari: unbreak on aarch64-darwinJiajie Chen1-3/+2
2022-09-24pari: remove myself from maintainersAndersonTorres1-2/+3
Because it is now mostly managed by the Sage team, and I don't want to be in a team for now.
2022-09-24gp2c: 0.0.12 -> 0.0.13AndersonTorres1-5/+4
Also, inheriting meta attributes from pari.
2022-05-31pari: mark as broken on aarch64-darwinMauricio Collares1-0/+1
2022-05-27pari: 2.13.3 -> 2.13.4Mauricio Collares1-2/+3
2022-01-26treewide: remove all updateWalker/downloadURLRegexpFelix Buehler1-1/+0
2021-11-19gp2c: cosmetical changesAndersonTorres1-5/+11
2021-11-19pari: 2.13.1 -> 2.13.3AndersonTorres2-68/+13
2021-05-12pari: 2.11.4 -> 2.13.1, update sage test expectationsMauricio Collares2-4/+64
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-5/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-15pari: update tarball location, since it movedMauricio Collares1-1/+2
2020-11-18maintainers: add raskin to the sage teamTimo Kaufmann1-1/+1
https://github.com/NixOS/nixpkgs/pull/104083#issuecomment-729168625
2020-11-18maintainers: create sage teamTimo Kaufmann1-1/+1
Maintaining all the packages whose updates might break some aspect of sage. For reference: https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
2020-11-13gp2c: 0.0.11pl4 -> 0.0.12R. RyanTM1-2/+2
2020-10-12gp2c: 0.0.11pl3 -> 0.0.11pl4AndersonTorres1-7/+8
2020-10-12pari: 2.11.3 -> 2.11.4AndersonTorres1-22/+12
2020-04-15gp2c: 0.0.11pl2 -> 0.0.11pl3AndersonTorres1-3/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-03-12pari: backport bug fixTimo Kaufmann1-0/+10
https://trac.sagemath.org/ticket/29313#comment:4
2020-03-07pari: 2.11.2 -> 2.11.3R. RyanTM1-2/+2
2019-08-31Merge master into staging-nextFrederik Rietdijk1-15/+2
2019-08-31pari: 2.11.1 -> 2.11.2Alyssa Ross1-15/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-15gp2c: 0.0.11pl1 -> 0.0.11pl2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gp2c/versions
2019-03-05pari: fix off-by-one errorTimo Kaufmann1-0/+13
Done by applying upstream patch. Will be included in the next release. Upstream: https://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=2117
2019-03-05pari: add timokau as maintainerTimo Kaufmann1-1/+1
I'm mostly interested in this package because it is a dependency of sage. I'd like to be notified on changes (which ofBorg will do when I'm listed as a maintainer).
2019-03-05pari: slight refactoringTimo Kaufmann1-5/+9
Use pname, one line per argument.
2018-12-14pari: 2.11.0 -> 2.11.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pari/versions
2018-11-09gp2c: 0.0.11 -> 0.0.11pl1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gp2c/versions
2018-07-31gp2c: 0.0.10pl1 -> 0.0.11 (#43941)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gp2c/versions.
2018-07-26pari: 2.9.5 -> 2.11.0Timo Kaufmann1-4/+4
The pari update makes it necessary to disable a giac test that only fails because it directly tests the pari interface.
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger2-2/+2
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-05-21pari: 2.9.4 -> 2.9.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pari/versions. These checks were done: - built on NixOS - /nix/store/18hjz56shfnp00r1pgslfy3zci2wk6m9-pari-2.9.5/bin/gp passed the binary check. - /nix/store/18hjz56shfnp00r1pgslfy3zci2wk6m9-pari-2.9.5/bin/tex2mail passed the binary check. - /nix/store/18hjz56shfnp00r1pgslfy3zci2wk6m9-pari-2.9.5/bin/gphelp passed the binary check. - /nix/store/18hjz56shfnp00r1pgslfy3zci2wk6m9-pari-2.9.5/bin/gp-2.9 passed the binary check. - 4 of 4 passed binary check by having a zero exit code. - 0 of 4 passed binary check by having the new version present in output. - found 2.9.5 with grep in /nix/store/18hjz56shfnp00r1pgslfy3zci2wk6m9-pari-2.9.5 - directory tree listing: https://gist.github.com/63c5da24ace1d863b434a462fc0d0123 - du listing: https://gist.github.com/d275cd2f3b274f52576dbab1bf9ebc9c
2018-04-24pari: Make pthread optional, remove unstableTimo Kaufmann2-35/+16
2018-03-16gp2c: 0.0.10 -> 0.0.10pl1Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c -h` got 0 exit code - ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c -v` and found version 0.0.10pl1 - ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c -h` and found version 0.0.10pl1 - ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c-run -h` got 0 exit code - ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c-run --help` got 0 exit code - ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c-run -h` and found version 0.0.10pl1 - ran `/nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1/bin/gp2c-run --help` and found version 0.0.10pl1 - found 0.0.10pl1 with grep in /nix/store/phmgqwmf0fa3q2d62zq220zpgi64hssj-gp2c-0.0.10pl1 - directory tree listing: https://gist.github.com/27f1364bf90110b801070fcb28c64e0e
2018-02-28pari: 2.9.3 -> 2.9.4Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/tex2mail help` got 0 exit code - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/gphelp --help` got 0 exit code - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/gphelp help` got 0 exit code - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/gp-2.9 -h` got 0 exit code - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/gp-2.9 --help` got 0 exit code - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/gp-2.9 -V` and found version 2.9.4 - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/gp-2.9 -v` and found version 2.9.4 - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/gp-2.9 --version` and found version 2.9.4 - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/gp-2.9 -h` and found version 2.9.4 - ran `/nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4/bin/gp-2.9 --help` and found version 2.9.4 - found 2.9.4 with grep in /nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4 - found 2.9.4 in filename of file in /nix/store/v2rvjr4kl79kmn1w70lj7zf0dz00p3mf-pari-2.9.4 cc "@ertes @raskin @AndersonTorres"
2017-11-11pari: 2.9.1 -> 2.9.3Michael Raskin2-4/+4
2017-10-30pari: enable darwin buildDaiderd Jordan1-9/+18
2016-12-08pari: 2.9.0 -> 2.9.1Michael Raskin1-2/+2
2016-11-24pari/gp: 2.7.6 -> 2.9.0AndersonTorres2-8/+62
Adding gp2c compiler, too.