User:Carloscardenas/GSOC2012: Difference between revisions
No edit summary |
|||
| Line 33: | Line 33: | ||
=== Dependences === | === Dependences === | ||
1. Update MacOx 10.7. | 1. Update MacOx 10.7. | ||
2. Install Xcode. | 2. Install Xcode. | ||
3. Install PyGtk from jhbuild. Install in /opt. The installation in the /User/$path make a problems. | 3. Install PyGtk from jhbuild. Install in /opt. The installation in the /User/$path make a problems. | ||
4. Install Scons | 4. Install Scons | ||
5. Install Sundails | 5. Install Sundails | ||
6. Install Ipopt | 6. Install Ipopt | ||
7. Install c-unit | 7. Install c-unit | ||
8. Install Python package: | 8. Install Python package: | ||
<nowiki> | <nowiki> | ||
easy_install pip | easy_install pip | ||
pip install virtualenv | pip install virtualenv | ||
pip install virtualenvwrapper | pip install virtualenvwrapper | ||
pip install numpy | pip install numpy | ||
pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev | pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev | ||
pip install ipython | pip install ipython | ||
pip install -e git+https://github.com/matplotlib/matplotlib#egg=matplotlib-dev | pip install -e git+https://github.com/matplotlib/matplotlib#egg=matplotlib-dev | ||
</nowiki> | </nowiki> | ||
| Line 54: | Line 67: | ||
<nowiki> | <nowiki> | ||
$cd Users/User/src/matplopt | $cd Users/User/src/matplopt | ||
$sudo make -f make.osx PREFIX=/opt PYVERSION=2.7 fetch deps mpl_install_std | $sudo make -f make.osx PREFIX=/opt PYVERSION=2.7 fetch deps mpl_install_std | ||
</nowiki> | </nowiki> | ||
Revision as of 21:52, 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