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

Symlink for aspect-release #5923

Open
tjhei opened this issue Jun 18, 2024 · 4 comments
Open

Symlink for aspect-release #5923

tjhei opened this issue Jun 18, 2024 · 4 comments

Comments

@tjhei
Copy link
Member

tjhei commented Jun 18, 2024

Plugin configuration currently automatically creates a symbolic link to aspect (the debug build). We forgot to also create a link to the release version.

@bangerth
Copy link
Contributor

This will probably change when we have something like #5836 merged (I will try to get to it over the next few days).

@bangerth
Copy link
Contributor

Following up on this now: What do you want to have? We now create both aspect.debug, aspect.release, and a symlink aspect to one or the other, all in the build directory. What links do you want in the plugin directory? Links to all three?

@tjhei
Copy link
Member Author

tjhei commented Jun 24, 2024

Right now we only do

COMMAND ln -sf ${Aspect_DIR}/aspect .)

maybe we should be more explicit and link to debug and release?

@bangerth
Copy link
Contributor

Well, aspect points to either the debug (first choice) or release version (second choice), depending on which were built. As mentioned above, we can create links to all three. You tell me what you want and I can make it happen.

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

No branches or pull requests

2 participants