Package Details: p4est-deal-ii 2.8.7-1

Git Clone URL: https://aur.archlinux.org/p4est-deal-ii.git (read-only, click to copy)
Package Base: p4est-deal-ii
Description: The parallel forest (p4est) library, built to work with deal.II (i.e., the deal-ii package)
Upstream URL: http://www.p4est.org/
Licenses: GPL2, MIT
Submitter: drwells
Maintainer: drwells
Last Packager: drwells
Votes: 3
Popularity: 0.000000
First Submitted: 2017-04-06 02:48 (UTC)
Last Updated: 2025-09-02 02:54 (UTC)

Latest Comments

drwells commented on 2025-09-02 02:56 (UTC)

I'm not able to reproduce this - nevertheless, it looks like there was a new release so I pushed that.

The primary point of this package is to use it with deal.II, which doesn't use libtool archive files, so to the best of my knowledge the warning is harmless.

Alad commented on 2025-08-27 23:13 (UTC)

I'm getting a bunch of warnings:

libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: warning: 'sc/src/libsc.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: install: /usr/bin/install -c example/mesh/.libs/p4est_mesh /home/custompkgs/hpc/p4est-deal-ii/pkg/p4est-deal-ii//opt/p4est-deal-ii//DEBUG/bin/p4est_mesh
libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: warning: 'sc/src/libsc.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: install: /usr/bin/install -c example/mesh/.libs/p8est_mesh /home/custompkgs/hpc/p4est-deal-ii/pkg/p4est-deal-ii//opt/p4est-deal-ii//DEBUG/bin/p8est_mesh
libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: warning: 'sc/src/libsc.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: install: /usr/bin/install -c example/mesh/.libs/p8est_periodicity /home/custompkgs/hpc/p4est-deal-ii/pkg/p4est-deal-ii//opt/p4est-deal-ii//DEBUG/bin/p8est_periodicity
libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: warning: 'sc/src/libsc.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: install: /usr/bin/install -c example/particles/.libs/p4est_particles /home/custompkgs/hpc/p4est-deal-ii/pkg/p4est-deal-ii//opt/p4est-deal-ii//DEBUG/bin/p4est_particles
libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: warning: 'sc/src/libsc.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: install: /usr/bin/install -c example/particles/.libs/p8est_particles /home/custompkgs/hpc/p4est-deal-ii/pkg/p4est-deal-ii//opt/p4est-deal-ii//DEBUG/bin/p8est_particles
libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: warning: 'sc/src/libsc.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: install: /usr/bin/install -c example/points/.libs/p4est_points /home/custompkgs/hpc/p4est-deal-ii/pkg/p4est-deal-ii//opt/p4est-deal-ii//DEBUG/bin/p4est_points
libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: warning: 'sc/src/libsc.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: install: /usr/bin/install -c example/points/.libs/p4est_points_generate /home/custompkgs/hpc/p4est-deal-ii/pkg/p4est-deal-ii//opt/p4est-deal-ii//DEBUG/bin/p4est_points_generate
libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: warning: 'sc/src/libsc.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: install: /usr/bin/install -c example/points/.libs/p8est_points /home/custompkgs/hpc/p4est-deal-ii/pkg/p4est-deal-ii//opt/p4est-deal-ii//DEBUG/bin/p8est_points
libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: warning: 'sc/src/libsc.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
libtool: install: /usr/bin/install -c example/points/.libs/p8est_points_generate /home/custompkgs/hpc/p4est-deal-ii/pkg/p4est-deal-ii//opt/p4est-deal-ii//DEBUG/bin/p8est_points_generate
libtool: warning: 'src/libp4est.la' has not been installed in '/opt/p4est-deal-ii//DEBUG/lib'
...

Is that something to worry about?

drwells commented on 2022-03-21 14:51 (UTC)

I updated to 2.8 (skipping 2.3.3) - I didn't check with the developers as to why 2.3.3 and 2.8 are both available now, but 2.8 works fine with deal.II and fixes a few outstanding bugs (like the deal.II test tests/mpi/p4est_bug_01.cc).

drwells commented on 2019-06-26 01:41 (UTC)

This has been updated to 2.2.

drwells commented on 2019-02-05 18:36 (UTC)

You're right: it links against libgfortran. I added it as a dependency and incremented pkgrel.

Thanks for letting me know.

archer1337 commented on 2019-02-05 04:39 (UTC)

I think that gcc-fortran (which does not appear to be part of base-devel) is required to compile this package.