Skip to content

Commit

Permalink
fix PRE_CONFIGURE_HOOKS
Browse files Browse the repository at this point in the history
  • Loading branch information
lara committed Oct 30, 2023
1 parent 7537a7f commit d56e0dd
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 @@ -360,7 +360,7 @@ def pre_single_extension_isoband(ext, *args, **kwargs):
'MetaBAT': pre_configure_hook_metabat_filtered_zlib_dep,
'OpenBLAS': pre_configure_hook_openblas_optarch_generic,
'WRF': pre_configure_hook_wrf_aarch64,
'PLUMED': pre_configure_hook_LAMMPS_aarch64,
'LAMMPS': pre_configure_hook_LAMMPS_aarch64,
}

PRE_TEST_HOOKS = {
Expand Down

0 comments on commit d56e0dd

Please sign in to comment.