Package Details: deal-ii 9.5.1-1

Git Clone URL: https://aur.archlinux.org/deal-ii.git (read-only, click to copy)
Package Base: deal-ii
Description: An Open Source Finite Element Differential Equations Analysis Library
Upstream URL: http://www.dealii.org/
Keywords: fem pde science
Licenses: LGPL
Submitter: coincoin
Maintainer: coincoin (drwells)
Last Packager: drwells
Votes: 15
Popularity: 0.070702
First Submitted: 2013-09-11 11:11 (UTC)
Last Updated: 2023-07-18 15:14 (UTC)

Dependencies (26)

Required by (0)

Sources (1)

Pinned Comments

drwells commented on 2023-07-18 15:16 (UTC)

I updated to 9.5.1 and made Trilinos a required dependency to avoid the conflict. Once the Trilinos package is updated to include provides=('kokkos') then we can switch this back and make kokkos the (correct) dependency.

Latest Comments

1 2 3 4 5 6 Next › Last »

drwells commented on 2024-02-17 18:24 (UTC)

Thanks - we're actually putting out a new patch release soon (we need 9.5.2) so I'll change those once we finalize that.

carlosal1015 commented on 2024-02-10 22:41 (UTC)

Hi, I suggest make this two changes, first one related with this, otherwise namcap will show this error:

deal-ii E: LGPL is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

The last one is about extra signature checking.

---
 .SRCINFO | 13 ++++++++-----
 PKGBUILD | 12 ++++++------
 2 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 10d0848..0057036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
 pkgbase = deal-ii
    pkgdesc = An Open Source Finite Element Differential Equations Analysis Library
-   pkgver = 9.5.1
+   pkgver = 9.5.2
    pkgrel = 1
-   url = http://www.dealii.org/
+   url = https://www.dealii.org
    install = deal-ii.install
    arch = i686
    arch = x86_64
-   license = LGPL
+   license = LGPL-2.1-or-later
    makedepends = cmake
    depends = boost
    depends = trilinos
@@ -33,7 +33,10 @@ pkgbase = deal-ii
    optdepends = tbb: High level abstract threading library
    optdepends = suitesparse: A collection of sparse matrix libraries
    optdepends = zlib: Compression library implementing the deflate compression method found in gzip and PKZIP
-   source = https://github.com/dealii/dealii/releases/download/v9.5.1/dealii-9.5.1.tar.gz
-   sha1sums = a94989a9e4c3b8599aceacf71d7156621c1d7426
+   source = https://github.com/dealii/dealii/releases/download/v9.5.2/dealii-9.5.2.tar.gz
+   source = https://github.com/dealii/dealii/releases/download/v9.5.2/dealii-9.5.2.tar.gz.asc
+   validpgpkeys = 1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3
+   sha1sums = 126183aaaf75eaa1b4c3812f6e44aa32a60f4da1
+   sha1sums = SKIP

 pkgname = deal-ii
diff --git a/PKGBUILD b/PKGBUILD
index 13e475c..0bd9d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
 # Maintainer: David Wells <drwells.aur at fastmail dot com>
-
 # Contributor: Florian Dang <florian dot coin at gmail dot com>

 pkgname=deal-ii
 _realname=dealii
-pkgver=9.5.1
+pkgver=9.5.2
 pkgrel=1
 pkgdesc="An Open Source Finite Element Differential Equations Analysis Library"
 arch=("i686" "x86_64")
-url="http://www.dealii.org/"
-license=('LGPL')
+url="https://www.dealii.org"
+license=('LGPL-2.1-or-later')
 # deal.II depends on Kokkos which is implicitly provided by Trilinos. Trilinos
 # does not yet support configuration with an external copy of Kokkos so do not
 # yet depend on that package.
@@ -44,8 +43,9 @@ optdepends=(
       )
 makedepends=('cmake')
 install=deal-ii.install
