<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/command, branch v1.1.1rc2</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>More backporting of scons changes: require 0.8.2</title>
<updated>2008-07-09T10:36:41+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-07-09T10:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=268dcd9a7598fdc9267b346f4c8f729ee17c1a1b'/>
<id>268dcd9a7598fdc9267b346f4c8f729ee17c1a1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge revisions 5266:5288: update scons scripts to new variant_dir conventions</title>
<updated>2008-07-09T10:17:18+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-07-09T10:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e656e66f01b90ad8e053e211238b14092d56a63e'/>
<id>e656e66f01b90ad8e053e211238b14092d56a63e</id>
<content type='text'>
in numscons 0.8

    ------------------------------------------------------------------------
    r5267 | cdavid | 2008-06-12 08:35:22 +0200 (Thu, 12 Jun 2008) | 1 line
    
    scons command: set distutils libdir relatively to build directory.
    ------------------------------------------------------------------------
    r5268 | cdavid | 2008-06-12 09:20:28 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Remove distutils_dirs_emitter hacks: no need anymore since we use variant_dir.
    ------------------------------------------------------------------------
    r5269 | cdavid | 2008-06-12 09:23:31 +0200 (Thu, 12 Jun 2008) | 1 line
    
    variant_dir: Rename SConscript for numpy.core.
    ------------------------------------------------------------------------
    r5270 | cdavid | 2008-06-12 09:24:09 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Add boilerplate SConstruct to set variant dir transparantly.
    ------------------------------------------------------------------------
    r5271 | cdavid | 2008-06-12 09:28:27 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt SConscript to new architecture for build dir.
    ------------------------------------------------------------------------
    r5272 | cdavid | 2008-06-12 09:43:27 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt numpyconfig.h location in setup.py file.
    ------------------------------------------------------------------------
    r5273 | cdavid | 2008-06-12 10:59:20 +0200 (Thu, 12 Jun 2008) | 1 line
    
    When src_dir is not null, takes it into account to retrieve distutils libdir.
    ------------------------------------------------------------------------
    r5274 | cdavid | 2008-06-12 11:01:13 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt numpy.lib to new scons build_dir behavior.
    ------------------------------------------------------------------------
    r5275 | cdavid | 2008-06-12 11:48:42 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Set numpy include path relatively to top setup callee when bootstrapping.
    ------------------------------------------------------------------------
    r5276 | cdavid | 2008-06-12 11:49:16 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapat numpy.lib scons build to new build_dir conventions.
    ------------------------------------------------------------------------
    r5277 | cdavid | 2008-06-12 11:55:30 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt numpy.numarray to new build dir convention.
    ------------------------------------------------------------------------
    r5278 | cdavid | 2008-06-12 11:56:55 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt numpy.fft to new build dir conventions.
    ------------------------------------------------------------------------
    r5279 | cdavid | 2008-06-12 12:00:37 +0200 (Thu, 12 Jun 2008) | 1 line
    
    adapt numpy.linalg to new scons build_dir architecture.
    ------------------------------------------------------------------------
    r5280 | cdavid | 2008-06-12 12:05:12 +0200 (Thu, 12 Jun 2008) | 1 line
    
    adapt numpy.random to new scons build_dir architecture.
    ------------------------------------------------------------------------
    r5281 | cdavid | 2008-06-12 12:56:20 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Make sure we are using numscons 0.8.0 or above.
    ------------------------------------------------------------------------
    r5282 | cdavid | 2008-06-12 17:16:07 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Do not fail scons command when cxx compiler is not available.
    ------------------------------------------------------------------------
    r5283 | cdavid | 2008-06-14 08:06:13 +0200 (Sat, 14 Jun 2008) | 1 line
    
    Fix dotblas compilation on mac os X: scons scanner is not smart enough to interpret #include CPP_MACRO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in numscons 0.8

    ------------------------------------------------------------------------
    r5267 | cdavid | 2008-06-12 08:35:22 +0200 (Thu, 12 Jun 2008) | 1 line
    
    scons command: set distutils libdir relatively to build directory.
    ------------------------------------------------------------------------
    r5268 | cdavid | 2008-06-12 09:20:28 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Remove distutils_dirs_emitter hacks: no need anymore since we use variant_dir.
    ------------------------------------------------------------------------
    r5269 | cdavid | 2008-06-12 09:23:31 +0200 (Thu, 12 Jun 2008) | 1 line
    
    variant_dir: Rename SConscript for numpy.core.
    ------------------------------------------------------------------------
    r5270 | cdavid | 2008-06-12 09:24:09 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Add boilerplate SConstruct to set variant dir transparantly.
    ------------------------------------------------------------------------
    r5271 | cdavid | 2008-06-12 09:28:27 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt SConscript to new architecture for build dir.
    ------------------------------------------------------------------------
    r5272 | cdavid | 2008-06-12 09:43:27 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt numpyconfig.h location in setup.py file.
    ------------------------------------------------------------------------
    r5273 | cdavid | 2008-06-12 10:59:20 +0200 (Thu, 12 Jun 2008) | 1 line
    
    When src_dir is not null, takes it into account to retrieve distutils libdir.
    ------------------------------------------------------------------------
    r5274 | cdavid | 2008-06-12 11:01:13 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt numpy.lib to new scons build_dir behavior.
    ------------------------------------------------------------------------
    r5275 | cdavid | 2008-06-12 11:48:42 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Set numpy include path relatively to top setup callee when bootstrapping.
    ------------------------------------------------------------------------
    r5276 | cdavid | 2008-06-12 11:49:16 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapat numpy.lib scons build to new build_dir conventions.
    ------------------------------------------------------------------------
    r5277 | cdavid | 2008-06-12 11:55:30 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt numpy.numarray to new build dir convention.
    ------------------------------------------------------------------------
    r5278 | cdavid | 2008-06-12 11:56:55 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Adapt numpy.fft to new build dir conventions.
    ------------------------------------------------------------------------
    r5279 | cdavid | 2008-06-12 12:00:37 +0200 (Thu, 12 Jun 2008) | 1 line
    
    adapt numpy.linalg to new scons build_dir architecture.
    ------------------------------------------------------------------------
    r5280 | cdavid | 2008-06-12 12:05:12 +0200 (Thu, 12 Jun 2008) | 1 line
    
    adapt numpy.random to new scons build_dir architecture.
    ------------------------------------------------------------------------
    r5281 | cdavid | 2008-06-12 12:56:20 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Make sure we are using numscons 0.8.0 or above.
    ------------------------------------------------------------------------
    r5282 | cdavid | 2008-06-12 17:16:07 +0200 (Thu, 12 Jun 2008) | 1 line
    
    Do not fail scons command when cxx compiler is not available.
    ------------------------------------------------------------------------
    r5283 | cdavid | 2008-06-14 08:06:13 +0200 (Sat, 14 Jun 2008) | 1 line
    
    Fix dotblas compilation on mac os X: scons scanner is not smart enough to interpret #include CPP_MACRO.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge revision 5258 from trunk: some updates to scons scripts.</title>
