Skip to content

Commit 5edc9b6

Browse files
committed
Use llvm16 on Debian
1 parent 8350ae8 commit 5edc9b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

debian/control

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Source: clasp-cl
22
Section: lisp
33
Priority: optional
44
Maintainer: Tarn W. Burton <twburton@gmail.com>
5-
Build-Depends: debhelper-compat (= 13), libelf-dev, libgmp-dev, llvm-18,
6-
clang-18, sbcl, libclang-18-dev, llvm-18-dev, ninja-build, libfmt-dev,
7-
git, pkg-config, libboost-all-dev, libclang-cpp18, libclang-cpp18-dev,
5+
Build-Depends: debhelper-compat (= 13), libelf-dev, libgmp-dev, llvm-16,
6+
clang-16, sbcl, libclang-16-dev, llvm-16-dev, ninja-build, libfmt-dev,
7+
git, pkg-config, libboost-all-dev, libclang-cpp16, libclang-cpp16-dev,
88
libnetcdf-dev, libczmq-dev, libexpat1-dev
99
Standards-Version: 4.5.1
1010
Homepage: https://github.com/clasp-developers/clasp
@@ -20,7 +20,7 @@ Provides: lisp-compiler
2020
Architecture: any
2121
Build-Profiles: <!noclasp>
2222
Depends: ${shlibs:Depends}, ${misc:Depends}, libelf1, libgmp10, libgmpxx4ldbl,
23-
llvm-18, clang-18, libclang-cpp18
23+
llvm-16, clang-16, libclang-cpp16
2424
Description: Common Lisp implementation that brings Common Lisp and C++ Together
2525
Clasp is a new Common Lisp implementation that seamlessly interoperates
2626
with C++ libraries and programs using LLVM for compilation to native
@@ -37,9 +37,9 @@ Conflicts: clasp-cl
3737
Provides: lisp-compiler, clasp-cl
3838
Architecture: any
3939
Build-Profiles: <!nocando>
40-
Depends: ${shlibs:Depends}, ${misc:Depends}, libelf-dev, libgmp-dev, llvm-18,
41-
clang-18, sbcl, libclang-18-dev, llvm-18-dev, libfmt-dev,
42-
libclang-cpp18, libclang-cpp18-dev, libnetcdf-dev, libczmq-dev,
40+
Depends: ${shlibs:Depends}, ${misc:Depends}, libelf-dev, libgmp-dev, llvm-16,
41+
clang-16, sbcl, libclang-16-dev, llvm-16-dev, libfmt-dev,
42+
libclang-cpp16, libclang-cpp16-dev, libnetcdf-dev, libczmq-dev,
4343
libexpat1-dev, ninja-build
4444
Description: Common Lisp implementation that brings Common Lisp and C++ Together
4545
Clasp is a new Common Lisp implementation that seamlessly interoperates

0 commit comments

Comments
 (0)