Skip to content

Commit

Permalink
Remove tcl interface
Browse files Browse the repository at this point in the history
  • Loading branch information
RudolfWeeber committed Oct 12, 2016
1 parent e9b4fe3 commit 00921e6
Show file tree
Hide file tree
Showing 559 changed files with 2 additions and 134,312 deletions.
16 changes: 1 addition & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ set(CMAKE_FIND_FRAMEWORK LAST)
######################################################################

#option(WITH_PYTHON "Build python interface" ON)
##option(WITH_TCL "Build tcl interface" ON)
set(WITH_PYTHON yes)
set(WITH_TCL no)

option(WITH_CUDA "Build with GPU support" ON)
option(WITH_HDF5 "Build with HDF5 support" ON)
Expand Down Expand Up @@ -137,19 +135,9 @@ if (FFTW3_FOUND)
set(FFTW 3)
endif(FFTW3_FOUND)

if (WITH_TCL)
find_package(TCL)

if(NOT TCL_FOUND)
message(FATAL_ERROR "TCL not found.")
endif()

include_directories(${TCL_INCLUDE_PATH})
list(APPEND LIBRARIES ${TCL_LIBRARY})
endif()

# If we build either interface turn on script interface
if (WITH_PYTHON OR WITH_TCL)
if (WITH_PYTHON)
set(WITH_SCRIPT_INTERFACE ON)
endif()

Expand Down Expand Up @@ -233,7 +221,6 @@ endif(NOT DEFINED BINDIR)

set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LIBDIR}")

set(SCRIPTDIR ${DATA}/scripts)

#######################################################################
# Flags
Expand All @@ -247,7 +234,6 @@ endif()
# Subdirectories
#######################################################################

add_subdirectory(scripts)
add_subdirectory(doc)
add_subdirectory(src)
add_subdirectory(config)
Expand Down
1 change: 0 additions & 1 deletion maintainer/docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update && apt-get install -y \
libfftw3-dev \
libboost-dev libboost-serialization-dev libboost-mpi-dev libboost-filesystem-dev libboost-test-dev \
python python-numpy python-pyvtk \
tcl-dev \
git \
pep8 \
python-pip \
Expand Down
1 change: 0 additions & 1 deletion maintainer/docker/opensuse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN zypper -n --gpg-auto-import-keys refresh \
fftw3-devel \
boost-devel libboost_serialization1_54_0 libboost_mpi1_54_0 libboost_filesystem1_54_0 libboost_test1_54_0 \
python python-numpy python-PyVTK \
tcl-devel \
git \
python-pep8 \
python-pip \
Expand Down
1 change: 0 additions & 1 deletion maintainer/docker/ubuntu-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
libfftw3-dev \
libboost-dev libboost-serialization-dev libboost-mpi-dev libboost-filesystem-dev libboost-test-dev \
python python-numpy \
tcl-dev \
git \
pep8 \
python-pyvtk \
Expand Down
1 change: 0 additions & 1 deletion maintainer/docker/ubuntu-python3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
libfftw3-dev \
libboost-dev libboost-serialization-dev libboost-mpi-dev libboost-filesystem-dev libboost-test-dev \
cython3 python3 python3-numpy \
tcl-dev \
git \
pep8 \
&& apt-get clean \
Expand Down
1 change: 0 additions & 1 deletion maintainer/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \
libfftw3-dev \
libboost-dev libboost-serialization-dev libboost-mpi-dev libboost-filesystem-dev libboost-test-dev \
cython python python-numpy \
tcl-dev \
git \
pep8 \
python-pyvtk \
Expand Down
127 changes: 0 additions & 127 deletions maintainer/espresso-2.1.2j.ebuild

This file was deleted.

169 changes: 0 additions & 169 deletions maintainer/travis/build.sh

This file was deleted.

Loading

0 comments on commit 00921e6

Please sign in to comment.