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

create library for each mode #38

Merged
merged 3 commits into from
Jun 6, 2024

Conversation

aoymt
Copy link
Contributor

@aoymt aoymt commented Jun 5, 2024

add cmake instructions to create stdface library separately for each mode with appropriate suffix.

@aoymt aoymt marked this pull request as ready for review June 5, 2024 05:51
@aoymt
Copy link
Contributor Author

aoymt commented Jun 5, 2024

Note: mvmc needs to be modified along with this patch: (if submodule is to be updated to latest version)

  • CMakeLists.txt at top level
    • set(MVMC ON) should be replaced by option(MVMC "build mvmc" ON)
  • src/mVMC/CMakeLists.txt
    • lines with target_link_library should read:
      • target_link_libraries(vmcdry.out StdFace_mvmc m)
      • target_link_libraries(vmc.out StdFace_mvmc m)

@k-ido k-ido merged commit fc981cd into issp-center-dev:mode_cmake Jun 6, 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.

2 participants