euclide does not support parallel build
Bug #913939 reported by
Pim Vullers
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Euclide |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Euclide's build fails due to missing dependency information. Although
target_
implies some dependency it seems not to be explicit enough for CMake. Therefor the attached patch adds some explicit dependencies using
add_dependencies()
(To try it out yourself build using make -j3 or -j5.)
Related branches
lp://staging/~pimvullers/euclide/fix-parallel-build
- Euclide Developers: Pending requested
-
Diff: 23 lines (+2/-0)2 files modifiedsrc/CMakeLists.txt (+1/-0)
symbols/CMakeLists.txt (+1/-0)
To post a comment you must log in.
The attached patch fixes the build issues on my system by introducing the required dependencies between the different components.