<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rusty Razor Blade &#187; numpy</title>
	<atom:link href="http://www.rustyrazorblade.com/category/numpy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Fri, 13 Aug 2010 23:33:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing NumPy on MacOS X Snow Leopard</title>
		<link>http://www.rustyrazorblade.com/2009/09/installing-numpy/</link>
		<comments>http://www.rustyrazorblade.com/2009/09/installing-numpy/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 19:24:08 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[fortran]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[numpy]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=853</guid>
		<description><![CDATA[NumPy is a requirement to work with PyTables.  This is the second step in the install process, after getting HDF5 set up.
These instructions are based on the ones found on the NumPy site, but I&#8217;m summarizing things for my own use later on.
First, you&#8217;ll need to install the Fortran compiler for OSX (gFortran).  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://numpy.scipy.org/">NumPy</a> is a requirement to work with <a href="http://www.pytables.org/moin">PyTables</a>.  This is the second step in the install process, after getting <a href="/2009/09/issues-compiling-hdf5-on-macos-x-snow-leopard/">HDF5 set up.</a></p>
<p>These instructions are based on the ones found on the NumPy site, but I&#8217;m summarizing things for my own use later on.</p>
<p>First, you&#8217;ll need to install the Fortran compiler for OSX (gFortran).  Fortunately there&#8217;s a <a href="http://r.research.att.com/gfortran-4.2.3.dmg">Fortran universal binary installer.</a> </p>
<p>Next, get the NumPy source.  You can <a href="http://sourceforge.net/projects/numpy/files/">find it on Sourceforge</a>.  </p>
<p>Now, build with gFortran.</p>
<blockquote><p>python setup.py build &#8211;fcompiler=gnu95<br />
python setup.py install
</p></blockquote>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rustyrazorblade.com/2009/09/installing-numpy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
