Skip to content

Commit

Permalink
remove ctypesgen dependency [still broken on windows] (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Sep 7, 2019
1 parent a96e0a0 commit efda227
Show file tree
Hide file tree
Showing 8 changed files with 637 additions and 286 deletions.
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

0 comments on commit efda227

Please sign in to comment.