mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-01 11:22:49 +08:00
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
{% set vcver="14.2" %}
|
|
{% set vcfeature="14" %}
|
|
{% set vsyear="2019" %}
|
|
{% set fullver="15.4.27004.2010" %}
|
|
|
|
package:
|
|
name: vs{{ vsyear }}
|
|
version: {{ fullver }}
|
|
|
|
build:
|
|
skip: True [not win]
|
|
script_env:
|
|
- VSDEVCMD_ARGS # [win]
|
|
|
|
outputs:
|
|
- name: vs{{ vsyear }}_{{ cross_compiler_target_platform }}
|
|
script: install_activate.bat
|
|
track_features:
|
|
# VS 2019 is binary-compatible with VS 2017/vc 14.1 and 2015/vc14. Tools are "v142".
|
|
strong:
|
|
- vc{{ vcfeature }}
|
|
run_exports:
|
|
- vc {{ vcver }}
|
|
about:
|
|
summary: Activation and version verification of MSVC {{ vcver }} (VS {{ vsyear }}) compiler
|
|
license: BSD 3-clause
|
|
- name: vs{{ vsyear }}_runtime
|
|
script: install_runtime.bat
|
|
- name: vc
|
|
version: {{ vcver }}
|
|
track_features:
|
|
- vc{{ vcfeature }}
|
|
requirements:
|
|
run:
|
|
- {{ pin_subpackage('vs' ~ vsyear ~ '_runtime') }}
|
|
about:
|
|
home: https://github.com/conda/conda/wiki/VC-features
|
|
license: Modified BSD License (3-clause)
|
|
license_family: BSD
|
|
summary: A meta-package to track VC features.
|
|
description: |
|
|
This metapackage is used to activate vc features without
|
|
depending on Python.
|
|
doc_url: https://github.com/conda/conda/wiki/VC-features
|
|
dev_url: https://github.com/conda/conda/wiki/VC-features
|