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
This commit is contained in:
Andrew Gaspar
2020-10-01 14:09:24 -06:00
committed by GitHub
parent 252031a9f8
commit 6aa9866b79
4 changed files with 6 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ packages:
szip: [libszip, libaec]
tbb: [intel-tbb]
unwind: [libunwind]
sycl: [hipsycl]
yacc: [bison, byacc]
permissions:
read: world
write: user