Skip to content
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

Make TclMPI compatible with Tcl 9.x #32

Open
akohlmey opened this issue Dec 17, 2024 · 0 comments
Open

Make TclMPI compatible with Tcl 9.x #32

akohlmey opened this issue Dec 17, 2024 · 0 comments
Assignees

Comments

@akohlmey
Copy link
Owner

akohlmey commented Dec 17, 2024

TclMPI does not compile out-of-the-box with Tcl 9.x (tested with Tcl9.0 released in September 2024).

  • Length arguments use Tcl_Size or Tcl_Size * instead of int or int * -> typedef int Tcl_Size; for TCL_MAJOR_VERSION < 9
  • CMake's FindTCL knows nothing about Tcl 9
  • Octal numbers no longer support 016 syntax but require 0o16 -> update integrated tests (Oo16 is supported by Tcl 8.6)
  • Step TclMPI version to 1.3
  • Require Tcl 8.6 as minimum version
@akohlmey akohlmey self-assigned this Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant