otvam / pypeec

PyPEEC - 3D Quasi-Magnetostatic FFT/PEEC Solver
https://pypeec.otvam.ch
Mozilla Public License 2.0
15 stars 2 forks source link

Create better Conda / Venv #2

Closed otvam closed 1 year ago

otvam commented 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.

otvam commented 1 year ago

Partially solved with run_env.sh script that create the complete development environment.