<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/Makefile, branch ps</title>
<subtitle>Simulate foreground for 21cm EoR signal detection
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/'/>
<entry>
<title>Makefile: remove argument "--upgrade" from pip3</title>
<updated>2016-10-15T01:29:25+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-15T01:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=11be1b17a0f80c52be2869a946b9f6def87c91ac'/>
<id>11be1b17a0f80c52be2869a946b9f6def87c91ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Fix quotation</title>
<updated>2016-10-14T14:00:09+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-14T14:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=a978bd5abcd02e8e0938098ee69ff475a02eebde'/>
<id>a978bd5abcd02e8e0938098ee69ff475a02eebde</id>
<content type='text'>
Do not quote Make variables, since Make does NOT understand or parse
single- or double-quote characters in any way.

Credit: http://stackoverflow.com/a/23332194
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not quote Make variables, since Make does NOT understand or parse
single- or double-quote characters in any way.

Credit: http://stackoverflow.com/a/23332194
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add one liner to get the value of any variable</title>
<updated>2016-10-14T13:52:00+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-14T13:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=47a357992bbfdef280eadb6efd71bea60b72289e'/>
<id>47a357992bbfdef280eadb6efd71bea60b72289e</id>
<content type='text'>
Handy liner to help debugging Makefile.

Credit: http://blog.jgc.org/2015/04/the-one-line-you-should-add-to-every.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handy liner to help debugging Makefile.

Credit: http://blog.jgc.org/2015/04/the-one-line-you-should-add-to-every.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate pytest for test support.</title>
<updated>2016-10-04T13:36:35+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-04T13:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=04bf18bdf6c0eebe987cbb0f450e70d686cf01d9'/>
<id>04bf18bdf6c0eebe987cbb0f450e70d686cf01d9</id>
<content type='text'>
Credits:
* http://doc.pytest.org/en/latest/goodpractices.html
* https://github.com/kennethreitz/requests/blob/master/setup.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credits:
* http://doc.pytest.org/en/latest/goodpractices.html
* https://github.com/kennethreitz/requests/blob/master/setup.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add --upgrade to pip3 and add a credit</title>
<updated>2016-10-04T08:30:09+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-04T08:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=085cb258fccb039180e52c8934451673d68e963f'/>
<id>085cb258fccb039180e52c8934451673d68e963f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add variable "VENV" to control virtualenv</title>
<updated>2016-10-03T14:56:49+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-03T14:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=3c6e976827fe382661c2d3682caa597e695bef5c'/>
<id>3c6e976827fe382661c2d3682caa597e695bef5c</id>
<content type='text'>
* The variable "VENV" (default: "venv") defines the virtualenv name and
  can be override by the environment.
* Add "devbuild" target to menu.
* Remove the "--user" argument to fix the pip install problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The variable "VENV" (default: "venv") defines the virtualenv name and
  can be override by the environment.
* Add "devbuild" target to menu.
* Remove the "--user" argument to fix the pip install problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite the Makefile to add virtualenv support.</title>
<updated>2016-09-30T14:28:49+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-09-30T14:28:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=8d39fca1cdbb2ee6d5ec10f190b17aeb1995bccf'/>
<id>8d39fca1cdbb2ee6d5ec10f190b17aeb1995bccf</id>
<content type='text'>
Thanks: http://blog.bottlepy.org/2012/07/16/virtualenv-and-makefiles.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks: http://blog.bottlepy.org/2012/07/16/virtualenv-and-makefiles.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Setup package structures</title>
<updated>2016-09-20T09:28:55+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-09-20T09:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=8e0aad8633ea3484a5a679fef6d04f7249f1400a'/>
<id>8e0aad8633ea3484a5a679fef6d04f7249f1400a</id>
<content type='text'>
Credit: https://github.com/kennethreitz/samplemod
TODO: Add the 'docs' part
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credit: https://github.com/kennethreitz/samplemod
TODO: Add the 'docs' part
</pre>
</div>
</content>
</entry>
</feed>
