Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

shogun v6.1.4 #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
31 changes: 22 additions & 9 deletions .azure-pipelines/azure-pipelines-linux.yml

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

26 changes: 16 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.yml

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

39 changes: 23 additions & 16 deletions .azure-pipelines/azure-pipelines-win.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
Expand Up @@ -31,9 +31,9 @@ libxml2:
lzo:
- '2'
numpy:
- '1.14'
- '1.16'
openblas:
- 0.3.6
- 0.3.*
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand All @@ -49,8 +49,6 @@ pin_run_as_build:
max_pin: x.x
lzo:
max_pin: x
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand All @@ -62,6 +60,8 @@ python:
- 3.6.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
xz:
- '5.2'
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ libxml2:
lzo:
- '2'
numpy:
- '1.14'
- '1.16'
openblas:
- 0.3.6
- 0.3.*
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand All @@ -49,8 +49,6 @@ pin_run_as_build:
max_pin: x.x
lzo:
max_pin: x
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand All @@ -62,6 +60,8 @@ python:
- 3.7.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
xz:
- '5.2'
zlib:
Expand Down
68 changes: 68 additions & 0 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
arpack:
- 3.6.3
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
curl:
- '7'
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
glpk:
- '4.65'
hdf5:
- 1.10.5
json_c:
- '0.13'
libprotobuf:
- '3.11'
libxml2:
- '2.9'
lzo:
- '2'
numpy:
- '1.16'
openblas:
- 0.3.*
pin_run_as_build:
arpack:
max_pin: x.x.x
bzip2:
max_pin: x
curl:
max_pin: x
glpk:
max_pin: x.x
json-c:
max_pin: x.x
libxml2:
max_pin: x.x
lzo:
max_pin: x
python:
min_pin: x.x
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- 3.8.* *_cpython
snappy:
- '1'
target_platform:
- linux-64
xz:
- '5.2'
zlib:
- '1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '9'
- '10'
channel_sources:
- conda-forge,defaults
channel_targets:
Expand All @@ -17,7 +17,7 @@ curl:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '9'
- '10'
glpk:
- '4.65'
hdf5:
Expand All @@ -35,9 +35,9 @@ macos_machine:
macos_min_version:
- '10.9'
numpy:
- '1.14'
- '1.16'
openblas:
- 0.3.6
- 0.3.*
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand All @@ -53,8 +53,6 @@ pin_run_as_build:
max_pin: x.x
lzo:
max_pin: x
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand All @@ -66,6 +64,8 @@ python:
- 3.6.* *_cpython
snappy:
- '1'
target_platform:
- osx-64
xz:
- '5.2'
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bzip2:
c_compiler:
- clang
c_compiler_version:
- '9'
- '10'
channel_sources:
- conda-forge,defaults
channel_targets:
Expand All @@ -17,7 +17,7 @@ curl:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '9'
- '10'
glpk:
- '4.65'
hdf5:
Expand All @@ -35,9 +35,9 @@ macos_machine:
macos_min_version:
- '10.9'
numpy:
- '1.14'
- '1.16'
openblas:
- 0.3.6
- 0.3.*
pin_run_as_build:
arpack:
max_pin: x.x.x
Expand All @@ -53,8 +53,6 @@ pin_run_as_build:
max_pin: x.x
lzo:
max_pin: x
openblas:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand All @@ -66,6 +64,8 @@ python:
- 3.7.* *_cpython
snappy:
- '1'
target_platform:
- osx-64
xz:
- '5.2'
zlib:
Expand Down
Loading