From ff81b2ca5155acd0ed05ce9cef78eb5ed45faeb0 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 4 Oct 2024 19:06:43 +0200 Subject: libclc: add new package at 19.1.1 --- extra/libclc/build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 extra/libclc/build (limited to 'extra/libclc/build') diff --git a/extra/libclc/build b/extra/libclc/build new file mode 100755 index 00000000..90e518cd --- /dev/null +++ b/extra/libclc/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B build \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLLVM_DIR=/usr/lib/cmake/llvm + +cmake --build build +cmake --install build -- cgit v1.2.3