Commit Graph

369 Commits

Author SHA1 Message Date
Martin Weinelt
de245ec4a5
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-25 13:00:25 +02:00
Dmitry Kalinkin
2b5ea3b0a8 geant4: 11.2.1 -> 11.2.2 2024-06-24 12:30:45 -04:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
K900
8768181db1 geant4: use libGLX explicitly
Required on Darwin.
2024-06-22 18:06:51 +01:00
R. Ryantm
216444a229 hepmc3: 3.2.7 -> 3.3.0 2024-06-22 08:56:37 -04:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
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-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
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-09 23:07:45 +02:00
Dmitry Kalinkin
124556b6a3 hepmc3: build with C++17 2024-06-01 15:30:52 +02:00
Yohann Boniface
d20a86ccc1
pkgs/development/libraries: remove unused fetchpatch and other arguments (#313402) 2024-05-23 13:43:35 +02:00
Weijia Wang
4ac577de10
Merge pull request #310519 from veprbl/pr/fastnlo_toolkit_fix
python311Packages.fastnlo_toolkit: workaround c++17 issues in swig
2024-05-10 16:14:57 +02:00
Dmitry Kalinkin
377627cff2 python311Packages.fastnlo_toolkit: workaround c++17 issues in swig 2024-05-10 03:39:08 -04:00
Dmitry Kalinkin
eb7e446388 nlojet: compile with c++11 2024-05-10 02:34:44 -04:00
R. Ryantm
0a17d00c91 pythia: 8.310 -> 8.311 2024-03-21 05:23:58 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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-03-19 03:14:51 +01:00
R. Ryantm
72804e76d4 rivet: 3.1.9 -> 3.1.10 2024-02-24 20:14:56 -05:00
R. Ryantm
e23a6ed7e7 yoda: 1.9.9 -> 1.9.10 2024-02-23 12:38:16 -05:00
R. Ryantm
3c792aa73a python312Packages.geant4: 11.2.0 -> 11.2.1 2024-02-17 14:13:42 -05:00
R. Ryantm
61ad5d8a7b herwig: 7.2.3 -> 7.3.0 2024-01-09 09:05:58 -06:00
R. Ryantm
4e92bad9a8 fastjet-contrib: 1.052 -> 1.053 2024-01-09 09:05:14 -06:00
Felix Buehler
2661df1985 fastnlo-toolkit,python311Packages.fastnlo-toolkit: rename from fastnlo_toolkit 2024-01-03 22:05:32 +01:00
R. Ryantm
890d5d2b2a thepeg: 2.2.3 -> 2.3.0 2023-12-30 03:35:27 -05:00
Dmitry Kalinkin
bc79967281
geant4: 11.1.3 -> 11.2.0 (#274661) 2023-12-16 21:29:50 -05:00
R. Ryantm
0d7a228f8e fastjet: 3.4.1 -> 3.4.2 2023-12-15 08:35:48 -05:00
R. Ryantm
354184a83e apfel: 3.1.0 -> 3.1.1 2023-12-13 03:07:40 -05:00
Dmitry Kalinkin
ea9e108a0b
lhapdf: 6.5.3 -> 6.5.4 (#273276) 2023-12-12 16:04:19 -05:00
Dmitry Kalinkin
b576bc2681
apfel: 3.0.6 -> 3.1.0 (#273073) 2023-12-11 21:22:33 -05:00
Dmitry Kalinkin
8f47b40246
yoda: 1.9.8 -> 1.9.9 (#273260) 2023-12-11 19:46:35 -05:00
R. Ryantm
786cf3644e python310Packages.rivet: 3.1.8 -> 3.1.9 2023-12-11 17:40:57 -05:00
Martin Weinelt
18100dc6c2 Merge remote-tracking branch 'origin/staging-next' into staging 2023-11-28 23:32:19 +01:00
Dmitry Kalinkin
8a38af038c geant4: unbreak for darwin 2023-11-26 22:46:21 -05:00
Dmitry Kalinkin
425187bc6c geant4: 11.0.4 -> 11.1.3 2023-11-26 22:45:53 -05:00
Artturi
4b27e14f8c
Merge pull request #265738 from Artturin/patchshebangcon
stdenv: run patchShebangs on the configure script when it's a file
2023-11-26 01:28:41 +02:00
Artturin
20591326aa treewide: remove unnecessary patching of configure script
The configure phase of `stdenv` now runs `patchShebangs` on
`configureScript`.

Did not remove `patchShebangs` in packages which override `configurePhase`
2023-11-25 18:16:12 +02:00
Silvan Mosberger
d335849f83 apfelgrid: Switch homepage to https 2023-11-09 19:00:13 +01:00
Vincenzo Mantova
9f4a0a421f rivet: replace texlive.combine with texliveBasic.withPackages 2023-11-05 11:56:05 +00:00
R. Ryantm
b27bf82fba clhep: 2.4.6.4 -> 2.4.7.1 2023-10-29 19:32:44 -04:00
R. Ryantm
0b4f3f07d7 hepmc3: 3.2.6 -> 3.2.7 2023-10-13 11:38:07 -04:00
R. Ryantm
3efda46dd5 fastjet-contrib: 1.049 -> 1.052 2023-09-11 16:32:04 -04:00
Dmitry Kalinkin
96d403ee24
pythia: 8.309 -> 8.310 (#246455) 2023-07-31 23:21:57 -04:00
R. Ryantm
d127b831b5 fastjet: 3.4.0 -> 3.4.1 2023-06-26 06:50:51 +00:00
Dmitry Kalinkin
c901976efe
yoda: apply patch for HistoBin2D methods (#233819) 2023-05-24 09:56:34 -04:00
R. Ryantm
2515b0e0dc python310Packages.rivet: 3.1.7 -> 3.1.8 2023-05-17 13:04:59 -04:00
R. Ryantm
12f749211e pythia: 8.307 -> 8.309 2023-05-04 07:39:37 +00:00
Dmitry Kalinkin
49c4131500
yoda: 1.9.7 -> 1.9.8 (#229376) 2023-05-03 11:41:42 -04:00
Dmitry Kalinkin
703fd26f1f
rivet: fix rivet-mkhtml (#227331) 2023-04-21 16:19:53 -04:00
Dmitry Kalinkin
ecf8dae25d
hepmc3: 3.2.5 -> 3.2.6 (#226333) 2023-04-19 10:27:50 -04:00
R. Ryantm
e5ba3d7c7d rivet: 3.1.6 -> 3.1.7 2023-03-23 22:44:55 -04:00
Dmitry Kalinkin
c9f87ea4d2 geant4: 11.0.3 -> 11.0.4 2023-03-20 08:15:01 -04:00
Alyssa Ross
1dea617578 python3.pkgs.hepmc3: use pythonImportsCheck
Since we only depend on pythonImportsCheckHook when building with
Python, the pythonImportsCheck attribute will just be ignored when not
building with Python support.
2023-03-10 12:59:04 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
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-02-22 21:23:04 +02:00