Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Aug 28, 2024
1 parent f78d096 commit 2d5eee7
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 @@ -41,7 +41,9 @@ test:
commands:
- if not exist %LIBRARY_INC%\\symengine\\basic.h exit 1 # [win]
- if not exist %LIBRARY_LIB%\\symengine.lib exit 1 # [win]
{% if version != "0.12.0" %}
- if not exist %LIBRARY_BIN%\\symengine-{{ maj_min }}.dll exit 1 # [win]
{% endif %}
- test -f $PREFIX/include/symengine/basic.h # [unix]
- test -f $PREFIX/lib/libsymengine.so # [linux]
- test -f $PREFIX/lib/libsymengine.dylib # [osx]
Expand Down

0 comments on commit 2d5eee7

Please sign in to comment.