mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
7b1fdc56e0
commit
1502c830a6
1 changed files with 5 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue