Skip to content

Commit 9499b28

Browse files
ViralBShahclaude
andcommitted
gen: remove stale jl_cxx_files duplicate of src/
These eight .jl files (Mat, Vec, OpenCV, cv_cxx, cv_manual_wrap, mat_conversion, types_conversion, typestructs) were inherited from opencv_contrib/modules/julia/jl_cxx_files/, where they used to be shipped inside OpenCV_jll. Since the move to per-repo Julia sources under src/, the package loads only from src/ and Yggdrasil ships only libopencv_julia.* (build_tarballs.jl drops the staged Julia tree), so this directory's contents were never read at runtime and had drifted from src/. regenerate.jl only copies *wrap.jl from autogen_jl/ into src/generated/, so removing it has no effect on that pipeline. The Yggdrasil-side CMake copy line is dropped in the same change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 52c3c7f commit 9499b28

9 files changed

Lines changed: 0 additions & 442 deletions

File tree

β€Žgen/CMakeLists.txtβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ execute_process(
115115
)
116116

117117
file(COPY ${CMAKE_CURRENT_BINARY_DIR}/gen/cpp_files/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/gen/autogen_cpp)
118-
file(COPY ${CMAKE_CURRENT_BINARY_DIR}/gen/jl_cxx_files/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/gen/autogen_jl)
119118

120119
ocv_glob_module_sources()
121120
ocv_module_include_directories()

β€Žgen/jl_cxx_files/Mat.jlβ€Ž

Lines changed: 0 additions & 49 deletions
This file was deleted.

β€Žgen/jl_cxx_files/OpenCV.jlβ€Ž

Lines changed: 0 additions & 7 deletions
This file was deleted.

β€Žgen/jl_cxx_files/Vec.jlβ€Ž

Lines changed: 0 additions & 50 deletions
This file was deleted.

β€Žgen/jl_cxx_files/cv_cxx.jlβ€Ž

Lines changed: 0 additions & 54 deletions
This file was deleted.

β€Žgen/jl_cxx_files/cv_manual_wrap.jlβ€Ž

Lines changed: 0 additions & 49 deletions
This file was deleted.

β€Žgen/jl_cxx_files/mat_conversion.jlβ€Ž

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
Β (0)