Sources.list for 10.6 intel only

From OS X Scientific Computing

Jump to: navigation, search

For 10.6 Intel ONLY !!!!!

The computer hosting this is called sage.ucsc.edu (after J D Bernal). UCSC refused to let me name it after Albert Parsons.

If you have 10.5, please go to the Sources.list for 10.5 intel only page for analogous instructions. If you want to try using this on 10.5, it might work, but it is untested and I can't troubleshoot anything for you.


-- 32 bit

This is my direct upgrade from 10.5. If you have been using the Sources.list for 10.5 intel only you can replace it with this or simply edit that file and replace 10.5 with 10.6 (both urls lead to the same place).

Add this to the bottom of the /sw/etc/apt/sources.list file:


deb http://sage.ucsc.edu/fink_intel_10.6_32bit    stable main crypto

deb http://sage.ucsc.edu/fink_intel_10.6_32bit unstable main crypto
deb http://sage.ucsc.edu/fink_intel_10.6_32bit local main


Back to previous page

-- 64 bit

This is totally incompatible with any previous fink installation.

Everything I compiled for 64-bit currently installs into a root directory called /sw64, so to use it, you have to have bootstrap-installed into that , or you might be able to get away with making a symlink like this:

ln -s /sw64    /sw

but I haven't yet had a chance to test to see if the symlink works. Best to play it safe and install fink into /sw64

Please note not all intel machines are 64-bit capable. Check first.


Add this to the bottom of the /sw64/etc/apt/sources.list file:


deb http://sage.ucsc.edu/fink_intel_10.6_64bit    stable main crypto

deb http://sage.ucsc.edu/fink_intel_10.6_64bit unstable main crypto
deb http://sage.ucsc.edu/fink_intel_10.6_64bit local main


Back to previous page

Personal tools