Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
131 commits
Select commit Hold shift + click to select a range
457e40a
Generate files into the build dir
tobiasdiez Aug 31, 2025
1268c3f
Fix autogen on Windows
tobiasdiez Aug 31, 2025
91474e8
Fix compilation on Windows
tobiasdiez Aug 31, 2025
d9c25ca
Add workaround for `#define long long long` in Pari
tobiasdiez Aug 31, 2025
f0c5062
Use less `paripriv`
tobiasdiez Aug 31, 2025
d6540c3
Activate pari compatibility hacks only for MSVC
tobiasdiez Aug 31, 2025
5cac4aa
Add small test script in Meson build to get Pari version
tobiasdiez Aug 31, 2025
f6a3a09
Fix CI
tobiasdiez Aug 31, 2025
e234cef
Add conda environments
tobiasdiez Aug 31, 2025
79cd73d
Fix tests
tobiasdiez Aug 31, 2025
97d8ead
Also build on Windows (CI)
tobiasdiez Aug 31, 2025
fd336b8
Improve install-pari script to reuse existing downloads
tobiasdiez Aug 31, 2025
51919af
Fix tests
tobiasdiez Aug 31, 2025
8a278cf
Also install wget
tobiasdiez Aug 31, 2025
2830da9
Execute windows stuff in msys2
tobiasdiez Aug 31, 2025
eef1139
Fix download url
tobiasdiez Aug 31, 2025
b656f6e
Try without explicit prefix
tobiasdiez Aug 31, 2025
c2dc48b
Fix dist workflow
tobiasdiez Aug 31, 2025
b3164ec
Enhance installation script for PARI on Windows
tobiasdiez Sep 1, 2025
d571259
Update PARI version for Windows jobs to 2.15.4
tobiasdiez Sep 1, 2025
cf96567
Fix tests on Linux, and fix compilation (partly) on my windows system
tobiasdiez Sep 1, 2025
20c2d77
Try with separate make targets on Win
tobiasdiez Sep 1, 2025
da95cdc
Fix msys checks
tobiasdiez Sep 1, 2025
e0d21ec
Another round of platform detection improvements
tobiasdiez Sep 1, 2025
feae01c
Fix installation on windows CI, maybe?
tobiasdiez Sep 1, 2025
0344b1d
Switch to correct build folder for subsequent make targets
tobiasdiez Sep 1, 2025
a5623d0
Don't build exe on windows
tobiasdiez Sep 1, 2025
4bed1f6
Try to setup python after mingw
tobiasdiez Sep 1, 2025
926f14a
Try to fix python path
tobiasdiez Sep 1, 2025
69c0d74
Readd building of the static pari lib
tobiasdiez Sep 1, 2025
9ad5998
try a different way to set path
tobiasdiez Sep 1, 2025
1be28d0
Use cygpath
tobiasdiez Sep 1, 2025
b05488b
And now without the stupid bin
tobiasdiez Sep 1, 2025
561d6a8
Set include and lib path
tobiasdiez Sep 1, 2025
1a66dd5
add print output
tobiasdiez Sep 1, 2025
8d7a47e
explicitly install mingw-w64-ucrt-x86_64-gcc
tobiasdiez Sep 1, 2025
ded0f74
Use pip install directly
tobiasdiez Sep 1, 2025
e1bae6b
Add simple test compilation
tobiasdiez Sep 1, 2025
f60ac70
Improve test
tobiasdiez Sep 1, 2025
7d13422
more playing around
tobiasdiez Sep 1, 2025
3d72238
Also install gmp
tobiasdiez Sep 1, 2025
1b8eb56
explicit lgmp
tobiasdiez Sep 1, 2025
d92c61d
with meson directly?
tobiasdiez Sep 1, 2025
3d1aa87
add cc -v
tobiasdiez Sep 1, 2025
588adfc
as -v has_header
tobiasdiez Sep 1, 2025
19538ae
with inherit path?
tobiasdiez Sep 1, 2025
2ed7202
include dir relative to windows
tobiasdiez Sep 1, 2025
f5732dc
more debug output
tobiasdiez Sep 1, 2025
a14ae25
More debug
tobiasdiez Sep 1, 2025
252b212
try directly
tobiasdiez Sep 1, 2025
c8821df
cygpath -am
tobiasdiez Sep 1, 2025
2262c6e
without ":"
tobiasdiez Sep 1, 2025
01c0e0d
Declare dependency on gmp manually
tobiasdiez Sep 2, 2025
b4077f7
install pkg-config
tobiasdiez Sep 2, 2025
02faaf3
fix meson
tobiasdiez Sep 2, 2025
0612c09
Make gmp optional (as pari might not have been built against using it)
tobiasdiez Sep 2, 2025
d293943
Get pari datadir via pari lib not gp exe
tobiasdiez Sep 2, 2025
98f56cc
Convert relative to absolute imports
tobiasdiez Sep 2, 2025
271ce1d
Use msys python
tobiasdiez Sep 2, 2025
f790c89
properly comment lines
tobiasdiez Sep 2, 2025
ce0678d
Set include and lib path correctly again
tobiasdiez Sep 2, 2025
4953e06
Temporarily disable cysignals
tobiasdiez Sep 4, 2025
b4a1920
Extend readme
tobiasdiez Sep 4, 2025
3815271
Add proper smoke test for Pari install
tobiasdiez Sep 4, 2025
9f40a40
Install gmp on macos
tobiasdiez Sep 4, 2025
e4b8105
Print output of smoke test
tobiasdiez Sep 4, 2025
22abd00
Remove 'pari-' prefix
tobiasdiez Sep 4, 2025
e65f0da
remove deleted autogen paths
tobiasdiez Sep 4, 2025
bd95195
Fix homebrew install cmd
tobiasdiez Sep 4, 2025
e8a52fa
Improve test output
tobiasdiez Sep 4, 2025
6ab7812
Normalize eol
tobiasdiez Sep 4, 2025
1787a6a
fix install script
tobiasdiez Sep 4, 2025
721e19d
Fix smoke test on macOS
tobiasdiez Sep 4, 2025
6223733
cosmetic improvements
tobiasdiez Sep 4, 2025
51d15e3
Fix cinclude and lib path
tobiasdiez Sep 4, 2025
35a7be4
Fix windows paths?
tobiasdiez Sep 4, 2025
498cac1
Build dynamic pari
tobiasdiez Sep 6, 2025
5b61202
Add cython version of readme example
tobiasdiez Sep 9, 2025
ddcf8b7
Streamline mingw packages to install
tobiasdiez Sep 9, 2025
7a502cd
Make meson build more robust
tobiasdiez Sep 9, 2025
ef24a3c
Fix installation prefix for msys
tobiasdiez Sep 9, 2025
04890dd
reactivate cysignals
tobiasdiez Sep 9, 2025
70dcafe
fix parser test
tobiasdiez Sep 9, 2025
373fd62
also install in usr for macos
tobiasdiez Sep 9, 2025
89df3c9
Merge remote-tracking branch 'origin/master' into win
tobiasdiez Sep 10, 2025
ab6c91c
Use pari from homebrew
tobiasdiez Sep 10, 2025
8d72435
fix macos build
tobiasdiez Sep 10, 2025
7677593
Further fixes for macos
tobiasdiez Sep 10, 2025
05cf348
try with direct path to cellar
tobiasdiez Sep 10, 2025
e1fb875
fix typo
tobiasdiez Sep 10, 2025
2913150
add debug for macos
tobiasdiez Sep 10, 2025
1b699d3
try with DYLD_LIBRARY_PATH
tobiasdiez Sep 10, 2025
54228e6
try without static
tobiasdiez Sep 10, 2025
5e730e1
wip - gcc->clang on macOS
dimpase Sep 10, 2025
107c5d6
use clang also in the second example
tobiasdiez Sep 14, 2025
a7c6397
WIP: brew prefix
dimpase Sep 16, 2025
3873775
cleanup macos stuff a bit
tobiasdiez Sep 18, 2025
36bb57b
fix macos headers
tobiasdiez Sep 18, 2025
898c954
.install-pari.sh to support *BSD
dimpase Sep 18, 2025
b06a3b2
Use uv and fix wheel building
tobiasdiez Oct 1, 2025
50f2c95
install wget
tobiasdiez Oct 1, 2025
8fa32e6
fix wget install
tobiasdiez Oct 1, 2025
7e4c3dd
another try...
tobiasdiez Oct 1, 2025
0bcf5cd
don't need sudo
tobiasdiez Oct 1, 2025
52910b0
Add step to install PARI before building sdist
tobiasdiez Oct 1, 2025
01f3cce
Install sudo if not present before building on Linux or macOS
tobiasdiez Oct 1, 2025
dd4dab4
Use uv to run make check and build docs
tobiasdiez Oct 1, 2025
9a96d23
Change file mode of .install-pari.sh to make it executable
tobiasdiez Oct 1, 2025
b4da4d6
Remove non-functional sudo from devtoolset in install script
tobiasdiez Oct 1, 2025
640b1a1
Install sudo non-interactively
tobiasdiez Oct 1, 2025
77a02e2
Add macOS before-all step to install PARI using Homebrew
tobiasdiez Oct 1, 2025
b726b20
Add environment-pass for CI and GitHub Actions in cibuildwheel config…
tobiasdiez Oct 1, 2025
483eeea
install sphinx with uv
tobiasdiez Oct 1, 2025
7918f52
Require Python 3.12 or later
tobiasdiez Oct 1, 2025
c8d61c6
Set macOS deployment target to 13 in cibuildwheel configuration
tobiasdiez Oct 1, 2025
ae23240
Add diagnostic output for PARI installation script
tobiasdiez Oct 1, 2025
f54ba1b
Enhance diagnostic output
tobiasdiez Oct 1, 2025
ecedd12
Update macOS deployment target configuration in cibuildwheel
tobiasdiez Oct 1, 2025
784c9e0
more output
tobiasdiez Oct 1, 2025
ffaafa6
Fix build docs command to use correct group name
tobiasdiez Oct 1, 2025
cd2b26e
fix macos
tobiasdiez Oct 1, 2025
271efe5
make autogen tests optional (not in wheel)
tobiasdiez Oct 1, 2025
71eb5a4
Add GMP installation support in install script
tobiasdiez Oct 1, 2025
09e61be
Move libpari to /usr/lib64 on RHEL/CentOS/Fedora if applicable
tobiasdiez Oct 1, 2025
e9c0746
Don't build wheels for 3.14 yet
tobiasdiez Oct 1, 2025
1ae226f
fix ubuntu...
tobiasdiez Oct 1, 2025
3722838
Add check for dnf before installing gmp-devel on Linux
tobiasdiez Oct 1, 2025
21ef645
Add support for installing sudo using dnf or apt-get
tobiasdiez Oct 1, 2025
fce20c4
Set MACOSX_DEPLOYMENT_TARGET correctly
tobiasdiez Oct 1, 2025
3d89017
add support for alpine as well
tobiasdiez Oct 1, 2025
ce6cbdc
fix syntax in macos part
tobiasdiez Oct 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 45 additions & 97 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build wheels
name: Distribution

