r8013 - /packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/

anbe at users.alioth.debian.org anbe at users.alioth.debian.org
Sat Apr 21 17:31:25 BST 2018


Author: anbe
Date: Sat Apr 21 16:31:25 2018
New Revision: 8013

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=8013
Log:
do not build common opencl and vulkan packages

Removed:
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-cuda-mps.dirs
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-cuda-mps.install
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-cuda-mps.links
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-cuda-mps.lintian-overrides
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-cuda-mps.manpages
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-libopencl1.install.in
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-libopencl1.links.in
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-libopencl1.lintian-overrides
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-libopencl1.symbols
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-nonglvnd-vulkan-common.install
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-nonglvnd-vulkan-common.lintian-overrides
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-opencl-common.install
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-vulkan-common.install
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/nvidia-vulkan-common.lintian-overrides
Modified:
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/changelog
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/control
    packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/not-installed.in

Modified: packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/changelog?rev=8013&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/changelog	(original)
+++ packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/changelog	Sat Apr 21 16:31:25 2018
@@ -1,7 +1,9 @@
 nvidia-graphics-drivers-legacy-390xx (390.48-3) UNRELEASED; urgency=medium
 
   * Fork as new legacy-390xx source package.
-  * Do not build nvidia-detect, nvidia-legacy-check packages.
+  * Do not build packages nvidia-detect, nvidia-legacy-check, nvidia-cuda-mps,
+    nvidia-libopencl1, nvidia-opencl-common, nvidia-nonglvnd-vulkan-common,
+    nvidia-vulkan-common.
 
  -- Andreas Beckmann <anbe at debian.org>  Tue, 17 Apr 2018 15:23:18 +0200
 

Modified: packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/control?rev=8013&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/control	(original)
+++ packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/control	Sat Apr 21 16:31:25 2018
@@ -702,22 +702,6 @@
  This metapackage provides the NVIDIA implementation of Wayland as an EGL
  external platform.
 
-Package: nvidia-vulkan-common
-Architecture: i386 amd64
-Multi-Arch: foreign
-Depends:
- ${misc:Depends}
-Recommends:
- ${nvidia}-vulkan-icd,
-Conflicts:
- libgl1-${nvidia}-glx,
- nvidia-nonglvnd-vulkan-common,
-Description: NVIDIA Vulkan driver - common files
- Vulkan is a multivendor open standard by the Khronos Group for 3D graphics.
- .
- This package provides the common files for the NVIDIA installable client
- driver (ICD) for Vulkan (GLVND variant).
-
 #Package: ${nvidia}-vulkan-icd
 Package: nvidia-legacy-390xx-vulkan-icd
 Architecture: i386 amd64
@@ -740,22 +724,6 @@
  .
  This metapackage provides the NVIDIA installable client driver (ICD) for
  Vulkan (GLVND variant) which supports NVIDIA GPUs.
-
-Package: nvidia-nonglvnd-vulkan-common
-Architecture: i386 amd64
-Multi-Arch: foreign
-Depends:
- ${misc:Depends}
-Recommends:
- ${nvidia}-nonglvnd-vulkan-icd,
-Conflicts:
- libgl1-${nvidia}-glvnd-glx,
- nvidia-vulkan-common,
-Description: NVIDIA Vulkan driver - common files (non-GLVND variant)
- Vulkan is a multivendor open standard by the Khronos Group for 3D graphics.
- .
- This package provides the common files for the NVIDIA installable client
- driver (ICD) for Vulkan (non-GLVND variant).
 
 #Package: ${nvidia}-nonglvnd-vulkan-icd
 Package: nvidia-legacy-390xx-nonglvnd-vulkan-icd
@@ -988,23 +956,6 @@
  .
  See the output from the --help command line option for supported models and
  further information.
-
-Package: nvidia-cuda-mps
-Section: non-free/utils
-Architecture: i386 amd64 armhf ppc64el
-Depends:
- ${shlibs:Depends}, ${misc:Depends}
-Description: NVIDIA CUDA Multi Process Service (MPS)
- The Compute Unified Device Architecture (CUDA) enables NVIDIA
- graphics processing units (GPUs) to be used for massively parallel
- general purpose computation.
- .
- CUDA MPS is a feature that allows multiple CUDA processes to share a single
- GPU context. CUDA MPS should be transparent to CUDA programs.
- .
- CUDA MPS requires a device that supports Unified Virtual Address (UVA) and
- has compute capability SM 3.5 or higher.
- Pre-CUDA 4.0 APIs are not supported under CUDA MPS.
 
 #Package: ${libcuda1}
 Package: libnvidia-legacy-390xx-cuda1
@@ -1208,21 +1159,6 @@
  .
  This package contains the nvidia-ml runtime library.
 
-Package: nvidia-opencl-common
-Architecture: i386 amd64 ppc64el
-Multi-Arch: foreign
-Depends:
- ${misc:Depends}
-Recommends:
- ${nvidia}-opencl-icd,
-Description: NVIDIA OpenCL driver - common files
- OpenCL (Open Computing Language) is a multivendor open standard for
- general-purpose parallel programming of heterogeneous systems that include
- CPUs, GPUs and other processors.
- .
- This package provides the common files for the NVIDIA installable client
- driver (ICD) for OpenCL.
-
 #Package: ${nvidia}-opencl-icd
 Package: nvidia-legacy-390xx-opencl-icd
 Architecture: i386 amd64 ppc64el
@@ -1248,36 +1184,3 @@
  This package provides the NVIDIA installable client driver (ICD) for OpenCL
  which supports NVIDIA GPUs. This ICD supports OpenCL 1.x only.
 
-Package: nvidia-libopencl1
-Architecture: i386 amd64 ppc64el
-Multi-Arch: same
-Pre-Depends:
- ${misc:Pre-Depends}
-Depends:
- ${shlibs:Depends}, ${misc:Depends}
-Recommends:
- ${nvidia}-opencl-icd | opencl-icd,
-Provides:
- libopencl1,
- libopencl-1.1-1,
- libopencl-1.2-1,
- libopencl-2.0-1,
-Conflicts:
- libopencl1,
-Breaks:
- nvidia-opencl-dev (<= 5.0.35-6),
-Replaces:
- libopencl1,
-Description: NVIDIA OpenCL ICD Loader library
- OpenCL (Open Computing Language) is a multivendor open standard for
- general-purpose parallel programming of heterogeneous systems that include
- CPUs, GPUs and other processors.
- .
- The OpenCL installable client driver loader (ICD Loader) acts as a dispatcher
- between an OpenCL application and one (or more) installable client drivers
- (ICD) that can be from any vendor. At least one ICD (and the corresponding
- hardware) is required to run OpenCL applications.
- .
- This package contains the ICD Loader library provided by NVIDIA. This library
- supports OpenCL 1.x and 2.0 only.
-

Modified: packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/not-installed.in
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/not-installed.in?rev=8013&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/not-installed.in	(original)
+++ packages/nvidia-graphics-drivers-legacy-390xx/trunk/debian/not-installed.in	Sat Apr 21 16:31:25 2018
@@ -31,3 +31,9 @@
 tls_test_dso.so
 
 NVIDIA_Changelog
+
+nvidia-cuda-mps-control
+nvidia-cuda-mps-control.1
+nvidia-cuda-mps-server
+libOpenCL.so.1.0.0
+nvidia.icd




More information about the pkg-nvidia-devel mailing list