Search Criteria
Package Details: intel-gmmlib-git 22.3.9.r0.gb060af3-1
Package Actions
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: | MIT |
Conflicts: | gmmlib-git, intel-gmmlib |
Provides: | gmmlib-git, intel-gmmlib |
Replaces: | gmmlib-git |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-04 19:45 (UTC) |
Last Updated: | 2023-07-18 19:21 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (3)
- intel-compute-runtime-git (requires intel-gmmlib)
- intel-media-driver-git
- lib32-intel-media-driver (requires intel-gmmlib) (make)
Latest Comments
xiota commented on 2023-09-20 07:24 (UTC)
Please remove
replaces
directive. Thank you.dbermond commented on 2018-05-07 19:06 (UTC)
@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 (UTC)
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}"