Skip to content

Commit

Permalink
Merge pull request #229 from bnavigator/clean-cmake-pysource
Browse files Browse the repository at this point in the history
Clean CMake install python files directives
  • Loading branch information
bnavigator authored Jan 9, 2024
2 parents e14142a + 39db9d2 commit 11a80eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ include CMakeLists.txt
include pyproject.toml
include conda-recipe/*
include slycot/CMakeLists.txt
include slycot/tests/CMakeLists.txt
include slycot/*.py
include slycot/src/*.f
include slycot/tests/*.py
Expand Down
9 changes: 0 additions & 9 deletions slycot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -630,12 +630,6 @@ set(F2PYSOURCE_DEPS
src/transform.pyf src/synthesis.pyf
src/_helper.pyf)

set(PYSOURCE

__init__.py examples.py exceptions.py
analysis.py math.py synthesis.py transform.py
)

set(SLYCOT_MODULE "_wrapper")

set(GENERATED_MODULE
Expand Down Expand Up @@ -681,6 +675,3 @@ endif()
python_extension_module(${SLYCOT_MODULE})

install(TARGETS ${SLYCOT_MODULE} LIBRARY DESTINATION slycot)
install(FILES ${PYSOURCE} DESTINATION slycot)

add_subdirectory(tests)
23 changes: 0 additions & 23 deletions slycot/tests/CMakeLists.txt

This file was deleted.

0 comments on commit 11a80eb

Please sign in to comment.