Changes between Version 78 and Version 85 of Ticket #24575
- Timestamp:
- 03/08/18 09:46:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24575
-
Property
Commit
changed from
1ac3afaefe81fb21c43be7964c07f7cd7d529cb9
tof4697df10175ba42a821f848942d3c174c550d76
-
Property
Commit
changed from
-
Ticket #24575 – Description
v78 v85 8 8 After deactivating the `gc` package, the compilation went fine. 9 9 10 The workaround in the branch consists in declaring the environment variable `LD_PRELOAD` so that make uses the system gc. The workaround has to be applied to 4 standard packages: 11 - R 12 - rpy2 10 The workaround in the branch consists in declaring the environment variable `LD_PRELOAD` so that make uses the system gc. The workaround has to be applied to the 2 standard packages `R` and `rpy2`. 11 12 The three other packges `flint`/`arb`/`deformation` failed to build for the same reason and we apply a small patch to avoid them redefining `LD_LIBRARY_PATH`. 13 14 Upstream issues 15 13 16 - flint: upstream issue at https://github.com/wbhart/flint2/issues/447 14 17 - arb: upstream issue at https://github.com/fredrik-johansson/arb/issues/213 15 16 And also to some optional packages17 - deformation