summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-29 15:54:58 -0500
committerCarlos Aznarán2024-02-29 15:54:58 -0500
commitd4083cd317efa07ff68d367035be7afa6b419007 (patch)
tree37ec83848e9d638873b78df2ba5ed2eacd195701
parent5b5427b57d6481963da01569a8ed46ba69cbc2da (diff)
downloadaur-python-dolfin.tar.gz
Update license name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b68ceef414e..18db9de7e135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-dolfin
pkgrel = 2
url = https://bitbucket.org/fenics-project/dolfin
arch = x86_64
- license = LGPL3
+ license = LGPL-3.0-or-later
checkdepends = python-pytest
checkdepends = python-decorator
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 6b57f35d39ef..9a9d7b3613cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ pkgname=python-${_base}
pkgdesc="The Python interface of FEniCS"
pkgver=2019.1.0.post0
pkgrel=2
-arch=('x86_64')
+arch=(x86_64)
url="https://bitbucket.org/fenics-project/${_base}"
-license=('LGPL3')
+license=(LGPL-3.0-or-later)
depends=('dolfin=2019.1.0.post0'
'python-pkgconfig'
'python-ply'
@@ -34,10 +34,6 @@ build() {
}
check() {
- if [ -z "$(ldconfig -p | grep libcuda.so.1)" ]; then
- export OMPI_MCA_opal_warn_on_missing_libcuda=0
- fi
-
export OMPI_MCA_rmaps_base_oversubscribe=1
export OMPI_MCA_mpi_yield_when_idle=1
export OMPI_MCA_btl_base_warn_component_unused=0