Skip to content

Commit 422eb63

Browse files
committed
adding pyuda easybuild config
1 parent 8fcd809 commit 422eb63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

easybuild/generate_eb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def main():
5353
parser.add_argument("--checksum", help="SHA256 checksum of source archive")
5454
parser.add_argument("--git-sha", help="git sha for this version")
5555
parser.add_argument("--build-type", default=DEFAULT_BUILD_TYPE)
56+
parser.add_argument("--python_version", default=DEFAULT_PYTHON_VERSION)
5657
parser.add_argument("--parallel", type=int, default=DEFAULT_PARALLEL)
5758
parser.add_argument("--template-dir", default="easybuild/templates")
5859
parser.add_argument("--output-dir", default="easybuild/generated")

0 commit comments

Comments
 (0)