summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-04-30 01:50:40 +0200
committerJoan Bruguera2019-04-30 01:50:40 +0200
commit6faa0e7d7b57369112feff8080f9a661b0523e44 (patch)
treeb9518cc837fdae55bdf1fdd6737679dc94f02a0a
parent7ee3c12edb1d5d4874d90c2e6cb065193266a971 (diff)
downloadaur-6faa0e7d7b57369112feff8080f9a661b0523e44.tar.gz
Make python2 dependency makedepends only, as no python script is installed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cee4d911ad3..95b615db793c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mcxx
pkgdesc = Mercurium is a C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping developed by the Programming Models group at the Barcelona Supercomputing Center.
pkgver = 2.1.0
- pkgrel = 5
+ pkgrel = 6
url = https://pm.bsc.es/ompss
arch = i686
arch = x86_64
license = GPL3
+ makedepends = python2
depends = nanox
- depends = python2
depends = gcc-fortran
depends = gperf
depends = sqlite3
diff --git a/PKGBUILD b/PKGBUILD
index 35d133c3bbe1..25db09b6e66e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ _bundlepkgname='ompss'
pkgdesc='Mercurium is a C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping developed by the Programming Models group at the Barcelona Supercomputing Center.'
pkgver='2.1.0'
_bundlepkgver='17.12.1'
-pkgrel='5'
+pkgrel='6'
arch=('i686' 'x86_64')
url='https://pm.bsc.es/ompss'
license=('GPL3')
-depends=(nanox python2 gcc-fortran gperf sqlite3)
+depends=(nanox gcc-fortran gperf sqlite3)
+makedepends=(python2)
source=("https://pm.bsc.es/ftp/${_bundlepkgname}/releases/${_bundlepkgname}-${_bundlepkgver}.tar.gz"
"https://github.com/bsc-pm/mcxx/commit/26fb7dffbaa06a5389acb1138717b14ce7d350a1.patch"
"https://github.com/bsc-pm/mcxx/commit/0f2c80f40f1e452fd450aef20838667eef801475.patch"