[Slackbuilds-users] Using OpenBLAS with getfem
Erich Ritz
erich.public at protonmail.com
Mon Feb 3 19:55:36 UTC 2025
On Monday, February 3rd, 2025 at 12:27 PM, Fellype <fellype at gmail.com> wrote:
> Hi Erich,
>
> Enabling superlu (or/and mumps) is required to build getfem. I chose superlu because it is already in the SBo repo.
> I don't want to add OpenBLAS as a dependency to getfem. But I can add a variable to allow users to pass openblas as an argument to the build script, with blas as the default option.
> Probably something like this:
> BLAS=${BLAS:-blas}
> ...
>
> --with-blas=$BLAS \
> ...
>
> Then you can just build getfem with:
> BLAS=openblas sh getfem.SlackBuild
> Does it work for you?
> If you or someone else have a better way to implement this, please let me know.
>
Yes, this would work perfect for me.
> Regards,
> Fellype
>
Erich
More information about the SlackBuilds-users
mailing list