star-uvm

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

commit 36bcd756cda4dac71c3d4f013efff420ec4ac6ce
parent eba68d35eff172a301b72f91a9d5da266d7c0bc4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Oct 2023 12:27:38 +0200

Set the version of dependencies that supports a pc file

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

diff --git a/config.mk b/config.mk @@ -27,7 +27,7 @@ EMBREE_VERSION = 4.0 EMBREE_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags embree4) EMBREE_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs embree4) -RSYS_VERSION = 0.6 +RSYS_VERSION = 0.14 RSYS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys) RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys)