Skip to content

Commit

Permalink
fix docstring in pre_single_extension_numpy hook
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jan 15, 2024
1 parent 9943e35 commit 937efa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def pre_single_extension_isoband(ext, *args, **kwargs):

def pre_single_extension_numpy(ext, *args, **kwargs):
"""
Pre-extension hook for numpy, to change -march=native to -march=armv8.4-a for scipy 1.10.x
Pre-extension hook for numpy, to change -march=native to -march=armv8.4-a for numpy 1.24.2
when building for aarch64/neoverse_v1 CPU target.
"""
cpu_target = get_eessi_envvar('EESSI_SOFTWARE_SUBDIR')
Expand Down

0 comments on commit 937efa6

Please sign in to comment.