diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-04-11 14:02:16 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-11 16:17:01 +0200 |
commit | 66e46e9f808925425d9ba22f89d0794ce3fafa87 (patch) | |
tree | cbb7ea9090c4c0c1ecf20733f1f0ea67f3aaf462 /sci-mathematics | |
parent | dev-python/prettytable: Switch to pypi sdist (diff) | |
download | gentoo-66e46e9f808925425d9ba22f89d0794ce3fafa87.tar.gz gentoo-66e46e9f808925425d9ba22f89d0794ce3fafa87.tar.bz2 gentoo-66e46e9f808925425d9ba22f89d0794ce3fafa87.zip |
sci-mathematics/flocq: ignore CFLAGS for ML/Coq code
Closes: https://bugs.gentoo.org/904156
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/flocq/flocq-4.1.0-r1.ebuild | 3 | ||||
-rw-r--r-- | sci-mathematics/flocq/flocq-4.1.1.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sci-mathematics/flocq/flocq-4.1.0-r1.ebuild b/sci-mathematics/flocq/flocq-4.1.0-r1.ebuild index f70775d38f46..a547b9e58320 100644 --- a/sci-mathematics/flocq/flocq-4.1.0-r1.ebuild +++ b/sci-mathematics/flocq/flocq-4.1.0-r1.ebuild @@ -20,6 +20,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" +# Do not complain about CFLAGS etc since ML projects do not use them. +QA_FLAGS_IGNORED='.*' + src_compile() { ./remake --jobs=$(makeopts_jobs) || die } diff --git a/sci-mathematics/flocq/flocq-4.1.1.ebuild b/sci-mathematics/flocq/flocq-4.1.1.ebuild index f70775d38f46..a547b9e58320 100644 --- a/sci-mathematics/flocq/flocq-4.1.1.ebuild +++ b/sci-mathematics/flocq/flocq-4.1.1.ebuild @@ -20,6 +20,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" +# Do not complain about CFLAGS etc since ML projects do not use them. +QA_FLAGS_IGNORED='.*' + src_compile() { ./remake --jobs=$(makeopts_jobs) || die } |