star-sf

Set of surface and volume scattering functions
git clone git://git.meso-star.fr/star-sf.git
Log | Files | Refs | README | LICENSE

commit f84b86c5ca7ba527064eedac4e604d264f80289c
parent 2827552d48ea66b2a8cb78163442f8e143c91dd9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Oct 2023 15:13:22 +0200

Set the version of dependencies that supports a pc file

Diffstat:
Mconfig.mk | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.mk b/config.mk @@ -28,7 +28,7 @@ RANLIB = ranlib PCFLAGS_STATIC = --static PCFLAGS = $(PCFLAGS_$(LIB_TYPE)) -RSIMD_VERSION = 0.3 +RSIMD_VERSION = 0.5 RSIMD_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsimd) RSIMD_CFLAGS_128 = $(RSIMD_CFLAGS) RSIMD_CFLAGS_256 = $(RSIMD_CFLAGS) @@ -36,11 +36,11 @@ RSIMD_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsimd) RSIMD_LIBS_128 = $(RSIMD_LIBS) RSIMD_LIBS_256 = $(RSIMD_LIBS) -RSYS_VERSION = 0.6 +RSYS_VERSION = 0.14 RSYS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags rsys) RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys) -SSP_VERSION = 0.12 +SSP_VERSION = 0.14 SSP_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags star-sp) SSP_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs star-sp)