Source: migraphx
Section: graphics
Priority: optional
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders:
 Utkarsh Raj <encode.sh@protonmail.com>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 rocm-cmake,
 clang,
 pybind11-dev,
 libhalf-dev,
 libmsgpack-c-dev,
 libmsgpack-cxx-dev,
 libboost-dev,
 libprotobuf-dev,
 libsqlite3-dev,
 nlohmann-json3-dev,
 protobuf-compiler,
 python3,
 dh-python,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rocm-team/migraphx.git
Vcs-Browser: https://salsa.debian.org/rocm-team/migraphx
Homepage: https://github.com/ROCm/AMDMIGraphX/
Rules-Requires-Root: no

Package: migraphx
Section: graphics
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: AMD MIGraphX - driver
 AMDMIGraphX is a graph inference engine and compiler that accelerates
 machine-learning models by leveraging several graph-level transformations
 and optimizations.
 .
 This package ships the MIGraphX driver.

Package: libmigraphx1
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: AMD MIGraphX - library
 AMDMIGraphX is a graph inference engine and compiler that accelerates
 machine-learning models by leveraging several graph-level transformations
 and optimizations.
 .
 This package contains the shared C++ runtime library.

Package: libmigraphx-dev
Section: libdevel
Architecture: any
Depends:
 libmigraphx1 (= ${binary:Version}),
 ${misc:Depends},
Description: AMD MIGraphX - development files
 AMDMIGraphX is a graph inference engine and compiler that accelerates
 machine-learning models by leveraging several graph-level transformations
 and optimizations.
 .
 This package contains development files.

Package: libmigraphx-c3
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: AMD MIGraphX C API - library
 AMDMIGraphX is a graph inference engine and compiler that accelerates
 machine-learning models by leveraging several graph-level transformations
 and optimizations.
 .
 This package contains the shared C runtime library.

Package: libmigraphx-c-dev
Section: libdevel
Architecture: any
Depends:
 libmigraphx-c3 (= ${binary:Version}),
 ${misc:Depends},
Description: AMD MIGraphX C API - development files
 AMDMIGraphX is a graph inference engine and compiler that accelerates
 machine-learning models by leveraging several graph-level transformations
 and optimizations.
 .
 This package contains development files.

Package: python3-migraphx
Section: python
Architecture: any
Depends:
 ${python3:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Description: Python 3 bindings for AMD MIGraphX
 AMDMIGraphX is a graph inference engine and compiler that accelerates
 machine-learning models by leveraging several graph-level transformations
 and optimizations.
 .
 This package contains the Python 3 bindings for MIGraphX.
