Skip to content

Commit

Permalink
Merge pull request #292 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate v4.7.2
  • Loading branch information
ruck314 authored Apr 4, 2023
2 parents 220a07a + b70a31a commit 7b76a20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build.info

# Build directories
build*
images*
bin*
.Xil*
.obj*
Expand Down
4 changes: 2 additions & 2 deletions scripts/firmwareRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def buildCondaFiles(cfg,zipFile,ver,relName, relData):
tmpTxt += 'requirements:\n'
tmpTxt += ' build:\n'
tmpTxt += ' - rogue\n'
tmpTxt += ' - python<3.8\n'
tmpTxt += ' - python\n'
tmpTxt += ' - setuptools\n'

if 'LibDir' in relData:
Expand All @@ -346,7 +346,7 @@ def buildCondaFiles(cfg,zipFile,ver,relName, relData):
tmpTxt += '\n'
tmpTxt += ' host:\n'
tmpTxt += ' - rogue\n'
tmpTxt += ' - python<3.8\n'
tmpTxt += ' - python\n'
tmpTxt += ' - setuptools\n'
tmpTxt += '\n'
tmpTxt += ' run:\n'
Expand Down

0 comments on commit 7b76a20

Please sign in to comment.