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

cmake: skip executing python when cross compiling #2876

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Sep 28, 2023

When cross compiling, TensorFlow cannot be imported. TENSORFLOW_ROOT needs to be given manually.

This commit has been patched in conda-forge/deepmd-kit-feedstock#57

When cross compilint, TensorFlow cannot be imported. TENSORFLOW_ROOT
needs to be given manually.
@njzjz njzjz changed the base branch from master to devel September 28, 2023 02:34
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (477b785) 75.38% compared to head (c2ddfa3) 75.38%.
Report is 3 commits behind head on devel.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2876   +/-   ##
=======================================
  Coverage   75.38%   75.38%           
=======================================
  Files         242      242           
  Lines       24424    24424           
  Branches     1580     1580           
=======================================
  Hits        18411    18411           
  Misses       5082     5082           
  Partials      931      931           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wanghan-iapcm wanghan-iapcm merged commit 9af26fb into deepmodeling:devel Sep 30, 2023
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