Skip to content

Commit

Permalink
Have arc build use pip to make wheels, then package into conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed Apr 1, 2024
1 parent 0ed7d05 commit e99aaeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ platforms = ["win-32", "win-64", "osx", "linux"]
[ARC-Alkali-Rydberg-Calculator]
source = "git+https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/"
noarch = false
build_args = ['--conda-name-differences=oldest-supported-numpy:numpy']
build_args = ['--conda-name-differences=oldest-supported-numpy:numpy',
'--from-wheel'] # build is not PEP-517 compatible, better to stick with pip for now
platforms = ["linux"]
# BSD3

Expand Down

0 comments on commit e99aaeb

Please sign in to comment.