Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:AP F18-1
-
Team:Alert Production
Description
Implementation of RFC-479.
For now, this is exploratory work, to see just how bad the changes to ndarray are going to be.
Attachments
Issue Links
- blocks
-
DM-18896 Compute determinant of matrix before factorization
- To Do
- is blocked by
-
DM-15023 meas_modelfit is not compatible with Eigen 3.3.4
- Done
-
DM-14725 Eliminate explicit use of ndarray::EigenView in C++ code
- Done
-
DM-14728 Add asEigenArray/Matrix returning Eigen::Map
- Done
-
DM-14781 Upgrade Eigen to 3.2.10
- Done
-
DM-14834 Use pybind11's native Eigen wrapping instead of ndarray EigenView
- Done
- is triggered by
-
RFC-479 Upgrade Eigen to 3.3.4
- Implemented
Updating the tarball and removing the patch results in a failure to build on my MacOS Sierra system:
Run Build Command:"/usr/bin/make" "cmTC_720cf/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_720cf.dir/build.make CMakeFiles/cmTC_720cf.dir/build
Building Fortran object CMakeFiles/cmTC_720cf.dir/testFortranCompiler.f.o
CMAKE_Fortran_COMPILER-NOTFOUND -c /Users/rowen/UW/LSST/lsstsw3/build/eigen/build/CMakeFiles/CMakeTmp/testFortranCompiler.f -o CMakeFiles/cmTC_720cf.dir/testFortranCompiler.f.o
make[1]: CMAKE_Fortran_COMPILER-NOTFOUND: No such file or directory
make[1]: *** [CMakeFiles/cmTC_720cf.dir/testFortranCompiler.f.o] Error 1
make: *** [cmTC_720cf/fast] Error 2