summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f1ae43da37b931430fcf13d02acae83a98ef255f (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
34
35
36
37
38
39
40
41
42
pkgbase = bertini
	pkgdesc = Homotopy continuation solver for systems of polynomial equations
	pkgver = 1.6
	pkgrel = 5
	url = https://bertini.nd.edu
	arch = x86_64
	arch = i686
	license = custom:Bertini License
	makedepends = glibc
	makedepends = gmp
	makedepends = mpfr
	makedepends = openmpi
	noextract = bertini-1.6.tar.gz
	source = bertini-1.6.tar.gz::https://bertini.nd.edu/BertiniSource_v1.6.tar.gz
	source = MANUAL.pdf::https://bertini.nd.edu/BertiniUsersManual.pdf
	source = bertini.sh
	sha256sums = 0bc4c5f0b057366500fc62b37526af116cadb7dcc190ca454e0ebe00a8998998
	sha256sums = 017313464d162bb32640858faa0dc40ec8498eee439cb703dc22507baa15394f
	sha256sums = f55f838946e4ab2ee73cb87cb3111989cfa9b9f6c4fcea2c0dd00a9e4d0c0db5

pkgname = bertini-common
	pkgdesc = Homotopy continuation solver for systems of polynomial equations (common files and documentation)
	arch = any

pkgname = bertini-serial
	pkgdesc = Homotopy continuation solver for systems of polynomial equations (serial version)
	depends = bertini-common
	depends = glibc
	depends = gmp
	depends = mpfr
	provides = bertini
	provides = libbertini-serial.so

pkgname = bertini-parallel
	pkgdesc = Homotopy continuation solver for systems of polynomial equations (parallel version with OpenMPI)
	depends = bertini-common
	depends = glibc
	depends = gmp
	depends = mpfr
	depends = openmpi
	provides = bertini
	provides = libbertini-parallel.so