Skip to content

Commit 55a0a3f

Browse files
committed
comment cleanup
1 parent dee3e6f commit 55a0a3f

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

CMakeLists.txt

-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ else ()
2222
find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module NumPy)
2323
endif()
2424

25-
#execute_process(
26-
# COMMAND ${Python_EXECUTABLE} -c "import versioneer as v; print('.'.join(v.get_version().split('.')[:3]))"
27-
# OUTPUT_VARIABLE PANDAS_VERSION
28-
# OUTPUT_STRIP_TRAILING_WHITESPACE
29-
#)
30-
31-
32-
3325
add_compile_definitions(NPY_NO_DEPRECATED_API=0)
3426
add_subdirectory("pandas/_libs")
3527
add_subdirectory("pandas/io/sas")

pandas/_libs/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ Python3_add_library(sparse MODULE WITH_SOABI sparse.c)
6363
target_include_directories(
6464
sparse PUBLIC ${Python3_INCLUDE_DIRS} ${Python3_NumPy_INCLUDE_DIRS} "src/klib")
6565

66-
# set(HEADERS arrays dtypes hashtable lib missing util) foreach(HEADER
67-
# ${HEADERS}) add_custom_command(OUTPUT ${HEADER}.h COMMAND ${Python3_EXECUTABLE}
68-
# -m cython -3 ${HEADER}.pxd) endforeach()
69-
7066
set(BASIC_LIBRARIES
7167
arrays
7268
groupby

0 commit comments

Comments
 (0)