Skip to content

Commit

Permalink
enabled fixes for failing sanitycheck in librosa
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jun 15, 2024
1 parent 548e8ea commit 2a76a7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ fi

# Install extra software that is needed (e.g., for providing a custom ctypes
# library when needed)
#cd ${TOPDIR}/scripts/extra
#./install_extra_packages.sh --temp-dir /tmp/temp --easystack eessi-2023.06-extra-packages.yml
#cd ${TOPDIR}
cd ${TOPDIR}/scripts/extra
./install_extra_packages.sh --temp-dir /tmp/temp --easystack eessi-2023.06-extra-packages.yml
cd ${TOPDIR}

# use PR patch file to determine in which easystack files stuff was added
changed_easystacks=$(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[a-z]/@@g' | grep '^easystacks/.*yml$' | egrep -v 'known-issues|missing')
Expand Down
4 changes: 2 additions & 2 deletions eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def pre_module_hook_librosa_augment_modluafooter(self, *args, **kwargs):
'CGAL': parse_hook_cgal_toolchainopts_precise,
'fontconfig': parse_hook_fontconfig_add_fonts,
'LAMMPS': parse_hook_lammps_remove_deps_for_CI_aarch64,
#'librosa': parse_hook_librosa_custom_ctypes,
'librosa': parse_hook_librosa_custom_ctypes,
'OpenBLAS': parse_hook_openblas_relax_lapack_tests_num_errors,
'pybind11': parse_hook_pybind11_replace_catch2,
#'PyTorch-bundle': parse_hook_pytorch_bundle_torchvision_setenv,
Expand Down Expand Up @@ -833,5 +833,5 @@ def pre_module_hook_librosa_augment_modluafooter(self, *args, **kwargs):
}

PRE_MODULE_HOOKS = {
#'librosa': pre_module_hook_librosa_augment_modluafooter,
'librosa': pre_module_hook_librosa_augment_modluafooter,
}

0 comments on commit 2a76a7a

Please sign in to comment.