Package Details: computecpp 2.11.0-1

Git Clone URL: https://aur.archlinux.org/computecpp.git (read-only, click to copy)
Package Base: computecpp
Description: Accelerates Complex C++ Applications on Heterogeneous Compute Systems using Open Standards
Upstream URL: https://www.codeplay.com/products/computesuite/computecpp
Keywords: OpenCL SYCL
Licenses: EULA
Submitter: leidola
Maintainer: mirh (sysgen)
Last Packager: mirh
Votes: 5
Popularity: 0.000000
First Submitted: 2017-07-27 18:39 (UTC)
Last Updated: 2023-04-26 14:48 (UTC)

Latest Comments

« First ‹ Previous 1 2

znmeb commented on 2017-09-29 08:13 (UTC)

It's not building here: ==> Continue building computecpp ? [Y/n] ==> ------------------------------------ ==> ==> Building and installing package ==> Making package: computecpp 0.3.1-1 (Fri Sep 29 01:11:58 PDT 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> ERROR: ComputeCpp-CE-0.3.1-Ubuntu.16.04-64bit.tar.gz was not found in the build directory and is not a URL. ==> ERROR: Makepkg was unable to build computecpp. ==> Restart building computecpp ? [y/N] ==> -----------------------------------

leidola commented on 2017-09-22 08:28 (UTC)

I'm sorry, didn't see the comments here. I in-cooperated the change of the URI and updated to 0.3.1.

blob42 commented on 2017-09-21 13:55 (UTC)

Here's a working PKGBUILD for me: # Maintainer: Olaf Leidinger <oleid@mescharet.de> # # Get the Ubuntu tarball from https://www.codeplay.com/products/computesuite/computecpp/download pkgname=computecpp pkgver=0.3.1 pkgrel=1 pkgdesc="Accelerates Complex C++ Applications on Heterogeneous Compute Systems using Open Standards" arch=('x86_64') url="https://www.codeplay.com/products/computesuite" license=('EULA') source=("local://ComputeCpp-CE-${pkgver}-Ubuntu.16.04-64bit.tar.gz") sha256sums=('baf934c50e21a9a087bb3a7a86bb5e13536eabfdda1a3515dab791a5cbbc1d3e') depends=(ncurses5-compat-libs) options=(!strip) package() { _pkgbasename=ComputeCpp-CE-${pkgver}-Linux cd "$srcdir" mkdir -p "$pkgdir/opt" mkdir -p "$pkgdir/usr/bin" mkdir -p "$pkgdir/etc/ld.so.conf.d" mv ${_pkgbasename} "$pkgdir/opt" ln -s /opt/${_pkgbasename}/bin/compute++ "$pkgdir/usr/bin" ln -s /opt/${_pkgbasename}/bin/computecpp_info "$pkgdir/usr/bin" ln -s /opt/${_pkgbasename} "$pkgdir/opt/ComputeCpp-CE" echo /opt/${_pkgbasename}/lib > "$pkgdir/etc/ld.so.conf.d/computecpp.conf" }

blob42 commented on 2017-09-21 13:55 (UTC)

If you have "ERROR: Unknown download protocol: file". Replace file:// with local:// in the PKGBUILD

gflegar commented on 2017-09-06 21:21 (UTC)

AFAIK, CE 0.3.0 is no longer available for download from Codeplay. Here is the PKGBUILD for CE 0.3.1: # Maintainer: Olaf Leidinger <oleid@mescharet.de> # # Get the Ubuntu tarball from https://www.codeplay.com/products/computesuite/computecpp/download pkgname=computecpp pkgver=0.3.1 pkgrel=1 pkgdesc="Accelerates Complex C++ Applications on Heterogeneous Compute Systems using Open Standards" arch=('x86_64') url="https://www.codeplay.com/products/computesuite" license=('EULA') source=("file://ComputeCpp-CE-${pkgver}-Ubuntu.16.04-64bit.tar.gz") sha256sums=('baf934c50e21a9a087bb3a7a86bb5e13536eabfdda1a3515dab791a5cbbc1d3e') depends=(ncurses5-compat-libs) options=(!strip) package() { _pkgbasename=ComputeCpp-CE-${pkgver}-Linux cd "$srcdir" mkdir -p "$pkgdir/opt" mkdir -p "$pkgdir/usr/bin" mkdir -p "$pkgdir/etc/ld.so.conf.d" mv ${_pkgbasename} "$pkgdir/opt" ln -s /opt/${_pkgbasename}/bin/compute++ "$pkgdir/usr/bin" ln -s /opt/${_pkgbasename}/bin/computecpp_info "$pkgdir/usr/bin" ln -s /opt/${_pkgbasename} "$pkgdir/opt/ComputeCpp-CE" echo /opt/${_pkgbasename}/lib > "$pkgdir/etc/ld.so.conf.d/computecpp.conf" }

mahendra.k commented on 2017-08-04 07:18 (UTC)

Building computecpp... Cloning into 'computecpp'... remote: Counting objects: 8, done. remote: Compressing objects: 100% (8/8), done. remote: Total 8 (delta 2), reused 0 (delta 0) Unpacking objects: 100% (8/8), done. ==> Making package: computecpp 0.2.1-2 (Fri Aug 4 12:48:31 IST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> ERROR: Unknown download protocol: file Aborting...