Skip to content

Commit

Permalink
Specify Bison 3.4 that works
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Mar 4, 2021
1 parent 6f0708a commit f8ef3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export PATH="$HOME/conda_root/bin:$PATH"
```
Then prepare the environment:
```bash
conda create -n lf -c conda-forge llvmdev=9.0.1 bison re2c python cmake make toml
conda create -n lf -c conda-forge llvmdev=9.0.1 bison=3.4 re2c python cmake make toml
conda activate lf
```
Clone the LFortran git repository:
Expand Down

0 comments on commit f8ef3d2

Please sign in to comment.