Skip to content

Commit

Permalink
temporary fix for CI (#937)
Browse files Browse the repository at this point in the history
* temporary fix for CI

Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>

* add compiler information

Signed-off-by: Albert Katbashev <akatbashev@gmail.com>

---------

Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
Signed-off-by: Albert Katbashev <akatbashev@gmail.com>
  • Loading branch information
Albkat committed Dec 25, 2023
1 parent 08efe5b commit 6933e33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/fortran-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ jobs:
FC: ${{ matrix.fc }}
CC: ${{ matrix.cc }}
APT_PACKAGES: >-
intel-oneapi-compiler-fortran
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
intel-oneapi-mkl
intel-oneapi-mkl-devel
intel-oneapi-compiler-fortran-2022.1.0
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2022.1.0
intel-oneapi-mkl-2022.1.0
intel-oneapi-mkl-devel-2022.1.0
asciidoctor
steps:
Expand Down Expand Up @@ -263,7 +263,6 @@ jobs:
run: |
sudo apt-get install ${APT_PACKAGES}
source /opt/intel/oneapi/setvars.sh
source /opt/intel/oneapi/compiler/2024.0/env/vars.sh
printenv >> $GITHUB_ENV
- name: Configure meson build
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Bleeding edge releases (Linux only) of the latest source from this repository ar
This projects supports two build systems, meson and CMake.
A short guide on the usage of each is given here, follow the linked instructions for a more detailed information ([meson guide](./meson/README.adoc), [CMake guide](./cmake/README.adoc)).

**Compilers**:
1. ifort(<=2021.10.0), icc(<=2021.10.0)
2. gfortran(<=13.2.0), gcc(<=13.2.0)


### Meson

Expand Down

0 comments on commit 6933e33

Please sign in to comment.