Closed otvam closed 1 year ago
Currently, the Conda and Python environment only include the required dependencies. The optional libraries (UMFPACK, FFTW, MKL/PARDISO, and CuPy) are not installed. The same goes for Trame support for PyVista (used for Jupyter).
It would be nice to also include these libraries.
Partially solved with run_env.sh script that create the complete development environment.
run_env.sh
Currently, the Conda and Python environment only include the required dependencies. The optional libraries (UMFPACK, FFTW, MKL/PARDISO, and CuPy) are not installed. The same goes for Trame support for PyVista (used for Jupyter).
It would be nice to also include these libraries.