1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

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

* gnu/packages/gcc.scm (isl)[properties]: New field.
This commit is contained in:
Ludovic Courtès
2022-03-19 22:44:31 +01:00
parent 75431d509b
commit d93706aded

View File

@@ -1200,6 +1200,7 @@ provides the GNU compiler for the Go programming language."))
"old_library=''\n"))))))))
(inputs (list gmp))
(home-page "https://libisl.sourceforge.io/") ;https://repo.or.cz/w/isl.git
(properties `((release-monitoring-url . ,home-page)))
(synopsis
"Manipulating sets and relations of integer points \
bounded by linear constraints")