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

remove ctyespgen dependency #1429

Merged
merged 20 commits into from
Sep 7, 2019
Merged
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS,expopt_h.py,modified_ctypesgen.py
ignore=CVS,baked_ctypesgen.py

# Pickle collected data for later comparisons.
persistent=yes
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
gpkit/_mosek/__init__.py
gpkit/_mosek/cli_expopt.py
gpkit/_mosek/expopt.py
gpkit/_mosek/baked_ctypesgen.py
gpkit/_pint/__init__.py
gpkit/_pint/usd_cpi.txt
gpkit/constraints/__init__.py
Expand Down Expand Up @@ -56,7 +57,6 @@ gpkit/build.py
gpkit/exceptions.py
gpkit/globals.py
gpkit/keydict.py
gpkit/modified_ctypesgen.py
gpkit/repr_conventions.py
gpkit/small_classes.py
gpkit/small_scripts.py
Expand Down
2 changes: 0 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ GPkit interfaces with two off the shelf solvers: cvxopt, and MOSEK.
Cvxopt is open source and installed by default; MOSEK requires a commercial licence or (free)
academic license.

Before any of the steps below, if you are using Python 2 run ``pip install ctypesgen``.

Mac OS X
- If ``which gcc`` does not return anything, install the `Apple Command Line Tools <https://developer.apple.com/downloads/index.action?=command%20line%20tools>`_.
- Download `MOSEK 8 <https://www.mosek.com/downloads/>`_, then:
Expand Down
Loading