Skip to content

Commit

Permalink
Re-add CyRK now that v0.9.0 is out with arm wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed May 23, 2024
1 parent c16a32a commit b422fd0
Showing 1 changed file with 5 additions and 5 deletions.
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 b422fd0

Please sign in to comment.