fangohr / octopus-in-spack

Develop Octopus in spack (software packaging)
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Fix scalapack: choose netlib-scalapack@2.1.0 as the provider #84

Closed iamashwin99 closed 1 year ago

iamashwin99 commented 1 year ago

This MR sets the dependency scalapack to netlib-scalapack. Fixes #83 scalapack in spack is a virtual dependency provided by the following packages:

$ spack providers scalapack
scalapack:
amdscalapack  cray-libsci  fujitsu-ssl2  intel-mkl  intel-oneapi-mkl  intel-parallel-studio  netlib-scalapack

Octopus has been tested only with netlib-scalapack@2.1.0

fangohr commented 1 year ago

Looks like the tests fail at the moment. I'll wait with looking at this until you have fixed or tell me that you would like help.

iamashwin99 commented 1 year ago

This is not needed at the moment as the root problem was soled in https://github.com/fangohr/octopus-in-spack/pull/91