Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/mpfr4: rename mpf4-dev to mpfr-dev | Natanael Copa | 2020-04-24 | 1 | -4/+10 |
| | | | | | | | | | | | mpfr is special because we cannot break ABI without first rebuild gcc. so we need be able to have multiple version of mpfr installed in parallel we also need be able to calculate bulid order from global scope, otherwise it is not possible to calculate build order til after package is built. Therfore we call -dev package mpfr-dev instead of mpfr4-dev with a provides=mpfr-dev fixes commit cfa3618af6e2 (main/mpfr4: rename subpackage to mpfr4-dev) | ||||
* | main/mpfr4: rename subpackage to mpfr4-dev | Leo | 2020-04-10 | 1 | -3/+3 |
| | |||||
* | main/mpfr4: modernize | Leo | 2020-04-08 | 1 | -4/+8 |
| | |||||
* | main/mpfr4: new aport | Natanael Copa | 2019-09-11 | 1 | -0/+39 |
multiple-precision floating-point library http://www.mpfr.org/ We need an additional mpfr package so we can upgrade gcc. |