summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Wells2022-12-03 09:02:32 -0500
committerDavid Wells2022-12-03 09:02:32 -0500
commit50d163dcadaf355ff6b9c1f34d05953803f1537e (patch)
tree6509204aacd5524b679165131e74f71538c4cc4e
parent3cf290ce85f5d6defed3f99f65107f1cd17c2ee5 (diff)
downloadaur-50d163dcadaf355ff6b9c1f34d05953803f1537e.tar.gz
Document the CGAL dependency
Whoops!
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36aa06ecdc3e..9eee3b9ed3d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deal-ii
pkgdesc = An Open Source Finite Element Differential Equations Analysis Library
pkgver = 9.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.dealii.org/
install = deal-ii.install
arch = i686
@@ -12,6 +12,7 @@ pkgbase = deal-ii
optdepends = adol-c: automatic differentiation library
optdepends = arpack: Fortran77 subroutines designed to solve large scale eigenvalue problems
optdepends = assimp: Library to import various well-known 3D model formats in an uniform manner
+ optdepends = cgal: Computational Geometry Algorithms Library
optdepends = gmsh: An automatic 3D finite element mesh generator with pre and post-processing facilities
optdepends = gsl: A modern numerical library for C and C++ programmers
optdepends = hdf5-openmpi: General purpose library and file format for storing scientific data
diff --git a/PKGBUILD b/PKGBUILD
index 71ab4a8e9297..134dae016130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=deal-ii
_realname=dealii
pkgver=9.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="An Open Source Finite Element Differential Equations Analysis Library"
arch=("i686" "x86_64")
url="http://www.dealii.org/"
@@ -15,6 +15,7 @@ optdepends=(
'adol-c: automatic differentiation library'
'arpack: Fortran77 subroutines designed to solve large scale eigenvalue problems'
'assimp: Library to import various well-known 3D model formats in an uniform manner'
+ 'cgal: Computational Geometry Algorithms Library'
# ginkgo is not yet in the AUR
# 'ginkgo: a high-performance linear algebra library for manycore systems'
'gmsh: An automatic 3D finite element mesh generator with pre and post-processing facilities'