Problem 1924 - g4py cmake install prefix error
Summary: g4py cmake install prefix error
Status: CLOSED FIXED
Alias: None
Product: Environments
Classification: Unclassified
Component: g4py (show other problems)
Version: 10.2
Hardware: All All
: P4 minor
Assignee: Koichi Murakami
URL:
Depends on:
Blocks:
 
Reported: 2016-12-06 04:58 CET by Ken
Modified: 2018-11-30 08:31 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Ken 2016-12-06 04:58:00 CET
trying to cmake g4py with custom installation path, but it is always installed in the source file directory regardless the install path I inputed

for example:-

cmake -DCMAKE_INSTALL_PREFIX=/home/user/g4py /home/user/Download/geant4.10.2.p02/environment/g4py/

where my source file is at /home/user/Download/... 

When i try to cmake it, it showed my install prefix at ../Download/geant4.10.2.p02/... rather than /home/user/g4py.
Comment 1 Koichi Murakami 2018-11-30 08:31:22 CET
fixed in 10.5 release.