From ac682b41bc229ec1262967f9ae304c4a1a5b851d Mon Sep 17 00:00:00 2001 From: Charles Coulombe Date: Wed, 9 Sep 2026 10:50:27 -0400 Subject: [PATCH] Added 2026 pip configs Removed constraint file --- python/pip-x86-64-v3-gentoo2026.conf | 16 ++++++++++++++++ python/pip-x86-64-v4-gentoo2026.conf | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 python/pip-x86-64-v3-gentoo2026.conf create mode 100644 python/pip-x86-64-v4-gentoo2026.conf diff --git a/python/pip-x86-64-v3-gentoo2026.conf b/python/pip-x86-64-v3-gentoo2026.conf new file mode 100644 index 0000000..aeafde4 --- /dev/null +++ b/python/pip-x86-64-v3-gentoo2026.conf @@ -0,0 +1,16 @@ +[global] +disable-pip-version-check = true + +[download] +find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/x86-64-v3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic + +[wheel] +find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/x86-64-v3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic +disable-pip-version-check = true + +[install] +find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/x86-64-v3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic +only-binary = numpy,scipy,mpi4py,pandas,h5py,Cython,grpcio +prefer-binary = true +disable-pip-version-check = true + diff --git a/python/pip-x86-64-v4-gentoo2026.conf b/python/pip-x86-64-v4-gentoo2026.conf new file mode 100644 index 0000000..d015897 --- /dev/null +++ b/python/pip-x86-64-v4-gentoo2026.conf @@ -0,0 +1,16 @@ +[global] +disable-pip-version-check = true + +[download] +find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/x86-64-v4 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/x86-64-v3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic + +[wheel] +find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/x86-64-v4 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/x86-64-v3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic +disable-pip-version-check = true + +[install] +find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/x86-64-v4 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/x86-64-v3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2026/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic +only-binary = numpy,scipy,mpi4py,pandas,h5py,Cython,grpcio +prefer-binary = true +disable-pip-version-check = true +