Chaste / PyChaste

A Python Wrapper for Chaste
https://chaste.github.io/pychaste/
Other
1 stars 0 forks source link

Update PyChaste docker image #28

Closed kwabenantim closed 8 months ago

kwabenantim commented 1 year ago

Description The PyChaste docker image was last updated in 2016.

To Do

kwabenantim commented 1 year ago

Progress

kwabenantim commented 10 months ago

Issues with the vtk 7.1 build for Python 3.11 have now been fixed.

Fixes

VTKConfig.cmake

-if (VTK_USE_CXX11_FEATURES)
-  if (CMAKE_VERSION VERSION_LESS "3.1")
-    message(FATAL_ERROR "VTK was built with C++11 features using CMake's CXX_STANDARD_REQUIRED feature.  Configuring projects this way requires a newer version of CMake.  Please update to CMake 3.1 or newer")
-  endif()
-  set(CMAKE_CXX_STANDARD 11)
-  set(CMAKE_CXX_STANDARD_REQUIRED 11)
-endif()

VTKTargets.cmake Remove /home/conda/feedstock_root/build_artifacts/vtk_1696254766018/_build_env/x86_64-conda-linux-gnu/sysroot/usr/lib/ from all paths passed to the linker.