Trying to build a package that depends on elpa. I was able to build elpa manually and then I added it to packages.yaml:
Now when I do spack install, I get this error:
==> [email protected] : externally installed in /share/apps/elpa-2016.05.004
==> [email protected] : generating module file
==> Error: 'No spec with name mpi in [email protected]%[email protected] cflags="-fPIC -O3 -xHost" cxxflags="-fPIC -O3 -xHost" fflags="-fPIC -O3 -xHost" ~openmp arch=linux-centos6-x86_64'
Are there any other settings I should add to packages.yaml?
Trying to build a package that depends on elpa. I was able to build elpa manually and then I added it to
packages.yaml:Now when I do
spack install, I get this error:Are there any other settings I should add to
packages.yaml?