NameError: global name 'slepc' is not defined

Issue #6 resolved
Juan Luis Cano created an issue

I am getting this error when building 3.6.1 from source:

[...]

File ".../config/packages/petsc.py", line 40, in InitDir
    if slepc.prefixdir:
NameError: global name 'slepc' is not defined

The relevant change was introduced in 4be0db0fc9311199d64ae7f6f238d7272a479364. I would say that some import is missing but I wonder if I am doing something else wrong.

Comments (3)

  1. Log in to comment