Hello,
I am trying to install the Agros2D finite-elment code (http://www.agros2d.org/ ), which is based on the hpfem-hermes, which is in the AUR repository.
In order to compile the hpfem-hermes, trilinos needs to be added on the depends list in PKGBUILD. I tried figuring out how to update that on the AUR website, but couldn’t figure it out.
I would like to also be able to use the ExodusII FEM mesh, if at all possible, but I can’t seem to get it to compile with the libraries available on source forge.
Regardless, I am having trouble with the Agros2D compilation. Namely, I get the following error, on the first step of configuring cmake.
[code]CMake Error at hermes/CMakeLists.txt:330 (find_package):
By not providing “FindXSD.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “XSD”, but
CMake did not find one.
Could not find a package configuration file provided by “XSD” with any of
the following names:
XSDConfig.cmake
xsd-config.cmake
Add the installation prefix of “XSD” to CMAKE_PREFIX_PATH or set “XSD_DIR”
to a directory containing one of the above files. If “XSD” provides a
separate development package or SDK, be sure it has been installed.
[/code]
I am not quite sure how to resolve this. I could not find these files anywhere, though there is some advice online to download the FindXSD.cmake. But, with that, I still failed.
I am hoping that someone can point me in the right direction.
Also, as a disclosure, I sent this issue to the github which hosts the Agros2D code. I’ve also previously e-mail the developers a few weeks ago without much response.
Cheers.