```
[ 43%] Building CXX object CMakeFiles/aspect.dir/source/particle/interpolator/bilinear_least_squares.cc.o
In file included from /opt/apps/intel18/cray_mpich_7_7/dealii/9.2.0/include/deal.II/lac/full_matrix.templates.h(33),
from /work/00434/eijkhout/lonestar/aspect/aspect-2.2.0/source/particle/interpolator/bilinear_least_squares.cc(27):
/opt/apps/intel18/cray_mpich_7_7/dealii/9.2.0/include/deal.II/lac/lapack_templates.h(31): error: more than one instance of overloaded function "saxpy_" has "C" linkage
saxpy_(const dealii::types::blas_int *n,
^
In file included from /opt/apps/intel18/cray_mpich_7_7/dealii/9.2.0/include/deal.II/lac/full_matrix.templates.h(33),
from /work/00434/eijkhout/lonestar/aspect/aspect-2.2.0/source/particle/interpolator/bilinear_least_squares.cc(27):
/opt/apps/intel18/cray_mpich_7_7/dealii/9.2.0/include/deal.II/lac/lapack_templates.h(39): error: more than one instance of overloaded function "daxpy_" has "C" linkage
daxpy_(const dealii::types::blas_int *n,
^
```
I get this when installing Aspect on our Cray. On the Dell/intel cluster it works fine.
And as hard as I look at that file, I can not see how it sees more than one instance of those functions.