Opened 13 years ago
Closed 13 years ago
#40523 closed update (fixed)
ROOT update to enable Event Display (Eve) and GDML libraries.
| Reported by: | cjones051073 (Chris Jones) | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | haspatch maintainer | Cc: | mattiafrancescomoro@… |
| Port: | root |
Description
Hi,
The attached patch fixes a issue with the ROOT port which means building of the graphical event display (Eve) library is disabled, due to a missing dependency on mesa. If mesa is not installed, ROOT will opportunistically find other libraries (for instance from Xquartx) so to avoid this I've added mesa as a straight dependency.
As part of the investigations into the above issue I also noticed the GDML lirbary was disabled. This has no dependencies, so I have just enabled it. I also fixed some issues with some patching of the configure script.
cheers Chris
Attachments (1)
Change History (2)
Changed 13 years ago by cjones051073 (Chris Jones)
comment:1 Changed 13 years ago by mf2k (Frank Schima)
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Version: | 2.2.0 |
Note: See
TracTickets for help on using
tickets.

r111300. Thanks.