This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Template file for 'qgis' | |
| pkgname=qgis | |
| version=3.10.2 | |
| revision=1 | |
| archs="x86_64" | |
| #wrksrc="${pkgname}-${version}" | |
| create_wrksrc=yes | |
| build_style=cmake | |
| hostmakedepends="" | |
| makedepends="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Determining if the CL_VERSION_2_2 exist failed with the following output: | |
| Change Dir: /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp | |
| Run Build Command(s):/usr/bin/make cmTC_585ad/fast && /usr/bin/make -f CMakeFiles/cmTC_585ad.dir/build.make CMakeFiles/cmTC_585ad.dir/build | |
| make[1]: Entering directory '/builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp' | |
| Building C object CMakeFiles/cmTC_585ad.dir/CheckSymbolExists.c.o | |
| /usr/bin/cc -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -o CMakeFiles/cmTC_585ad.dir/CheckSymbolExists.c.o -c /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
| /builddir/QGIS-final-3_10_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h: No such file or directory | |
| 2 | #include <OpenCL_INCLUDE_DIR-NOTFOUND/CL/cl.h> | |
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % ./configure -h | |
| `configure' configures libspatialite 4.3.0a to adapt to many kinds of systems. | |
| Usage: ./masterdir/builddir/libspatialite-4.3.0a/configure [OPTION]... [VAR=VALUE]... | |
| To assign environment variables (e.g., CC, CFLAGS...), specify them as | |
| VAR=VALUE. See below for descriptions of some of the useful variables. | |
| Defaults for the options are specified in brackets. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| => xbps-src: updating repositories for host (x86_64)... | |
| [*] Updating `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... | |
| [*] Updating `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... | |
| [*] Updating `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ... | |
| [*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... | |
| [*] Updating `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... | |
| => xbps-src: updating software in / masterdir... | |
| => xbps-src: cleaning up / masterdir... | |
| => proj4-4.9.3_1: removing autodeps, please wait... | |
| => proj4-4.9.3_1: building [gnu-configure] for x86_64... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Template file for 'crun' | |
| pkgname=crun | |
| version=0.13 | |
| revision=1 | |
| build_style=gnu-configure | |
| configure_args="--disable-systemd" | |
| makedepends="python3 libcap-devel libseccomp-devel yajl-devel pkg-config" | |
| short_desc="Fast and low-memory footprint OCI Container Runtime fully written in C" | |
| maintainer="Noah Huppert <contact@noahh.io>" | |
| license="GPL-2.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ================================= | |
| crun 0.13: ./test-suite.log | |
| ================================= | |
| # TOTAL: 51 | |
| # PASS: 11 | |
| # SKIP: 14 | |
| # XFAIL: 0 | |
| # FAIL: 26 | |
| # XPASS: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This file was initially generated by Windows Terminal 1.0.1401.0 | |
| // It should still be usable in newer versions, but newer versions might have additional | |
| // settings, help text, or changes that you will not see unless you clear this file | |
| // and let us generate a new one for you. | |
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Set line edit mode to emacs | |
| Set-PSReadLineOption -EditMode Emacs | |
| # Git shortcut | |
| Set-Alias -Name g -Value git -Option AllScope | |
| # Emacs alias | |
| Function Emacs-No-Window { | |
| ~\bin\emacs\bin\emacs.exe -nw $args | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template | |
| index d0576f7c98..24b782b845 100644 | |
| --- a/srcpkgs/clisp/template | |
| +++ b/srcpkgs/clisp/template | |
| @@ -7,11 +7,11 @@ archs="x86_64* i686*" | |
| build_style=configure | |
| configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules | |
| $(vopt_with readline)" | |
| +makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)" | |
| short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/srcpkgs/telegram-cli/template b/srcpkgs/telegram-cli/template | |
| index 2c5ec94067..7a12a5bc08 100644 | |
| --- a/srcpkgs/telegram-cli/template | |
| +++ b/srcpkgs/telegram-cli/template | |
| @@ -3,7 +3,7 @@ pkgname=telegram-cli | |
| version=20200106 | |
| revision=1 | |
| build_style=gnu-configure | |
| -hostmakedepends="lua-devel libevent-devel jansson-devel zlib-devel libconfig-devel readline-devel libressl-devel libcrypto45" | |
| +hostmakedepends="lua-devel libevent-devel jansson-devel zlib-devel libconfig-devel readline-devel libressl-devel libcrypto45 tar" |