on:
push:
Expand All @@ -11,131 +11,79 @@ concurrency:
cancel-in-progress: true

jobs:

sdists_for_pypi:
name: Build sdist (and upload to PyPI on release tags)
make_sdist:
name: Build sdist
runs-on: ubuntu-latest
env:
CAN_DEPLOY: ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' }}
steps:
- uses: actions/checkout@v4
- name: Install pari
run: |
bash -x .install-pari.sh
env:
PARI_VERSION: pari-2.17.1
URLDIR: unix
- uses: actions/setup-python@v4
- name: make sdist
run: |
python3 -m pip install build
python3 -m build --sdist
- uses: astral-sh/setup-uv@v6
- name: Install PARI
run: ./.install-pari.sh
- name: Build sdist
run: uv build --sdist
- uses: actions/upload-artifact@v4
with:
path: "dist/*.tar.gz"
name: dist-ubuntu-latest
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.SAGEMATH_PYPI_API_TOKEN }}
skip_existing: true
verbose: true
if: env.CAN_DEPLOY == 'true' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
path: "dist/*.tar.*"
name: release-sdist

build_wheels:
name: Build wheels on ${{ matrix.os }}, arch ${{ matrix.arch }}
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
needs: sdists_for_pypi
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
arch: x86_64
- os: ubuntu-latest
arch: i686
- os: macos-latest
arch: auto
- os: macos-14
arch: auto
env:
# SPKGs to install as system packages
SPKGS: _bootstrap _prereq
# Non-Python packages to install as spkgs
TARGETS_PRE: pari
# Disable building PyPy wheels on all platforms
# Disable musllinux until #33083 provides alpine package information
CIBW_SKIP: "pp* *-musllinux*"
#
CIBW_ARCHS: ${{ matrix.arch }}
# https://cibuildwheel.readthedocs.io/en/stable/options/#requires-python
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
# Environment during wheel build
CIBW_ENVIRONMENT: "PATH=$(pwd)/local/bin:$PATH CPATH=$(pwd)/local/include:$CPATH LIBRARY_PATH=$(pwd)/local/lib:$LIBRARY_PATH LD_LIBRARY_PATH=$(pwd)/local/lib:$LD_LIBRARY_PATH PKG_CONFIG_PATH=$(pwd)/local/share/pkgconfig:$PKG_CONFIG_PATH ACLOCAL_PATH=/usr/share/aclocal"
# Use 'build', not 'pip wheel'
CIBW_BUILD_FRONTEND: build
os:
- ubuntu-latest
- ubuntu-24.04-arm
- windows-latest
- windows-11-arm
- macos-13
- macos-latest
steps:
- uses: actions/checkout@v4
with:
repository: sagemath/sage
ref: develop

