Difference between revisions of "Documentation/Labs/NUMPY171"

From Slicer Wiki
Jump to: navigation, search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
 +
 +
 +
Since Slicer [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=24561 r24561] from Sept 17th 2015, NumPy 1.9.2 has been integrated.
 +
  
 
= Goal =
 
= Goal =
Line 9: Line 13:
 
* [http://www.na-mic.org/Bug/view.php?id=3159 #3159] - Update Slicer build system to use numpy 1.7.1
 
* [http://www.na-mic.org/Bug/view.php?id=3159 #3159] - Update Slicer build system to use numpy 1.7.1
 
* [http://www.na-mic.org/Bug/view.php?id=3160 #3160] - Make sure numpy 1.7.1 can be build on Unix and MacOSx without requiring Fortran compiler
 
* [http://www.na-mic.org/Bug/view.php?id=3160 #3160] - Make sure numpy 1.7.1 can be build on Unix and MacOSx without requiring Fortran compiler
 +
 +
= Discussion =
 +
*
  
 
= Possible approaches =
 
= Possible approaches =
Line 17: Line 24:
  
 
* Ideally, use 1.7.1 on all platform/compiler.
 
* Ideally, use 1.7.1 on all platform/compiler.
 +
 +
* Potential resource: https://github.com/ilastik/ilastik-build-win64/

Latest revision as of 01:53, 8 October 2015

Home < Documentation < Labs < NUMPY171


Since Slicer r24561 from Sept 17th 2015, NumPy 1.9.2 has been integrated.


Goal

  • Slicer is currently building Numpy 1.4.1. We would like to upgrade to a more recent version of Numpy to bring the latest and greatest of Numpy to Slicer community.

Issues

  • #3158 - Building Slicer with numpy-1.4.1 failed using VS2010
  • #3159 - Update Slicer build system to use numpy 1.7.1
  • #3160 - Make sure numpy 1.7.1 can be build on Unix and MacOSx without requiring Fortran compiler

Discussion

Possible approaches

  • Keep the current version and back-port to vs2010/12 support.
  • Use different version for windows (1.7.1) and unix-like (1.4.1) system.
  • Ideally, use 1.7.1 on all platform/compiler.