Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revival #12

Merged
merged 37 commits into from
Mar 9, 2021
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
eaa25e9
updated v0.8.2
regro-cf-autotick-bot Jan 17, 2021
b40926b
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.8.6, and con…
regro-cf-autotick-bot Jan 17, 2021
534aedf
update requirements for 8.2
h-vetinari Jan 27, 2021
afddfc0
run upstream test suite
h-vetinari Jan 27, 2021
7e45c0b
fix SPDX
h-vetinari Jan 27, 2021
4faf85d
use pip
h-vetinari Jan 27, 2021
58c17fd
move most dependencies to host
h-vetinari Jan 27, 2021
64c6fa0
add c++ compiler
h-vetinari Jan 27, 2021
5692d89
re-add pillow as a runtime dep
h-vetinari Jan 27, 2021
4cc12bc
add scipy as test dependency
h-vetinari Jan 27, 2021
bb8ddb3
disable image support for now
h-vetinari Jan 27, 2021
502df3f
Revert "disable image support for now"
h-vetinari Jan 27, 2021
2083f36
set TORCHVISION_INCLUDE to find correct headers
h-vetinari Jan 28, 2021
ec51400
add hmaarrfk & h-vetinari to maintainers
h-vetinari Jan 28, 2021
b8247e8
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.8.6, and con…
h-vetinari Jan 28, 2021
a549abc
use jpeg instead of libjpeg-turbo
h-vetinari Jan 28, 2021
653c224
skip failing test
h-vetinari Jan 30, 2021
4c3b9e2
turn into multi-output recipe, add basis for cuda-support
h-vetinari Jan 30, 2021
66456aa
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.8.6, and con…
h-vetinari Jan 30, 2021
9169e65
try a trick from gitter for "'PYTHON' is undefined"
h-vetinari Jan 30, 2021
6278d5c
use separate build scripts
h-vetinari Jan 28, 2021
492fbb1
restrict pytorch-dep to appropriate proc_type
h-vetinari Jan 30, 2021
cee9e2b
pytorch build-string has proc_type at the start
h-vetinari Jan 30, 2021
fdd7140
add typing_extensions that aren't being pulled in for pytorch
h-vetinari Jan 30, 2021
82356b0
rename package so that test section gets picked up correctly
h-vetinari Jan 31, 2021
18adfb8
FORCE_CUDA
isuruf Jan 31, 2021
07c22c8
fix skip for flaky test
h-vetinari Jan 31, 2021
fd9a471
Revert "add typing_extensions that aren't being pulled in for pytorch"
h-vetinari Jan 31, 2021
2b5aa6a
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.9.0, and con…
Mar 9, 2021
da965c7
set TORCH_CUDA_ARCH_LIST
isuruf Mar 9, 2021
6943ed6
Use cuda110.yaml for compiler version
isuruf Mar 9, 2021
49c4b01
Update cuda110.yaml
isuruf Mar 9, 2021
1bd1795
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.9.0, and con…
Mar 9, 2021
d84400b
Update 0001-skip-flaky-test.patch
isuruf Mar 9, 2021
edaf7f9
python 3.9
isuruf Mar 9, 2021
5b162f3
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.9.0, and con…
isuruf Mar 9, 2021
17cd898
MNT: Re-rendered with conda-build 3.21.4, conda-smithy 3.9.0, and con…
isuruf Mar 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 94 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.0'
cudnn:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:10.0
jpeg:
- '9'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
jpeg:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cudnn
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.0'
cudnn:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:10.0
jpeg:
- '9'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
jpeg:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cudnn
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.0'
cudnn:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:10.0
jpeg:
- '9'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
jpeg:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cudnn
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.1'
cudnn:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:10.1
jpeg:
- '9'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
jpeg:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cudnn
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.1'
cudnn:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:10.1
jpeg:
- '9'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
jpeg:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cudnn
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.1'
cudnn:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-cuda:10.1
jpeg:
- '9'
libpng:
- '1.6'
numpy:
- '1.16'
pin_run_as_build:
jpeg:
max_pin: x
libpng:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cudnn
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- numpy
Loading