-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpip-generic-gentoo2020.conf
More file actions
16 lines (13 loc) · 1.38 KB
/
pip-generic-gentoo2020.conf
File metadata and controls
16 lines (13 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[global]
disable-pip-version-check = true
[download]
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2020/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2020/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
[wheel]
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2020/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2020/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
disable-pip-version-check = true
[install]
find-links = /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2020/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/sse3 /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2020/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
constraint = /cvmfs/soft.computecanada.ca/config/python/constraints.txt /cvmfs/soft.computecanada.ca/config/python/constraints-cmake.txt
only-binary = numpy,scipy,mpi4py,pandas,h5py,Cython,grpcio
prefer-binary = true
disable-pip-version-check = true