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

blas variants for windows #44

Merged
merged 7 commits into from
Mar 30, 2020
Merged
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
36 changes: 6 additions & 30 deletions .azure-pipelines/azure-pipelines-linux.yml

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

30 changes: 6 additions & 24 deletions .azure-pipelines/azure-pipelines-osx.yml

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

12 changes: 6 additions & 6 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 0 additions & 2 deletions .ci_support/linux_aarch64_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
blas_impl:
- openblas
c_compiler:
- gcc
c_compiler_version:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_aarch64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
blas_impl:
- openblas
c_compiler:
- gcc
c_compiler_version:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_aarch64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
blas_impl:
- openblas
c_compiler:
- gcc
c_compiler_version:
Expand Down
34 changes: 0 additions & 34 deletions .ci_support/linux_blas_implblispython3.6.____cpython.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .ci_support/linux_blas_implblispython3.7.____cpython.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .ci_support/linux_blas_implblispython3.8.____cpython.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .ci_support/linux_blas_implopenblaspython3.6.____cpython.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .ci_support/linux_blas_implopenblaspython3.7.____cpython.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .ci_support/linux_blas_implopenblaspython3.8.____cpython.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .ci_support/linux_ppc64le_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
blas_impl:
- openblas
c_compiler:
- gcc
c_compiler_version:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_ppc64le_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
blas_impl:
- openblas
c_compiler:
- gcc
c_compiler_version:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_ppc64le_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
blas_impl:
- openblas
c_compiler:
- gcc
c_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
blas_impl:
- mkl
c_compiler:
- gcc
c_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
blas_impl:
- mkl
c_compiler:
- gcc
c_compiler_version:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
blas_impl:
- mkl
c_compiler:
- gcc
c_compiler_version:
Expand Down
Loading