Skip to content

Commit

Permalink
Test ARC builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed May 20, 2024
1 parent 139e93b commit b783b99
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 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
3 changes: 1 addition & 2 deletions pkgs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ platforms = ["win-64", "osx-64", "osx-arm64", "linux"]
source = "git+https://github.com/nikolasibalic/ARC-Alkali-Rydberg-Calculator/"
noarch = false
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 = ["win-64", "osx-64", "linux"]
]
# BSD3

[CyRK]
Expand Down

0 comments on commit b783b99

Please sign in to comment.