Changes
2 changed files (+5/-5)
-
-
@@ -1,6 +1,6 @@pkgbase = hipfort pkgdesc = Fortran interfaces for ROCm libraries pkgver = 5.0.1 pkgver = 5.0.2 pkgrel = 1 url = https://rocmsoftwareplatform.github.io/hipfort/ arch = x86_64
-
@@ -11,7 +11,7 @@ makedepends = gitdepends = hip depends = gcc-fortran options = !strip source = hipfort-5.0.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipfort/archive/rocm-5.0.1.tar.gz sha256sums = d66b965f84a52e4b5e60f624e3bc02ff6dcee26742c35242ad56cac450eb48f0 source = hipfort-5.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/hipfort/archive/rocm-5.0.2.tar.gz sha256sums = fcee6e62482ab15f365681dbc12bd9ae26b0fab2f2848a3c14de8ec63004a7aa pkgname = hipfort
-
-
-
@@ -1,7 +1,7 @@# Maintainer Torsten Keßler <t dot kessler at posteo dot de> pkgname=hipfort pkgver=5.0.1 pkgver=5.0.2 pkgrel=1 pkgdesc='Fortran interfaces for ROCm libraries' arch=('x86_64')
-
@@ -11,7 +11,7 @@ depends=('hip' 'gcc-fortran')makedepends=('cmake' 'rocm-cmake' 'git') _git='https://github.com/ROCmSoftwarePlatform/hipfort' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('d66b965f84a52e4b5e60f624e3bc02ff6dcee26742c35242ad56cac450eb48f0') sha256sums=('fcee6e62482ab15f365681dbc12bd9ae26b0fab2f2848a3c14de8ec63004a7aa') options=(!strip) _dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"
-