aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enable EAPI=7Justin Lecher2018-10-281-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* numeric-int64-multibuild.eclass: consider _static build variant.Benda Xu2017-08-291-5/+11
| | | | | | | | _static is considered to be a different variant in this eclass, but is no different from its dynamic conterpart in multilib.eclass. Credit: Tom Daff Closes: https://github.com/gentoo/sci/issues/809
* numeric-int64-multibuild.eclass: MULTILIB_ABI_FLAG should be USE flagBenda Xu2017-08-251-5/+16
| | | | | | | The multilib-build eclass expects MULTILIB_ABI_FLAG to be USE flags. If it is set to be ABI, the headers will not be included. Bug: 617312
* Add necessary variable to allow multilib wrapping of headersFrançois Bissey2017-08-231-0/+1
|
* Remove MULTILIB_COMPAT restriction from numeric-int64-multibuild eclassFrançois Bissey2017-03-071-2/+0
|
* Drop CVS leftoversJustin Lecher2017-02-251-2/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* numeric-int64-multibuild.eclass: Enable EAPI=6Justin Lecher2016-02-101-2/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* numeric-int64-multibuild.eclass: Set MULTILIB_COMPAT to supported ABIsJustin Lecher2015-12-271-1/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Large fix of numeric codeJustin Lecher2015-11-281-0/+397
fortran-int64.eclass code has been splitted into numeric-int64-multibuild.eclass, fortran-2.eclass and numeric.eclass. Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=563292 https://bugs.gentoo.org/show_bug.cgi?id=551764 https://bugs.gentoo.org/show_bug.cgi?id=555302 Github: resolves gentoo-science/sci#438 resolves gentoo-science/sci#443 resolves gentoo-science/sci#447 resolves gentoo-science/sci#450 resolves gentoo-science/sci#467 resolves gentoo-science/sci#492 resolves gentoo-science/sci#507 resolves gentoo-science/sci#508 resolves gentoo-science/sci#522 Signed-off-by: Justin Lecher <jlec@gentoo.org>