Skip to content

Commit 4ef804a

Browse files
jeongseok-metameta-codesync[bot]
authored andcommitted
Add missing axel dependency to tensor_momentum (#727)
Summary: Pull Request resolved: #727 Fix linking error when importing geometry from pymomentum PyPI package: ``` Python 3.12.11 (main, Sep 2 2025, 14:20:58) [Clang 20.1.4 ] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import pymomentum.geometry Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: /home/jeongseok/dev/tmp/.venv/lib/python3.12/site-packages/pymomentum/geometry.cpython-312-x86_64-linux-gnu.so: undefined symbol: _ZTVN4axel3BvhIdLm4EEE ``` This was not caught by any of the CI, which is odd but could happen with different compiler settings. Reviewed By: cdtwigg Differential Revision: D85474531
1 parent 1f32b40 commit 4ef804a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymomentum/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ mt_library(
113113
${ATEN_LIBRARIES}
114114
pybind11::pybind11
115115
PRIVATE_LINK_LIBRARIES
116+
axel
116117
python_utility
117118
tensor_utility
118119
Ceres::ceres

0 commit comments

Comments
 (0)