{ "auto_detect": "yes", "customize": { "add_only_with_version": "no", "add_to_path": "yes", "build_dir_name": "e2sim", "check_that_exists": "yes", "ck_version": 10, "cmd_postprocess": { "linux": "\"$CK_ENV_E2SIM_BIN/$CK_SIM\" --count=$CK_SIM_COUNT --dim=$CK_SIM_DIM", "win": "\"%CK_ENV_E2SIM_BIN%\\%CK_SIM%\" --count=%CK_SIM_COUNT% --dim=%CK_SIM_DIM%" }, "cmd_prefix": { "linux": "\"$CK_ENV_E2SIM_BIN/$CK_SIM\" --count=$CK_SIM_COUNT --dim=$CK_SIM_DIM", "win": "\"%CK_ENV_E2SIM_BIN%\\%CK_SIM%\" --count=%CK_SIM_COUNT% --dim=%CK_SIM_DIM%" }, "env_prefix": "CK_ENV_E2SIM", "limit_recursion_dir_search": { "linux": 3, "win": 4 }, "only_for_target_os_tags": [ "windows", "linux" ], "soft_file": { "linux": "e2sim", "win": "e2sim.exe" }, "soft_file_from_host_os": "yes", "soft_path_example": { "linux": "/usr/bin/e2sim", "win": "C:\\Program Files\\E2SIM\\bin\\e2sim.exe" }, "soft_version_cmd": { "linux": "-version > $#filename#$ 2>&1", "win": "-version > $#filename#$ 2>&1" } }, "env": { "CK_SIM": "e2sim", "CK_SIM_COUNT": "1000000", "CK_SIM_DIM": "4x4", "CK_SIM_STDERR": "--stderr=tmp-e2-stderr.tmp", "CK_SIM_STDOUT": "--stdout=tmp-e2-stdout.tmp" }, "soft_name": "E2 simulator", "tags": [ "arch", "sim", "e2" ] }