Skip to content

Commit

Permalink
release 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke committed Mar 1, 2014
1 parent 62a37d6 commit be0b56d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 19 deletions.
21 changes: 11 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
/doc/Doxyfile
/hqp_docp/Makefile
/makedefs
/makedirs
/odc/Makefile
/odc/mex.tcl
/autom4te.cache
/config.log
/config.status
/makedefs
/makedirs
/doc/Doxyfile
/lib/pkgIndex.tcl
/*/*.o
/hqp/hqp_solve.c
/hqp/tpc
/hqp_docp/docp
/lib/libhqp.so
/lib/libomu.so
/hqp_docp/Makefile
/odc/Makefile
/odc/mex.tcl
/odc/odc
/odc/sfun_dic.so
/*/*.o
/*/*.obj
/*/*.so
/*/*.dll
/*/*.exe
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-03-01 <rfranke>

* configure, configure.in, .gitignore, INSTALL.html:
- release 1.9.7

2014-02-25 <e-arnold>

* hqp/Hqp_IpsMehrotra.C:
Expand Down
15 changes: 8 additions & 7 deletions INSTALL.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,17 @@ <h3>Detailed installation steps</h3>
<p><b>Feature options:</b></p>
<dl>
<dt><pre>--enable-adolc</pre></dt>
<dd>Unpack and build the contained ADOL-C for automatic differentiation
<dd>Include code that uses ADOL-C for automatic differentiation
as part of Omuses. This simplifies the manual implementation of
optimization programs. See the Odc demo collection,
e.g. ./odc/Prg_BatchReactor.[hC] using ADOL-C vs.
./odc/Prg_BatchReactor_bare.[hC] accessing lower level interfaces.</dd>
./odc/Prg_BatchReactor_bare.[hC] accessing lower level interfaces.<br>
Additionally you may specify:</dd>
<dl>
<dt><pre>--with-adolc</pre></dt>
<dd>Directory prefix of ADOL-C installation, e.g.
<pre>--with-adolc=/usr</pre></dd>
</dl>
<dt><pre>--enable-fortran</pre></dt>
<dd>Include the numerical integration routines RKsuite and
optionally DASPK with libomu (see also daspk/README).
Expand Down Expand Up @@ -283,11 +289,6 @@ <h2>Base modules</h2>
Matrix library (by D.E. Steward and Z. Leyk)
</dd>

<dt>adol-c</dt>
<dd>
Automatic differentiation code (by A. Griewank et al)
</dd>

<dt>iftcl</dt>
<dd>
Interface wrapping Tcl (Tool Command Language; used for configuring solver options and for controlling the execution)
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
MAJOR_VERSION=1
MINOR_VERSION=9
PATCHLEVEL_BASE=7
DEVELOPMENT_VERSION=yes
DEVELOPMENT_VERSION=no
# note: PATCHLEVEL is formed by appending to PATCHLEVEL_BASE the
# modification date of ChangeLog if DEVELOPMENT_VERSION = yes

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AC_INIT(hqp/Hqp.h)
MAJOR_VERSION=1
MINOR_VERSION=9
PATCHLEVEL_BASE=7
DEVELOPMENT_VERSION=yes
DEVELOPMENT_VERSION=no
# note: PATCHLEVEL is formed by appending to PATCHLEVEL_BASE the
# modification date of ChangeLog if DEVELOPMENT_VERSION = yes

Expand Down

0 comments on commit be0b56d

Please sign in to comment.