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 1dca20c commit b88d26eCopy full SHA for b88d26e
conda-recipe/bld.bat
@@ -34,4 +34,4 @@ set PATH=%PATH%;%PREFIX%\Library\bin\libfabric
34
35
%PYTHON% setup.py build %BUILD_ARGS%
36
IF %ERRORLEVEL% neq 0 EXIT /b %ERRORLEVEL%
37
-%PYTHON% setup.py install --single-version-externally-managed --record record_daal4py.txt
+%PYTHON% setup.py install --single-version-externally-managed --record record.txt
conda-recipe/build.sh
@@ -16,7 +16,7 @@
16
#===============================================================================
17
18
if [ "$PY3K" == "1" ]; then
19
- ARGS=" --single-version-externally-managed --record=record_daal4py.txt"
+ ARGS=" --single-version-externally-managed --record=record.txt"
20
else
21
ARGS="--old-and-unmanageable"
22
fi
0 commit comments