summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 55cfc77ef20058801e164bf17b38c63388b1fbb0 (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
26
27
28
29
30
31
32
33
pkgbase = petsc-git
	pkgdesc = Portable, extensible toolkit for scientific computation (external downloads enabled)
	pkgver = 20201016
	pkgrel = 1
	url = https://gitlab.com/petsc/petsc
	install = petsc.install
	arch = i686
	arch = x86_64
	license = BSD
	makedepends = gcc
	makedepends = gcc-fortran
	makedepends = cmake
	makedepends = sowing
	makedepends = python
	depends = openmpi
	depends = lapack
	depends = fftw
	depends = hdf5
	depends = suitesparse
	optdepends = opencl: GPU computing
	optdepends = hwloc: hardware locality
	optdepends = cgns: CFD data support
	optdepends = libpng: PNG support
	optdepends = libyaml: YAML configuration support
	optdepends = libx11: GUI tools
	optdepends = python: Tools, examples, tutorials
	provides = petsc
	conflicts = petsc
	source = petsc::git+https://gitlab.com/petsc/petsc.git#branch=release
	sha256sums = SKIP

pkgname = petsc-git