Skip to content

Commit

Permalink
Adding test section back to conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb committed Aug 3, 2023
1 parent c8e4ba4 commit 78ded45
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,34 @@ requirements:
- pynastran
- numba >=0.55.2

test:
requires:
- testflo

source_files:
- tests

imports:
- tacs
- tacs.pytacs
- tacs.problems
- tacs.constraints
- tacs.TACS
- tacs.elements
- tacs.functions
- tacs.constitutive
#- tacs.mphys # Needs OpenMDAO/MPHYS conda packages

commands:
- |
- test -f $PREFIX/bin/f5tovtk
- test -f $PREFIX/bin/f5totec
- export OMPI_MCA_btl=self,tcp
- export OMPI_MCA_rmaps_base_oversubscribe=1
- rm tests/integration_tests/test_mphys*
- testflo --pre_announce --timeout 120 tests/ # [linux64]

about:
home: https:/smdogroup/tacs
license: Apache
Expand Down

0 comments on commit 78ded45

Please sign in to comment.