Commit Graph

92 Commits (main)

Author SHA1 Message Date
Andrew Cassidy 0a66fcca20
Merge pull request #35 from drewcassidy/dependabot/github_actions/dev/pypa/cibuildwheel-2.11.2
Bump pypa/cibuildwheel from 2.5.0 to 2.11.2
2 years ago
dependabot[bot] 38beffef05 Bump pypa/cibuildwheel from 2.5.0 to 2.11.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.5.0 to 2.11.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/2.5.0...v2.11.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 7ea104f712
Bump actions/setup-python from 4.0.0 to 4.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.0.0...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Andrew Cassidy 15e0c68df6
Merge branch 'dev' into dependabot/github_actions/dev/actions/setup-python-4.0.0 2 years ago
Andrew Cassidy 9f54349556 Specify python versions 2 years ago
dependabot[bot] 71c069d30c
Bump actions/setup-python from 3.1.2 to 4.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] c79ffc8794 Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] c13f64828f
Bump pypa/cibuildwheel from 2.4.0 to 2.5.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 25e74b9b08 Bump actions/setup-python from 3.1.1 to 3.1.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Andrew Cassidy a881a0a36b Add more helpful error when importing without libomp installed
Also use non-shallow clones in ci
2 years ago
Andrew Cassidy 3fdfc3ecaa Pretty job names 2 years ago
Andrew Cassidy 23ed54c7a2 fix conditional 2 years ago
Andrew Cassidy e7e8657100 fix syntax error 2 years ago
Andrew Cassidy 2a07db8c8f Run arm64 linux builds on their own job for faster CI 2 years ago
dependabot[bot] b8a80235f8 Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 4cac24798e Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Andrew Cassidy b954ac6ccc Attempt to hint to cmake what python install to use correctly
Should fix my linux building issue?
2 years ago
Andrew Cassidy 593a0c3f46 Fix windows test command and install fat binaries for libomp 2 years ago
Andrew Cassidy abeb08fc81 Upgrade cibuildwheel to 2.4.0 2 years ago
Andrew Cassidy 77637f6abd Run tests in the right directory and skip linux for now 2 years ago
Andrew Cassidy b80a6d2229 Fix arch selection and test command 2 years ago
Andrew Cassidy e5ccdbb4f4 Don't try to download test images 2 years ago
Andrew Cassidy 94d88c7e00 Remove nose dependence
Also move test images into the base repo because they're not very big anyways
2 years ago
Andrew Cassidy 9421a6d372 Merge branch 'main' into build-modernization 2 years ago
Andrew Cassidy cab0eeebae
Merge pull request #10 from drewcassidy/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 years ago
dependabot[bot] 1502c5318c
Bump actions/setup-python from 2 to 3.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3.1.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot] 8b4e3c5746
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Andrew Cassidy 71379b7ae1 Revert to manylinux2014 2 years ago
Andrew Cassidy d1346ca11d Enable macos cross-compiling in setup.py 2 years ago
Andrew Cassidy e488dbcbff Fix builder version
and here I was thinking this was semver smh
2 years ago
Andrew Cassidy 1f7b45aa57 Compile for multiple architectures 2 years ago
Andrew Cassidy 70b7251eae Include build for python 3.10 (finally) 2 years ago
Andrew Cassidy 4f25e0f750 fix tests dir 3 years ago
Andrew Cassidy 433e728424 pytmon 3 years ago
Andrew Cassidy 4939171d5d Rework CI workflow 3 years ago
Andrew Cassidy 7a11901aa6 Fix brace expansion 3 years ago
Andrew Cassidy cb8b251baf Put back matrix for os 3 years ago
Andrew Cassidy 463956b63b Fix environment variables..? 3 years ago
Andrew Cassidy 22cc5f6148 Fix environment variables 3 years ago
Andrew Cassidy 0478532cb9 Test using CIBW 3 years ago
Andrew Cassidy f2873f3a38 Downgrade project to C++17 3 years ago
Andrew Cassidy b3d6585799 install for tests using pip 3 years ago
Andrew Cassidy cde6ae006e dont install tests as a package 3 years ago
Andrew Cassidy faa7e4df08 Remove test images as a submodule
They were causing problems for users without LFS installed, and unnecessary except for tests
3 years ago
Andrew Cassidy f353bf6e92 metadata and readme fixes 3 years ago
Andrew Cassidy 7954ec1de6 wtf is this "manylinux" nonsense 3 years ago
Andrew Cassidy 890d60cd82 Fix version number 3 years ago
Andrew Cassidy 3ebf07ae74 Only run jobs when relevent 3 years ago
Andrew Cassidy de2dc0c0a8 Actually clone the repo for sdist 3 years ago
Andrew Cassidy 96dc62a1b0 Add long description and use system-level `build` 3 years ago