summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-29 15:39:48 -0500
committerCarlos Aznarán2024-02-29 15:39:48 -0500
commit6a2827530d3c366758d5f8753f0b72f068adcf0c (patch)
tree1b630bfcae53dc7ef6cd148726f32dd56f31f5bd
parent77ca283d5432c2a62cfad953d403ac12767c6012 (diff)
downloadaur-6a2827530d3c366758d5f8753f0b72f068adcf0c.tar.gz
Cleanup
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84beca44adbe..9bffdd656bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,9 +68,6 @@ build() {
}
check() {
- if [ -z "$(ldconfig -p | grep libcuda.so.1)" ]; then
- export OMPI_MCA_opal_warn_on_missing_libcuda=0
- fi
cmake --build build --target unittests
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${srcdir}/build/dolfin/" ./build/test/unit/cpp/unittests
}