You're very welcome, I'm very comforted to receive your feedback. Stay safe.
Search Criteria
Package Details: dune-common 2.10.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dune-common.git (read-only, click to copy) |
---|---|
Package Base: | dune-common |
Description: | Infrastructure and foundation classes |
Upstream URL: | https://dune-project.org/modules/dune-common |
Keywords: | fem pde science |
Licenses: | LicenseRef-GPL-2.0-only-with-DUNE-exception |
Provides: | dune-add-spdx, dune-ctest, dune-git-whitespace-hook, dunecontrol, dunepackaging.py, duneproject |
Submitter: | carlosal1015 |
Maintainer: | carlosal1015 (PrinceMachiavell) |
Last Packager: | carlosal1015 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-29 14:04 (UTC) |
Last Updated: | 2024-11-06 13:12 (UTC) |
Dependencies (26)
- cmake (cmake-gitAUR)
- git (git-gitAUR, git-glAUR)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- python-jinja
- python-mpi4py (python-mpi4py-intelAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-portalockerAUR
- python-setuptools
- biber (texlive-dummyAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- graphviz (make)
- python-scikit-build (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- bash-completion (bash-completion-gitAUR) (optional) – for completion when using bash
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (optional) – Generate the class documentation from C++ sources
- graphviz (optional) – Graph visualization software
- inkscape (inkscape-gitAUR) (optional) – Conversion routines for generate PNG images
- man-db (optional) – manual pages for dune
- onetbb (optional) – High level abstract threading library
- Show 6 more dependencies...
Required by (10)
- dune-core
- dune-geometry
- dune-istl
- dune-logging
- dune-typetree
- dune-uggrid
- opm-common
- opm-common (make)
- python-bempp-git (make)
- python-opm-common (make)
Sources (2)
Latest Comments
carlosal1015 commented on 2021-11-25 16:42 (UTC)
Alad commented on 2021-11-25 15:07 (UTC)
OK, thanks for the explanation. And thanks for maintaining DUNE on Arch, saved me a lot of trouble.
carlosal1015 commented on 2021-11-25 04:22 (UTC) (edited on 2021-12-30 22:01 (UTC) by carlosal1015)
Thank you very much @Alad for take a look the script and I apologize for not having written a clear commit message and comments. I will explain the last commit as follows:
- The first part consists of undoing the previous commit, bring back
python-portalocker
in the makedepends array (python-portalocker
will not be required in dune-common-2.9) and addpython-mpi4py
. The initial template to guide me wasaudit
. - In the second part, we skip these targets
poosc08
,indexset
fromdoc/comm/CMakeLists.txt
as it does not affect the shared library and installation of pkg-info configuration files, cmake functions, modules, C ++ headers (.hh), I chose to skip both targets.
I won't mention aur helpers that I tested in a commit message again.
Alad commented on 2021-11-24 22:25 (UTC)
Regarding the latest commit, is it really necessary to add long workarounds just so aur helpers can work? I have no idea what these lines do and it makes the pkgbuild much more difficult to review.
carlosal1015 commented on 2021-09-30 01:45 (UTC) (edited on 2024-11-04 16:42 (UTC) by carlosal1015)
Important note: Is recommended to receive the following key before to install:
$ gpg --recv-keys B95BE0EFB19724A1
Also is possible skip the verification, adding the flag for (e.g makepkg
, yay
) --skippgpcheck
, --nopgpfetch
, respectively.
Pinned Comments
carlosal1015 commented on 2021-09-30 01:45 (UTC) (edited on 2024-11-04 16:42 (UTC) by carlosal1015)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.