Skip to content

Commit

Permalink
Re #7694. Comment out PythonAlgorithms install as it's gone.
Browse files Browse the repository at this point in the history
The directory disappeared with the last file that was in it, leading
to an error on making the package.
  • Loading branch information
RussellTaylor committed Aug 28, 2013
1 parent 5ec996d commit 3fb20bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/Framework/PythonAPI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,6 @@ endif ()
# Pure Python files
install ( FILES ${PY_FILES} DESTINATION ${BIN_DIR} )
# Algorithms
install ( DIRECTORY PythonAlgorithms/ DESTINATION ${PLUGINS_DIR}/python/algorithms
PATTERN "*.pyc" EXCLUDE
PATTERN ".svn" EXCLUDE )
#install ( DIRECTORY PythonAlgorithms/ DESTINATION ${PLUGINS_DIR}/python/algorithms
# PATTERN "*.pyc" EXCLUDE
# PATTERN ".svn" EXCLUDE )

0 comments on commit 3fb20bf

Please sign in to comment.