Opened 12 years ago
Closed 12 years ago
#37687 closed update (fixed)
ROOT Update to fix various minor issues
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 couple of minor issues
. Fixes the genreflex script (installed by the various python variants) which contained an incorrect path
. Make it possible to use the PyRoot interface without the user having to manually set PYTHONPATH. Fixes ticket #37673
. Remove the --with-clang option, as it is not needed when the ld,cc and cxx options are set, and can actually interfere in some cases.
I also cleaned out the commented cling variant, as this is unlikely to ever work in the current ROOT 5 series. I'm working on a root-devel port that builds the ROOT 6 development SVN versions, where cling is the default interpreter...
cheers Chris
Attachments (1)
Change History (2)
Changed 12 years ago by cjones051073 (Chris Jones)
comment:1 Changed 12 years ago by g5pw (Aljaž Srebrnič)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I like it. Tested and commited in r101881.