projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2fa165
)
add bash to brewfile
author
N. Engelhardt
<nak@symbioticeda.com>
Wed, 18 Mar 2020 13:36:15 +0000
(14:36 +0100)
committer
GitHub
<noreply@github.com>
Wed, 18 Mar 2020 13:36:15 +0000
(14:36 +0100)
Default bash on macOS is version 3, which does not support `define -A`, now used in `tests/arch/run-test.sh`. Use brew to install newer bash.
Brewfile
patch
|
blob
|
history
diff --git
a/Brewfile
b/Brewfile
index 8465d86f9e2be3d3440aa5fe2323cec56d37e4ca..2a985f09e65fa0c0558cf9ce9ce1f70f4ca04dce 100644
(file)
--- a/
Brewfile
+++ b/
Brewfile
@@
-8,3
+8,4
@@
brew "pkg-config"
brew "python3"
brew "tcl-tk"
brew "xdot"
+brew "bash"