meta.yaml 636 B

123456789101112131415161718192021222324
  1. {% set vcver="14.2" %}
  2. {% set vcfeature="14" %}
  3. {% set vsyear="2019" %}
  4. {% set fullver="15.4.27004.2010" %}
  5. package:
  6. name: vs{{ vsyear }}
  7. version: {{ fullver }}
  8. build:
  9. skip: True [not win]
  10. script_env:
  11. - VSDEVCMD_ARGS # [win]
  12. outputs:
  13. - name: vs{{ vsyear }}_{{ cross_compiler_target_platform }}
  14. script: install_activate.bat
  15. track_features:
  16. # VS 2019 is binary-compatible with VS 2017/vc 14.1 and 2015/vc14. Tools are "v142".
  17. strong:
  18. - vc{{ vcfeature }}
  19. about:
  20. summary: Activation and version verification of MSVC {{ vcver }} (VS {{ vsyear }}) compiler
  21. license: BSD 3-clause