Skip to content

Commit 11a80eb

Browse files
authored
Merge pull request #229 from bnavigator/clean-cmake-pysource
Clean CMake install python files directives
2 parents e14142a + 39db9d2 commit 11a80eb

File tree

3 files changed

+0
-33
lines changed

3 files changed

+0
-33
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ include CMakeLists.txt
77
include pyproject.toml
88
include conda-recipe/*
99
include slycot/CMakeLists.txt
10-
include slycot/tests/CMakeLists.txt
1110
include slycot/*.py
1211
include slycot/src/*.f
1312
include slycot/tests/*.py

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)