Skip to content

Commit

Permalink
Try macos 12 + ifort build combination
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 22, 2024
1 parent 1504cca commit a3dbc8f
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
os: [macos-12]
toolchain:
- { exe: gfortran, compiler: gcc, version: 13 }
- { exe: ifort, compiler: intel-classic, version: "2021.10" }
- { exe: ifx, compiler: intel, version: "2023.2" }
exclude:
- os: macos-12
toolchain: { exe: ifx, compiler: intel, version: "2023.2" } # no support for macOS
- os: macos-12
toolchain: { exe: ifort, compiler: intel-classic, version: "2021.10" } # temporary disable due to error when building pycfml shared object:
# Undefined symbols for architecture x86_64:
#"_cfml_kvec_symmetry_mp_inlat_", referenced from:
#_cfml_kvec_symmetry_mp_latsym_ in libCrysFML08.a(ksym_auxsub.o)
#"_cfml_kvec_symmetry_mp_ltr_", referenced from:
#_cfml_kvec_symmetry_mp_latsym_ in libCrysFML08.a(ksym_auxsub.o)
#"_cfml_kvec_symmetry_mp_nlat_", referenced from:
#_cfml_kvec_symmetry_mp_latsym_ in libCrysFML08.a(ksym_auxsub.o)
#ld: symbol(s) not found for architecture x86_64
- os: macos-14
toolchain: { exe: ifx, compiler: intel, version: "2023.2" } # no support for macOS on arm64
- os: macos-14
toolchain: { exe: ifort, compiler: intel-classic, version: "2021.10" } # no support for macOS on arm64

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -191,28 +172,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
os: [macos-12]
toolchain:
- { exe: gfortran, compiler: gcc, version: 13 }
- { exe: ifort, compiler: intel-classic, version: "2021.10" }
- { exe: ifx, compiler: intel, version: "2023.2" }
exclude:
- os: macos-12
toolchain: { exe: ifx, compiler: intel, version: "2023.2" } # no support for macOS
- os: macos-12
toolchain: { exe: ifort, compiler: intel-classic, version: "2021.10" } # temporary disable due to error when building pycfml shared object:
# Undefined symbols for architecture x86_64:
#"_cfml_kvec_symmetry_mp_inlat_", referenced from:
#_cfml_kvec_symmetry_mp_latsym_ in libCrysFML08.a(ksym_auxsub.o)
#"_cfml_kvec_symmetry_mp_ltr_", referenced from:
#_cfml_kvec_symmetry_mp_latsym_ in libCrysFML08.a(ksym_auxsub.o)
#"_cfml_kvec_symmetry_mp_nlat_", referenced from:
#_cfml_kvec_symmetry_mp_latsym_ in libCrysFML08.a(ksym_auxsub.o)
#ld: symbol(s) not found for architecture x86_64
- os: macos-14
toolchain: { exe: ifx, compiler: intel, version: "2023.2" } # no support for macOS on arm64
- os: macos-14
toolchain: { exe: ifort, compiler: intel-classic, version: "2021.10" } # no support for macOS on arm64

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit a3dbc8f

Please sign in to comment.