Summary: | sci-chemistry/gromacs-2021.3: src/gromacs/hardware/identifyavx512fmaunits.cpp:180:5: error: the register ‘zmm11’ cannot be clobbered in ‘asm’ for the current target | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Alexey Shvetsov <alexxy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pacho, sci-chemistry |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 814101 | ||
Attachments: | build.log.xz |
Description
Sam James
![]() ![]() ![]() ![]() Created attachment 744843 [details]
build.log.xz
Maybe we should not have +custom-cflags default on?
Fails with -custom-cflags with:
> Invalid value for GMX_SIMD: . Pick one of: AUTO, None, SSE2, SSE4.1,
> AVX_128_FMA, AVX_256, AVX2_256, AVX2_128, AVX_512, AVX_512_KNL, MIC,
> ARM_NEON, ARM_NEON_ASIMD, ARM_SVE, IBM_VMX, IBM_VSX, Sparc64_HPC_ACE,
> Reference
>Call Stack (most recent call first):
> CMakeLists.txt:209 (gmx_option_multichoice)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e60fd5146783f1e3949121a11ffaa4dbacfe277 commit 8e60fd5146783f1e3949121a11ffaa4dbacfe277 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-10-14 06:23:49 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-10-14 06:23:49 +0000 sci-chemistry/gromacs: fix configure with -custom-cflags Need to default to AUTO and let it be overridden as appropriate later. Bug: https://bugs.gentoo.org/818055 Signed-off-by: Sam James <sam@gentoo.org> sci-chemistry/gromacs/gromacs-2021.3.ebuild | 3 ++- sci-chemistry/gromacs/gromacs-2021.9999.ebuild | 3 ++- sci-chemistry/gromacs/gromacs-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) What is pending here? Thanks |