Commit graph

14 commits

Author SHA1 Message Date
R. RyanTM 4142ae19e8 palp: 2.11 -> 2.20 2021-03-09 20:54:55 -03:00
Sandro Jäckel b7befb3522
palp: format 2021-03-08 02:01:15 +01:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Timo Kaufmann ff8338343b maintainers: create sage team
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-18 21:27:37 +01:00
Timo Kaufmann b74991703a palp: fix hash
The file was modified for the second time now. I'll try to contact
upstream about this. Maybe 2.11 is not actually a finished product yet.
2020-05-28 00:20:30 +02:00
Timo Kaufmann aae9af9632 palp: fix hash
It looks like the upstream tarball was changed since I updated palp 3
days ago. Hopefully that won't happen again.
2020-05-19 17:50:43 +02:00
Timo Kaufmann d65850e975 palp: 2.1 -> 2.11
According to the homepage[1]:

> Small change in Mori.h for compatibility with gcc_10 (thanks to J.
  Puydt) [May 15, 2020].

Disabling the strictoverflow seems to be no longer necessary (I'm
relying on the check phase here).

[1] http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html
2020-05-16 15:07:57 +02:00
Timo Kaufmann 51de320353 palp: add meta.changelog 2020-05-16 15:05:45 +02:00
Jonathan Ringer f89b76d9db
palp: correct metadata for repology 2020-04-07 14:08:03 -07:00
Jake Waksbaum 3babbaaa47 palp: Add darwin support (#44829) 2018-08-09 22:28:27 +02:00
Timo Kaufmann 2b22ecf01e palp: restrict platforms to linux (#42651) 2018-06-27 15:28:39 +02:00
Timo Kaufmann 08a59bb10d palp: fix runtime error introduced by #28029 (#42633)
After #28029 it is necessary to add "strictoverflow" to the disabled
hardening flags. That probably has something to do with the `-O3` option
in palps makefile.

This commit also adds a test to check for this regression (as it only
occured at runtime).
2018-06-27 09:42:26 +02:00
Timo Kaufmann be0b8f2cf6 palp: init at 2.1 2018-04-21 20:40:59 -05:00