Update package version to 22.1.4
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
# The build function is executed in the source directory
|
||||
# This function is used to compile the source code
|
||||
build() {
|
||||
cd libclc
|
||||
|
||||
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -G Ninja
|
||||
cmake --build build
|
||||
}
|
||||
@@ -12,6 +14,8 @@ build() {
|
||||
# The package function is executed in the source directory
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
cd libclc
|
||||
|
||||
DESTDIR="$BPM_OUTPUT" cmake --install build
|
||||
|
||||
# Install package license
|
||||
|
||||
Reference in New Issue
Block a user