summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-29 16:26:55 -0500
committerCarlos Aznarán2024-02-29 16:26:55 -0500
commitc8bb4e8fb2a2360d55697f8d94b4e91a5d001c1e (patch)
treebb51c3736c4bb9c7716684894a5cc04f59c1d702
parent1c75eff60fbb59ef2a294b5c9a87a19e649b67fe (diff)
downloadaur-c8bb4e8fb2a2360d55697f8d94b4e91a5d001c1e.tar.gz
Update license name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ac250993eb2..3116dc67479b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,8 @@ pkgbase = python-fenics-dolfinx
pkgrel = 1
url = https://github.com/FEniCS/dolfinx
arch = x86_64
- license = LGPL3
+ license = LGPL-3.0-or-later
+ license = GPL-3.0-or-later
checkdepends = python-pytest
checkdepends = python-cppimport
checkdepends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 2ed830183bad..ea73ed40916a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.7.3
pkgrel=1
arch=(x86_64)
url="https://github.com/FEniCS/${_base}"
-license=(LGPL3)
+license=(LGPL-3.0-or-later GPL-3.0-or-later)
depends=(dolfinx python-mpi4py)
makedepends=(python-build python-installer python-setuptools python-wheel pybind11 cmake)
checkdepends=(python-pytest python-cppimport python-scipy eigen python-matplotlib python-numba)
@@ -24,10 +24,6 @@ build() {
}
check() {
- if [ -z "$(ldconfig -p | grep libcuda.so.1)" ]; then
- export OMPI_MCA_opal_warn_on_missing_libcuda=0
- fi
-
python -m venv --system-site-packages test-env
test-env/bin/python -m installer ${_base}-${pkgver}/python/dist/*.whl
MPLBACKEND=Agg test-env/bin/python -m pytest ${_base}-${pkgver}/python/test/unit \