-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README and build instructions on Mac #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much Ali!
|
||
.. code:: | ||
|
||
python ./setup.py bdist_wheel --plat-name macosx-10.9-x86_64 -- -DSTATIC_LINKING=False -- -j8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually the default, so there's no need for specifying STATIC_LINKING=False
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok i removed that.
Update README and build instructions on Mac
Subclass statevector state gpu
Summary
The current README is a bit of a boilerplate, so I'm updating it to the general style of the Qiskit project.
In addition, I struggled with building from source on Mac. Eventually figured it out with helpful feedback from @atilag. I'm updating the build instructions so that it may be useful to others.