From 3be7caad473a44076e094f4129e4674c5efb3a35 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 31 Oct 2023 16:02:38 -0400 Subject: Add placeholders for conda.tool[_build_]version --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 273cdfa..62129e5 100644 --- a/src/main.c +++ b/src/main.c @@ -151,6 +151,10 @@ int main(int argc, char *argv[], char *arge[]) { exit(1); } + // TODO: extract version from tool output + ctx.conda.tool_version = NULL; + ctx.conda.tool_build_version = NULL; + if (pip_exec("install build")) { msg(OMC_MSG_ERROR | OMC_MSG_L2, "'build' tool installation failed"); exit(1); -- cgit