<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for akh&#039;s Fink Blog</title>
	<atom:link href="http://finkakh.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://finkakh.wordpress.com</link>
	<description>my blog about Fink stuff</description>
	<lastBuildDate>Sun, 28 Apr 2013 19:07:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on sbcl-1.1.6 by finkakh</title>
		<link>http://finkakh.wordpress.com/2013/03/30/sbcl-1-1-6/#comment-303</link>
		<dc:creator><![CDATA[finkakh]]></dc:creator>
		<pubDate>Sun, 28 Apr 2013 19:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=673#comment-303</guid>
		<description><![CDATA[Retracted since sbcl-1.1.6 didn&#039;t actually work on OS X.]]></description>
		<content:encoded><![CDATA[<p>Retracted since sbcl-1.1.6 didn&#8217;t actually work on OS X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path modifier script by fixpath-1.0.0 &#171; akh&#039;s Fink Blog</title>
		<link>http://finkakh.wordpress.com/2013/01/02/path-modifier-script/#comment-268</link>
		<dc:creator><![CDATA[fixpath-1.0.0 &#171; akh&#039;s Fink Blog]]></dc:creator>
		<pubDate>Sat, 26 Jan 2013 01:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=528#comment-268</guid>
		<description><![CDATA[[...] all supported OS X.  This contains the path-fixing script that I mentioned [...]]]></description>
		<content:encoded><![CDATA[<p>[...] all supported OS X.  This contains the path-fixing script that I mentioned [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path modifier script by finkakh</title>
		<link>http://finkakh.wordpress.com/2013/01/02/path-modifier-script/#comment-267</link>
		<dc:creator><![CDATA[finkakh]]></dc:creator>
		<pubDate>Sat, 26 Jan 2013 01:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=528#comment-267</guid>
		<description><![CDATA[I&#039;ve made up a Fink package for this called &quot;fixpath&quot;--I renamed the Perl script to &quot;fixpath.pl&quot;.  There&#039;s a github repository for it:

https://github.com/akhansen/fixpath]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve made up a Fink package for this called &#8220;fixpath&#8221;&#8211;I renamed the Perl script to &#8220;fixpath.pl&#8221;.  There&#8217;s a github repository for it:</p>
<p><a href="https://github.com/akhansen/fixpath" rel="nofollow">https://github.com/akhansen/fixpath</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path modifier script by finkakh</title>
		<link>http://finkakh.wordpress.com/2013/01/02/path-modifier-script/#comment-265</link>
		<dc:creator><![CDATA[finkakh]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 20:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=528#comment-265</guid>
		<description><![CDATA[The following is convenient:

1) I created a script called &quot;fixpath.sh&quot; in /sw/etc/profile.d with contents:

#!/bin/sh -ev
export PATH=`/Users/finkakh/bin/pathformat.pl`

.  The name isn&#039;t important, because fink&#039;s environment initialization (init.sh or init.csh) sources everything in that directory.

2) I set the Terminal item in the X11 Applications menu to be &quot;xterm -ls&quot;, i.e. &#039;login shell&#039;, so that init.sh and profile.d/ get processed.  (The default on Xquartz is now to start with whatever the user&#039;s PATH setting is, and older X11 releases just ignored it--this gives consistent results for both cases)]]></description>
		<content:encoded><![CDATA[<p>The following is convenient:</p>
<p>1) I created a script called &#8220;fixpath.sh&#8221; in /sw/etc/profile.d with contents:</p>
<p>#!/bin/sh -ev<br />
export PATH=`/Users/finkakh/bin/pathformat.pl`</p>
<p>.  The name isn&#8217;t important, because fink&#8217;s environment initialization (init.sh or init.csh) sources everything in that directory.</p>
<p>2) I set the Terminal item in the X11 Applications menu to be &#8220;xterm -ls&#8221;, i.e. &#8216;login shell&#8217;, so that init.sh and profile.d/ get processed.  (The default on Xquartz is now to start with whatever the user&#8217;s PATH setting is, and older X11 releases just ignored it&#8211;this gives consistent results for both cases)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Path modifier script by finkakh</title>
		<link>http://finkakh.wordpress.com/2013/01/02/path-modifier-script/#comment-262</link>
		<dc:creator><![CDATA[finkakh]]></dc:creator>
		<pubDate>Thu, 03 Jan 2013 04:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=528#comment-262</guid>
		<description><![CDATA[Reblogged this on &lt;a href=&quot;http://finkers.wordpress.com/2013/01/02/565/&quot; rel=&quot;nofollow&quot;&gt;Finkers: a blog about Fink&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Reblogged this on <a href="http://finkers.wordpress.com/2013/01/02/565/" rel="nofollow">Finkers: a blog about Fink</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on wxmaxima-12.04.0 by finkakh</title>
		<link>http://finkakh.wordpress.com/2012/05/09/wxmaxima-12-04-0/#comment-131</link>
		<dc:creator><![CDATA[finkakh]]></dc:creator>
		<pubDate>Sun, 16 Sep 2012 21:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=196#comment-131</guid>
		<description><![CDATA[The crashing issue can be worked around by &lt;em&gt;not&lt;/em&gt; setting the &quot;Match parenthesis in text controls&quot; field in the Preferences.]]></description>
		<content:encoded><![CDATA[<p>The crashing issue can be worked around by <em>not</em> setting the &#8220;Match parenthesis in text controls&#8221; field in the Preferences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handy migrator script by finkakh</title>
		<link>http://finkakh.wordpress.com/2012/07/19/handy-migrator-script/#comment-59</link>
		<dc:creator><![CDATA[finkakh]]></dc:creator>
		<pubDate>Thu, 19 Jul 2012 16:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=329#comment-59</guid>
		<description><![CDATA[Reblogged this on &lt;a href=&quot;http://finkers.wordpress.com/2012/07/19/512/&quot; rel=&quot;nofollow&quot;&gt;Finkers: a blog about Fink&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Reblogged this on <a href="http://finkers.wordpress.com/2012/07/19/512/" rel="nofollow">Finkers: a blog about Fink</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on geometry-1.5.0 from Octave Forge by finkakh</title>
		<link>http://finkakh.wordpress.com/2012/06/07/geometry-1-5-0-from-octave-forge/#comment-52</link>
		<dc:creator><![CDATA[finkakh]]></dc:creator>
		<pubDate>Sun, 10 Jun 2012 16:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=246#comment-52</guid>
		<description><![CDATA[Unfortunately, it doesn&#039;t really work for Octave-3.4.3, so I&#039;ve retracted that variant.]]></description>
		<content:encoded><![CDATA[<p>Unfortunately, it doesn&#8217;t really work for Octave-3.4.3, so I&#8217;ve retracted that variant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Octave and Octave Forge packages for parallel threaded ATLAS by finkakh</title>
		<link>http://finkakh.wordpress.com/2012/06/07/updated-octave-and-octave-forge-packages-for-parallel-threaded-atlas/#comment-51</link>
		<dc:creator><![CDATA[finkakh]]></dc:creator>
		<pubDate>Sun, 10 Jun 2012 16:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=251#comment-51</guid>
		<description><![CDATA[I had to do some cleanup work for arpack-ng-atlas.  Sorry about that.]]></description>
		<content:encoded><![CDATA[<p>I had to do some cleanup work for arpack-ng-atlas.  Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on control-2.3.51 from Octave-forge by finkakh</title>
		<link>http://finkakh.wordpress.com/2012/06/04/control-2-3-51-from-octave-forge/#comment-50</link>
		<dc:creator><![CDATA[finkakh]]></dc:creator>
		<pubDate>Fri, 08 Jun 2012 03:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://finkakh.wordpress.com/?p=243#comment-50</guid>
		<description><![CDATA[From discussions with the package&#039;s author, Lukas Reichlin, it appears that the package fails a lot of tests when built against Accelerate.framework, especially on Lion, and a few when built against ATLAS.  I&#039;ve added a new variant to the package which builds against a reference (unoptimized) LAPACK and BLAS [known as lapack341(-shlibs)] and passes all of its internal tests.  This is called &lt;em&gt;control-ref-oct36(0&#124;1&#124;2)&lt;/em&gt;.]]></description>
		<content:encoded><![CDATA[<p>From discussions with the package&#8217;s author, Lukas Reichlin, it appears that the package fails a lot of tests when built against Accelerate.framework, especially on Lion, and a few when built against ATLAS.  I&#8217;ve added a new variant to the package which builds against a reference (unoptimized) LAPACK and BLAS [known as lapack341(-shlibs)] and passes all of its internal tests.  This is called <em>control-ref-oct36(0|1|2)</em>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
