about summary refs log tree commit diff
path: root/pkgs/applications/science/misc
AgeCommit message (Collapse)AuthorFilesLines
2024-06-20Merge pull request #320417 from r-ryantm/auto-update/boincWeijia Wang1-2/+2
boinc: 8.0.2 -> 8.0.3
2024-06-17boinc: 8.0.2 -> 8.0.3R. Ryantm1-2/+2
2024-06-15python311Packages.snakemake: 8.13.0 -> 8.14.0R. Ryantm1-2/+2
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt15-15/+15
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-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-07python311Packages.snakemake: 8.11.6 -> 8.13.0R. Ryantm1-2/+2
2024-06-05Merge pull request #317301 from DaGenix/update-mypyDmitry Kalinkin1-3/+2
Update mypy to version 1.10.0
2024-06-04cwltool: 3.1.20240404144621 -> 3.1.20240508115724Palmer Cox1-3/+2
2024-06-04Merge pull request #315770 from r-ryantm/auto-update/tulipWeijia Wang1-2/+2
tulip: 5.7.3 -> 5.7.4
2024-06-02openrefine: normalize doChecksuperherointj1-1/+3
2024-06-01Merge pull request #310309 from guitargeek/root_632Dmitry Kalinkin1-30/+8
root: 6.30.06 -> 6.32.00
2024-06-01root: remove some explicit disabling of compiler warnings on clangJonas Rembser1-3/+0
They are fixed upstream for good now: https://github.com/root-project/root/pull/15531
2024-06-01root: 6.30.06 -> 6.32.00Jonas Rembser1-27/+8
2024-05-31openmodelica.omsimulator: fix buildWeijia Wang1-0/+14
2024-05-31openmodelica.omcompiler: fix buildWeijia Wang1-0/+5
2024-05-30tulip: 5.7.3 -> 5.7.4R. Ryantm1-2/+2
2024-05-27Merge pull request #314643 from risicle/ris-openrefine-3.8.1Robert Scott1-15/+5
openrefine: 3.7.9 -> 3.8.1
2024-05-26python311Packages.snakemake: 8.11.4 -> 8.11.6R. Ryantm1-2/+2
2024-05-25openrefine: 3.7.9 -> 3.8.1Robert Scott1-15/+5
2024-05-25boinc: 8.0.1 -> 8.0.2R. Ryantm1-2/+2
2024-05-14python311Packages.snakemake: 8.11.3 -> 8.11.4 (#311726)R. RyanTM1-2/+2
2024-05-11snakemake: 8.11.2 -> 8.11.3R. Ryantm1-2/+2
2024-05-08Merge pull request #308497 from guitargeek/root_cladDmitry Kalinkin3-26/+31
root: enable `clad` for automatic differentiation and clean CMake flags
2024-05-08snakemake: 8.11.0 -> 8.11.2R. Ryantm1-2/+2
2024-05-05root: update homepageJonas Rembser1-1/+1
We try to promote the URL that is just `root.cern` nowadays.
2024-05-05root: fix typosJonas Rembser2-3/+3
2024-05-05root: enable `clad` for automatic differentiation in ROOTJonas Rembser1-1/+24
Clad is a clang plugin that can be used in Cling to create gradients of C++ functions. It is included in ROOT via `ExternalProject_Add`: https://github.com/root-project/root/blob/master/interpreter/cling/tools/plugins/clad/CMakeLists.txt Clad is used for example in RooFit to create analytical gradients of likelihoods.
2024-05-05root: remove redundant cmake flagsJonas Rembser1-21/+0
This commit suggests to remove CMake flags that are the same as the default in ROOT. Many of these flags were useful in the past, but in the last years the default built configuration of ROOT was improved and many toggles are now unnecessary. Removing the redundant flags makes it clearer what the differences of the package to the default configuration are, and it's also more future-proof in case flags get deprecated or removed.
2024-05-04Merge pull request #305759 from r-ryantm/auto-update/rinkWeijia Wang1-5/+5
rink: 0.7.0 -> 0.8.0
2024-05-02treewide: remove unreferenced patch files (#308127)Peder Bergebakken Sundt2-88/+0
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'`
2024-05-02root: add back explicit disabling of compiler warnings for clangJonas Rembser1-0/+3
This reverts commit 6665f67b4eef1f0e6ed467c80e86ed10c3553594. I misunderstood something when preparing that commit: I thought it was about compailer warnings when compiling ROOT with clang, but actually it was to avoid warning *when compiling clang*. This is still necessary.
2024-05-01root: don't do anything specific for Python 2Jonas Rembser1-1/+0
Python 2 support is deprecated in ROOT 6.30 and will be removed from 6.32, due to release in May: https://github.com/root-project/root/pull/13948
2024-05-01maintainers: add guitargeekJonas Rembser1-1/+1
2024-05-01root: remove the hack that disables the splash screen by defaultJonas Rembser1-3/+0
Remove the hack that disables the splash screen by default, as this has already been done in ROOT itself some time ago: https://github.com/root-project/root/pull/4187
2024-05-01root: remove some explicit disabling of compiler warnings on clangJonas Rembser1-3/+0
Remove some explicit disabling of compiler warnings on clang. There is no need for that: we saw the warnings on our own CI and made sure to either fix or disable them.
2024-05-01root: remove deprecated build flagsJonas Rembser1-12/+0
Remove several deprecated or removed build options. See https://github.com/root-project/root/blob/v6-30-00-patches/cmake/modules/RootBuildOptions.cmake
2024-05-01root: 6.30.04 -> 6.30.06Jonas Rembser1-2/+2
2024-04-28snakemake: 8.10.7 -> 8.11.0R. Ryantm1-2/+2
2024-04-28rink: 0.7.0 -> 0.8.0R. Ryantm1-5/+5
2024-04-25Merge pull request #304273 from r-ryantm/auto-update/gplatesMatthias Beyer1-2/+2
gplates: 2.4 -> 2.5
2024-04-22python311Packages.snakemake: 8.10.6 -> 8.10.7R. Ryantm1-2/+2
2024-04-15cwltool: 3.1.20240112164112 -> 3.1.20240404144621R. Ryantm1-2/+2
2024-04-15gplates: 2.4 -> 2.5R. Ryantm1-2/+2
2024-04-11Merge pull request #300785 from r-ryantm/auto-update/boincWeijia Wang1-2/+2
boinc: 7.24.3 -> 8.0.1
2024-04-10snakemake: 8.10.4 -> 8.10.6R. Ryantm1-2/+2
2024-04-02Merge pull request #300290 from NixOS/colmap-autoaddWeijia Wang1-2/+4
colmap: use pkgs.autoAddDriverRunpath
2024-04-01boinc: 7.24.3 -> 8.0.1R. Ryantm1-2/+2
2024-04-01colmap: use pkgs.autoAddDriverRunpathJonathan Ringer1-2/+4
2024-03-31snakemake: 8.4.12 -> 8.10.4Dmitry Kalinkin1-2/+3