Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test-software.eessi.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ jobs:
eb_version=$(echo ${easystack_file} | sed 's/.*eb-\([0-9.]*\).*.yml/\1/g')
echo "checking ${easystack_file} with EasyBuild ${eb_version}..."

if [[ "$easystack_file" == */additional_arch/* ]]; then
if [[ "$easystack_file" =~ /(additional_arch|arch_specific)/ ]]; then
if [[ "$easystack_file" != *"/$EESSI_CPU_FAMILY/"* ]]; then
echo "Detected an additional arch with CPU family not matching host ($EESSI_CPU_FAMILY), skipping CI for $easystack_file"
echo "Detected an additional arch or arch-specific easystack with CPU family not matching host ($EESSI_CPU_FAMILY), skipping CI for $easystack_file"
continue
fi
fi
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
easyconfigs:
- imkl-2024.2.0.eb:
options:
# Redistribution is allowed,
# see https://www.intel.com/content/www/us/en/developer/articles/tool/onemkl-license-faq.html
accept-eula-for: Intel-oneAPI
Loading