We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef404e6 commit 5cae311Copy full SHA for 5cae311
2 files changed
slycot/CMakeLists.txt
@@ -630,12 +630,6 @@ set(F2PYSOURCE_DEPS
630
src/transform.pyf src/synthesis.pyf
631
src/_helper.pyf)
632
633
-set(PYSOURCE
634
-
635
- __init__.py examples.py exceptions.py
636
- analysis.py math.py synthesis.py transform.py
637
-)
638
639
set(SLYCOT_MODULE "_wrapper")
640
641
set(GENERATED_MODULE
@@ -681,6 +675,3 @@ endif()
681
675
python_extension_module(${SLYCOT_MODULE})
682
676
683
677
install(TARGETS ${SLYCOT_MODULE} LIBRARY DESTINATION slycot)
684
-install(FILES ${PYSOURCE} DESTINATION slycot)
685
686
-add_subdirectory(tests)
slycot/tests/CMakeLists.txt
0 commit comments