Erotemic / ibeis

image based ecological information system
Apache License 2.0
49 stars 17 forks source link

Build Issues on OSX #42

Closed Erotemic closed 9 years ago

Erotemic commented 9 years ago

Corrections to how to install....

---- 1. Don't need to explicitly install gcc48, g++ or gfortran. scipy is what needs them and goes and gets what it needs. JASON: We might want to force specific compiler versions that scipy will use ---- 2. No jpg ---- 3. libjpeg -> jpeg ---- 4. libtiff -> tiff ---- 5. littlecms does not exit in macports. Ignoring for now... ---- 6. fftw3 fftw-3 ---- 7. atlas requires a fortran compiler, which I didn't waste time building... JASON: We might want to force specific compiler versions that scipy will use ---- 8. py-qt4 -> py-pyqt4 ---- 9. need sudo pip install parse ---- 10. Don't need pyinstaller. ---- 11. Need to do three port selects: sudo port select --set python python27 sudo port select --set ipython ipython27 sudo port select --set cython cython27 sudo port select --set pip pip27 ---- 12. sudo pip install git+https://github.com/amitdev/lru-dict

Building: ---- 1. Build clang2 locally . check to see that the path to llvm etc... ---- 2. Turn off clang2 in hesaff

bluemellophone commented 9 years ago

All of these items have been added to bootstrap and util_cplat_packages