From 14a2c3df949c23874fc2dc9a53123c2600ec33c8 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Wed, 24 Jul 2024 23:13:46 +0200 Subject: [PATCH] try auto path --- .github/workflows/main.yml | 8 ++++---- pybuild.toml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 791b667..44c1a09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macos-12, macos-14] + os: [macos-14] toolchain: - { exe: gfortran, compiler: gcc, version: 13 } - { exe: ifort, compiler: intel-classic, version: "2021.10" } @@ -198,7 +198,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macos-12, macos-14] + os: [macos-14] toolchain: - { exe: gfortran, compiler: gcc, version: 13 } - { exe: ifort, compiler: intel-classic, version: "2021.10" } @@ -277,8 +277,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macos-12, macos-14] - python-version: ['3.10', '3.11', '3.12'] + os: [macos-14] + python-version: ['3.11'] toolchain: - { exe: gfortran, compiler: gcc, version: 13 } diff --git a/pybuild.toml b/pybuild.toml index db89eed..324e3be 100644 --- a/pybuild.toml +++ b/pybuild.toml @@ -256,6 +256,7 @@ dependent-libs.macos.arm.gfortran = [ # gcc 13 { old = '/opt/homebrew/opt/gcc@13/lib/gcc/13/libgfortran.5.dylib', new = '@rpath/libgfortran.5.dylib' }, { old = '/opt/homebrew/opt/gcc@13/lib/gcc/13/libquadmath.0.dylib', new = '@rpath/libquadmath.0.dylib' }, + { old = '/Library/Frameworks/Python.framework/Versions/3.11/Python', new = '`python3-config --prefix`/Python' }, ] # Examples of GitHub values for Python 3.11 #python-lib.macos = '`python3-config --ldflags --embed`'