We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Installation
For simplicity use ~/workspace/PyCPPAD as root folder where everything gets installed. You can adapt this path to fit your needs.
~/workspace/PyCPPAD
./configure --prefix=~/workspace/PyCPPAD
~/workspace/PyCPPAD/include/cppad
cd ~/workspace/PyCPPAD
editor SConstruct
LIBS, LIBPATH, INCLUDEPATH
scons
If everything worked out, you should should have now the following file ~/workspace/PyCPPAD/release/cppad/_cppad.so
~/workspace/PyCPPAD/release/cppad/_cppad.so
Easy example change directory to ~/workspace/PyCPPAD/examples and run
~/workspace/PyCPPAD/examples
python simple_multiplication.py