star-uvm

Spatial structuring of unstructured volumetric meshes
git clone git://git.meso-star.fr/star-uvm.git
Log | Files | Refs | README | LICENSE

commit 421dfff311ecfeec15f0a99ceceda7c0e63124b8
parent a6d0a4604eaef3a6e27135a2081adf161c06d3d9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 15 Dec 2025 10:42:48 +0100

Fix the installation directory of the header file

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -9,7 +9,7 @@ BUILD_TYPE = RELEASE BINPREFIX = $(PREFIX)/bin LIBPREFIX = $(PREFIX)/lib -INCPREFIX = $(PREFIX)/include/stardis +INCPREFIX = $(PREFIX)/include MANPREFIX = $(PREFIX)/share/man # Enable building and installation of additional utilities