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

Added option to create links of scripts in installation #910

Draft
wants to merge 2 commits into
base: devel
Choose a base branch
from

Conversation

oierlauzi
Copy link
Collaborator

Python developers prefer not to run the installation script each time they do a modification to their code. This can be achieved by creating a symlink to the original source code in installation. This enables to only run the install script once and then the latest code will always be available for execution.

This option is off by default as it is not a good installation practice (couples distribution code to the source code). However it can be enabled in the config file by those who prefer to use it. Requires CMake 3.22 or greater, or otherwise it will provide a warning informing that it can not be used.

Copy link
Collaborator

@Ratolon Ratolon left a comment

Choose a reason for hiding this comment

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

Jajaja comment

@oierlauzi oierlauzi removed the request for review from MartinSalinas98 September 12, 2024 09:33
@MartinSalinas98
Copy link
Collaborator

Code looks good, if local tests return positive results, it's ready to merge imo

@oierlauzi
Copy link
Collaborator Author

Code is not ready yet, as it is only linking some files. The rest are still being copied

Copy link

sonarcloud bot commented Sep 15, 2024

@Ratolon Ratolon self-assigned this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants