]> git.pld-linux.org Git - packages/beignet.git/commitdiff
do not pass GEN_PCI_ID to build
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 7 Jun 2017 06:27:59 +0000 (08:27 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 7 Jun 2017 06:27:59 +0000 (08:27 +0200)
Host PCI ID does not seem to be hardcoded in the build any more.

beignet.spec

index 6fc49d0ceb78feadbeebf872e105fc2dd751cb6d..ab159de7445ee3300596ebc303844de6f8574031 100644 (file)
@@ -1,14 +1,3 @@
-#
-# TODO:
-#      - make it build with our LLVM
-#
-
-# Conditional build:
-%bcond_with    host_pci_id     # build specifically for the build host
-
-# by default build kernel for Intel Ivybridge
-%define                gen_pci_id      0x0162
-
 Summary:       Open source implementation of the OpenCL specification for Intel GPUs
 Summary(pl.UTF-8):     Mająca otwarte źródła implementacja specyfikacji OpenGL dla GPU formy Intel
 Name:          beignet
@@ -73,7 +62,6 @@ cd build
        -DLIB_INSTALL_DIR=%{_libdir} \
        -DCMAKE_CXX_FLAGS_PLD="%{rpmcxxflags} -DNDEBUG -DGBE_DEBUG=0" \
        -DCMAKE_C_FLAGS_PLD="%{rpmcxxflags} -DNDEBUG -DGBE_DEBUG=0" \
-       -DGEN_PCI_ID=%{gen_pci_id} \
        ../
 %{__make}
 
This page took 0.098525 seconds and 4 git commands to generate.