mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vtk: Update to 9.2.2.
* gnu/packages/patches/vtk-fix-freetypetools-build-failure.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image-processing.scm (vtk): Update to 9.2.2. [source](patches): Remove. [arguments]: Remove #:phases.
This commit is contained in:
parent
5c9164d5fb
commit
b654726c45
3 changed files with 2 additions and 45 deletions
|
@ -316,7 +316,7 @@ many popular formats.")
|
|||
(define-public vtk
|
||||
(package
|
||||
(name "vtk")
|
||||
(version "9.0.1")
|
||||
(version "9.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://vtk.org/files/release/"
|
||||
|
@ -324,9 +324,7 @@ many popular formats.")
|
|||
"/VTK-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ir2lq9i45ls374lcmjzw0nrm5l5hnm1w47lg8g8d0n2j7hsaf8v"))
|
||||
(patches
|
||||
(search-patches "vtk-fix-freetypetools-build-failure.patch"))
|
||||
"0x8h2bwxq2870067j7wqd0qym87pa3inkbri93zrdb0zwwmhlnqw"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
@ -375,14 +373,6 @@ many popular formats.")
|
|||
"-DVTK_WRAP_PYTHON=ON"
|
||||
"-DVTK_PYTHON_VERSION:STRING=3"
|
||||
)
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-sources
|
||||
(lambda _
|
||||
(substitute* "Common/Core/vtkFloatingPointExceptions.cxx"
|
||||
(("<fenv.h>") "<cfenv>"))
|
||||
(substitute* "Common/Core/CMakeLists.txt"
|
||||
(("fenv.h") "cfenv")))))
|
||||
#:tests? #f)) ;XXX: test data not included
|
||||
(inputs
|
||||
(list double-conversion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue