| Summary: | geant4-config | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | ungaro |
| Component: | cmake | Assignee: | Ben Morgan <Ben.Morgan> |
| Status: | CLOSED WONTFIX | ||
| Severity: | trivial | ||
| Priority: | P5 | ||
| Version: | other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
on Snow Leopard it works fine - patch needed for Linux only - but won't hurt Mac OS :) Actually after restarting from scratch the Snow Leopard version does not work either. so the "sh" is needed I'm using external clhep libraries. This looks like an issue with your install of clhep - the clhep-config script should be installed with executable permissions. The issue seems indeed to be with the latest version of clhep. This does not set the permissions correctly on the 3 machines I tested: darwin, rhel5 and fedora 14. This is related to a bug in CLHEP https://savannah.cern.ch/bugs/?91543 now fixed upstream, so marking this as WONTFIX as it's a clhep issue. |
line 119 should read: cflags="${cflags} `sh ${clhep_config_exe} --include`" sh added in case the clhep_config doesn't have exe permission