|
From: Alexander H. <ale...@gm...> - 2014-03-14 04:32:45
|
On 3/13/14, 8:14 PM, Sam Seaver wrote: > So I'm using Mavericks, OS X 10.9.2, and XCode 5.1, I tried to > re-configure fink but I get this: > > Fink does not yet support an official set of binary packages for your > current > distribution. > > => Setting UseBinaryDist to 'false' > > I think I may have a stab at creating a mock package. > Thanks > S > > "fink configure" won't do it right now. Editing /sw/etc/apt/sources.list as an admin and adding the line deb http://bindist.finkproject.org/10.9 stable main will enable access to the binary distribution via the "apt" family of commands. You'll want to run "sudo apt-get update" after that. If you also edit /sw/etc/fink.conf manually and set the UseBinaryDist field to true, that will give the fink command access to the binary distribution as well. Another option would be just to remove the -fno-schedule-insns2 entry from the ConfigureParams line in /sw/fink/10.7/stable/main/finkinfo/sci/fftw.info -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ |