Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Remove remaining traces of Eigen2 #894

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove remaining traces of Eigen2 #894

wants to merge 1 commit into from

Conversation

manisandro
Copy link

This PR removes all remaining traces of Eigen2, since Eigen3 is now marked as required.

Copy link
Collaborator

@ghutchis ghutchis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry - somehow I'm not getting notifications on this repo anymore

This looks okay, but I'd want to make sure that reading QM data still works.

message(STATUS "Cannot find Eigen3, trying Eigen2")
find_package(Eigen2 REQUIRED)
else()
set (EIGEN2_SUPPORT_STAGE10_FULL_EIGEN2_API TRUE)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you verified that all features work? I seem to remember some problems that still required backwards-compatibility from Eigen3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants