Package Details: precice 3.4.1-1

Git Clone URL: https://aur.archlinux.org/precice.git (read-only, click to copy)
Package Base: precice
Description: A Coupling Library for Partitioned Multi-Physics Simulations on Massively Parallel Systems
Upstream URL: https://precice.org
Licenses: LGPL-3.0-or-later
Conflicts: petsc-complex
Submitter: Horus
Maintainer: cashbagage
Last Packager: cashbagage
Votes: 2
Popularity: 0.000000
First Submitted: 2018-08-01 14:02 (UTC)
Last Updated: 2026-05-11 06:53 (UTC)

Latest Comments

1 2 Next › Last »

cashbagage commented on 2026-05-11 06:58 (UTC)

@fsimonis @carlosal1015 thanks for pointing this out and sorry for not responding earlier. Should be fixed now.

fsimonis commented on 2026-04-02 11:30 (UTC)

This package now requires boost-libs in addition to boost.

Sun commented on 2025-05-23 02:28 (UTC)

@fsimonis thank you, it works fine

fsimonis commented on 2025-05-22 12:22 (UTC)

Maintainer here. Quick fix is to replace the libxml/SAX.h include with libxml/SAX2.h

sed -i "s/libxml\/SAX.h/libxml\/SAX2.h/" src/xml/ConfigParser.cpp

Sun commented on 2025-05-22 02:05 (UTC) (edited on 2025-05-22 02:11 (UTC) by Sun)

would you please help me on this "libxml/SAX.h is deprecated" ? precice/src/precice-3.2.0/src/xml/ConfigParser.cpp:46:11: error: ‘xmlChar’ does not name a type 46 | const xmlChar *localname,

ng0177 commented on 2023-10-06 08:35 (UTC)

see also https://github.com/precice/precice/issues/1827

fsimonis commented on 2023-10-05 07:58 (UTC)

@Horus could you please define a conflict with petsc-complex? This seems to be a common pitfall.