mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 06:10:34 +08:00
Initial commit
fbshipit-source-id: ad58e416e3ceeca85fae0583308968d04e78fe0d
This commit is contained in:
24
packaging/vs2017/conda_build_config.yaml
Normal file
24
packaging/vs2017/conda_build_config.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
blas_impl:
|
||||
- mkl # [x86_64]
|
||||
c_compiler:
|
||||
- vs2017 # [win]
|
||||
cxx_compiler:
|
||||
- vs2017 # [win]
|
||||
python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
# This differs from target_platform in that it determines what subdir the compiler
|
||||
# will target, not what subdir the compiler package will be itself.
|
||||
# For example, we need a win-64 vs2008_win-32 package, so that we compile win-32
|
||||
# code on win-64 miniconda.
|
||||
cross_compiler_target_platform:
|
||||
- win-64 # [win]
|
||||
target_platform:
|
||||
- win-64 # [win]
|
||||
vc:
|
||||
- 14
|
||||
zip_keys:
|
||||
- # [win]
|
||||
- vc # [win]
|
||||
- c_compiler # [win]
|
||||
- cxx_compiler # [win]
|
||||
Reference in New Issue
Block a user