summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora.kudelin2020-08-26 17:24:16 +0300
committera.kudelin2020-08-26 17:24:16 +0300
commit5800b7a9fa4f17cf3887bd417fa628ffa924fa08 (patch)
tree15277ec8567b48e48193d62ab1716dab5920f80c
parent202f00d73d7680149fb52317a71d1d8f90e3cfc6 (diff)
downloadaur-5800b7a9fa4f17cf3887bd417fa628ffa924fa08.tar.gz
Small fixes and optimizations
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8834a0210437..61a03ec8cd2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = octopus
pkgdesc = Real-space Time-Dependent Density Functional Theory code
pkgver = 9.2
- pkgrel = 2
+ pkgrel = 3
url = https://octopus-code.org
arch = x86_64
license = LGPL
@@ -12,7 +12,7 @@ pkgbase = octopus
depends = gsl
depends = libxc
depends = libvdwxc
- depends = perl
+ depends = netcdf-fortran
source = https://gitlab.com/octopus-code/octopus/-/archive/9.2/octopus-9.2.tar.bz2
sha256sums = 20bed6d1450205373e1500a38110d911bca4f38aa154c26ed877821d9eae0d1e
diff --git a/PKGBUILD b/PKGBUILD
index 01123467631a..a5afb057998d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=octopus
pkgver=9.2
-pkgrel=2
+pkgrel=3
pkgdesc="Real-space Time-Dependent Density Functional Theory code"
arch=('x86_64')
url="https://octopus-code.org"
license=('LGPL')
-depends=('elpa' 'gd' 'gsl' 'libxc' 'libvdwxc' 'perl')
+depends=('elpa' 'gd' 'gsl' 'libxc' 'libvdwxc' 'netcdf-fortran')
makedepends=('gcc-fortran')
checkdepends=('procps-ng')
source=("https://gitlab.com/octopus-code/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2")
@@ -18,7 +18,7 @@ prepare() {
cd "$srcdir/$pkgname-$pkgver"
autoreconf -if
export _elpaver=$( ls /usr/include | grep elpa | sed 's/elpa_openmp-//g' )
- export OPTFLAGS="-O2 -march=native"
+ export OPTFLAGS="-O3 -march=native"
}
build() {