-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
buildRelated to compiling, building, installingRelated to compiling, building, installing
Milestone
Description
When building against eigen 5.0.1, following error appears:
In file included from /usr/include/eigen3/Eigen/Core:22,
from /usr/include/eigen3/Eigen/Dense:1,
from src/Image.cpp:32:
/usr/include/eigen3/Eigen/src/Core/util/Macros.h:749:2: error: #error Eigen requires at least c++14 support.
749 | #error Eigen requires at least c++14 support.
| ^~~~~
This is a breaking change, noted in release notes:
https://gitlab.com/libeigen/eigen/-/blob/master/CHANGELOG.md?ref_type=heads#breaking-changes
Seems to work with c++14
sed -e 's/c++11/c++14/g' -i setup.py
test suite passes:
=========== 751 passed, 1 skipped, 237 warnings in 257.58s (0:04:17) ===========
Skipped test:
test_photon_array.py::test_dcr_angles SKIPPED (Unable to import
astroplan) [ 68%]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildRelated to compiling, building, installingRelated to compiling, building, installing