Skip to content

Commit

Permalink
Add eigent to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Jul 16, 2024
1 parent 6fd3583 commit 95d5c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ outputs:
- test_c.c
requires:
- {{ compiler('c') }}
- eigen
commands:
- test -f $PREFIX/lib/libtensorflow${SHLIB_EXT} # [cuda_compiler_version == "None"]
- ./test_libtensorflow.sh # [cuda_compiler_version == "None" and build_platform == target_platform]
Expand Down Expand Up @@ -444,6 +445,7 @@ outputs:
- test_cc.cc
requires:
- {{ compiler('cxx') }}
- eigen
commands:
- test -f $PREFIX/lib/libtensorflow_cc${SHLIB_EXT} # [not win and cuda_compiler_version == "None"]
- ./test_libtensorflow_cc.sh # [not win and cuda_compiler_version == "None" and build_platform == target_platform]
Expand Down

0 comments on commit 95d5c9b

Please sign in to comment.