We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa6d63 commit a9da65cCopy full SHA for a9da65c
python/requirements.txt
@@ -4,3 +4,4 @@ wheel
4
GitPython
5
pytest
6
scipy
7
+filelock
third_party/iluvatar/CMakeLists.txt
@@ -2,11 +2,7 @@ add_compile_options("-Wno-deprecated-declarations")
2
add_compile_options("-Wno-error=deprecated-declarations")
3
option(EDITABLE_MODE "Build in developer (editable) mode" OFF)
-if(EDITABLE_MODE)
- set(ILUVATAR_PLUGIN_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
-else()
8
- set (ILUVATAR_PLUGIN_DIR "${Python3_SITELIB}/triton/_C")
9
-endif()
+set (ILUVATAR_PLUGIN_DIR "${Python3_SITELIB}/triton/_C")
10
if(TRITON_BUILD_PYTHON_MODULE)
11
if(FLAGTREE_PLUGIN)
12
add_subdirectory(plugin)
0 commit comments