From d9238c491c477dbd7ba6b09fa80b76e45b2c0e2f Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Mon, 22 Jul 2024 14:03:46 +0200 Subject: [PATCH] Enable macos-12 + ifort --- .github/workflows/main.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 120d3ce..8b071c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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