-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Milestone
Description
The following dependencies were incorrect:
sage.matrix.matrix_mod2_dense
does not usepng.h
sage.modules.vector_mod2_dense
does not usepng.h
sage.matrix.matrix_rational_dense
does not usem4ri.h
The following dependencies are in Cython files, so Cython picks them up automatically:
sage.matrix.matrix_mod2_dense dependency
onm4ri.h
sage.modules.vector_mod2_dense dependency
onm4ri.h
sage.matrix.matrix_gf2e_dense dependency
onm4rie.h
The following include and dependency was removed:
pb_wrap.h
includedm4ri/m4ri.h
for no apparent reason, everything still works after removing that include (and therefore also the dependency)
Component: build
Author: Jeroen Demeyer
Branch/Commit: ca7bfae
Reviewer: Erik Bray
Issue created by migration from https://trac.sagemath.org/ticket/28352