File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 187187# The map supports regular expression e.g. to keep versions.
188188# Please note that following examples are not necessarily recommendations.
189189#
190- # platform_map = {
191- # "os": {
192- # r"Scientific Linux-(.*)": r"Scientific-\1", # Scientific Linux-x.x -> Scientific-x.x
193- # r"Ubuntu-14.\d": r"Ubuntu-14", # Any Ubuntu-14.x -> Ubuntu-14
194- # r'CentOS Linux-(\d+)\.(\d+)(\.(\d+))?': r'CentOS-\1.\2', ' # Centos Linux-X.Y.Z -> CentOS-X.Y
195- # },
196- # "arch": {
197- # "x86_64": "64bit", # Maps both x86_64 and amd64 -> 64bit
198- # "amd64": "64bit",
199- # },
200- # }
190+ # platform_map = {
191+ # "os": {
192+ # r"Scientific Linux-(.*)": r"Scientific-\1", # Scientific Linux-x.x -> Scientific-x.x
193+ # r"Ubuntu-14.\d": r"Ubuntu-14", # Any Ubuntu-14.x -> Ubuntu-14
194+ # r'CentOS Linux-(\d+)\.(\d+)(\.(\d+))?': r'CentOS-\1.\2', ' # Centos Linux-X.Y.Z -> CentOS-X.Y
195+ # },
196+ # "arch": {
197+ # "x86_64": "64bit", # Maps both x86_64 and amd64 -> 64bit
198+ # "amd64": "64bit",
199+ # },
200+ # }
201201platform_map = {}
202202
203203# If true, then when a resolve graph is generated during a failed solve, packages
You can’t perform that action at this time.
0 commit comments