File tree Expand file tree Collapse file tree 3 files changed +0
-33
lines changed
Expand file tree Collapse file tree 3 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ include CMakeLists.txt
77include pyproject.toml
88include conda-recipe/*
99include slycot/CMakeLists.txt
10- include slycot/tests/CMakeLists.txt
1110include slycot/*.py
1211include slycot/src/*.f
1312include slycot/tests/*.py
Original file line number Diff line number Diff 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-
639633set (SLYCOT_MODULE "_wrapper" )
640634
641635set (GENERATED_MODULE
@@ -681,6 +675,3 @@ endif()
681675python_extension_module(${SLYCOT_MODULE} )
682676
683677install (TARGETS ${SLYCOT_MODULE} LIBRARY DESTINATION slycot)
684- install (FILES ${PYSOURCE} DESTINATION slycot)
685-
686- add_subdirectory (tests)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments