Opened 10 years ago
Closed 10 years ago
#46506 closed update (fixed)
Update: eigen3 3.2.3
Reported by: | Schamschula (Marius Schamschula) | Owned by: | eborisch (Eric A. Borisch) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | haspatch | Cc: | |
Port: | eigen3 |
Description
eigen3 has been updated to version 3.2.3. This is a maintenance release with many bug fixes since the release of 3.2.2 five months ago. For more details, look at the Changelog: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2.3
Attachments (1)
Change History (4)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | eborisch@… removed |
---|---|
Keywords: | haspatch added; h removed |
Owner: | changed from macports-tickets@… to eborisch@… |
Changed 10 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-eigen3.diff added |
---|
comment:2 Changed 10 years ago by Schamschula (Marius Schamschula)
As cmake had failed trace mode, I had assumed that cmake was a missing build dependency. Changed depends_build to depends_build-append for port:pkgconfig.
comment:3 Changed 10 years ago by eborisch (Eric A. Borisch)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
port:cmake
should not be added todepends_build
because the cmake portgroup already puts it there. Rather, the problem is that the port setsdepends_build
toport:pkgconfig
; it should instead append that todepends_build
.