blob: 8cec4d677d4fbbad30c4c695356262e97022d31d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = petsc-maint
pkgdesc = Portable, extensible toolkit for scientific computation
pkgver = 54093.928c5b4
pkgrel = 1
url = http://www.mcs.anl.gov/petsc/petsc-as
install = petsc.install
arch = i686
arch = x86_64
license = MIT compatible
makedepends = gcc
makedepends = gcc-fortran
makedepends = cmake
makedepends = git
depends = python2
depends = openmpi
depends = boost
depends = lapack
provides = petsc
conflicts = petsc
options = staticlibs
source = git+https://bitbucket.org/petsc/petsc#branch=maint
md5sums = SKIP
pkgname = petsc-maint
|