commit | 72f8a8daf984eab61d96e563866c2159fdedb5ad | [log] [tgz] |
---|---|---|
author | Alex Bradbury <asb@lowrisc.org> | Wed Oct 02 08:24:32 2019 +0100 |
committer | Alex Bradbury <asb@asbradbury.org> | Wed Oct 02 10:31:23 2019 +0100 |
tree | 8cd4a02d10d8eded9580d3e84b8af175f81c61ec | |
parent | 276af5e99f651fc9d440c79d2bd5cf23b5d11fff [diff] |
Fix fusesoc dependency breakage using python-requirements.txt In #302, azure-pipelines.yml was modified to ensure that attrs 19.1.0 is installed. This is because 19.2.0 breaks FuseSoC via the simplesat dependency (see https://github.com/enthought/sat-solver/issues/270). While the edits to azure-pipelines.yml fixed CI, users following the getting started guide are still going to run into this issue. This commit addresses the problem in an alternative way - by specifying the version of attrs to use in python-requirements.txt. Introducing a constraints.txt could have advantages, but that is more intrusive and would require further doc updates. I feel that would be overkill for a quick fix workaround that we hope to remove quite rapidly.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository.
The project contains comprehensive documentation of all IPs and tools. You can either access it online or build it locally by following the steps below.
$ sudo apt install python3 python3-pip $ pip3 install --user -r python-requirements.txt
$ ./util/build_docs.py --preview
This compiles the documentation into ./opentitan-docs
and starts a local server, which allows you to access the documentation at http://127.0.0.1:5500.
Have a look at CONTRIBUTING.md for guidelines how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).