Skip to content

Commit 5cae311

Browse files
committed
clean CMake install python files directives
1 parent ef404e6 commit 5cae311

2 files changed

Lines changed: 0 additions & 32 deletions

File tree

slycot/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -630,12 +630,6 @@ set(F2PYSOURCE_DEPS
630630
src/transform.pyf src/synthesis.pyf
631631
src/_helper.pyf)
632632

633-
set(PYSOURCE
634-
635-
__init__.py examples.py exceptions.py
636-
analysis.py math.py synthesis.py transform.py
637-
)
638-
639633
set(SLYCOT_MODULE "_wrapper")
640634

641635
set(GENERATED_MODULE
@@ -681,6 +675,3 @@ endif()
681675
python_extension_module(${SLYCOT_MODULE})
682676

683677
install(TARGETS ${SLYCOT_MODULE} LIBRARY DESTINATION slycot)
684-
install(FILES ${PYSOURCE} DESTINATION slycot)
685-
686-
add_subdirectory(tests)

slycot/tests/CMakeLists.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)