Skip to content

Commit

Permalink
Merge pull request #374 from ubfx/openroad-fix-version
Browse files Browse the repository at this point in the history
OpenROAD: Fix version string in binary
  • Loading branch information
proppy authored Feb 23, 2024
2 parents 2e014f8 + 02c2570 commit 7331df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pnr/openroad/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ requirements:
- cmake >=3.19
- swig 4.0.2
- bison
- git >= 2.0 # cmake needs to be able to find git to establish a version string
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ cdt('libx11-devel') }} # [linux]
- {{ cdt('libxau-devel') }} # [linux]
- {{ cdt('libxext-devel') }} # [linux]
- {{ cdt('libxdamage-devel') }} # [linux]
- {{ cdt('libxfixes-devel') }} # [linux]
- {{ cdt('libxfixes-devel') }} # [linux]
- {{ cdt('libxxf86vm-devel') }} # [linux]
- {{ cdt('xorg-x11-proto-devel') }} # [linux]
- {{ cdt('mesa-libgl-devel') }} # [linux]
Expand Down

0 comments on commit 7331df7

Please sign in to comment.