Merge pull request #179257 from mrbitt/master

Update perseus

authored by

Jonas Heinrich and committed by
GitHub
bb738c52 e86a16db

+4 -4
+4 -4
pkgs/applications/science/math/perseus/default.nix
··· 8 8 hardeningDisable = [ "stackprotector" ]; 9 9 10 10 src = fetchurl { 11 - url = "http://www.sas.upenn.edu/~vnanda/source/perseus_4_beta.zip"; 12 - sha256 = "09brijnqabhgfjlj5wny0bqm5dwqcfkp1x5wif6yzdmqh080jybj"; 11 + url = "http://people.maths.ox.ac.uk/nanda/source/perseus_4_beta.zip"; 12 + sha256 = "sha256-cnkJEIC4tu+Ni7z0cKdjmLdS8QLe8iKpdA8uha2MeSU="; 13 13 }; 14 14 15 15 sourceRoot = "."; 16 - 16 + NIX_CFLAGS_COMPILE = [ "-std=c++14" ]; 17 17 buildPhase = '' 18 18 g++ Pers.cpp -O3 -fpermissive -o perseus 19 19 ''; ··· 32 32 around datasets arising from point samples, images, distance 33 33 matrices and so forth. 34 34 ''; 35 - homepage = "http://www.sas.upenn.edu/~vnanda/perseus/index.html"; 35 + homepage = "http://people.maths.ox.ac.uk/nanda/perseus/index.html"; 36 36 license = lib.licenses.gpl3; 37 37 maintainers = with lib.maintainers; [ erikryb ]; 38 38 platforms = lib.platforms.linux;