Skip to content

Commit

Permalink
Release v0.9.2
Browse files Browse the repository at this point in the history
Enable LexLS in the Debian package
  • Loading branch information
gergondet committed Jul 12, 2023
1 parent 6198265 commit d3fdb0e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(PROJECT_NAME TVM)
set(PROJECT_DESCRIPTION "...")
set(PROJECT_URL "https://github.com/jrl-umi3218/tvm")
set(PROJECT_DEBUG_POSTFIX "_d")
set(PROJECT_VERSION 0.9.0)
set(PROJECT_VERSION 0.9.2)
set(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)
set(PROJECT_USE_CMAKE_EXPORT TRUE)

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tvm (0.9.2-1debian1) unstable; urgency=medium

* Upstream update

-- Pierre Gergondet <[email protected]> Wed, 12 Jul 2023 14:20:15 +0900

tvm (0.9.0-1debian1) unstable; urgency=medium

* Upstream update
Expand Down
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 9),
doxygen,
graphviz,
libeigen-quadprog-dev,
liblexls-dev,
libeigen-qld-dev

Package: libtvm-dev
Expand All @@ -19,6 +20,7 @@ Architecture: any
Depends: cmake,
libeigen-quadprog-dev,
libeigen-qld-dev,
liblexls-dev,
libtvm (= ${binary:Version}),
${misc:Depends}
Suggests: libtvm-doc
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export DEB_CXXFLAGS_MAINT_APPEND=-DNDEBUG
dh $@ --parallel

override_dh_auto_configure:
dh_auto_configure -- -DTVM_WITH_QUADPROG:BOOL=ON -DTVM_WITH_ROBOT:BOOL=OFF
dh_auto_configure -- -DTVM_WITH_LEXLS:BOOL=ON -DTVM_WITH_QUADPROG:BOOL=ON -DTVM_WITH_ROBOT:BOOL=OFF

0 comments on commit d3fdb0e

Please sign in to comment.