We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4e935 commit d7642c8Copy full SHA for d7642c8
buildconfig/Jenkins/Conda/package-conda
@@ -131,6 +131,8 @@ elif [[ $PLATFORM == "osx-64" ]]; then
131
EXTRA_BUILD_OPTIONS+="-m ./osx_64.yaml"
132
fi
133
134
+export CONDA_SUBDIR=$PLATFORM
135
+
136
# Run conda build.
137
if [[ $ENABLE_BUILD_MANTID_DEVELOPER == true ]]; then
138
conda mambabuild ./mantid-developer/ $EXTRA_BUILD_OPTIONS
0 commit comments