bradbell / cppad_py

A C++ Object Library and Python Interface to Cppad
https://cppad-py.readthedocs.io
15 stars 3 forks source link

Fix the `setup.py` for stdlib #9

Closed mbannick closed 4 years ago

mbannick commented 4 years ago

This fixes the errors that I was getting on my Mac.

bradbell commented 4 years ago

I think I satisfied this pull request by the changes in the following commit: https://github.com/bradbell/cppad_py/commit/fd094153736feb1b7bd2d7377c36cd45ee06a337 Please test it on your machine and if it works, close this pull request.

The real work was getting setup.py to run cmake, check for errors, and get the results. There is a mistaken change to the MANIFEST (extra space at the end) that I will remove. There was some old, unrelated documentation about --debug. All of the settings, like debugging, are extracted from bin/get_cpapd.sh so that they are consistent.

bradbell commented 4 years ago

I think I satsfied this pull request (see message above). If you agree, please close it. Brad.