User:Carloscardenas/GSOC2012: Difference between revisions
No edit summary |
|||
| Line 6: | Line 6: | ||
== ASCEND4 Install == | == ASCEND4 Install == | ||
Ascend4 install for MAC OS X 10.7. Download [ | Ascend4 install for MAC OS X 10.7. Download [http://www.cardenas.pe/ascend/ASCEND-t.dmg here. ] | ||
Mac ASCEND4 Installer [http://ascend4.org/User:Carloscardenas/GSOC2012/MacASCEND4ScreenShot screenshot]. | |||
== GsoC Log == | == GsoC Log == | ||
| Line 17: | Line 19: | ||
== Bugs == | == Bugs == | ||
* [ http://ascend4.org/User:Carloscardenas/GSOC2012CONOPT CONOPT] | |||
* [ IPOT ] | |||
* [ MATPLOT] | |||
* [ PYGTK] | |||
* [ GRAPHVIZ] | |||
* [ Lyx] | |||
* [ ASCEND ] | |||
== Devel == | == Devel == | ||
For the developer process: | |||
=== Dependences === | |||
1. Update MacOx 10.7. | |||
2. Install Xcode. | |||
3. Install PyGtk from jhbuild. Install in /opt. The installation in the /User/$path make a problems. | |||
4. Install Scons | |||
5. Install Sundails | |||
6. Install Ipopt | |||
7. Install c-unit | |||
8. Install Python package: | |||
<nowiki> | |||
easy_install pip | |||
pip install virtualenv | |||
pip install virtualenvwrapper | |||
pip install numpy | |||
pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev | |||
pip install ipython | |||
pip install -e git+https://github.com/matplotlib/matplotlib#egg=matplotlib-dev | |||
</nowiki> | |||
For matplopt: | |||
<nowiki> | |||
$cd Users/User/src/matplopt | |||
$sudo make -f make.osx PREFIX=/opt PYVERSION=2.7 fetch deps mpl_install_std | |||
</nowiki> | |||
9. Download gams23.9_osx_x64_64_sfx | |||
10. Install Ascend4 | |||
<nowiki>scons --config=force INSTALL_PREFIX=/usr/local/ IPOPT_PREFIX=../lib IPOPT_LIBPATH=../lib IPOPT_CPPPATH=../lib CONOPT_PREFIX=../lib CONOPT_CPPPATH=../Library CONOPT_LIBPATH=../lib CONOPT_PATH=../lib GRAPHVIZ_CPPPATH=../lib GRAPHVIZ_LIBPATH=../lib GRAPHVIZ_LIBS=../lib</nowiki> | |||
=== Test in the Machine === | |||
=== Package === | |||
* [ http://ascend4.org/User:Carloscardenas/CreateASCEND.App Create ASCEND.App ] | |||
* [ DiskUtility & PackageMaker ] | |||
=== Virtual Machine === | |||
=== Testing in the Virtual Machine === | |||
User the Testing and Error for find the libraries and write this in postintall.sh | |||
== Gsoc Student == | == Gsoc Student == | ||
[[User:Carloscardenas|Carlos Mauro Cárdenas Fernández]] | [[User:Carloscardenas|Carlos Mauro Cárdenas Fernández]] | ||
Revision as of 21:51, 20 August 2012
Original Proposal
ASCEND4 Install
Ascend4 install for MAC OS X 10.7. Download here.
Mac ASCEND4 Installer screenshot.
GsoC Log
GSoC Email
Planning
Bugs
- [ http://ascend4.org/User:Carloscardenas/GSOC2012CONOPT CONOPT]
- [ IPOT ]
- [ MATPLOT]
- [ PYGTK]
- [ GRAPHVIZ]
- [ Lyx]
- [ ASCEND ]
Devel
For the developer process:
Dependences
1. Update MacOx 10.7. 2. Install Xcode. 3. Install PyGtk from jhbuild. Install in /opt. The installation in the /User/$path make a problems. 4. Install Scons 5. Install Sundails 6. Install Ipopt 7. Install c-unit 8. Install Python package: easy_install pip pip install virtualenv pip install virtualenvwrapper pip install numpy pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev pip install ipython pip install -e git+https://github.com/matplotlib/matplotlib#egg=matplotlib-dev
For matplopt:
$cd Users/User/src/matplopt $sudo make -f make.osx PREFIX=/opt PYVERSION=2.7 fetch deps mpl_install_std
9. Download gams23.9_osx_x64_64_sfx 10. Install Ascend4
scons --config=force INSTALL_PREFIX=/usr/local/ IPOPT_PREFIX=../lib IPOPT_LIBPATH=../lib IPOPT_CPPPATH=../lib CONOPT_PREFIX=../lib CONOPT_CPPPATH=../Library CONOPT_LIBPATH=../lib CONOPT_PATH=../lib GRAPHVIZ_CPPPATH=../lib GRAPHVIZ_LIBPATH=../lib GRAPHVIZ_LIBS=../lib
Test in the Machine
Package
- [ http://ascend4.org/User:Carloscardenas/CreateASCEND.App Create ASCEND.App ]
- [ DiskUtility & PackageMaker ]
Virtual Machine
Testing in the Virtual Machine
User the Testing and Error for find the libraries and write this in postintall.sh