Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 7396817

Browse files
Release Managervbraun
authored andcommitted
Trac #22491: make lrslib and lidia a build-time dependencies of latte_int
The `lrslib` and `lidia` optional package improve `latte_int` capabilities, but they need to be installed when `latte_int` get compiled. Through it is not strictly necessary to compile `latte_int`, i propose to add it as a (build-time) dependency. `lrslib` can be used by using `count --compute-vertex-cones=lrs` (this is also exposed as a keyword argument of `ehrhart_polynomial`). `lidia` matters for `count --irrational-primal --maxdet=1000` (these are also exposed as keyword arguments). URL: https://trac.sagemath.org/22491 Reported by: tmonteil Ticket author(s): Thierry Monteil Reviewer(s): Vincent Delecroix
2 parents 06c397a + c95a9aa commit 7396817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/latte_int/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(MP_LIBRARY) ntl 4ti2 cddlib
1+
$(MP_LIBRARY) ntl 4ti2 cddlib lrslib lidia
22

33
----------
44
All lines of this file are ignored except the first.

0 commit comments

Comments
 (0)