Search Criteria
Package Details: intel-gmmlib-git 18.3.r12.g10ad15a-1
Git Clone URL: | https://aur.archlinux.org/intel-gmmlib-git.git (read-only, click to copy) |
---|---|
Package Base: | intel-gmmlib-git |
Description: | Intel Graphics Memory Management Library (git version) |
Upstream URL: | https://github.com/intel/gmmlib/ |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-04 19:45 |
Last Updated: | 2018-11-27 15:47 |
Dependencies (3)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
Required by (3)
- intel-compute-runtime-git (requires intel-gmmlib)
- intel-media-driver-git
- intel-opencl-runtime (requires intel-gmmlib)
Latest Comments
dbermond commented on 2018-05-07 19:06
@enihcam Thank you for appreciating the package.
The build system is already using
CFLAGS
andCXXFLAGS
frommakepkg.conf
. You can see it by adding-DCMAKE_VERBOSE_MAKEFILE:BOOL='TRUE'
to the cmake options. No need for adding the options you mentioned.enihcam commented on 2018-05-05 22:40
Nice package. Also, please use the following CMAKE definitions so compiler flags from makepkg.conf can be passed to this build. :)
cmake -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \ -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \ -DCMAKE_EXE_LINKER_FLAGS:STRING="${LDFLAGS}" \ -DCMAKE_SHARED_LINKER_FLAGS:STRING="${LDFLAGS}"