Opened 14 months ago

Closed 14 months ago

Last modified 14 months ago

#67060 closed defect (wontfix)

eigen3 does not find correct Boost

Reported by: barracuda156 Owned by: eborisch (Eric A. Borisch)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: eigen3

Description

From configure output of eigen3:

-- Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least version "1.53.0")
. . .
-- Could NOT find FFTW (missing: FFTW_LIBRARIES)

Perhaps worth setting Boost PG and maybe add FFTW support?

Change History (2)

comment:1 Changed 14 months ago by eborisch (Eric A. Borisch)

Resolution: wontfix
Status: assignedclosed

Eigen only uses boost for benchmarking, which we don’t do.

FFTW interface is optional and unsupported, and is a compile-time (for the program using eigen3, which itself is a header-only “library”) option, which is after-the-fact from eigen3’s installation process.

comment:2 in reply to:  1 Changed 14 months ago by barracuda156

Replying to eborisch:

Eigen only uses boost for benchmarking, which we don’t do.

FFTW interface is optional and unsupported, and is a compile-time (for the program using eigen3, which itself is a header-only “library”) option, which is after-the-fact from eigen3’s installation process.

Got it, thanks, all good then.

Note: See TracTickets for help on using tickets.