about summary refs log tree commit diff
path: root/pkgs/applications/science/math/msieve/default.nix
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-03-21Merge pull request #284363 from roconnor/2024-01-msieveFelix Bühler1-5/+6
msieve: 1.53 -> r1050
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-01-27msieve: 1.53 -> r1050roconnor1-5/+6
The last released version of msieve (2016) segfaults on GMP 6.2. Update to the current latest trunk revision (2023) to avoid this segfault.
2021-11-07pkgs/applications: rename name to pname&version part 2Felix Buehler1-4/+5
2021-02-20treewide: add targetPrefix to hardcoded references to CC=ccBen Siraphob1-1/+1
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren1-1/+1
2017-05-26msieve: update and enable on DarwinDan Peebles1-10/+11
2016-08-06msieve: Broken on i686Tuomas Tynkkynen1-1/+1
http://hydra.nixos.org/build/38236222
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-04-23adding ecm support to msieve.Russell O'Connor1-2/+4
svn path=/nixpkgs/trunk/; revision=26931
2011-04-21Package for msieve.Russell O'Connor1-0/+26
This would be better if gmp-emc were packaged as well. svn path=/nixpkgs/trunk/; revision=26915