Skip to content

Commit

Permalink
ci: disable szip for cmake and install libaec for autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 29, 2023
1 parent f5d5c35 commit cecf5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-icx-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install autoconf automake libtool libtool-bin
sudo apt-get install autoconf automake libtool libtool-bin -libaec-dev
- name: Add oneAPI to apt
shell: bash
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linux-icx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
-DCMAKE_C_COMPILER=icx \
-DCMAKE_Fortran_COMPILER=ifx \
-DMKL_ROOT="/opt/intel/oneapi/mkl/latest" \
-DTBB_ROOT="/opt/intel/oneapi/tbb/latest"
-DTBB_ROOT="/opt/intel/oneapi/tbb/latest" \
-DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF
- name: build
shell: bash
Expand Down

0 comments on commit cecf5d1

Please sign in to comment.