<updated>2008-07-09T06:30:24+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-07-09T06:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b417c5e6685fc5a03e9528c6dd6acd4ccaffa787'/>
<id>b417c5e6685fc5a03e9528c6dd6acd4ccaffa787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not fail scons command when cxx compiler is not available.</title>
<updated>2008-06-12T15:16:07+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-06-12T15:16:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=09791d29b5e3cc5a53b536e935f7b6b7105d7b48'/>
<id>09791d29b5e3cc5a53b536e935f7b6b7105d7b48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure we are using numscons 0.8.0 or above.</title>
<updated>2008-06-12T10:56:20+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-06-12T10:56:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d46b16200f21823a1d35deaa7bde283126f67616'/>
<id>d46b16200f21823a1d35deaa7bde283126f67616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set numpy include path relatively to top setup callee when bootstrapping.</title>
<updated>2008-06-12T09:48:42+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-06-12T09:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d039ec97e0fbfee068e90ae800681aac0c959f27'/>
<id>d039ec97e0fbfee068e90ae800681aac0c959f27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When src_dir is not null, takes it into account to retrieve distutils libdir.</title>
<updated>2008-06-12T08:59:20+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-06-12T08:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9ed41fefbe4721c362fd46fb078a80730705a06d'/>
<id>9ed41fefbe4721c362fd46fb078a80730705a06d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scons command: set distutils libdir relatively to build directory.</title>
<updated>2008-06-12T06:35:22+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-06-12T06:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e0b47b1e27dc8e6d1005598f517e1ab568d4805e'/>
<id>e0b47b1e27dc8e6d1005598f517e1ab568d4805e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MSVC compiler does not have compiler_cxx member.</title>
<updated>2008-06-08T09:20:03+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-06-08T09:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8fac05d6e37b6d57a08092a32c8a81768a430441'/>
<id>8fac05d6e37b6d57a08092a32c8a81768a430441</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged revisions 5204-5257 via svnmerge from </title>
<updated>2008-06-07T15:57:45+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2008-06-07T15:57:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=942d2dce9638f13b964bdfb9c1d56c25f7455619'/>
<id>942d2dce9638f13b964bdfb9c1d56c25f7455619</id>
<content type='text'>
http://svn.scipy.org/svn/numpy/branches/cdavid

