node-js add gcc 4.8 conflict (#19945)
* add gcc 4.8 conflict * commit suggestion Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
81a7ae2c27
commit
385f5b8c53
@ -56,6 +56,11 @@ class NodeJs(Package):
|
|||||||
|
|
||||||
phases = ['configure', 'build', 'install']
|
phases = ['configure', 'build', 'install']
|
||||||
|
|
||||||
|
# https://github.com/spack/spack/issues/19310
|
||||||
|
conflicts('%gcc@:4.8',
|
||||||
|
msg="fails to build with gcc 4.8 "
|
||||||
|
"(see https://github.com/spack/spack/issues/19310")
|
||||||
|
|
||||||
def setup_build_environment(self, env):
|
def setup_build_environment(self, env):
|
||||||
# Force use of experimental Python 3 support
|
# Force use of experimental Python 3 support
|
||||||
env.set('PYTHON', self.spec['python'].command.path)
|
env.set('PYTHON', self.spec['python'].command.path)
|
||||||
|
Loading…
Reference in New Issue
Block a user