Skip to content

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.

@oierlauzi oierlauzi self-assigned this Sep 12, 2024
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 martin-s-a September 12, 2024 09:33
martin-s-a
martin-s-a previously approved these changes Sep 14, 2024
@martin-s-a
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

@martin-s-a martin-s-a dismissed their stale review September 15, 2024 16:00

Code not ready

Copy link

@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