Skip to content

Conversation

@tobiasdiez
Copy link
Contributor

Remove a few (mostly) unused variables, that are anyway not set anymore via meson.

Triggered by https://groups.google.com/g/sage-devel/c/etw_X5HlXMY

📝 Checklist

  • The title is concise and informative.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation and checked the documentation preview.

⌛ Dependencies

@github-actions
Copy link

Documentation preview for this PR (built with commit e0262fb; changes) is ready! 🎉
This preview will update shortly after each push to this PR.


# prefix hierarchy where non-Python packages are installed
SAGE_LOCAL = var("SAGE_LOCAL", SAGE_VENV)
SAGE_LOCAL = var("SAGE_LOCAL")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason to drop the sys.prefix fallback?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SAGE_LOCAL is set unconditionally in config.py.in (which gets used in var) to the prefix that was specified to meson. So there is no need for a fallback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants