equinor / graphite-maps

Graph informed triangular ensemble-to-posterior maps
GNU General Public License v3.0
1 stars 0 forks source link

`graphite-maps` pip installable in Komodo. #19

Open Blunde1 opened 9 months ago

Blunde1 commented 9 months ago

Because we already have suitesparse as a dependency for at least OPM FLOW, we may do

(kenvz + bleeding-py38-rhel7) [berl@st-linrgs413 ~]$ export SUITESPARSE_INCLUDE_DIR=/usr/include/suitesparse
(kenvz + bleeding-py38-rhel7) [berl@st-linrgs413 ~]$ export SUITESPARSE_LIBRARY_DIR=/usr/lib64
(kenvz + bleeding-py38-rhel7) [berl@st-linrgs413 ~]$ pip install --no-cache-dir scikit-sparse

where kenvz is a komodo environment. This correctly installs scikit-sparse, which graphite-maps heavily depends upon (together with numpy, scipy and scikit-learn).