about summary refs log tree commit diff
path: root/pkgs/applications/science/physics/xfitter
AgeCommit message (Collapse)AuthorFilesLines
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-02-14xfitter: fix for recent clang (#288816)Dmitry Kalinkin1-0/+2
2023-02-22treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optionalArtturin1-1/+1
env values must be strings
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-01-31treewide: Rename libyamlcpp* to yaml-cpp*OPNA26081-2/+2
2022-05-16xfitter: fix for gfortran10+Dmitry Kalinkin2-4/+54
2022-04-15xfitter: 2.0.1 -> 2.2.0Dmitry Kalinkin2-484/+34
2021-08-24xfitter: enable WITH_YAML support on darwinDmitry Kalinkin1-3/+3
2021-05-30xfitter: remove `hardeningDisable = [ "format" ];`Dmitry Kalinkin1-5/+0
Not needed after f42aa7e1 ('cc-wrapper: set FC when langFortran is on')
2021-05-01xfitter: fix for darwinDmitry Kalinkin1-3/+4
Fixes: 8984fc29 ('xfitter: fix build w/glibc-2.32')
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-09-12xfitter: fix build w/glibc-2.32Maximilian Bosch1-2/+7
2020-04-17treewide: use blas and lapackMatthew Bauer1-2/+2
This makes packages use lapack and blas, which can wrap different BLAS/LAPACK implementations. treewide: cleanup from blas/lapack changes A few issues in the original treewide: - can’t assume blas64 is a bool - unused commented code
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-27xfitter: 2.0.0 -> 2.0.1, fix build w/ gcc9Franz Pletz1-3/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-3/+3
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-20Merge pull request #48675 from veprbl/pr/xfitter_fixDmitry Kalinkin2-8/+109
xfitter: runtime fixes
2018-11-04atlas: removeMatthew Bauer1-2/+2
atlas is broken and can apparently be removed. Fixes #49594
2018-10-08xfitter: extend UB patch to fix all -Wreturn-type issuesDmitry Kalinkin2-8/+109
2018-09-24xfitter: init at 2.0.0Dmitry Kalinkin2-0/+409