Search Criteria
Package Details: vc4c-git r709.e3eed1e-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/vc4c-git.git (read-only, click to copy) |
---|---|
Package Base: | vc4c-git |
Description: | Compiler for the VC4CL OpenCL-implementation |
Upstream URL: | https://github.com/doe300/VC4C |
Licenses: | MIT |
Provides: | opencl-compiler, vc4-compiler, vc4c |
Submitter: | k8ie |
Maintainer: | bronze |
Last Packager: | k8ie |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-08-17 01:07 (UTC) |
Last Updated: | 2020-10-05 21:40 (UTC) |
Dependencies (8)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR)
- clinfo (clinfo-gitAUR)
- vc4clstdlib-gitAUR
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
Latest Comments
1 2 3 Next › Last »
bronze commented on 2020-07-14 00:58 (UTC) (edited on 2020-07-14 03:10 (UTC) by bronze)
I got around the error below by disabling distcc in /etc/makepkg.conf
The next (and final?) error, I get:
Note, I found it here /usr/include/vc4clstdlib-git/include/VC4CLStdLib.h.pch
bronze commented on 2020-07-11 15:21 (UTC) (edited on 2020-07-12 17:01 (UTC) by bronze)
Due to https://github.com/doe300/VC4C/commit/1bb1b55b78cb52ac0bf85d1caf0e87ea0ea8a531 I modified the
cmake
line in the PKGBUILD and added 'VC4CL_STDLIB_PRECOMPILE':I also changed the dependency on
ocl-icd
tokhronos-ocl-icd
. This is an experiment.I got here, before I hit a familiar error:
Seems at this part in the process
CLANG_FOUND=/usr/bin/clang
is ignored?katt commented on 2020-06-29 22:10 (UTC)
@satcom886 If they don't have any releases tags then the example labeled:
should be used
k8ie commented on 2020-06-29 22:08 (UTC)
@katt Oops! Sorry. I only added
pkgver()
to one of the packages.Also, what
pkgver
should I choose if the upstream doesn't have any releases/tags?katt commented on 2020-06-29 21:48 (UTC)
Please take a look at https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function and adjust your PKGBUILD accordingly. Applies to your your other packages as well.
k8ie commented on 2020-06-29 20:11 (UTC)
I think I separated the packages without completely breaking something.
k8ie commented on 2020-06-29 19:46 (UTC)
Ok, it should be fixed now.
k8ie commented on 2020-06-28 15:42 (UTC)
I'm a little busy these days, but I should have time tomorrow. I'll add the clang path and vc4clstdlib path into the PKGBUILD. I think
$srcdir/VC4CLStdLib-master/include
should work, but we'll see.bronze commented on 2020-06-27 01:04 (UTC)
I managed to build and install the package (seemingly error-free). I had to set:
-DCLANG_FOUND=/usr/bin/clang
(needed in case you run distcc)
and
-DVC4CL_STDLIB_DIR=<full-path>/vc4c-git/src/VC4CLStdLib-master/include
(needed because the CMakeFile.txt uses a relative path that doesn't exist)
However, "sudo clinfo" doesn't give the desired result, so some more work to do?
bronze commented on 2020-06-25 12:50 (UTC)
This (https://github.com/doe300/VC4CL/issues/92#issuecomment-649199654) may be a problem in the PKGBUILD file, due to merging the 3 packages? Cannot find VC4CLStdLib.h
1 2 3 Next › Last »