Skip to content

Commit

Permalink
Trac #30718: build/pkgs/pynac/dependencies: Remove giac
Browse files Browse the repository at this point in the history
As noted in #21700, our `pynac` spkg-install script explicitly disables
use of giac. So that should not be a dependency.

Removing the dependency allows for greater parallelization of the build.

This is also a step toward allowing to build Sage with `./configure
--without-giac` (see #30383 - `configure --disable-SPKG` for standard
packages).

See also:
 - #29542 spkg-configure.m4 for pynac

URL: https://trac.sagemath.org/30718
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): John Palmieri
  • Loading branch information
Release Manager committed Oct 31, 2020
2 parents fbbb45c + 9c5f559 commit 9b8169f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/pynac/dependencies
@@ -1,4 +1,4 @@
$(PYTHON) $(MP_LIBRARY) flint singular giac | pkgconf
$(PYTHON) $(MP_LIBRARY) flint singular | pkgconf

----------
All lines of this file are ignored except the first.
Expand Down

0 comments on commit 9b8169f

Please sign in to comment.