........
  r5205 | cdavid | 2008-05-20 17:14:30 +0900 (Tue, 20 May 2008) | 3 lines
  
  Initialized merge tracking via "svnmerge" with revisions "1-5204" from 
  http://svn.scipy.org/svn/numpy/trunk
........
  r5206 | cdavid | 2008-05-20 17:17:27 +0900 (Tue, 20 May 2008) | 7 lines
  
  
  Current handling of bootstrapping is flawed: I should handle it at the
  distutils level, not at the scons level. This is the first step to detect
  bootstrapping at distutils level, and pass its state to scons through command
  line.
........
  r5207 | cdavid | 2008-05-20 17:35:01 +0900 (Tue, 20 May 2008) | 1 line
  
  Fix typo when passing bootstrapping option to scons.
........
  r5208 | cdavid | 2008-05-20 17:41:11 +0900 (Tue, 20 May 2008) | 5 lines
  
  
  Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in
  numscons.
........
  r5209 | cdavid | 2008-05-20 17:43:46 +0900 (Tue, 20 May 2008) | 1 line
  
  Forgot one file in lapack_lite when no LAPACK is available.
........
  r5210 | cdavid | 2008-05-20 18:24:38 +0900 (Tue, 20 May 2008) | 1 line
  
  Handle fortran compiler on open-solaris
........
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://svn.scipy.org/svn/numpy/branches/cdavid

........
  r5205 | cdavid | 2008-05-20 17:14:30 +0900 (Tue, 20 May 2008) | 3 lines
  
  Initialized merge tracking via "svnmerge" with revisions "1-5204" from 
  http://svn.scipy.org/svn/numpy/trunk
........
  r5206 | cdavid | 2008-05-20 17:17:27 +0900 (Tue, 20 May 2008) | 7 lines
  
  
  Current handling of bootstrapping is flawed: I should handle it at the
  distutils level, not at the scons level. This is the first step to detect
  bootstrapping at distutils level, and pass its state to scons through command
  line.
........
  r5207 | cdavid | 2008-05-20 17:35:01 +0900 (Tue, 20 May 2008) | 1 line
  
  Fix typo when passing bootstrapping option to scons.
........
  r5208 | cdavid | 2008-05-20 17:41:11 +0900 (Tue, 20 May 2008) | 5 lines
  
  
  Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in
  numscons.
........
  r5209 | cdavid | 2008-05-20 17:43:46 +0900 (Tue, 20 May 2008) | 1 line
  
  Forgot one file in lapack_lite when no LAPACK is available.
........
  r5210 | cdavid | 2008-05-20 18:24:38 +0900 (Tue, 20 May 2008) | 1 line
  
  Handle fortran compiler on open-solaris
........
</pre>
</div>
</content>
</entry>
</feed>