- uses: actions/download-artifact@v4
with:
pattern: dist-*
path: dist

- uses: actions/setup-python@v5
# As of 2024-02-03, the macOS M1 runners do not have preinstalled python or pipx.
# Installing pipx follows the approach of https://github.com/pypa/cibuildwheel/pull/1743
id: python
with:
python-version: "3.10 - 3.12"
update-environment: false

- name: Build platform wheels
# We build the wheel from the sdist.
# But we must run cibuildwheel with the unpacked source directory, not a tarball,
# so that SAGE_ROOT is copied into the build containers.
#
# In the CIBW_BEFORE_ALL phase, we install libraries using the Sage distribution.
# https://cibuildwheel.readthedocs.io/en/stable/options/#before-all
run: |
"${{ steps.python.outputs.python-path }}" -m pip install pipx
export PATH=build/bin:$PATH
export CIBW_BEFORE_ALL="( $(sage-print-system-package-command debian --yes --no-install-recommends install $(sage-get-system-packages debian $SPKGS)) || $(sage-print-system-package-command fedora --yes --no-install-recommends install $(sage-get-system-packages fedora $SPKGS | sed s/pkg-config/pkgconfig/)) || ( $(sage-print-system-package-command homebrew --yes --no-install-recommends install $(sage-get-system-packages homebrew $SPKGS)) || echo error ignored) ) && ./bootstrap && ./configure --enable-build-as-root && make -j4 V=0 $TARGETS_PRE"
mkdir -p unpacked
for pkg in cypari2; do
(cd unpacked && tar xfz - ) < dist/dist-ubuntu-latest/$pkg*.tar.gz
"${{ steps.python.outputs.python-path }}" -m pipx run cibuildwheel==2.17.0 unpacked/$pkg*
done

