Dear all,
I was following the procedure for installing developer version of MoFEM on Buckethead however, I got stuck during the installation of the dependencies. In particular I stuck when installing sleep-3.11.2
==> Error: KeyError: 'No spec with name arpack-ng in sl...@3.11.2%g...@9.3.0+arpack~blopex (very long error)
/home/staff/db296a/spack/var/spack/repos/builtin/packages/slepc/package.py:98, in install:
95
96 if '+arpack' in spec:
97 options.extend([
>> 98 '--with-arpack-dir=%s' % spec['arpack-ng'].prefix.lib,
99 ])
100 if spec.satisfies('@:3.12.99'):
101 arpackopt = '--with-arpack-flags'
The log txt file just contain an e line that state the execution phase where the issue occurred, during installation. I tried also the user installation, in case something was not updated in the development, but I get the same error. Do you have any suggestion?
Cheers