Skip to content

Commit f96044c

Browse files
committed
use vendor_id instead of cpu_vendor_id in gentoo module
1 parent bcc5350 commit f96044c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gentoo/2020.lua.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ elseif arch == "avx" then
6060
else
6161
setenv("PIP_CONFIG_FILE", "/cvmfs/soft.computecanada.ca/config/python/pip-gentoo.conf")
6262
end
63-
setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch .. "_" .. cpu_vendor_id)
63+
setenv("MII_INDEX_FILE", "/cvmfs/soft.computecanada.ca/custom/mii/data/" .. arch .. "_" .. vendor_id)
6464

6565
-- also make easybuild and easybuild-generated modules accessible
6666
prepend_path("PATH", "/cvmfs/soft.computecanada.ca/easybuild/bin")

0 commit comments

Comments
 (0)