Don't forget to sign up in the ascend user list: 
https://lists.sourceforge.net/lists/listinfo/ascend-sim-users

Some more details for the installation process which I have written down 
back then (no warranty if this is still up to date to the current 
state)...try first installing ascend like described in my first mail and 
documented in the wiki (http://ascend4.org/Building_ASCEND):


*** tk/tcl

http://ascend4.org/Tcl-config

*** Sundials
Needed sundials version is 2.4.0!!! see: 
http://bugs.ascend4.org/view.php?id=559

% tar xzf sundials-x.y.z.tar.gz
% cd sundials-x.y.z
% ./configure
% make
% make install

*** IPOPT

http://www.coin-or.org/Ipopt/documentation/node12.html

http://www.coin-or.org/Ipopt/documentation/node13.html

http://www.coin-or.org/Ipopt/documentation/node14.html

svn co https://projects.coin-or.org/svn/Ipopt/stable/3.10 CoinIpopt

sudo apt-get install libblas-dev liblapack-dev

cd CoinIpopt

mkdir build

cd build

~/CoinIpopt/configure --prefix=/usr/local

sudo make

sudo make install

o get support for IPOPT, you need to manually edit
/usr/lib/pkgconfig/ipopt.pc and replace -ldmumps with -ldmumps_seq.

*** dtar:

Download dtar 
(http://code.ascend4.org/viewvc/code/trunk/tools/dtar/dtar?view=markup) 
script to ~/ascend/

sudo apt-get install debhelper ccache

python dtar.py dist/ascend-VERSION.tar.bz2 dist/debian.tar.gz

------------------------------------------------------------------------------
_______________________________________________
Ascend-sim-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ascend-sim-users

Reply via email to