diff options
author | Andrew Gaspar <andrew.gaspar@outlook.com> | 2020-10-01 14:09:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 16:09:24 -0400 |
commit | 6aa9866b79a86576b77fe10a236eff15f53cae6e (patch) | |
tree | c30e9febf3068243a4aefd8b9fe92a3fb4978a32 /etc | |
parent | 252031a9f8e1f015aa2a17563672d07974472d4f (diff) | |
download | spack-6aa9866b79a86576b77fe10a236eff15f53cae6e.tar.gz spack-6aa9866b79a86576b77fe10a236eff15f53cae6e.tar.bz2 spack-6aa9866b79a86576b77fe10a236eff15f53cae6e.tar.xz spack-6aa9866b79a86576b77fe10a236eff15f53cae6e.zip |
Add yacc provider and add dependency to swig (#19087)
* Add byacc dependency to swig when building an autoconf version
* Add yacc provider
Removed extra sycl provider default
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/packages.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml index ce1ee9c6b3..687f05a581 100644 --- a/etc/spack/defaults/packages.yaml +++ b/etc/spack/defaults/packages.yaml @@ -46,7 +46,7 @@ packages: szip: [libszip, libaec] tbb: [intel-tbb] unwind: [libunwind] - sycl: [hipsycl] + yacc: [bison, byacc] permissions: read: world write: user |