]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
Improve rules
authorMathieu Baudier <redacted>
Mon, 18 Aug 2025 11:06:17 +0000 (13:06 +0200)
committerMathieu Baudier <redacted>
Mon, 18 Aug 2025 11:06:17 +0000 (13:06 +0200)
debian/rules

index af95b2dd76c25d7c27bb8cc453d94e7690ed2321..34bde5be72ef8c42f8a87f95bfffdb37c82cde70 100755 (executable)
@@ -20,8 +20,8 @@ CMAKE_OPTS  = -DGGML_NATIVE=OFF \
               -DGGML_BUILD_EXAMPLES=OFF \
               -DGGML_BACKEND_DL=ON \
 
-CMAKE_OPTS += -DGGML_CPU_ALL_VARIANTS=ON \
-              -DGGML_BLAS=ON \
+# Common backends
+CMAKE_OPTS += -DGGML_BLAS=ON \
               -DGGML_BLAS_VENDOR=OpenBLAS \
               -DGGML_RPC=ON \