From d2a7751d25aea356499f2e83a59b34f01ccf68c8 Mon Sep 17 00:00:00 2001 From: Rahil Makadia Date: Fri, 22 Mar 2024 10:43:24 -0700 Subject: [PATCH 1/2] forgot the version bump for the previous PR you silly goose --- CMakeLists.txt | 6 +----- grss/version.txt | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57b194db..b2a07d03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,12 +25,8 @@ include_directories(${CMAKE_SOURCE_DIR}/extern/cspice/include) # Set source code directories add_subdirectory(src) -# Configure CPack for cross-platform packaging -set(CPACK_PROJECT_NAME ${PROJECT_NAME}) -set(CPACK_PROJECT_VERSION ${PROJECT_VERSION}) -include(CPack) - # create pybind11 module +set(PYBIND11_FINDPYTHON ON) find_package(pybind11 REQUIRED) pybind11_add_module(libgrss src/${PROJECT_NAME}.cpp) target_link_libraries(libgrss PRIVATE ${PROJECT_NAME}) diff --git a/grss/version.txt b/grss/version.txt index 084e244c..240bba90 100644 --- a/grss/version.txt +++ b/grss/version.txt @@ -1 +1 @@ -3.6.0 \ No newline at end of file +3.7.0 \ No newline at end of file From bdb0d23a0ff85de23f4c523893398e4f3ffee788 Mon Sep 17 00:00:00 2001 From: Rahil Makadia Date: Fri, 22 Mar 2024 11:38:26 -0700 Subject: [PATCH 2/2] forgot the version bump for the previous PR you silly goose part 2 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2a07d03..3030b12e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,6 @@ include_directories(${CMAKE_SOURCE_DIR}/extern/cspice/include) add_subdirectory(src) # create pybind11 module -set(PYBIND11_FINDPYTHON ON) find_package(pybind11 REQUIRED) pybind11_add_module(libgrss src/${PROJECT_NAME}.cpp) target_link_libraries(libgrss PRIVATE ${PROJECT_NAME})