mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-04 18:20:09 +01:00
bugfix for kerncraft dependency
This commit is contained in:
@@ -9,7 +9,7 @@ before_install:
|
||||
# - pip install tox-travis
|
||||
- pip install codecov
|
||||
- pip install pygraphviz
|
||||
- pip install kerncraft>=0.8.4.dev2
|
||||
- pip install kerncraft
|
||||
install:
|
||||
- pip install -e .
|
||||
cache: pip
|
||||
|
||||
@@ -49,7 +49,7 @@ Additional requirements are:
|
||||
|
||||
- `Python3 <https://www.python.org/>`_
|
||||
- `Graphviz <https://www.graphviz.org/>`_ for dependency graph creation (minimal dependency is `libgraphviz-dev` on Ubuntu)
|
||||
- `Kerncraft <https://github.com/RRZE-HPC/kerncraft>`_ for marker insertion
|
||||
- `Kerncraft <https://github.com/RRZE-HPC/kerncraft>`_ >=v0.8.4 for marker insertion
|
||||
- `ibench <https://github.com/RRZE-HPC/ibench>`_ or `asmbench <https://github.com/RRZE-HPC/asmbench/>`_ for throughput/latency measurements
|
||||
|
||||
Design
|
||||
|
||||
Reference in New Issue
Block a user