Skip to content

Commit

Permalink
Switch CyRK to use downloaded wheels instead of building locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed May 22, 2024
1 parent 5dd987c commit 3447fef
Showing 1 changed file with 1 addition and 1 deletion.
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-wheel"] # non-standard build, rely on pip
"--from-downloaded-wheel"] # non-standard build, rely on pip
# CC BY-SA 4.0

[numbakit-ode]
Expand Down

0 comments on commit 3447fef

Please sign in to comment.