Skip to content

Commit

Permalink
Temporarily remove CyRK from vendoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed May 22, 2024
1 parent 3519624 commit c16a32a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/make_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ jobs:
matrix:
include:
- { os: ubuntu-latest, python: '3.11', arch: x64}
#- { os: ubuntu-latest, python: '3.10', arch: x64 }
#- { os: ubuntu-latest, python: '3.9', arch: x64 }
#- { os: ubuntu-latest, python: '3.8', arch: x64 }
- { os: ubuntu-latest, python: '3.10', arch: x64 }
- { os: ubuntu-latest, python: '3.9', arch: x64 }
- { os: ubuntu-latest, python: '3.8', arch: x64 }

- { os: macos-13, python: '3.11', arch: x64 }
#- { os: macos-13, python: '3.10', arch: x64 }
#- { os: macos-13, python: '3.9', arch: x64 }
#- { os: macos-13, python: '3.8', arch: x64 }
- { os: macos-13, python: '3.10', arch: x64 }
- { os: macos-13, python: '3.9', arch: x64 }
- { os: macos-13, python: '3.8', arch: x64 }

- { os: macos-latest, python: '3.11', arch: arm64}
#- { os: macos-latest, python: '3.10', arch: arm64}
#- { os: macos-latest, python: '3.9', arch: arm64}
- { os: macos-latest, python: '3.10', arch: arm64}
- { os: macos-latest, python: '3.9', arch: arm64}

- { os: windows-latest, python: '3.11', arch: x64 }
#- { os: windows-latest, python: '3.10', arch: x64 }
#- { os: windows-latest, python: '3.9', arch: x64 }
#- { os: windows-latest, python: '3.8', arch: x64 }
- { os: windows-latest, python: '3.10', arch: x64 }
- { os: windows-latest, python: '3.9', arch: x64 }
- { os: windows-latest, python: '3.8', arch: x64 }

if: github.repository == 'QTC-UMD/rydiqule-vendored-conda-builds'
steps:
Expand Down
10 changes: 5 additions & 5 deletions pkgs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ build_args = ['--conda-name-differences=oldest-supported-numpy:numpy',
'--from-downloaded-wheel'] # conda-build not working on windows or osx-64
# BSD3

[CyRK]
source = "git+https://github.com/jrenaud90/CyRK/"
noarch = false
build_args = ["--license=CC-BY-SA", # override so full license text not used
"--from-wheel"] # non-standard build, use pip wheels
#[CyRK]
#source = "git+https://github.com/jrenaud90/CyRK/"
#noarch = false
#build_args = ["--license=CC-BY-SA", # override so full license text not used
# "--from-wheel"] # non-standard build, use pip wheels
# CC BY-SA 4.0

[numbakit-ode]
Expand Down

0 comments on commit c16a32a

Please sign in to comment.