diff --git a/conda-recepie/build.sh b/conda-recepie/build.sh index dfcad083d..45607594c 100755 --- a/conda-recepie/build.sh +++ b/conda-recepie/build.sh @@ -1,8 +1,4 @@ -echo "|<-------------------- CMAKE setup" -echo `which python` -echo "path: $CONDA_PREFIX/bin/python" - mkdir build mkdir install cd build diff --git a/conda-recepie/build_pylib.sh b/conda-recepie/build_pylib.sh index b894a3cd6..fb8723e22 100755 --- a/conda-recepie/build_pylib.sh +++ b/conda-recepie/build_pylib.sh @@ -1,9 +1,4 @@ - echo "|<-------- starting python build" - - cd python ${PYTHON} setup.py install -# python setup.py install -# $PYTHON setup.py install \ No newline at end of file