Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Replace outdated convenience copy of Tcl with system provided one #14

Merged
merged 4 commits into from
Jun 4, 2020

Conversation

olebole
Copy link
Member

@olebole olebole commented May 29, 2020

The copy of Tcl that is included in the sources is ~30 years old (7.3) and should not be used anymore.
Specifically Linux distributions require to use the actual system provided versions instead of these old libs. However, Tcl changed (unsurprisingly) in an incompatible way in the last 30 years.

This PR removes the Tcl sources and replaces them with linking to the System Tcl. All incompatibilities are removed.

This is mainly stolen from the upcoming Debian package. As for compatibility, it should work with all Tcl8 versions.

On MacOS, there is Tcl 8.5 available.

@olebole olebole mentioned this pull request May 31, 2020
@olebole olebole force-pushed the update-tcl-api branch 2 times, most recently from df3c9d9 to 8037b1f Compare June 1, 2020 18:37
This still requires a Tcl version 7, as version 8 has a number of
incompatibilities.
Tcl8 is an incompatible update and requires a number of changes.
@olebole olebole merged commit 581fefe into iraf-community:master Jun 4, 2020
@olebole olebole deleted the update-tcl-api branch June 4, 2020 06:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant