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

Install cp2k binaries #41

Open
wants to merge 1 commit into
base: feature/cmake
Choose a base branch
from

Conversation

haampie
Copy link

@haampie haampie commented Jan 8, 2021

No description provided.

@haampie haampie mentioned this pull request Jan 8, 2021
@@ -1226,3 +1226,5 @@ target_link_libraries(dumpdcd PRIVATE cp2kobj)
add_executable(xyz2dcd motion/xyz2dcd.F)
set_target_properties(xyz2dcd PROPERTIES LINKER_LANGUAGE Fortran)
target_link_libraries(xyz2dcd PRIVATE cp2kobj)

install(TARGETS cp2k cp2k-bin memory_utilities_unittest parallel_rng_types_unittest graph dumpdcd xyz2dcd)
Copy link
Owner

Choose a reason for hiding this comment

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

the unittests are something I would not install, and if they are to be installed I'd put them into libexec/ since they might not be necessarily meant to be run directly by a user

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.

2 participants