From b0a9c6b5b17c671973ed5a1c3cac457f02f7b094 Mon Sep 17 00:00:00 2001 From: Will Zeng Date: Mon, 10 Dec 2018 10:03:01 -0800 Subject: [PATCH 1/2] add rpm dependencies install command for local SDK --- docs/source/start.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/start.rst b/docs/source/start.rst index 3b8a9fab8..26b914556 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -170,6 +170,12 @@ libffi. On a Debian-derivative system, this could be accomplished with sudo apt-get install liblapack-dev libblas-dev libffi-dev +Or on rpm systems (e.g. Amazon Linux) with + +:: + + sudo yum install -y lapack-devel blas-devel + To uninstall, remove the directory ``~/rigetti``. .. _exampleprogram: From 8241acddfa5aaf4fff1e2dff4b4e1a9b44f69f6c Mon Sep 17 00:00:00 2001 From: Will Zeng Date: Mon, 10 Dec 2018 15:09:27 -0800 Subject: [PATCH 2/2] wording --- docs/source/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/start.rst b/docs/source/start.rst index 26b914556..48fa40094 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -170,7 +170,7 @@ libffi. On a Debian-derivative system, this could be accomplished with sudo apt-get install liblapack-dev libblas-dev libffi-dev -Or on rpm systems (e.g. Amazon Linux) with +Or on any rhel-derivative systems (e.g. Amazon Linux) with ::