diff options
| author | Romain GARBAGE <romain.garbage@inria.fr> | 2025-11-25 16:01:12 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-26 10:46:05 +0100 |
| commit | 1502c830a636acbad2d517c04f7abd732b6578ef (patch) | |
| tree | 300ad8868efe7f396051bc8ac2c05cb6b840445b | |
| parent | 7b1fdc56e03d4aef4ccec3e5bc2b3069c4a8584d (diff) | |
gnu: gmsh: Do not propagate inputs.
* gnu/packages/maths.scm (gmsh)[propagated-inputs]: Remove gfortran.
Move all other packages...
[inputs]: ...here. Remove python.
[native-inputs]: Add python-wrapper.
Change-Id: I6287fa91693900e73fa858ea571e6c55ba090fd9
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/maths.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index bfc62816a69..414a24c97f7 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3775,22 +3775,21 @@ supports the propositional fragment of PDDL2.2.") (snippet '(delete-file-recursively "contrib/metis")))) (build-system cmake-build-system) - (propagated-inputs + (inputs (list fltk - gfortran + fontconfig glu gmp hdf5 libx11 libxext + libxft mesa metis openblas opencascade-occt)) - (inputs - (list fontconfig - libxft - python)) + (native-inputs + (list python-wrapper)) (arguments (list #:configure-flags #~(list "-DENABLE_SYSTEM_CONTRIB:BOOL=ON" |
