CI: remove MXNet (#43704)

This commit is contained in:
Adam J. Stewart 2024-04-18 19:04:03 +02:00 committed by GitHub
parent c69951d6e1
commit f29fa1cfdf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 15 deletions

View file

@ -71,7 +71,6 @@ ci:
- match:
- dealii
- mxnet
- rocblas
build-job:
tags: [ "spack", "huge" ]

View file

@ -34,9 +34,6 @@ spack:
- py-keras-preprocessing
- py-keras2onnx
# MXNet not supported on darwin aarch64 yet
# - mxnet
# PyTorch
- py-botorch
- py-efficientnet-pytorch

View file

@ -28,9 +28,6 @@ spack:
- py-keras-preprocessing
- py-keras2onnx
# MXNet
- mxnet
# PyTorch
- py-botorch
- py-efficientnet-pytorch

View file

@ -32,9 +32,6 @@ spack:
- py-keras-preprocessing
- py-keras2onnx
# MXNet
- mxnet
# PyTorch
- py-botorch
- py-efficientnet-pytorch

View file

@ -34,9 +34,6 @@ spack:
- py-keras-preprocessing
- py-keras2onnx
# MXNet
- mxnet
# PyTorch
- py-botorch
- py-efficientnet-pytorch

View file

@ -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)