Fix base_build() with a proper support for multi-package-building through conda-build
Compare changes
Files
2+ 15
− 16
@@ -633,21 +633,19 @@ def base_build(
@@ -817,14 +815,15 @@ if __name__ == "__main__":
This MR fixes build.base_build()
to properly handle building multiple versions of the same package according to what is defined in conda_build_config.yaml
.