ports/math/libmesh/files/pkg-message-examples.in
Yuri Victorovich 435512ec91 New port: math/libmesh: Numerical simulation of partial differential equations
Submitted by:	myself
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13524
2017-12-20 20:36:19 +00:00

13 lines
497 B
Text

======================================================================
You installed libMesh, the library for numerical mesh simulations.
You can run examples using for instance such command:
$ cd %%EXAMPLESDIR%%/adaptivity/ex3 && gmake example-opt && ./run.sh
Before running examples, please allow your user the write access:
# chown -R {your-user}:users %%EXAMPLESDIR%%
Examples require bash, gmake, libtool installed.
======================================================================