aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-10-31 16:02:38 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-10-31 16:04:02 -0400
commit3be7caad473a44076e094f4129e4674c5efb3a35 (patch)
tree9c42519a6a353e0f8afbba1fe604e3d452df09f9 /src/main.c
parent9c6216b9f478acd9a79181778cec3a57e092becb (diff)
downloadstasis-3be7caad473a44076e094f4129e4674c5efb3a35.tar.gz
Add placeholders for conda.tool[_build_]version
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
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);