Skip to content

Commit

Permalink
fds 5.5.3 add missing old compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Dec 10, 2023
1 parent 8d9d99d commit 07c76fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: dnf install -y libxcrypt-compat || true
- name: Install fedora procps
run: dnf install -y procps || true
- run: dnf install -y intel-oneapi-compiler-fortran-2024.0.0-49819 intel-oneapi-mkl-devel-2024.0.0-49656 intel-oneapi-mpi-devel-2021.11.0-49493 openmpi-devel mpich-devel intel-oneapi-compiler-dpcpp-cpp
- run: dnf install -y intel-oneapi-compiler-fortran-2024.0.0-49819 intel-oneapi-mkl-devel-2024.0.0-49656 intel-oneapi-mpi-devel-2021.11.0-49493 openmpi-devel mpich-devel intel-oneapi-compiler-dpcpp-cpp-2024.0.0-49819 intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.2.1-16
- run: /opt/intel/oneapi/modulefiles-setup.sh
- name: Build RPM
run: |
Expand Down
2 changes: 1 addition & 1 deletion fds/5.5.3.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%{!?build_mpich:%global build_mpich 0}
%{!?build_intelmpi:%global build_intelmpi 1}
%{!?build_docs:%global build_docs 0}
%global old_compilers BuildRequires: intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.1.0
%global old_compilers BuildRequires: intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
%global gnu_string mpi_gnu_linux
%global mpich_string mpich_gnu_linux
%global intel_string mpi_intel_linux
Expand Down

0 comments on commit 07c76fc

Please sign in to comment.