Trying to build a package that depends on elpa. I was able to build elpa manually and then I added it to packages.yaml:
elpa:
paths:
elpa@2016.05.004: /share/apps/elpa-2016.05.004
buildable: False
Now when I do spack install, I get this error:
==> elpa@2016.05.004 : externally installed in /share/apps/elpa-2016.05.004
==> elpa@2016.05.004 : generating module file
==> Error: 'No spec with name mpi in elpa@2016.05.004%intel@2018.0.128.6.4.0 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?