[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-19 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer - 2:15.200-0ubuntu2

---
fglrx-installer (2:15.200-0ubuntu2) vivid; urgency=medium

  * debian/control.in:
- Provide opencl-icd (LP: #1129409).
 -- Alberto Milone alberto.mil...@canonical.com   Thu, 19 Mar 2015 12:25:58 
+0100

** Changed in: fglrx-installer (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-19 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer-updates -
2:15.200-0ubuntu2

---
fglrx-installer-updates (2:15.200-0ubuntu2) vivid; urgency=medium

  * debian/control.in:
- Provide opencl-icd (LP: #1129409).
 -- Alberto Milone alberto.mil...@canonical.com   Thu, 19 Mar 2015 12:34:49 
+0100

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-19 Thread LocutusOfBorg
Can anybody please follow up with the SRU?
alsot this patch should be applied, right?
http://launchpadlibrarian.net/200634903/fglrx-installer_2%3A15.200-0ubuntu1_2%3A15.200-0ubuntu2.diff.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-19 Thread Graham Inggs
 Can anybody please follow up with the SRU?

For the SRU to happen, this bug description needs to be updated with the SRU 
template:
https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template
Then debdiffs for fglrx-installer and fglrx-installer-updates need to be 
attached (preferably after some positive feedback after testing in a PPA).
Then ubuntu-sponsors need to be subscribed (these packages are in the 
'restricted' component, so I can't upload).

 alsot this patch should be applied, right?

Yes, we need Provides: opencl-icd.  Let's wait a little to hear that
this bug is now properly fixed in Vivid.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-19 Thread LocutusOfBorg
I don't know about the trusty fix.

** Summary changed:

- Nvidia and AMD graphics drivers should indicate whether they provide 
libcuda.so.1, libOpenCL.so.1, etc.
+ [SRU] Nvidia and AMD graphics drivers should indicate whether they provide 
libcuda.so.1, libOpenCL.so.1, etc.

** Description changed:

+ [Impact]
+ 
+ * wine and fglrx are not coinstallable.
+ 
+ [Test Case]
+ 
+  * try to install them
+  * there is a conflict with libopencl1 in control file, preventing 
coinstallation.
+ 
  The nvidia-cuda-toolkit package needs to depend on a minimum version of the 
CUDA library included in nvidia-graphics-drivers.
  The current Debian version of nvidia-cuda-toolkit (5.0.35-4) does this on 
Debian systems by checking the version of libcuda1 and on Ubuntu systems by 
checking the version of nvidia-current, nvidia-curent-updates, 
nvidia-experimental-304 or nvidia-experimental-310.
  
  It would greatly simplify maintenance of packages building against
  libcuda.so.1 and libOpenCL.so.1 if the nvidia-graphics drivers could
  provide virtual packages that reflect the API level, for example,
  libcuda-5.0-1 and libopencl-1.2-1.
  
  It was decided that the nvidia drivers packages will provide libcuda-5.0-1, 
libopencl1 and opencl-icd (LP: #763457) virtual packages. Additionally, 
nvidia-*.shlibs would contain:
  libOpenCL  1 libopencl1
  libcuda1 libcuda-5.0-1
  libGL 1 libgl1
  
  Similarly, the amd drivers package will provide libopencl1 and opencl-icd 
virtual packages, as well as an .shlibs containing:
  libOpenCL  1 libopencl1
  libGL 1 libgl1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  [SRU] Nvidia and AMD graphics drivers should indicate whether they
  provide libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-19 Thread LocutusOfBorg
Uploading on ppa:costamagnagianfranco/locutusofborg-ppa

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  [SRU] Nvidia and AMD graphics drivers should indicate whether they
  provide libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-19 Thread LocutusOfBorg
utopic debdiff for updates

** Attachment added: debdiff-updates-utopic
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1129409/+attachment/4350065/+files/debdiff-updates-utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  [SRU] Nvidia and AMD graphics drivers should indicate whether they
  provide libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-19 Thread LocutusOfBorg
utopic debdiff for installer

** Attachment added: debdiff-installer-utopic
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1129409/+attachment/4350064/+files/debdiff-installer-utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  [SRU] Nvidia and AMD graphics drivers should indicate whether they
  provide libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-16 Thread LocutusOfBorg
@Graham

sudo apt-get install nvidia-libopencl1-331-updates wine
Reading package lists... Done
Building dependency tree   
Reading state information... Done
nvidia-libopencl1-331-updates is already the newest version.
nvidia-libopencl1-331-updates set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine : Depends: wine1.6 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

--

sudo apt-get install wine
[snip]
The following packages will be REMOVED:
  nvidia-libopencl1-331-updates


ubuntu 14.04 with latest updates.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-16 Thread Graham Inggs
@LocutusOfBorg:
 The following packages will be REMOVED:
  nvidia-libopencl1-331-updates

That is the expect behaviour.

The NVIDIA OpenCL loader needs to be replaced by the OpenCL loader from
ocl-icd-libopencl1 (the one which WINE was compiled against).  (see LP:
#1333008)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-16 Thread Graham Inggs
@danmbox:
 The vivd package *still* doesn't provide opencl-icd, so after installing
 fglrx, python-pyopencl tries to pull in beignet...

It seems this bug still needs some work in Vivid then.
Both fglrx-core and fglrx-updates-core should Provides: opencl-icd as they both 
ship /etc/OpenCL/vendors/*.icd.

** Changed in: fglrx-installer (Ubuntu)
   Status: Fix Released = Confirmed

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: Fix Released = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-15 Thread Dan Muresan
The vivd package *still* doesn't provide opencl-icd, so after installing
fglrx, python-pyopencl tries to pull in beignet...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-13 Thread LocutusOfBorg
@graham in my tests on trusty I can install both wine and fglrx
together.

I can't install wine and nvidia-331-updates or nvidia-
libopencl1-331-updates together.

So it seems a different bug, right?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-13 Thread Graham Inggs
 in my tests on trusty I can install both wine and fglrx together.

 I can't install wine and nvidia-331-updates or nvidia-libopencl1-331-updates 
 together.

That is really strange.  Just yesterday I tested that I could get wine
and darktable working with OpenCL on NVIDIA, see LP: #1320217 comment
14.

What error message do you see?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-13 Thread LocutusOfBorg
hi @nukedathlonman I suggest you to propose a patch :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-12 Thread LocutusOfBorg
oops utopic-fglrx-installer.debdiff should be against utopic-proposed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread LocutusOfBorg
Hi Graham,
are you sure trusty is affected? I grabbed today a debian directory and seemed 
not affected, but I might be wrong!
BTW thanks for the proposed mapping hint, it will simplify the overall process 
:-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread Graham Inggs
@LocutusOfBorg: I don't know for sure that Trusty is affected, but
fglrx-installer has been marked as being affected by this bug since
before Trusty was released.  Also, there are specific reports about
14.04 in duplicate bug LP: #1376587.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread Graham Inggs
@LocutusOfBorg: We don't need to write 'utopic-proposed' anymore,
uploads are automatically mapped.

** Also affects: boinc (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: fglrx-installer (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: pyopencl (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: nvidia-cuda-toolkit (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: starpu-contrib (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: viennacl (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: fglrx-installer-updates (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: pycuda (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-304 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-304-updates (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-310-updates (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-313-updates (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-319 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-319-updates (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-340 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: boinc (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: fglrx-installer (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: pyopencl (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: nvidia-cuda-toolkit (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: starpu-contrib (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: viennacl (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: fglrx-installer-updates (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: pycuda (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-304 (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-304-updates (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-310-updates (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-313-updates (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-319 (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-319-updates (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-340 (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: fglrx-installer (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: fglrx-installer (Ubuntu Utopic)
   Status: New = Confirmed

** Changed in: fglrx-installer-updates (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: fglrx-installer-updates (Ubuntu Utopic)
   Status: New = Confirmed

** Changed in: boinc (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: boinc (Ubuntu Utopic)
   Status: New = Invalid

** Changed in: nvidia-cuda-toolkit (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: nvidia-cuda-toolkit (Ubuntu Utopic)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-304 (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-304 (Ubuntu Utopic)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-304-updates (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-304-updates (Ubuntu Utopic)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-310-updates (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-310-updates (Ubuntu Utopic)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-313-updates (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-313-updates (Ubuntu Utopic)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-319 (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-319 (Ubuntu Utopic)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-319-updates (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-319-updates (Ubuntu Utopic)
   Status: New = Invalid

** Changed in: nvidia-graphics-drivers-340 (Ubuntu Trusty)
   Status: New = Invalid

** Changed in: 

[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer - 2:15.200-0ubuntu1

---
fglrx-installer (2:15.200-0ubuntu1) vivid; urgency=medium

  * New upstream release:
- Add support for X ABI 19.
  * debian/control.in:
- Drop conflicts/provides/replaces libopencl1 (LP: #1129409).
  * debian/dkms.conf.in:
- Drop all the patches.
  * debian/substvars:
- Add support for X ABI 19.
  * debian/patches/series:
- Drop amdxdg-su-add-support-for-pkexec.patch.
 -- Alberto Milone alberto.mil...@canonical.com   Wed, 11 Mar 2015 16:03:18 
+0100

** Changed in: fglrx-installer (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread LocutusOfBorg
Packages are ready in
https://launchpad.net/~costamagnagianfranco/+archive/ubuntu
/locutusofborg-ppa

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread LocutusOfBorg
now that the bug is fixed in the current development release I prepared
two debdiffs against utopic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer-updates -
2:15.200-0ubuntu1

---
fglrx-installer-updates (2:15.200-0ubuntu1) vivid; urgency=medium

  * New upstream release:
- Add support for X ABI 19.
  * debian/control.in:
- Drop conflicts/provides/replaces libopencl1 (LP: #1129409).
  * debian/dkms.conf.in:
- Drop all the patches.
  * debian/substvars:
- Add support for X ABI 19.
  * debian/patches/series:
- Drop amdxdg-su-add-support-for-pkexec.patch.
 -- Alberto Milone alberto.mil...@canonical.com   Wed, 11 Mar 2015 16:10:56 
+0100

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread LocutusOfBorg
** Patch added: utopic-fglrx-installer-updates.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1129409/+attachment/4341572/+files/utopic-fglrx-installer-updates.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread LocutusOfBorg
** Patch added: utopic-fglrx-installer.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1129409/+attachment/4341571/+files/utopic-fglrx-installer.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread Dan Muresan
Trusty was affected too by the Conflicts: thing; I've been running
manually-patched fglrx drivers for a while now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread nukedathlonman
Sorry for pointing that out - I just want to see this fixed right the
first time

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread nukedathlonman
Well, in respect to what I see in the nVidia drivers (nvidia-opencl-
icd-331-updates) and in the AMD drivers, shouldn't there be an enhances
line (Enhances libopencl1) - the AMD driver is afterall providing
enhancements, but in it's base package as opposed to a seperate opencl
pacakge...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-03-11 Thread nukedathlonman
Actually looking at my nVidia equipped system, the nVidia packages
installed on it, and my AMD system and the AMD packages installed on it
right now... Thinking about it, shouldn't the AMD driver depend on ocl-
icd-libopencl1 package?  Should the AMD pacakge be broken up into
seperate packages like the nVidia one (which would enable quicker bug
and/or updates to portions of it and such).  Just food for thought.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-02-25 Thread LocutusOfBorg
So I extract the debdiff
diff -Nru fglrx-installer-14.201/debian/changelog 
fglrx-installer-14.201/debian/changelog
--- fglrx-installer-14.201/debian/changelog 2014-10-14 13:25:29.0 
+
+++ fglrx-installer-14.201/debian/changelog 2015-01-14 03:46:21.0 
+
@@ -1,3 +1,10 @@
+fglrx-installer (2:14.201-0ubuntu2ppa1) utopic; urgency=high
+
+  * Change dependencies to allow installing of fglrx and wine
+together (#1129409)
+
+ -- David William Richmond Jones dwr...@gmail.com  Wed, 14 Jan 2015 03:38:03 
+
+
 fglrx-installer (2:14.201-0ubuntu2) utopic; urgency=medium
 
   * debian/fglrx-core.postinst.in, debian/fglrx-core.postrm.in,
diff -Nru fglrx-installer-14.201/debian/control 
fglrx-installer-14.201/debian/control
--- fglrx-installer-14.201/debian/control   2014-10-14 13:25:44.0 
+
+++ fglrx-installer-14.201/debian/control   2015-01-14 03:46:26.0 
+
@@ -27,8 +27,8 @@
 Architecture: amd64 i386
 Depends: ${shlibs:Depends}, lib32gcc1 [amd64], libc6-i386 [amd64], dkms, make, 
linux-libc-dev,
  ${misc:Depends}
-Provides: fglrx-driver-core, libopencl1
-Conflicts: fglrx-driver-core, libopencl1
+Provides: fglrx-driver-core
+Conflicts: fglrx-driver-core
 Replaces: fglrx-driver-core, libopencl1
 Description: Minimal video driver for the AMD graphics accelerators
  Minimal video driver for the AMD Radeon and FireGL graphics accelerators.
diff -Nru fglrx-installer-14.201/debian/control.in 
fglrx-installer-14.201/debian/control.in
--- fglrx-installer-14.201/debian/control.in2014-10-14 13:24:50.0 
+
+++ fglrx-installer-14.201/debian/control.in2015-01-14 03:41:56.0 
+
@@ -27,8 +27,8 @@
 Architecture: amd64 i386
 Depends: ${shlibs:Depends}, lib32gcc1 [amd64], libc6-i386 [amd64], dkms, make, 
linux-libc-dev,
  ${misc:Depends}
-Provides: fglrx-driver-core, libopencl1
-Conflicts: fglrx-driver-core, libopencl1
+Provides: fglrx-driver-core
+Conflicts: fglrx-driver-core
 Replaces: fglrx-driver-core, libopencl1
 Description: Minimal video driver for the AMD graphics accelerators
  Minimal video driver for the AMD Radeon and FireGL graphics accelerators.


diff -Nru fglrx-installer-updates-14.201/debian/changelog 
fglrx-installer-updates-14.201/debian/changelog
--- fglrx-installer-updates-14.201/debian/changelog 2014-10-14 
13:29:06.0 +
+++ fglrx-installer-updates-14.201/debian/changelog 2015-01-14 
04:27:42.0 +
@@ -1,3 +1,10 @@
+fglrx-installer-updates (2:14.201-0ubuntu2ppa1) utopic; urgency=high
+
+  * Change dependencies to allow installng of fglrx and wine
+together (#1129409)
+
+ -- David William Richmond Jones dwr...@gmail.com  Wed, 14 Jan 2015 04:24:29 
+
+
 fglrx-installer-updates (2:14.201-0ubuntu2) utopic; urgency=medium
 
   * debian/fglrx-updates-core.postinst.in, debian/fglrx-updates-core.postrm.in,
diff -Nru fglrx-installer-updates-14.201/debian/control 
fglrx-installer-updates-14.201/debian/control
--- fglrx-installer-updates-14.201/debian/control   2014-10-14 
13:29:20.0 +
+++ fglrx-installer-updates-14.201/debian/control   2015-01-14 
04:29:32.0 +
@@ -27,8 +27,8 @@
 Architecture: amd64 i386
 Depends: ${shlibs:Depends}, lib32gcc1 [amd64], libc6-i386 [amd64], dkms, make, 
linux-libc-dev,
  ${misc:Depends}
-Provides: fglrx-driver-core, libopencl1
-Conflicts: fglrx-driver-core, libopencl1
+Provides: fglrx-driver-core
+Conflicts: fglrx-driver-core
 Replaces: fglrx-driver-core, libopencl1
 Description: Minimal video driver for the AMD graphics accelerators
  Minimal video driver for the AMD Radeon and FireGL graphics accelerators.
diff -Nru fglrx-installer-updates-14.201/debian/control.in 
fglrx-installer-updates-14.201/debian/control.in
--- fglrx-installer-updates-14.201/debian/control.in2014-10-14 
13:24:50.0 +
+++ fglrx-installer-updates-14.201/debian/control.in2015-01-14 
04:24:24.0 +
@@ -27,8 +27,8 @@
 Architecture: amd64 i386
 Depends: ${shlibs:Depends}, lib32gcc1 [amd64], libc6-i386 [amd64], dkms, make, 
linux-libc-dev,
  ${misc:Depends}
-Provides: fglrx-driver-core, libopencl1
-Conflicts: fglrx-driver-core, libopencl1
+Provides: fglrx-driver-core
+Conflicts: fglrx-driver-core
 Replaces: fglrx-driver-core, libopencl1
 Description: Minimal video driver for the AMD graphics accelerators
  Minimal video driver for the AMD Radeon and FireGL graphics accelerators.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-02-25 Thread Graham Inggs
** Changed in: nvidia-graphics-drivers-340 (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-02-25 Thread Dan Muresan
This is... nightmarish. @nukedathlonman, why don't you state clearly
which package needs to be compiled and what needs to be modified in
debian/control?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-02-25 Thread David Jones
https://launchpad.net/~dwrj87/+archive/ubuntu/fglrxfix will make them
both installable for now

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-02-12 Thread Radoslav Vitanov
Hello guys, any progress with fixing the fglrx-installer? It's been
almost half a year and I still can not install both wine and fglrx on my
Ubuntu 14.10 in the proper way ... why does it takes so long? :(

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-02-05 Thread Freyr Gunnar Ólafsson
It's been weeks. Is there anything happening to getting this fixed in the 
packages?
I can't upgrade because of this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-15 Thread nukedathlonman
I posted on bug # 1376587... I fixed a couple bugs regarding the AMD
Catalyst drivers...

Okay, so the replaces line needs to change to this:

Enhances: libopencl1
Replaces: fglrx-driver-core
Provides: fglrx-driver-core, opencl-icd, amd-opencl-icd

Fresh install, I had to get rid of libopencl1 in the repalces line as it causes 
a fight between packages..
I added the enhances line becasue, well, it enhances OpenCL with GPGPU support.

This allow's both the updates driver from the repo's  and the drivers
form AMD's website to install with wine gracefully.

Why the Enhances line - I noticed that OpenCL wasn't working on my
system.  SO a few more changes was in order:

In /usr/lib I create thed following symlink: libOpenCL.so and pointed it at 
libOpenCL.so.1
Then I created two more symlinks for completness: libOpenCL.so.1.1 and 
libOpenCL.so.1.2 and both of those pointed to libOpenCL.so (I did this incase 
AMD or someone decides that proviced libOpenCL.so.1 file name should be 
corrected to libOpenCL.so).

I then did the same in /usr/lib32

Then I went into /etc/OpenCL/venders and coped amdocl64.icd in the same dir but 
called it amdocl32.icd
I edited that file, and changed libamdocl64.so to libamdocl32.so

Next, in /etc/ld.so.conf.d I made a file called opencl-vender-amd.conf
and add the line: /etc/OpenCL/venders

I then ran ldconfig to finalise the settings.  Wine works fine as well
as GPGPU accelerated OpenCL (tested with BOINC).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-14 Thread David Jones
I had deleted the files I used to make the PPA, so I have redone and
created a debdiff

** Attachment added: debdiff.fglrx-installer
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1129409/+attachment/4298490/+files/debdiff.fglrx-installer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-14 Thread David Jones
And debdiff for the updates package

** Attachment added: debdiff.fglrx-installer-updates
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1129409/+attachment/4298491/+files/debdiff.fglrx-installer-updates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread David Jones
I have created my own PPA for now. I have reservations about it being
the right fix, but it works for now

ppa:dwrj87/fglrxfix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread LocutusOfBorg
Can you please post the debdiff here and subscribe ubuntu-sponsors?

thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread Tim
LocutusOfBorg, I think its just fglrx-(installer/core) that are broken
now, this make wine and possibly other things uninstallable

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread LocutusOfBorg
Hi David, can you please tell what is missing for that? I see most
packages have been fixed, can you help with a debdiff or a package name?

thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread David Jones
In the fix on ask Ubuntu, the difference is in these lines

Conflicts: fglrx-driver-core
Replaces: fglrx-driver-core, libopencl1
Provides: fglrx-driver-core

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread David Jones
The PPA that you've provided still causes the same problem

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread LocutusOfBorg
** Attachment added: debdiff.fglrx-installer-updates
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1129409/+attachment/4297176/+files/debdiff.fglrx-installer-updates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread LocutusOfBorg
So I did the easy trick and uploaded the patch on
ppa:costamagnagianfranco/locutusofborg-ppa

please test it!

(uploaded for trusty/utopic/vivid)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread LocutusOfBorg
** Attachment added: debdiff.fglrx-installer
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1129409/+attachment/4297175/+files/debdiff.fglrx-installer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-13 Thread LocutusOfBorg
So I hope Alberto will fix this issue, I don't know how to best deal
with it then.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-12 Thread Gijs Peskens
It's 2015 now, we are /4/ months further and /NO/ fix has been ported
into the right channels.

This is a big shame and it shows the utter lack of quality control in
Canonical pushing releases

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-12 Thread David Jones
I must admit, I'm beginning to have serious doubts about this bug getting
fixed. Considering the amount of people and programs that this affects, I
would have considered it a priority. Also considering  that it will most
likely take less than 15 minutes to do, this just adds doubt about
Canonical's commitment to Ubuntu on the desktop
On 12 Jan 2015 16:51, Gijs Peskens gijspesk...@concepts.nl wrote:

 It's 2015 now, we are /4/ months further and /NO/ fix has been ported
 into the right channels.

 This is a big shame and it shows the utter lack of quality control in
 Canonical pushing releases

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1129409

 Title:
   Nvidia and AMD graphics drivers should indicate whether they provide
   libcuda.so.1, libOpenCL.so.1, etc.

 Status in boinc package in Ubuntu:
   Fix Released
 Status in fglrx-installer package in Ubuntu:
   In Progress
 Status in fglrx-installer-updates package in Ubuntu:
   In Progress
 Status in nvidia-cuda-toolkit package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-304 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-304-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-310-updates package in Ubuntu:
   Invalid
 Status in nvidia-graphics-drivers-313-updates package in Ubuntu:
   Invalid
 Status in nvidia-graphics-drivers-319 package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-319-updates package in Ubuntu:
   Fix Released
 Status in nvidia-graphics-drivers-340 package in Ubuntu:
   Confirmed
 Status in pycuda package in Ubuntu:
   Fix Released
 Status in pyopencl package in Ubuntu:
   Fix Released
 Status in starpu-contrib package in Ubuntu:
   Fix Released
 Status in viennacl package in Ubuntu:
   Invalid
 Status in nvidia-cuda-toolkit package in Debian:
   Fix Released

 Bug description:
   The nvidia-cuda-toolkit package needs to depend on a minimum version of
 the CUDA library included in nvidia-graphics-drivers.
   The current Debian version of nvidia-cuda-toolkit (5.0.35-4) does this
 on Debian systems by checking the version of libcuda1 and on Ubuntu systems
 by checking the version of nvidia-current, nvidia-curent-updates,
 nvidia-experimental-304 or nvidia-experimental-310.

   It would greatly simplify maintenance of packages building against
   libcuda.so.1 and libOpenCL.so.1 if the nvidia-graphics drivers could
   provide virtual packages that reflect the API level, for example,
   libcuda-5.0-1 and libopencl-1.2-1.

   It was decided that the nvidia drivers packages will provide
 libcuda-5.0-1, libopencl1 and opencl-icd (LP: #763457) virtual packages.
 Additionally, nvidia-*.shlibs would contain:
   libOpenCL  1 libopencl1
   libcuda1 libcuda-5.0-1
   libGL 1 libgl1

   Similarly, the amd drivers package will provide libopencl1 and
 opencl-icd virtual packages, as well as an .shlibs containing:
   libOpenCL  1 libopencl1
   libGL 1 libgl1

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-08 Thread Bruce Pieterse
This is still present in 15.04 as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2015-01-05 Thread Freyr Gunnar Ólafsson
Is this bug getting fixed any time soon?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-12-09 Thread zzarko
I'm having the same problem on 14.04 64bit, new fglrx (14.12) and wine
1.6/1.7. Trying to install wine after fglrx requires fglrx removal, and
vice versa.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-11-18 Thread Alberto Milone
** Changed in: fglrx-installer-updates (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-11-06 Thread Ian
Ah2, the fix by kflorek (edit the DEBIAN/control file to produce a
working .deb you can install alongside WINE) does appear to work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-11-05 Thread Ian
Ah, that's why what worked - having the ATI binary drivers and WINE - in
14.04 and earlier doesn't work in 14.10 at the moment.

Had this been in the release notes, I wouldn't have upgraded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-11-05 Thread David Jones
For those of you with AMD cards, a temporary fix can be found here -
http://askubuntu.com/questions/540780/14-10-wine-and-fglrx-conflict

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-30 Thread Alberto Milone
yes, as Scott already pointed out, I didn't say that you would get the
fix when 15.04 is released. The archive for the development release
(15.04) is now open, so I'll get the fix there first, and then I'll
backport it to 14.10, as this is the standard procedure for SRUs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-27 Thread Scott Ritchie
You're not waiting 6 months for a fix -- you're waiting for the update
to hit the vivid alpha archive before it then gets converted into an SRU
to utopic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-27 Thread Scott Ritchie
Regardless, thank you Alberto for working on this.  Getting the MIRs
done in time for release certainly made things simpler.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-25 Thread Freyr Gunnar Ólafsson
Because of this critical bug I am downgrading to 14.04. This is the sort
of problem that should be fixed in the beta.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-24 Thread Eric Amrhein
So what is the timeframe on this fix? I want to know whether nor not I
need to downgrade to 14.04 for now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-23 Thread Alberto Milone
On 22-10-14 20:34:24, Joakim wrote:
 According to that page, it should be rated as high importance.

 * Has a severe impact on a small portion of Ubuntu users (estimated)
 Yes, all users who wants to use fglrx and wine.
 * A problem with an essential hardware component (disk controller, built-in 
 networking, video card, keyboard, mouse)
 Yes, package conflict for the video card driver.
 * Prevents the application or any dependencies from functioning correctly at 
 all
 Yes, both wine and fglrx.
 * Renders essential features or functionality of the application or 
 dependencies broken or ineffective
 Yes, both wine and fglrx.
 * Impacts accessibility of a core application
 Yes, fglrx.

 You can't even get build-dep for wine.

 Nevertheless, fixing this bug should be done before the final release of
 Ubuntu 14.10. If it can not be fixed easily, it would be better to
 remove the conflicting dependency from wine. Only a few users would be
 effected and they can fix it themselves by installing the necessary
 packages manually.

The wine package lives in the universe repository, and this excludes it
from the essential and core packages (that usually live in main or
restricted).

The graphics driver provides core functionalities, wine does not. The
bug priority is right.

It was/is too late to fix this bug report for fglrx in 14.10, which also
depended on LP: #1382086 and LP: #1382091 (both fixed only a few hours
ago).  I'll have to fix this in 15.04 (the next development release)
first, only then will it be reasonable to backport the fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-23 Thread Gijs Peskens
Any news on a fix ?!? this is critical, not being able to use WINE in a
deployment setting is a big NO

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-23 Thread Paweł
So you're basically saying that we have to wait half a year to use both
wine and fglrx? I'm not even sure if I will be able to build wine by
myself with all this dependency hell around.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-23 Thread David Jones
I'm afraid that I cannot wait 6 months for this to be fixed. It renders
14.10 useless for me, and I would have no choice other than to go back
to 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-23 Thread David Jones
** Also affects: nvidia-graphics-drivers-340 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nvidia-graphics-drivers-340 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-22 Thread Alastair Carey
Medium importance? That users can't install fglrx and wine together?
That's a game-breaker for a lot of people, I'd say. A lot more important
than merely medium.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-22 Thread Graham Inggs
See: https://wiki.ubuntu.com/Bugs/Bug%20importances

Most bugs are of medium importance, examples are: 
* A bug that has a severe impact on a non-core application. 
* A problem with a non-essential hardware component (removable network card, 
camera, webcam, music player, sound card, power management feature, printer, 
etc.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-22 Thread Joakim
According to that page, it should be rated as high importance.

* Has a severe impact on a small portion of Ubuntu users (estimated)
Yes, all users who wants to use fglrx and wine.
* A problem with an essential hardware component (disk controller, built-in 
networking, video card, keyboard, mouse)
Yes, package conflict for the video card driver.
* Prevents the application or any dependencies from functioning correctly at all
Yes, both wine and fglrx.
* Renders essential features or functionality of the application or 
dependencies broken or ineffective
Yes, both wine and fglrx.
* Impacts accessibility of a core application 
Yes, fglrx.

You can't even get build-dep for wine.

Nevertheless, fixing this bug should be done before the final release of
Ubuntu 14.10. If it can not be fixed easily, it would be better to
remove the conflicting dependency from wine. Only a few users would be
effected and they can fix it themselves by installing the necessary
packages manually.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-21 Thread Dmitry
Any news on it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-14 Thread Alberto Milone
** Changed in: fglrx-installer (Ubuntu)
   Importance: Undecided = Medium

** Changed in: fglrx-installer (Ubuntu)
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-09 Thread Alberto Milone
** Changed in: fglrx-installer (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: fglrx-installer (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: fglrx-installer-updates (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-08 Thread Scott Ritchie
** Also affects: fglrx-installer-updates (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2014-10-08 Thread Scott Ritchie
I'll note that wine and fglrx are not currently coinstallable due to
this bug: https://bugs.launchpad.net/ubuntu/+source/wine1.6/+bug/1376587

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-10-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-10-22 Thread Launchpad Bug Tracker
This bug was fixed in the package boinc - 7.2.22+dfsg-1

---
boinc (7.2.22+dfsg-1) unstable; urgency=low


  [ Gianfranco Costamagna ]
  * New upstream release

  [ Guo Yixuan ]
  * Removed boinc-amd-opencl, since fglrx-driver was removed from testing.

 -- Guo Yixuan culu@gmail.com  Sat, 19 Oct 2013 00:05:53 -0400

** Changed in: boinc (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-09-14 Thread LocutusOfBorg
Fix released on debian, this bug will be automatically fixed on the next
sync

** Changed in: boinc (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: boinc (Ubuntu)
 Assignee: (unassigned) = LocutusOfBorg (costamagnagianfranco)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-08-23 Thread Iain Lane
alternate build-depends don't really work - we always choose the first
one. So I removed your first option  we'll use nvidia-current (please
file another request if this should be changed). I also fixed the PPA
version number. I'll now upload. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-08-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/starpu-contrib

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-08-23 Thread Launchpad Bug Tracker
This bug was fixed in the package starpu-contrib - 1.0.5-1ubuntu1

---
starpu-contrib (1.0.5-1ubuntu1) saucy; urgency=low

  * Build-depend on nvidia-current | libcuda-5.0-1 (LP: #1129409).
  * Locate current Nvidia driver directory using /etc/ld.so.conf.d.

starpu-contrib (1.0.5-1) unstable; urgency=low

  * New upstream release.
  * Move starpu_top.1.gz to starpu-top package.
  * control, rules: upgrade to gcc-4.7.
  * control: Make libstarpu-dev also depend on libstarpufft and libstarpumpi
(Closes: Bug#715121).
  * Bump Standards-Version to 3.9.4 (no changes).
  * patches/mpi_link: disable using mpicc --showme:link link flags: they bring
unnecessary rpath.
 -- Graham Inggs gra...@nerve.org.za   Thu, 25 Jul 2013 14:13:36 +0200

** Changed in: starpu-contrib (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-08-23 Thread Graham Inggs
@laney: The way you did it is fine for Ubuntu, we don't have a libcuda1.
Thanks for uploading!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-08-12 Thread Graham Inggs
@Sponsors Team: Please don't forget the starpu-contrib merge in comment
#18.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-08-08 Thread Dmitrijs Ledkovs
** Changed in: pyopencl (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-08-08 Thread Dmitrijs Ledkovs
** Changed in: pycuda (Ubuntu)
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-08-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/pycuda

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-08-08 Thread Launchpad Bug Tracker
This bug was fixed in the package pycuda - 2013.1~git20130626-1ubuntu1

---
pycuda (2013.1~git20130626-1ubuntu1) saucy; urgency=low

  * Build-depend on nvidia-current | libcuda-5.0-1 (LP: #1129409).
  * Locate current Nvidia driver directory using /etc/ld.so.conf.d.
 -- Graham Inggs gra...@nerve.org.za   Sun, 14 Jul 2013 12:22:51 +0200

** Changed in: pycuda (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1129409] Re: Nvidia and AMD graphics drivers should indicate whether they provide libcuda.so.1, libOpenCL.so.1, etc.

2013-07-25 Thread Graham Inggs
Please merge starpu-contrib 1.0.5-1 (multiverse) from Debian unstable
(contrib)

starpu-contrib (1.0.5-1) unstable; urgency=low

  * New upstream release.
  * Move starpu_top.1.gz to starpu-top package.
  * control, rules: upgrade to gcc-4.7.
  * control: Make libstarpu-dev also depend on libstarpufft and libstarpumpi
(Closes: Bug#715121).
  * Bump Standards-Version to 3.9.4 (no changes).
  * patches/mpi_link: disable using mpicc --showme:link link flags: they bring
unnecessary rpath.

 -- Samuel Thibault sthiba...@debian.org  Sat, 06 Jul 2013 09:42:41
+0200

Remaining Ubuntu changes:
* Build-depend on nvidia-current | libcuda-5.0-1 (LP: #1129409).
* Locate current Nvidia driver directory using /etc/ld.so.conf.d.


** Patch added: starpu-contrib-merge-lp1129404.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1129409/+attachment/3748836/+files/starpu-contrib-merge-lp1129404.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1129409

Title:
  Nvidia and AMD graphics drivers should indicate whether they provide
  libcuda.so.1, libOpenCL.so.1, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1129409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs