-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build conda packages for Python 3.8 - 3.11 #44
Conversation
Failure to resolve conda build dependencies
In turn, petsc 3.17.4 from conda-forge depends on:
However, Chaste does not yet support |
Ok, good investigating! Maybe time to open an issue in the main repo to add support for |
The investigation for supporting HDF 1.12 had already started on an old trac ticket (now a github issue): |
We now have vtk 7.1.1 built for Python 3.11 (https://anaconda.org/PyChaste/vtk/files). |
The VTK conda build has some fixed paths in its generated CMake configuration that need fixing.
|
FixesVTKConfig.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 |
Need to update build scripts to narrow down dependencies due to installation issues: |
Conda Builds for PyChaste and VTK
|
Colab Notebook for Immersed Boundary tutorial working okay. |
Summary