6daac0f60c
* Initial python support
* Add python testing
* Increase timeout for bin tests
* cmake-format
* Valid build types + testing + formatting + more
- Enforce valid build types
- Fix to numpy install
- Increase testing timeout
- Fix to cmake format glob
- Fix to backtrace verbose
* Disable stripping libraries by default
* omnitrace exe updates
- new '--print-instructions' option
- changed format of instructions in JSON
- remove no-save-fpr tests
* Default to strip libraries when release build
[ROCm/rocprofiler-systems commit: afa3edebab]
37 строки
904 B
Plaintext
37 строки
904 B
Plaintext
[metadata]
|
|
name = @PROJECT_NAME@
|
|
url = @PROJECT_HOMEPAGE_URL@
|
|
download_url = @PROJECT_HOMEPAGE_URL@.git
|
|
maintainer = AMD Research
|
|
license = MIT
|
|
description = @PROJECT_DESCRIPTION@
|
|
keywords =
|
|
performance
|
|
profiling
|
|
sampling
|
|
hardware counters
|
|
timing
|
|
memory
|
|
gpu
|
|
hip
|
|
rocm
|
|
classifiers =
|
|
Development Status :: 4 - Beta
|
|
Environment :: GPU
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Science/Research
|
|
Natural Language :: English
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: POSIX :: Linux
|
|
Operating System :: Unix
|
|
Programming Language :: C++
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: @OMNITRACE_PYTHON_VERSION@
|
|
Topic :: Software Development :: Libraries :: Python Modules
|
|
Topic :: Utilities
|
|
|
|
[options]
|
|
packages = @PROJECT_NAME@
|
|
zip_safe = false
|
|
include_package_data = false
|