CI: remove MXNet (#43704)
This commit is contained in:
parent
c69951d6e1
commit
f29fa1cfdf
6 changed files with 0 additions and 15 deletions
|
@ -71,7 +71,6 @@ ci:
|
|||
|
||||
- match:
|
||||
- dealii
|
||||
- mxnet
|
||||
- rocblas
|
||||
build-job:
|
||||
tags: [ "spack", "huge" ]
|
||||
|
|
|
@ -34,9 +34,6 @@ spack:
|
|||
- py-keras-preprocessing
|
||||
- py-keras2onnx
|
||||
|
||||
# MXNet not supported on darwin aarch64 yet
|
||||
# - mxnet
|
||||
|
||||
# PyTorch
|
||||
- py-botorch
|
||||
- py-efficientnet-pytorch
|
||||
|
|
|
@ -28,9 +28,6 @@ spack:
|
|||
- py-keras-preprocessing
|
||||
- py-keras2onnx
|
||||
|
||||
# MXNet
|
||||
- mxnet
|
||||
|
||||
# PyTorch
|
||||
- py-botorch
|
||||
- py-efficientnet-pytorch
|
||||
|
|
|
@ -32,9 +32,6 @@ spack:
|
|||
- py-keras-preprocessing
|
||||
- py-keras2onnx
|
||||
|
||||
# MXNet
|
||||
- mxnet
|
||||
|
||||
# PyTorch
|
||||
- py-botorch
|
||||
- py-efficientnet-pytorch
|
||||
|
|
|
@ -34,9 +34,6 @@ spack:
|
|||
- py-keras-preprocessing
|
||||
- py-keras2onnx
|
||||
|
||||
# MXNet
|
||||
- mxnet
|
||||
|
||||
# PyTorch
|
||||
- py-botorch
|
||||
- py-efficientnet-pytorch
|
||||
|
|
|
@ -14,8 +14,6 @@ class Mxnet(CMakePackage, CudaPackage, PythonExtension):
|
|||
list_url = "https://mxnet.apache.org/get_started/download"
|
||||
git = "https://github.com/apache/mxnet.git"
|
||||
|
||||
maintainers("adamjstewart")
|
||||
|
||||
license("Apache-2.0")
|
||||
|
||||
version("master", branch="master", submodules=True)
|
||||
|
|
Loading…
Reference in a new issue