mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gmsh: Propagate opencascade-oce.
* gnu/packages/maths.scm (gmsh)[propagated-inputs]: Add opencascade-oce. [arguments]: Remove #:phases parameter for component8_in_a_box test Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ff71196067
commit
4554813936
1 changed files with 2 additions and 9 deletions
|
@ -1035,6 +1035,7 @@ (define-public gmsh
|
||||||
("lapack" ,lapack)
|
("lapack" ,lapack)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("glu" ,glu)
|
("glu" ,glu)
|
||||||
|
("opencascade-oce" ,opencascade-oce)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxext" ,libxext)))
|
("libxext" ,libxext)))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -1043,15 +1044,7 @@ (define-public gmsh
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags `("-DENABLE_METIS:BOOL=OFF"
|
`(#:configure-flags `("-DENABLE_METIS:BOOL=OFF"
|
||||||
"-DENABLE_BUILD_SHARED:BOOL=ON"
|
"-DENABLE_BUILD_SHARED:BOOL=ON"
|
||||||
"-DENABLE_BUILD_DYNAMIC:BOOL=ON")
|
"-DENABLE_BUILD_DYNAMIC:BOOL=ON")))
|
||||||
#:phases (modify-phases %standard-phases
|
|
||||||
(replace
|
|
||||||
'check
|
|
||||||
(lambda _
|
|
||||||
(zero? (system* "make" "test"
|
|
||||||
;; Disable this test. See
|
|
||||||
;; https://geuz.org/trac/gmsh/ticket/271
|
|
||||||
"ARGS=-E component8_in_a_box")))))))
|
|
||||||
(home-page "http://www.geuz.org/gmsh/")
|
(home-page "http://www.geuz.org/gmsh/")
|
||||||
(synopsis "3D finite element grid generator")
|
(synopsis "3D finite element grid generator")
|
||||||
(description "Gmsh is a 3D finite element grid generator with a built-in
|
(description "Gmsh is a 3D finite element grid generator with a built-in
|
||||||
|
|
Loading…
Reference in a new issue