diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2022-05-23 21:12:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 21:12:48 -0600 |
commit | 63402c512b4d660e987dae6ad82f6ab7eac8a766 (patch) | |
tree | f030dc55d2cdd19ee284e969f729f8dd27f8d707 /var | |
parent | 736fddc079663e10e0fa593efc78e1a5e2530605 (diff) | |
download | spack-63402c512b4d660e987dae6ad82f6ab7eac8a766.tar.gz spack-63402c512b4d660e987dae6ad82f6ab7eac8a766.tar.bz2 spack-63402c512b4d660e987dae6ad82f6ab7eac8a766.tar.xz spack-63402c512b4d660e987dae6ad82f6ab7eac8a766.zip |
Revert "Added cloud_pipline for E4S on Amazon Linux (#29522)" (#30796)
This reverts commit 07e9c0695af09bbf5d1ebe51bb6f2b34eb88a3df.
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/mpark-variant/package.py | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/mpark-variant/package.py b/var/spack/repos/builtin/packages/mpark-variant/package.py index 58fb64c037..de7694adeb 100644 --- a/var/spack/repos/builtin/packages/mpark-variant/package.py +++ b/var/spack/repos/builtin/packages/mpark-variant/package.py @@ -31,10 +31,9 @@ class MparkVariant(CMakePackage): conflicts('%gcc@:4.7', msg=cxx11_msg) conflicts('%clang@:3.5', msg=cxx11_msg) - # This compiler bug has been resolved and backported on gcc@7.3.1 os=amzn2 - # conflicts('%gcc@7.3.1', - # msg='GCC 7.3.1 has a bug that prevents using MPark.Variant. ' - # 'See https://github.com/mpark/variant/issues/43 and ' - # 'https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84785 ' - # 'Please use a different compiler version or another ' - # 'compiler.') + conflicts('%gcc@7.3.1', + msg='GCC 7.3.1 has a bug that prevents using MPark.Variant. ' + 'See https://github.com/mpark/variant/issues/43 and ' + 'https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84785 ' + 'Please use a different compiler version or another ' + 'compiler.') |