Skip to content
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

[WIP] : QISKIT installer based on setuptools and Cython #412

Closed
wants to merge 18 commits into from
Closed

[WIP] : QISKIT installer based on setuptools and Cython #412

wants to merge 18 commits into from

Commits on Apr 14, 2018

  1. Configuration menu
    Copy the full SHA
    3c042a8 View commit details
    Browse the repository at this point in the history
  2. Update setup for win32 builds

    nonhermitian authored and chriseclectic committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    1ad9f44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    462f075 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Configuration menu
    Copy the full SHA
    0e8674d View commit details
    Browse the repository at this point in the history
  2. gitignore

    nonhermitian committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    235516f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c44c68f View commit details
    Browse the repository at this point in the history
  4. Add setup.py back

    nonhermitian committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    014512c View commit details
    Browse the repository at this point in the history
  5. fix setup.py

    nonhermitian committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    c121b52 View commit details
    Browse the repository at this point in the history
  6. fix cpp backend

    nonhermitian committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    c35b895 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22af58c View commit details
    Browse the repository at this point in the history
  8. fix python requires

    nonhermitian committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    829b450 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Change omp handling in OSX

    OMP flag inserted only if compilers explicitly set via CC= and CXX=, and the corresponding compilers are not from Apple.
    nonhermitian committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    f6e07d4 View commit details
    Browse the repository at this point in the history
  2. Add back qconfig

    nonhermitian committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    878621b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. add src make file back

    nonhermitian committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    5b0b44b View commit details
    Browse the repository at this point in the history
  2. Add pylint command

    Add pylint command
    nonhermitian committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    8057452 View commit details
    Browse the repository at this point in the history
  3. try new travis setup

    nonhermitian committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    631b767 View commit details
    Browse the repository at this point in the history
  4. Added new commands to setup

    Setup now does: testing, pep8, profile, and coverage.
    nonhermitian committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    4dd9820 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. working travis yaml

    nonhermitian committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    5f1dd1a View commit details
    Browse the repository at this point in the history