File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 if (TVM_Z3_REQUIRED)
8282 message (FATAL_ERROR
8383 "USE_Z3 is ON, but Z3 was not found. Install the static Z3 development "
84- "package with `pip install z3-static`, or point Z3_DIR/CMAKE_PREFIX_PATH "
85- "at a Z3 installation." )
84+ "package with `pip install ' z3-static>=4.16.0.post1' `, or point "
85+ "Z3_DIR/CMAKE_PREFIX_PATH at a Z3 installation." )
8686 endif ()
8787 message (STATUS "Build without Z3 SMT solver support" )
8888 return ()
Original file line number Diff line number Diff line change 1717
1818[build-system ]
1919# z3-static ships the PIC static libz3 + headers consumed by USE_Z3=ON.
20- requires = [" scikit-build-core>=0.11" , " setuptools-scm>=8" , " z3-static" ]
20+ requires = [" scikit-build-core>=0.11" , " setuptools-scm>=8" , " z3-static>=4.16.0.post1 " ]
2121build-backend = " scikit_build_core.build"
2222
2323[project ]
You can’t perform that action at this time.
0 commit comments