Archived
1
0
Fork 0

gnu: vtk: Add 'release-monitoring-url' property.

* gnu/packages/image-processing.scm (vtk)[properties]: New field.
This commit is contained in:
Ludovic Courtès 2021-04-02 09:00:36 +02:00
parent 48f7aa1cd1
commit e025de68c3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 John Darrington <jmd@gnu.org> ;;; Copyright © 2017 John Darrington <jmd@gnu.org>
;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 20182021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20182021 Tobias Geerinckx-Rice <me@tobias.gr>
@ -270,6 +270,7 @@ many popular formats.")
"glew" "hdf5" "jpeg" "jsoncpp" "libproj" "libxml2" "lz4" "glew" "hdf5" "jpeg" "jsoncpp" "libproj" "libxml2" "lz4"
"netcdf" "ogg" "png" "sqlite" "theora" "tiff" "zlib")) "netcdf" "ogg" "png" "sqlite" "theora" "tiff" "zlib"))
#t)))) #t))))
(properties `((release-monitoring-url . "https://vtk.org/download/")))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:build-type "Release" ;Build without '-g' to save space. '(#:build-type "Release" ;Build without '-g' to save space.