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

Remove support for legacy Python 2.7 #376

Closed
climbfuji opened this issue Jan 14, 2021 · 0 comments · Fixed by #384
Closed

Remove support for legacy Python 2.7 #376

climbfuji opened this issue Jan 14, 2021 · 0 comments · Fixed by #384
Assignees
Labels
enhancement New feature or request

Comments

@climbfuji
Copy link
Collaborator

Description

The top-level CMakeLists.txt is still looking for Python 2.7 if Python 3 cannot be found.

Solution

Make sure that every system that we are running on (tier-1 and tier-2) has Python 3 (they better do) - update the modulefiles if necessary. Remove check for Python 2.7 from top-level CMakeLists.txt, only look for Python 3.

Alternatives

Keep supporting Python 2, even though it is no longer developed and support will end soon.

Related to

See #357 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant