Skip to content

Commit

Permalink
1. Change version to today.
Browse files Browse the repository at this point in the history
2. User's view of previous commit.

whats_new_11.omh: user's view of previous change.
  • Loading branch information
bradbell committed Mar 23, 2011
1 parent 2875341 commit 559e95e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion doc.omh
Expand Up @@ -33,7 +33,7 @@ $hiliteseq%
%.%reverse%(% reverse
%$$

$section pycppad-20110322: A Python Algorithm Derivative Package$$
$section pycppad-20110323: A Python Algorithm Derivative Package$$

$index AD, python$$
$index python, AD$$
Expand Down
22 changes: 11 additions & 11 deletions omh/install.omh
Expand Up @@ -53,8 +53,8 @@ $index download, pycppad$$
$index pycppad, download$$
Download the file
$href%
http://www.seanet.com/~bradbell/pycppad-20110322.tar.gz%
pycppad-20110322.tar.gz
http://www.seanet.com/~bradbell/pycppad-20110323.tar.gz%
pycppad-20110323.tar.gz
%$$
and store it on your machine.

Expand All @@ -65,14 +65,14 @@ $index extract, pycppad$$
$index pycppad, extract$$
On unix, you could use the command
$codep
tar -xvzf pycppad-20110322.tar.gz
tar -xvzf pycppad-20110323.tar.gz
$$
which would create the directory $code pycppad-20110322$$.
which would create the directory $code pycppad-20110323$$.

$head Required Setup Information$$
The value of the following setup variables, in the file
$codep
pycppad-20110322/setup.py
pycppad-20110323/setup.py
$$
must be set to agree with your system:
$code
Expand All @@ -89,7 +89,7 @@ $index pycppad, build$$
$subhead With Debugging$$
$index debugging, build$$
$index build, debugging$$
Change into the directory $code pycppad-20110322$$ and execute the command
Change into the directory $code pycppad-20110323$$ and execute the command
$codep
./setup.py build_ext --debug --undef NDEBUG
$$
Expand Down Expand Up @@ -162,7 +162,7 @@ $index test, pycppad$$
$index pycppad, test$$
You can test of all the
$cref/examples/example/$$ in the $code pycppad$$ documentation.
Change into the directory $code pycppad-20110322$$ and execute the command
Change into the directory $code pycppad-20110323$$ and execute the command
$codep
python test_example.py
$$
Expand All @@ -179,7 +179,7 @@ You may or may not preform this step:
$pre

$$
Change into the directory $code pycppad-20110322$$ and execute the command
Change into the directory $code pycppad-20110323$$ and execute the command
$codei%
python setup.py install --prefix=%prefix%
%$$
Expand All @@ -206,7 +206,7 @@ an uninstall command. You can uninstall the $code pycppad$$ package
by removing the entries
$codei%
%prefix%/lib/python%major%.%minor%/site-packages/pycppad
%prefix%/lib/python%major%.%minor%/site-packages/pycppad-20110322.egg-info
%prefix%/lib/python%major%.%minor%/site-packages/pycppad-20110323.egg-info
%prefix%/share/doc/pycppad
%$$
where $icode major$$ and $icode minor$$
Expand All @@ -225,7 +225,7 @@ $codei%
%$$
unless the distribution directory
$codep
pycppad-20110322
pycppad-20110323
$$
is in your python path.
If you have installed $code pycppad$$,
Expand Down Expand Up @@ -257,7 +257,7 @@ to your $code @HOME/.bashrc$$ file.
$head pycppad Documentation$$
The documentation for $code pycppad$$ starts out in the directory
$codep
pycppad-20110322/doc
pycppad-20110323/doc
$$
During the installation process, it is copied to the directory
$codei%
Expand Down
6 changes: 6 additions & 0 deletions omh/whats_new_11.omh
@@ -1,6 +1,7 @@
$begin whats_new_11$$
$dollar @$$
$spell
undef
pycppad
inplace
py
Expand All @@ -20,6 +21,11 @@ $children%
$cref/2010/whats_new_10/$$,
$cref/2008/whats_new_09/$$

$head 03-23$$
The $code --undef$$ option is not available to $code ./setup.py build$$ so
$code ./setup.py build$$ was changed to $code ./setup.py build_ext$$
in the $cref/build instructions/install/Building/$$.

$head 03-20$$

$list number$$
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@
# for documentation on how to use the script setup.py
# ---------------------------------------------------------------------
# Values in setup.py that are replaced by build.sh
package_version = '20110322'
package_version = '20110323'
cppad_tarball = 'cppad-20110101.3.gpl.tgz'
cppad_download_dir = 'http://www.coin-or.org/download/source/CppAD'
# ---------------------------------------------------------------------
Expand Down

0 comments on commit 559e95e

Please sign in to comment.