gnu: vtk: Update to 9.3.0.
* gnu/packages/image-processing.scm (vtk): Update to 9.3.0. Change-Id: Id31d41e7dc457d1f17c0e8e824c170942d81698c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
		
							parent
							
								
									6d88e9e21f
								
							
						
					
					
						commit
						79408989ff
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -309,7 +309,7 @@ many popular formats.") | |||
| (define-public vtk | ||||
|   (package | ||||
|     (name "vtk") | ||||
|     (version "9.2.2") | ||||
|     (version "9.3.0") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://vtk.org/files/release/" | ||||
|  | @ -317,7 +317,7 @@ many popular formats.") | |||
|                                   "/VTK-" version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "0x8h2bwxq2870067j7wqd0qym87pa3inkbri93zrdb0zwwmhlnqw")) | ||||
|                 "1s8vd34nhrgnw1bf9zhfn062d53fwq3csjfwvm7lxcr5a8lvkizx")) | ||||
|               (modules '((guix build utils))) | ||||
|               (snippet | ||||
|                '(begin | ||||
|  | @ -388,6 +388,7 @@ many popular formats.") | |||
| 
 | ||||
|                    ;; Do not retain a reference to GCC. | ||||
|                    (substitute* (choose | ||||
|                                  "Common/Core/vtkBuild.h.in" ;dummy >=v9.3 | ||||
|                                  "Common/Core/vtkConfigureDeprecated.h.in" ;v9.x | ||||
|                                  "Common/Core/vtkConfigure.h.in") ;v7.x | ||||
|                      (("@CMAKE_CXX_COMPILER@") "c++"))))) | ||||
|  |  | |||
		Reference in a new issue