Skip to content

Commit

Permalink
Add --disable-roll-simd to rsync configure
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Nov 1, 2023
1 parent 493771b commit abaadf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/rsync/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def determine_version(cls, exe):
return match.group(1) if match else None

def configure_args(self):
return ["--with-included-zlib=no"]
return ["--with-included-zlib=no --disable-roll-simd"]

0 comments on commit abaadf7

Please sign in to comment.