-source=(https://github.com/dealii/dealii/releases/download/v$pkgver/${_realname}-$pkgver.tar.gz)
-sha1sums=('a94989a9e4c3b8599aceacf71d7156621c1d7426')
+source=(https://github.com/dealii/dealii/releases/download/v$pkgver/${_realname}-$pkgver.tar.gz{,.asc})
+sha1sums=('126183aaaf75eaa1b4c3812f6e44aa32a60f4da1' 'SKIP')
+validpgpkeys=('1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3') # Matthias Maier <tamiko@43-1.org>
 # where to install deal.II: change to something else (e.g., /opt/deal.II/)
 # if desired.
 _installation_prefix=/usr
-- 
2.43.0

drwells commented on 2023-07-18 15:16 (UTC)

I updated to 9.5.1 and made Trilinos a required dependency to avoid the conflict. Once the Trilinos package is updated to include provides=('kokkos') then we can switch this back and make kokkos the (correct) dependency.

drwells commented on 2023-07-11 11:09 (UTC)

I wanted to get this done by now but I'm heading on vacation so it will have to wait until Saturday. We need to put out a 9.5.1 release due to some obscure Trilinos problems so this will need to be updated at that point anyway.

Thanks for investigating - I didn't realize the AUR had its own Kokkos package. To the best of my knowledge, Trilinos cannot be configured with an external Kokkos (they're working on it) so that's going to conflict with deal.II (though deal.II - Trilinos + external Kokkos should be OK).

carlosal1015 commented on 2023-07-10 15:58 (UTC) (edited on 2023-07-10 23:39 (UTC) by carlosal1015)

Many thanks. In that case I see will not easy because last week with 9.4.2 I tried built with trilinos (appending cmake_configuration_flags+=" -DDEAL_II_WITH_TRILINOS=ON), but it has a problem with bundled kokkos library.

Also I see that kokkos will not a first option because will be in conflict with trilinos and prefer last one.

When finished building deal.II both with aur kokkos and with up to date aur trilinos I will edit and attach these logs in a few hours.

Edited: Successfully with standalone kokkos or trilinos suite, any case is building fine:

drwells commented on 2023-07-10 15:09 (UTC)

Thanks for the report - I need to make MPI and Trilinos required dependencies since deal.II now requires Kokkos. I'll fix this later today or tomorrow.

carlosal1015 commented on 2023-07-10 14:24 (UTC)

With the recent upgrade 9.5.0, fails in build() stage.

drwells commented on 2022-12-03 13:52 (UTC)

This is now up-to-date with the 9.4.1 patch release.

drwells commented on 2022-04-21 16:13 (UTC)

Hi @athulshaji,

I suspect that the quick tests failed to link correctly because of a problem with one of deal.II's dependencies. Can you attach the quicktests.log file from the build or any additional terminal output here if you have it?

athulshaji commented on 2022-04-21 02:56 (UTC)

I am installing deal.ii with the following packages

deal.II configuration:

CMAKE_BUILD_TYPE: DebugRelease
BUILD_SHARED_LIBS: ON
CMAKE_INSTALL_PREFIX: /usr
CMAKE_SOURCE_DIR: /var/tmp/pamac-build-workbook/deal-ii/src/dealii-9.3.3
(version 9.3.3)
CMAKE_BINARY_DIR: /var/tmp/pamac-build-workbook/deal-ii/src/build
CMAKE_CXX_COMPILER: GNU 11.2.0 on platform Linux x86_64
/usr/bin/c++
C++ language standard: C++17
Configured Features (DEAL_II_ALLOW_BUNDLED = OFF, DEAL_II_ALLOW_AUTODETECTION = ON):
( DEAL_II_WITH_64BIT_INDICES = OFF )
( DEAL_II_WITH_ADOLC = OFF )
( DEAL_II_WITH_ARBORX = OFF )
DEAL_II_WITH_ARPACK set up with external dependencies
DEAL_II_WITH_ASSIMP set up with external dependencies
DEAL_II_WITH_BOOST set up with external dependencies
DEAL_II_WITH_COMPLEX_VALUES = ON
( DEAL_II_WITH_CUDA = OFF )
( DEAL_II_WITH_GINKGO = OFF )
DEAL_II_WITH_GMSH set up with external dependencies
DEAL_II_WITH_GSL set up with external dependencies
DEAL_II_WITH_HDF5 set up with external dependencies
DEAL_II_WITH_KOKKOS set up with external dependencies
DEAL_II_WITH_LAPACK set up with external dependencies
DEAL_II_WITH_METIS set up with external dependencies
DEAL_II_WITH_MPI set up with external dependencies
DEAL_II_WITH_MUPARSER set up with external dependencies
DEAL_II_WITH_OPENCASCADE set up with external dependencies
DEAL_II_WITH_P4EST set up with external dependencies
DEAL_II_WITH_PETSC set up with external dependencies
DEAL_II_WITH_SCALAPACK set up with external dependencies
DEAL_II_WITH_SLEPC set up with external dependencies
( DEAL_II_WITH_SUNDIALS = OFF )
( DEAL_II_WITH_SYMENGINE = OFF )
DEAL_II_WITH_TBB set up with external dependencies
DEAL_II_WITH_TRILINOS set up with external dependencies
DEAL_II_WITH_UMFPACK set up with external dependencies
DEAL_II_WITH_ZLIB set up with external dependencies
Component configuration:
( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
DEAL_II_COMPONENT_EXAMPLES
( DEAL_II_COMPONENT_PACKAGE = OFF )
( DEAL_II_COMPONENT_PYTHON_BINDINGS = OFF )

I am getting the following error

0% tests passed, 19 tests failed out of 19

Total Test time (real) = 62.61 sec

The following tests FAILED: 1 - step.debug (Failed) 2 - step.release (Failed) 3 - affinity.debug (Failed) 4 - mpi.debug (Failed) 5 - tbb.debug (Failed) 6 - p4est.debug (Failed) 7 - step-petsc.debug (Failed) 8 - step-slepc.debug (Failed) 9 - step-trilinos.debug (Failed) 10 - step-metis.debug (Failed) 11 - lapack.debug (Failed) 12 - umfpack.debug (Failed) 13 - gsl.debug (Failed) 14 - hdf5.debug (Failed) 15 - arpack.debug (Failed) 16 - assimp.debug (Failed) 17 - scalapack.debug (Failed) 18 - boost_zlib.debug (Failed) 19 - gmsh.debug (Failed) Errors while running CTest


Error: Some of the quick tests failed.


Please scroll up or check the file tests/quick_tests/quicktests.log for the error messages. If you are unable to fix the problems, see the FAQ or write to the mailing list linked at http://www.dealii.org

The affinity test can fail when you are linking in a library like BLAS which uses OpenMP. Even without calling any BLAS functions, OpenMP messes with the thread affinity which causes TBB to run single-threaded only. You can fix this by exporting OMP_NUM_THREADS=1. Also see GOMP_CPU_AFFINITY and OMP_PROC_BIND.

The p4est test can fail if you are running an OpenMPI version before 1.5. This is a known problem and the only work around is to update to a more recent version or use a different MPI library like MPICH.

Additional information about PETSc issues is available at: http://www.dealii.org/developer/external-libs/petsc.html

CMake Error at /var/tmp/pamac-build-workbook/deal-ii/src/dealii-9.3.3/tests/quick_tests/run.cmake:90 (MESSAGE):

make[3]: [tests/quick_tests/CMakeFiles/test.dir/build.make:71: tests/quick_tests/CMakeFiles/test] Error 1 make[2]: [CMakeFiles/Makefile2:9230: tests/quick_tests/CMakeFiles/test.dir/all] Error 2 make[1]: [CMakeFiles/Makefile2:9237: tests/quick_tests/CMakeFiles/test.dir/rule] Error 2 make: [Makefile:4069: test] Error 2 ==> ERROR: A failure occurred in check(). Aborting...

Kindly help.