i3 : findProgram("topcom", "cube 3", Verbose => true, Prefix => {
(".*", "topcom-"),
("^(cross|cube|cyclic|hypersimplex|lattice)$", "TOPCOM-"),
("^cube$", "topcom_")})
-- /usr/libexec/Macaulay2/bin/cube does not exist
-- /usr/libexec/Macaulay2/bin/topcom-cube does not exist
-- /usr/libexec/Macaulay2/bin/TOPCOM-cube does not exist
-- /usr/libexec/Macaulay2/bin/topcom_cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/topcom-cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/TOPCOM-cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/topcom_cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/topcom-cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/TOPCOM-cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/topcom_cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/topcom-cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/bin/TOPCOM-cube does not exist
-- /home/m2user/build/BUILD/M2-release-1.20/M2/BUILD/x86_64-redhat-linux-gnu/../../usr-build/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
-- /home/m2user/bin/cube does not exist
-- /home/m2user/bin/topcom-cube does not exist
-- /home/m2user/bin/TOPCOM-cube does not exist
-- /home/m2user/bin/topcom_cube does not exist
-- /usr/bin/cube does not exist
-- /usr/bin/topcom-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
o3 = topcom
o3 : Program
|