- uses: astral-sh/setup-uv@v6
- name: Build wheels
uses: pypa/cibuildwheel@v3.1
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.12, <3.14"
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-latest' && '15.0' || '13.0' }}
- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
path: ./wheelhouse/*.whl
name: release-wheels-${{ matrix.os }}
path: wheelhouse/*.whl

pypi-publish:
# This needs to be a separate job because pypa/gh-action-pypi-publish cannot run on macOS
# https://github.com/pypa/gh-action-pypi-publish
name: Upload wheels to PyPI
needs: build_wheels
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
needs: [build_wheels, make_sdist]
runs-on: ubuntu-latest
env:
CAN_DEPLOY: ${{ secrets.SAGEMATH_PYPI_API_TOKEN != '' }}
permissions:
id-token: write
attestations: write
contents: read
steps:

- uses: actions/download-artifact@v4
with:
pattern: wheels-*
path: wheelhouse
pattern: release-*
path: dist
merge-multiple: true

- name: List files
run: ls -l -R dist

- name: Generate artifact attestations
uses: actions/attest-build-provenance@v2
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
with:
subject-path: "dist/*"

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.SAGEMATH_PYPI_API_TOKEN }}
packages-dir: wheelhouse/
skip_existing: true
verbose: true
if: env.CAN_DEPLOY == 'true'
if: env.CAN_DEPLOY == 'true' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
148 changes: 91 additions & 57 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cypari2
name: CI

on:
pull_request:
Expand All @@ -15,78 +15,112 @@ concurrency:

jobs:
build:
name: Build and Test (${{ matrix.os }}, Python ${{ matrix.python-version }}, PARI ${{ matrix.pari-version }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3.10', '3.11', '3.12', '3.13']
pari-version: ['pari-2.13.0', 'pari-2.15.4', 'pari-2.15.5', '2.17.2']
python-version: ['3.12', '3.13']
pari-version: ['2.13.0', '2.15.4', '2.15.5', '2.17.2']
include:
- os: macos-latest
python-version: '3.12'
pari-version: '2.17.2' # Whatever comes with homebrew
- os: macos-latest
python-version: '3.13'
pari-version: '2.17.2' # Whatever comes with homebrew
- os: windows-latest
python-version: '3.12' # Whatever comes with msys2
pari-version: '2.15.4'
- os: windows-latest
python-version: '3.12' # Whatever comes with msys2
pari-version: '2.17.2'
env:
LC_ALL: C
PARI_VERSION: ${{ matrix.pari-version }}
defaults:
run:
shell: ${{ matrix.os == 'windows-latest' && 'msys2 {0}' || 'bash' }}
steps:
- name: Set up the repository
uses: actions/checkout@v4
- name: Setup MSYS2
if: runner.os == 'Windows'
id: msys2
uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
update: true
install: >-
base-devel
m4
bison
make
patch
sed
wget
mingw-w64-ucrt-x86_64-toolchain
mingw-w64-ucrt-x86_64-gmp
mingw-w64-ucrt-x86_64-python
mingw-w64-ucrt-x86_64-python-pip
mingw-w64-ucrt-x86_64-meson-python
mingw-w64-ucrt-x86_64-cython
path-type: inherit
- name: Set up Python ${{ matrix.python-version }}
if: runner.os != 'Windows'
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install pari
- name: Install PARI
if: matrix.os != 'macos-latest'
run: |
bash -x .install-pari.sh
- name: Install PARI
if: matrix.os == 'macos-latest'
run: |
bash -x .install-pari.sh
- name: Local build
brew install pari
- name: Smoke test PARI
run: |
make install
make check
pip install sphinx
(cd docs && make html)

dist:
runs-on: ubuntu-latest
steps:
- name: Check out ${{ env.SPKG }}
uses: actions/checkout@v4
with:
path: build/pkgs/${{ env.SPKG }}/src
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
- name: Install prerequisites
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install $DIST_PREREQ
python3 -m pip install build
- name: Run make dist, prepare upstream artifact
run: |
(cd build/pkgs/${{ env.SPKG }}/src && python3 -m build --sdist) \
&& mkdir -p upstream && cp build/pkgs/${{ env.SPKG }}/src/dist/*.tar.gz upstream/${{ env.SPKG }}-git.tar.gz \
&& echo "sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=standard" > upstream/update-pkgs.sh \
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
&& ls -l upstream/
- uses: actions/upload-artifact@v4
with:
path: upstream
name: upstream
if [ ${{ runner.os }} = macOS ]; then
HOMEBREW=`brew --prefix`
clang -v tests/test.c -o test -I$HOMEBREW/include -L$HOMEBREW/lib -lpari -lgmp
else
gcc -v tests/test.c -o test -I/usr/local/include -L/usr/local/bin -lpari -lgmp
fi
expected="zeta(2) = 1.6449340668482264364
p = x^3 + x^2 + x - 1
modulus = y^3 + y^2 + y - 1
centerlift(lift(fq)) = [x - y, 1; x + (y^2 + y - 1), 1; x + (-y^2 - 1), 1]"
output="$(./test)"
# Normalize newlines for comparison
output="$(echo "$output" | tr -d '\r')"
expected="$(echo "$expected" | tr -d '\r')"
echo -e "Got:\n$output"
if [ "$output" != "$expected" ]; then
echo "Unexpected output from test.c"
echo -e "Expected:\n$expected"
exit 1
fi

sage:
uses: sagemath/sage/.github/workflows/docker.yml@develop
with:
targets: SAGE_CHECK=no SAGE_CHECK_PACKAGES="cypari" cypari
targets_optional: build/make/Makefile
sage_repo: sagemath/sage
sage_ref: develop
upstream_artifact: upstream
# We prefix the image name with the SPKG name ("cypari2-") to avoid the error
# 'Package "sage-docker-..." is already associated with another repository.'
docker_push_repository: ghcr.io/${{ github.repository }}/cypari2-
tox_packages_factors: >-
["standard"]
needs: [dist]
- name: Setup uv
uses: astral-sh/setup-uv@v6

env:
# Ubuntu packages to install so that building the sdist can succeed
DIST_PREREQ: libpari-dev pari-doc libbz2-dev bzip2
# Name of this project in the Sage distribution
SPKG: cypari
# Remove all downstream patches
REMOVE_PATCHES: "*"
- name: Build
run: |
if [ ${{ runner.os }} = Windows ]; then
export C_INCLUDE_PATH=$(cygpath -am "${{ steps.msys2.outputs.msys2-location }}")/usr/local/include
export LIBRARY_PATH=$(cygpath -am "${{ steps.msys2.outputs.msys2-location }}")/usr/local/bin
fi
echo $PATH
echo $C_INCLUDE_PATH
echo $LIBRARY_PATH
uv sync --frozen --inexact -v --no-install-project
uv sync --frozen --inexact -v --no-build-isolation --no-editable --config-settings=builddir=builddir
- name: Test
run: |
uv run make check
- name: Build docs
run: |
uv sync --frozen --inexact -v --group doc
(cd docs && uv run make html)
17 changes: 0 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# Autogenerated files
# (either by Cython or autogen)
cypari2/auto_gen.pxi.tmp
cypari2/auto_gen.pxi
cypari2/auto_instance.pxi.tmp
cypari2/auto_instance.pxi
cypari2/auto_paridecl.pxd.tmp
cypari2/auto_paridecl.pxd
cypari2/closure.c
cypari2/convert.c
cypari2/custom_block.c
cypari2/gen.c
cypari2/handle_error.c
cypari2/pari_instance.c
cypari2/stack.c
cypari2/string_utils.c

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
Loading
Loading