You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not clear how to build the package e.g. under debian:
I installed libgsl-dev libgsl23 but get the following error:
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): │··································
Could NOT find GSL (missing: GSL_LIBRARY_1 GSL_LIBRARY_2)
There are also a lot of other warnings/errors about missing files:
-- The imported target "vtkRenderingPythonTkWidgets" references the file │··································
"/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so" │··································
but this file does not exist. Possible reasons include: │··································
* The file was deleted, renamed, or moved to another location. │··································
* An install or uninstall procedure did not complete successfully. │··································
* The installation package was faulty and contained │··································
"/usr/lib/cmake/vtk-7.1/VTKTargets.cmake" │··································
but not all the files it references. │··································
│··································
-- The imported target "vtk" references the file │··································
"/usr/bin/vtk" │··································
but this file does not exist. Possible reasons include: │··································
* The file was deleted, renamed, or moved to another location. │··································
* An install or uninstall procedure did not complete successfully. │··································
* The installation package was faulty and contained │··································
"/usr/lib/cmake/vtk-7.1/VTKTargets.cmake" │··································
but not all the files it references. │··································
│··································
-- The imported target "pvtk" references the file │··································
"/usr/bin/pvtk" │··································
but this file does not exist. Possible reasons include: │··································
* The file was deleted, renamed, or moved to another location. │··································
* An install or uninstall procedure did not complete successfully. │··································
* The installation package was faulty and contained │··································
"/usr/lib/cmake/vtk-7.1/VTKTargets.cmake" │··································
but not all the files it references.
Also it seems libboost is a build dependency? but not listed in the README.
The text was updated successfully, but these errors were encountered:
It's not clear how to build the package e.g. under debian:
I installed libgsl-dev libgsl23 but get the following error:
There are also a lot of other warnings/errors about missing files:
Also it seems libboost is a build dependency? but not listed in the README.
The text was updated successfully, but these errors were encountered: