Sys.getVersion[Info]() reports old version of SLEPc

Issue #30 resolved
Drew Parsons created an issue

This bug report complements petsc4py issue #71, dealt with in petsc4py commit c17fec7

Currently SLEPc.Sys.getVersion() and getVersionInfo() report the version of SLEPc that slepc4py was built against e.g. (3, 7, 3), not the version currently in use (e.g. 3.7.4),

SLEPc patch releases are compatible of course, same soname, for the minor release (e.g. 3.7).

Comments (2)

  1. Log in to comment