summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Bilke2017-10-24 09:15:59 +0200
committerAndreas Bilke2017-10-24 10:33:51 +0200
commit5a0635ee8376717b364376e4feee1b1951886a87 (patch)
treeed8f6f3b89f2759d2131bf3a094c4023b0be9718 /PKGBUILD
parent142fc3dd50190f00024b67f809c4d50e2377c5fa (diff)
downloadaur-5a0635ee8376717b364376e4feee1b1951886a87.tar.gz
License change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33e597cd6cad..bc599d409962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Myles English <myles at rockhead dot biz>
pkgname=slepc
pkgver=3.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Scalable library for Eigenvalue problem computations"
arch=('i686' 'x86_64')
url="http://www.grycap.upv.es/slepc"
-license=('GNUv3')
-depends=('python2' 'gcc' 'gcc-fortran' 'petsc>=3.8.0')
+license=('BSD')
+depends=('python2' 'gcc' 'gcc-fortran' 'petsc>=3.8')
install=slepc.install
source=(http://www.grycap.upv.es/slepc/download/distrib/${pkgname}-${pkgver/_/-}.tar.gz)
md5sums=('a90d7836a27b9ef7961a068f68ace1d1')
@@ -28,7 +28,6 @@ build() {
export SLEPC_DIR=${_build_dir}
python2 ./configure --prefix=${pkgdir}${_install_dir}
-# export PETSC_ARCH=arch-installed-petsc
make
}
@@ -41,7 +40,6 @@ package() {
_install_dir=/opt/slepc/`basename ${PETSC_DIR}`
cd ${_build_dir}
- # export PETSC_ARCH=arch-installed-petsc
export SLEPC_DIR=${_build_dir}
source /etc/profile.d/petsc.sh # sets PETSC_DIR