Open souvikmeister opened 1 year ago
Works fine for me with conda-forge:
mamba search scikit-umfpack
Loading channels: done
# Name Version Build Channel
scikit-umfpack 0.3.3 py310h4d09554_0 conda-forge
scikit-umfpack 0.3.3 py310h6e7f00a_1 conda-forge
scikit-umfpack 0.3.3 py310h8ddc3d6_1 conda-forge
scikit-umfpack 0.3.3 py311h809b3aa_1 conda-forge
scikit-umfpack 0.3.3 py311hefe60d2_1 conda-forge
scikit-umfpack 0.3.3 py38h76083e6_1 conda-forge
scikit-umfpack 0.3.3 py38h9e4b79f_1 conda-forge
scikit-umfpack 0.3.3 py39h08fb805_1 conda-forge
scikit-umfpack 0.3.3 py39h1608c9b_1 conda-forge
There isn't a package for Python 3.12 yet though: https://github.com/conda-forge/scikit-umfpack-feedstock/pull/36.
Just as a reminder to those trying to install scikit-umfpack in Windows: the package appears to be only available for Linux and OSX in Conda-Forge: https://anaconda.org/conda-forge/scikit-umfpack
SuiteSparse, on which scikit-umfpack depends, is available for Windows in Conda-Forge: https://anaconda.org/conda-forge/suitesparse
I'll note that Fortran on Windows is a pain, but hopefully it'll get a lot easier in the near future with the default compiler becoming flang-new
so we have a full set of LLVM-based compilers on Windows.
Thanks for this information. I'll stay tuned! Also @simulkade will be interested to hear this.
For now, we may try certain demanding calculations on a Linux system. Also, from a practical point of view, I am quite happy with the performance of Pypardiso on Windows for solving our current sparse matrix equations.
Hi, I am trying to re-install umfpack in a new set up. I see from this link that conda-forge is the channel to use. However, doing
conda install -c conda-forge scikit-umfpack
returns