Skip to content

Commit

Permalink
Automatic push
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Jan 21, 2015
1 parent 5bca695 commit a538b3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions posts.html
Expand Up @@ -39,6 +39,12 @@ <h1>Recent posts</h1>

<ul>
<li class="post">
<a href="./posts/2015-01-21-building-scipy-on-rocks.html">Building Scipy on the ROCKS</a> &mdash;
<time datetime="2015-01-21" class="pubdate">2015-01-21</time>
<ul class="tags"><li>scipy</li><li>redhat</li><li>rocks</li><li>atlas</li><li>lapack</li></ul>
</li>

<li class="post">
<a href="./posts/2014-11-28-state-of-llvm-backend.html">GHC and LLVM: A status update</a> &mdash;
<time datetime="2014-11-28" class="pubdate">2014-11-28</time>
<ul class="tags"><li>ghc</li><li>llvm</li><li>arm</li></ul>
Expand Down
7 changes: 7 additions & 0 deletions rss.xml
Expand Up @@ -224,6 +224,13 @@
<pubDate>Fri, 28 Nov 2014 00:00:00 UT</pubDate>
<guid>http://bgamari.github.com//posts/2014-11-28-state-of-llvm-backend.html</guid>
</item>
<item>
<title>Building Scipy on the ROCKS</title>
<link>http://bgamari.github.com//posts/2015-01-21-building-scipy-on-rocks.html</link>
<description><![CDATA[Installing Scipy on brain-dead distributions.]]></description>
<pubDate>Wed, 21 Jan 2015 00:00:00 UT</pubDate>
<guid>http://bgamari.github.com//posts/2015-01-21-building-scipy-on-rocks.html</guid>
</item>

</channel>
</rss>

0 comments on commit a538b3e

Please sign in to comment.