From 96ad694758059e807a1c24be285a3bdda78a02bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaman=20G=C3=BC=C3=A7l=C3=BC?= Date: Wed, 30 Aug 2023 16:46:24 +0200 Subject: [PATCH 1/3] Try using Pyccel 1.9.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50b051a68..b061b219e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 64.0", "wheel", "numpy < 1.25", "pyccel == 1.8.1"] +requires = ["setuptools >= 64.0", "wheel", "numpy < 1.25", "pyccel == 1.9.0"] build-backend = "setuptools.build_meta" [project] @@ -33,7 +33,7 @@ dependencies = [ # Our packages from PyPi 'sympde == 0.18.0', - 'pyccel == 1.8.1', + 'pyccel == 1.9.0', 'gelato == 0.12', # Alternative backend to Pyccel is Numba From 182bbf9f76dab91c92bf03e4f89302f62503ed1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaman=20G=C3=BC=C3=A7l=C3=BC?= Date: Wed, 30 Aug 2023 19:49:38 +0200 Subject: [PATCH 2/3] Use bugfix branch of Pyccel --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b061b219e..399e6c9f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 64.0", "wheel", "numpy < 1.25", "pyccel == 1.9.0"] +requires = ["setuptools >= 64.0", "wheel", "numpy < 1.25", "pyccel @ git+https://github.com/pyccel/pyccel/tree/none_dealloc_bug"] build-backend = "setuptools.build_meta" [project] @@ -33,7 +33,7 @@ dependencies = [ # Our packages from PyPi 'sympde == 0.18.0', - 'pyccel == 1.9.0', + 'pyccel @ git+https://github.com/pyccel/pyccel/tree/none_dealloc_bug', 'gelato == 0.12', # Alternative backend to Pyccel is Numba From 7ce657b4659b56afb27f43ad192a33126939af88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaman=20G=C3=BC=C3=A7l=C3=BC?= Date: Wed, 30 Aug 2023 20:46:53 +0200 Subject: [PATCH 3/3] Fix path to repo branch --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 399e6c9f3..e50262d7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 64.0", "wheel", "numpy < 1.25", "pyccel @ git+https://github.com/pyccel/pyccel/tree/none_dealloc_bug"] +requires = ["setuptools >= 64.0", "wheel", "numpy < 1.25", "pyccel @ git+https://github.com/pyccel/pyccel@none_dealloc_bug"] build-backend = "setuptools.build_meta" [project] @@ -33,7 +33,7 @@ dependencies = [ # Our packages from PyPi 'sympde == 0.18.0', - 'pyccel @ git+https://github.com/pyccel/pyccel/tree/none_dealloc_bug', + 'pyccel @ git+https://github.com/pyccel/pyccel@none_dealloc_bug', 'gelato == 0.12', # Alternative backend to Pyccel is Numba