Skip to content

Commit

Permalink
Remove gcc-13 override for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed May 22, 2024
1 parent 3447fef commit e88b10d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/make_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ jobs:
with:
xcode-version: latest-stable

# osx-arm64 needs different compiler args (for CyRK at least)
- name: Conda package (macOS-arm64)
if: runner.os == 'macOS' && matrix.arch == 'arm64'
shell: bash -l {0}
run: |
export CC='gcc-13'
- name: Conda package (Unix)
if: runner.os != 'Windows'
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion pkgs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build_args = ['--conda-name-differences=oldest-supported-numpy:numpy',
source = "git+https://github.com/jrenaud90/CyRK/"
noarch = false
build_args = ["--license=CC-BY-SA", # override so full license text not used
"--from-downloaded-wheel"] # non-standard build, rely on pip
"--from-downloaded-wheel"] # non-standard build, use pre-built wheels
# CC BY-SA 4.0

[numbakit-ode]
Expand Down

0 comments on commit e88b10d

Please sign in to comment.