Problem 1547 - problems of build system of g4py
Summary: problems of build system of g4py
Status: RESOLVED INVALID
Alias: None
Product: Environments
Classification: Unclassified
Component: g4py (show other problems)
Version: 10.0
Hardware: All All
: P5 enhancement
Assignee: Koichi Murakami
URL:
Depends on:
Blocks:
 
Reported: 2013-12-19 04:41 CET by Benda Xu
Modified: 2013-12-19 06:54 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 Benda Xu 2013-12-19 04:41:33 CET
This is an enhancement bug for the present build system of g4py.

1. It uses home-made configure, isolated from cmake, the official geant build system. This make g4py not well tested during geant release, and get broken frequently.
2. It does not support parallel make. (make -j40 results in 1 thread compiling)
3. It does not exit when a compilation error happens (cf. a)

Not sure how these could be fixed though. Comments, Murakami-san?

a. http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1544
Comment 1 Benda Xu 2013-12-19 06:54:50 CET
Sorry, I've found the cmake system of g4py, close as invalid