i4 : findProgram("topcom", "cube 3", Verbose => true, Prefix => {
(".*", "topcom-"),
("^(cross|cube|cyclic|hypersimplex|lattice)$", "TOPCOM-"),
("^cube$", "topcom_")})
-- ${prefix}/libexec/Macaulay2/bin/cube does not exist
-- ${prefix}/libexec/Macaulay2/bin/topcom-cube does not exist
-- ${prefix}/libexec/Macaulay2/bin/TOPCOM-cube does not exist
-- ${prefix}/libexec/Macaulay2/bin/topcom_cube does not exist
-- /home/linuxbrew/.linuxbrew/bin/cube does not exist
-- /home/linuxbrew/.linuxbrew/bin/topcom-cube does not exist
-- /home/linuxbrew/.linuxbrew/bin/TOPCOM-cube does not exist
-- /home/linuxbrew/.linuxbrew/bin/topcom_cube does not exist
-- /usr/lib/ccache/cube does not exist
-- /usr/lib/ccache/topcom-cube does not exist
-- /usr/lib/ccache/TOPCOM-cube does not exist
-- /usr/lib/ccache/topcom_cube does not exist
-- /snap/bin/cube does not exist
-- /snap/bin/topcom-cube does not exist
-- /snap/bin/TOPCOM-cube does not exist
-- /snap/bin/topcom_cube does not exist
-- /home/m2user/.local/bin/cube does not exist
-- /home/m2user/.local/bin/topcom-cube does not exist
-- /home/m2user/.local/bin/TOPCOM-cube does not exist
-- /home/m2user/.local/bin/topcom_cube does not exist
-- /opt/pipx_bin/cube does not exist
-- /opt/pipx_bin/topcom-cube does not exist
-- /opt/pipx_bin/TOPCOM-cube does not exist
-- /opt/pipx_bin/topcom_cube does not exist
-- /home/m2user/.cargo/bin/cube does not exist
-- /home/m2user/.cargo/bin/topcom-cube does not exist
-- /home/m2user/.cargo/bin/TOPCOM-cube does not exist
-- /home/m2user/.cargo/bin/topcom_cube does not exist
-- /home/m2user/.config/composer/vendor/bin/cube does not exist
-- /home/m2user/.config/composer/vendor/bin/topcom-cube does not exist
-- /home/m2user/.config/composer/vendor/bin/TOPCOM-cube does not exist
-- /home/m2user/.config/composer/vendor/bin/topcom_cube does not exist
-- /usr/local/.ghcup/bin/cube does not exist
-- /usr/local/.ghcup/bin/topcom-cube does not exist
-- /usr/local/.ghcup/bin/TOPCOM-cube does not exist
-- /usr/local/.ghcup/bin/topcom_cube does not exist
-- /home/m2user/.dotnet/tools/cube does not exist
-- /home/m2user/.dotnet/tools/topcom-cube does not exist
-- /home/m2user/.dotnet/tools/TOPCOM-cube does not exist
-- /home/m2user/.dotnet/tools/topcom_cube does not exist
-- /usr/local/sbin/cube does not exist
-- /usr/local/sbin/topcom-cube does not exist
-- /usr/local/sbin/TOPCOM-cube does not exist
-- /usr/local/sbin/topcom_cube does not exist
-- /usr/local/bin/cube does not exist
-- /usr/local/bin/topcom-cube does not exist
-- /usr/local/bin/TOPCOM-cube does not exist
-- /usr/local/bin/topcom_cube does not exist
-- /usr/sbin/cube does not exist
-- /usr/sbin/topcom-cube does not exist
-- /usr/sbin/TOPCOM-cube does not exist
-- /usr/sbin/topcom_cube does not exist
-- /usr/bin/cube does not exist
-- /usr/bin/topcom-cube exists and is executable
-- running "/usr/bin/topcom-cube 3":
[[0,0,0,1],[1,0,0,1],[0,1,0,1],[1,1,0,1],[0,0,1,1],[1,0,1,1],[0,1,1,1],[1,1,1,1]]
[[7,6,5,4,3,2,1,0],[6,7,4,5,2,3,0,1],[4,6,5,7,0,2,1,3],[0,4,2,6,1,5,3,7]]
-- return value: 0
o4 = topcom
o4 : Program
|