diff options
| author | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-16 18:41:01 +0200 |
|---|---|---|
| committer | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-16 18:42:44 +0200 |
| commit | 16a4c9e662e8cc0b99d5181b047242d402623c1d (patch) | |
| tree | 14c4bd82b94d02a8ecac8b168eaf1f8a9f7df6f4 | |
| parent | 9c15c71b68c56e502877150338f7b6f1eb81bfce (diff) | |
hep: rivet: Fix compile option for fastjet-contrib.
* guix-science/packages/hep.scm (rivet)
[arguments]<#:configure-flags>: Use --with-fjcontrib.
| -rw-r--r-- | guix-science/packages/hep.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-science/packages/hep.scm b/guix-science/packages/hep.scm index 5a3c01f..b38fcf0 100644 --- a/guix-science/packages/hep.scm +++ b/guix-science/packages/hep.scm | |||
| @@ -727,7 +727,7 @@ particle collisions.") | |||
| 727 | #:configure-flags | 727 | #:configure-flags |
| 728 | #~(list (string-append "--with-fastjet=" | 728 | #~(list (string-append "--with-fastjet=" |
| 729 | #$(this-package-input "fastjet")) | 729 | #$(this-package-input "fastjet")) |
| 730 | (string-append "--with-fastjet-contrib=" | 730 | (string-append "--with-fjcontrib=" |
| 731 | #$(this-package-input "fastjet-contrib")) | 731 | #$(this-package-input "fastjet-contrib")) |
| 732 | (string-append "--with-hepmc3=" | 732 | (string-append "--with-hepmc3=" |
| 733 | #$(this-package-input "hepmc3")) | 733 | #$(this-package-input "hepmc3")) |
