Page MenuHomeFreeBSD

New port: math/libmesh: Numerical simulation of partial differential equations
ClosedPublic

Authored by yuri on Dec 18 2017, 12:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 1:58 PM
Unknown Object (File)
Mar 3 2024, 4:03 AM
Unknown Object (File)
Mar 3 2024, 4:03 AM
Unknown Object (File)
Mar 3 2024, 4:03 AM
Unknown Object (File)
Mar 3 2024, 4:03 AM
Unknown Object (File)
Mar 3 2024, 4:03 AM
Unknown Object (File)
Mar 3 2024, 4:03 AM
Unknown Object (File)
Mar 3 2024, 4:03 AM
Subscribers

Details

Summary

Numerical simulation of partial differential equations

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

math/libmesh/Makefile
68 ↗(On Diff #36752)

Why not just ${MV} ${STAGEDIR}${PREFIX}/examples ${STAGEDIR}${EXAMPLESDIR}?

math/libmesh/files/patch-examples_Makefile.am
8 ↗(On Diff #36752)

You do all sorts of example moving stuff in the Makefile. Does this patch wind up doing anything?

yuri marked an inline comment as done.

Removed the unneeded patch.

Simplified examples copy statement.

yuri marked an inline comment as done.Dec 20 2017, 6:59 AM
yuri added inline comments.
math/libmesh/files/patch-examples_Makefile.am
8 ↗(On Diff #36752)

Yes, this patch only corrects the path where they are installed.

Makefile then fixes them up so that they can actually be easily run from the same examples directory, because otherwise they can't be run.

pkg-message-examples explains how to run them once the port is installed.

I went an extra-mile and made examples runnable to that it is easier to verify that the library works, and see what other dependencies it needs, because it needs some more libraries optionally.

All this is needed because the upstream again installs it in a very messy way.

adamw added inline comments.
math/libmesh/files/patch-examples_Makefile.am
8 ↗(On Diff #36752)

Fair enough!

This revision is now accepted and ready to land.Dec 20 2017, 7:47 PM
This revision was automatically updated to reflect the committed changes.