MetaPhysicL
MetaPhysicL copied to clipboard
Metaprogramming and operator-overloaded classes for numerical simulations
Build Instructions
-
cd
to location of MetaPhysicL clone or extracted tarball. For git clones, make sure to clone recursively, or do -
git submodule update --init --recursive
-
./bootstrap
-
mkdir build
-
cd build
-
../configure --prefix=/path/to/metaphysicl/install
-
make
-
make check
(optional, runs the example programs and unit tests when possible) -
make install