Skip to content

Commit

Permalink
test wheels 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 12, 2023
1 parent 8212ccf commit 573b849
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 795 deletions.
11 changes: 11 additions & 0 deletions .cirrus.star
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#! /usr/bin/env python

# SPDX-FileCopyrightText: Copyright 2021, Siavash Ameli <sameli@berkeley.edu>
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-FileType: SOURCE
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the license found in the LICENSE.txt file in the root
# directory of this source tree.


load("cirrus", "env", "fs", "http")

def main(ctx):
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: docs

on:
# push:
# branches:
# - main
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
12 changes: 4 additions & 8 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Supported Platforms

Successful installation and tests have been performed on the following platforms and Python/PyPy versions shown in the table below.


.. |y| unicode:: U+2714
.. |n| unicode:: U+2716

Expand Down Expand Up @@ -39,15 +38,12 @@ Successful installation and tests have been performed on the following platforms
.. |build-windows| image:: https://github.com/ameli/special_functions/workflows/build-windows/badge.svg
:target: https://github.com/ameli/special_functions/actions?query=workflow%3Abuild-windows

Python wheels for ``special_functions`` for all supported platforms and versions in the above are available through `PyPI <https://pypi.org/project/special_functions/>`_ and `Anaconda Cloud <https://anaconda.org/s-ameli/special_functions>`_. If you need ``special_functions`` on other platforms, architectures, and Python or PyPy versions, `raise an issue <https://github.com/ameli/special_functions/issues>`_ on GitHub and we build its Python Wheel for you.

:sup:`1. Wheels for PyPy are exclusively available for installation through pip and cannot be installed using conda.`
|br|
:sup:`2. Wheels for Windows on ARM-64 architecture are exclusively available for installation through pip and cannot be installed using conda.`
Python wheels for ``special_functions`` for all supported platforms and versions in the above are available through `PyPI <https://pypi.org/project/special_functions/>`__ and `Anaconda Cloud <https://anaconda.org/s-ameli/special_functions>`__. If you need ``special_functions`` on other platforms, architectures, and Python or PyPy versions, `raise an issue <https://github.com/ameli/special_functions/issues>`__ on GitHub and we build its Python Wheel for you.

.. |br| raw:: html
.. line-block::

<br/>
:sup:`1. Wheels for PyPy are exclusively available for installation through pip and cannot be installed using conda.`
:sup:`2. Wheels for Windows on ARM-64 architecture are exclusively available for installation through pip and cannot be installed using conda.`


============
Expand Down
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#! /usr/bin/env python

# SPDX-FileCopyrightText: Copyright 2021, Siavash Ameli <sameli@berkeley.edu>
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-FileType: SOURCE
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the license found in the LICENSE.txt file in the root
# directory of this source tree.


[build-system]
build-backend = "mesonpy"
requires = ["meson-python", "cython>=0.29.35"]
Expand Down
28 changes: 0 additions & 28 deletions tools/archive/cibw_before_build_macos-2.sh

This file was deleted.

82 changes: 0 additions & 82 deletions tools/archive/cibw_before_build_macos.sh

This file was deleted.

193 changes: 0 additions & 193 deletions tools/archive/gfortran_utils.sh

This file was deleted.

Loading

0 comments on commit 573b849

Please sign in to comment.