diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-10-31 16:02:38 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-10-31 16:04:02 -0400 |
commit | 3be7caad473a44076e094f4129e4674c5efb3a35 (patch) | |
tree | 9c42519a6a353e0f8afbba1fe604e3d452df09f9 | |
parent | 9c6216b9f478acd9a79181778cec3a57e092becb (diff) | |
download | stasis-3be7caad473a44076e094f4129e4674c5efb3a35.tar.gz |
Add placeholders for conda.tool[_build_]version
-rw-r--r-- | src/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |