Skip to content
Snippets Groups Projects
Commit 77a23ab7 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

pycairo -> cairo

parent 96e4bf46
No related branches found
No related tags found
2 merge requests!24Resolve "Add python3.x support",!15WIP: Resolve "HySoP with tasks"
...@@ -153,7 +153,7 @@ find_python_module(hptt OPTIONAL) # high performance cpu tensor transpose ...@@ -153,7 +153,7 @@ find_python_module(hptt OPTIONAL) # high performance cpu tensor transpose
find_python_module(flint OPTIONAL) # high performance linear system solver (fallback to sympy) find_python_module(flint OPTIONAL) # high performance linear system solver (fallback to sympy)
find_python_module(tbb OPTIONAL) # additional numba threading backend (fallback to pthreads) find_python_module(tbb OPTIONAL) # additional numba threading backend (fallback to pthreads)
find_python_module(mkl_fft OPTIONAL) # additional fft backend, faster then FFTW, faster then clFFT on CPU OpenCL platforms. find_python_module(mkl_fft OPTIONAL) # additional fft backend, faster then FFTW, faster then clFFT on CPU OpenCL platforms.
find_python_module(pycairo OPTIONAL) # additional plotting backend find_python_module(cairo OPTIONAL) # additional plotting backend
find_python_module(matplotlib OPTIONAL) # required for general plots find_python_module(matplotlib OPTIONAL) # required for general plots
find_python_module(pyvis OPTIONAL) # required for graph plots find_python_module(pyvis OPTIONAL) # required for graph plots
find_python_module(memory_tempfile OPTIONAL) # enable in memory HDF5 I/O to call paraview during simulation find_python_module(memory_tempfile OPTIONAL) # enable in memory HDF5 I/O to call paraview during simulation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment