Skip to content

Commit

Permalink
Enable macos-12 + ifort
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 22, 2024
1 parent 13e8403 commit d9238c4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
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
Expand Down Expand Up @@ -199,16 +189,6 @@ jobs:
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
Expand Down

0 comments on commit d9238c4

Please sign in to comment.