about summary refs log tree commit diff
path: root/pkgs/applications/science/misc
AgeCommit message (Collapse)AuthorFilesLines
2023-12-17root: 6.28.10 -> 6.30.02 (#274348)Dmitry Kalinkin2-12/+19
2023-12-15root: build with root7 and webgui (#272723)Dmitry Kalinkin1-4/+8
2023-12-12toil: 5.7.1 -> 5.12.0 (#273274)Dmitry Kalinkin1-8/+6
2023-12-07root: 6.28.08 -> 6.28.10Dmitry Kalinkin1-2/+2
2023-12-05fahclient: wrap in FHS (#271994)Jonas Chevalier1-36/+46
Folding@home downloads arbitrary binaries that it runs and that have the wrong loader. Fixes https://github.com/NixOS/nixpkgs/pull/246832#issuecomment-1837625014
2023-12-04root5: broken with clangsternenseemann1-1/+1
Seems like any clang version > 5 doesn't work. Since root >= 6.0 is available from nixpkgs, I think it is reasonable to mark it as broken for now. Maybe someone can figure out if it is possible to backport a fix from root >= 6.0.
2023-11-28simgrid: 3.34 -> 3.35R. Ryantm1-2/+2
2023-11-27fahclient: 7.6.21 -> 8.1.18 (#246832)Jonas Chevalier1-44/+55
Rebuild from source
2023-11-25Merge pull request #269700 from NixOS/pr/root_warning_fixPierre Bourdon1-0/+3
root: fix excessive build log size
2023-11-24root: fix excessive build log sizeDmitry Kalinkin1-0/+3
2023-11-10snakemake: 7.29.0 -> 7.32.4 (#266543)Renato Garcia1-2/+5
2023-11-09root5: Fix build with Python 3.11Silvan Mosberger2-0/+20
Was broken since the Python update from https://github.com/NixOS/nixpkgs/pull/251878 This should fix the apfelgrid and applgrid builds, not tested yet
2023-11-07root: drop patchesWeijia Wang1-12/+0
2023-10-31boinc: 7.24.1 -> 7.24.2R. Ryantm1-2/+2
2023-10-21Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-10-20root: 6.28.06 -> 6.28.08R. Ryantm1-2/+2
2023-10-17Merge master into staging-nextgithub-actions[bot]1-10/+16
2023-10-17tulip: 5.6.1 -> 5.7.2Weijia Wang1-10/+16
2023-09-24root: fix build w/ glibc-2.38Maximilian Bosch1-0/+13
Failing Hydra build: https://hydra.nixos.org/build/230518136
2023-09-13Merge pull request #249590 from Luflosi/update/boincFabián Heredia Montiel1-2/+2
boinc: 7.22.2 -> 7.24.1
2023-09-05cytoscape: 3.10.0 -> 3.10.1R. Ryantm1-2/+2
2023-09-04root: 6.26.10 -> 6.28.06 (#215187)Dmitry Kalinkin1-39/+14
2023-09-04vite: 1.2pre1543 -> unstable-2022-05-17ajs1241-26/+12
2023-09-01Merge pull request #248805 from r-ryantm/auto-update/openmvsWeijia Wang1-2/+2
openmvs: 2.1.0 -> 2.2.0
2023-08-31golly: 4.1 -> 4.2Michael Raskin1-5/+3
2023-08-16boinc: 7.22.2 -> 7.24.1Luflosi1-2/+2
https://github.com/BOINC/boinc/releases/tag/client_release%2F7.24%2F7.24.0 https://github.com/BOINC/boinc/releases/tag/client_release%2F7.24%2F7.24.1
2023-08-15Merge pull request #248683 from oxij/tree/source-root-continues-3Pol Dellaiera1-1/+1
treewide: cleanup `sourceRoot` and `setSourceRoot` usage
2023-08-13treewide: Don't hardcode nix store in patchelf callsArtturin1-2/+2
2023-08-13openmvs: 2.1.0 -> 2.2.0R. Ryantm1-2/+2
2023-08-12treewide: remove unneeded dots and slashes in `sourceRoot`sJan Malakhovski1-1/+1
2023-08-08reason-shell: init at 0.3.10figsoda1-0/+40
https://github.com/jaywonchung/reason
2023-08-03gephi: unrestrict platformsWeijia Wang1-1/+0
2023-07-31treewide: cleanup maven packagesWeijia Wang1-1/+1
2023-07-29Merge pull request #244146 from GiggleSquid/pkgs/boinc-headlessPol Dellaiera1-4/+6
boinc: add headless option
2023-07-20treewide: consume config.cudaSupport as requiredSomeone Serge1-1/+1
Eliminate uses of `config.cudaSupport or false` and alike, since the option is now declared in config.nix with a default value fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20tree-wide: rm `cudaSupport ? false` formal parametersSomeone Serge1-1/+2
'cudaSupport ? false' -> 'cudaSupport ? config.cudaSupport or false' to respect global defaults Packages expressions that take `cudaSupport ? false` are likely to ignore `config.cudaSupport`. Instead, we want them to make `cudaSupport` a required argument, or to explicitly refer to `config`
2023-07-18boinc: add headless optionJack Connors1-4/+6
Added headless option and packages entry. Switches config flag --disable-manager and omits X/GUI related libs
2023-07-14Merge master into staging-nextgithub-actions[bot]1-1/+2
2023-07-14Merge pull request #211075 from ppenguin/openmodelica-with-3d-animationArtturi1-1/+2
2023-07-13Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-07-13boost17x, boost18x: remove aliasesTobias Mayer1-2/+2
2023-07-09root5: disable fortify3 hardening flagsRobert Scott1-0/+3
2023-07-03Merge pull request #241086 from r-ryantm/auto-update/simgridWeijia Wang1-2/+2
simgrid: 3.32 -> 3.34
2023-07-02snakemake: fix broken source hashTheodore Ni1-1/+1
2023-07-02simgrid: 3.32 -> 3.34R. Ryantm1-2/+2
2023-06-28snakemake: 7.25.3 -> 7.29.0 (#240263)nviets1-2/+2
Co-authored-by: nviets <nathan.viets@gmail.com>
2023-06-26openmvg: fixup buildVladimír Čunát1-1/+0
The build broke probably after cmake upgrade in b8ac5b6cfb, but either way - this forcing of old C++ standard seemed bad. https://hydra.nixos.org/build/225241222/nixlog/2/tail
2023-06-20treewide: remove mavenfod overridesWeijia Wang1-3/+1
2023-06-20gephi: convert to mavenfodWeijia Wang1-29/+11
2023-06-14gplates: drop python39Weijia Wang2-0/+79