From bfecaee6d82af74f44a99dd9c58c46f35664c046 Mon Sep 17 00:00:00 2001 From: Duncan Macleod Date: Tue, 14 Jan 2025 10:51:23 +0000 Subject: [PATCH] libframe: update to 8.48.3 * update to 8.48.3 * remove default platforms statement * add explicit configure args to enable only the C library --- science/libframe/Portfile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/science/libframe/Portfile b/science/libframe/Portfile index c401a6e52803d..ff30752b0b0d7 100644 --- a/science/libframe/Portfile +++ b/science/libframe/Portfile @@ -5,22 +5,25 @@ PortGroup cmake 1.0 PortGroup gitlab 1.0 gitlab.instance https://git.ligo.org -gitlab.setup virgo/virgoapp Fr 8r41p3 v +gitlab.setup virgo/virgoapp Fr 8.48.3 name libframe -version [string map {r . p .} ${gitlab.version}] categories science license lgpl-2.1+ -platforms darwin maintainers {aronnax @lpsinger} openmaintainer -description LIGO/VIRGO Frame Library +description LIGO/VIRGO Frame Library long_description \ A Common Data Frame Format for Interferometric Gravitational \ Wave Detector has been developed by VIRGO and LIGO. The Frame \ Library is a software dedicated to the frame manipulation \ including file input/output. -checksums rmd160 ce5345359325819061c23556e1ee44ea353d03a8 \ - sha256 99423cdd764e35d838b02fd846c7f0590d3d495fed0e909092f684bf01108d51 \ - size 1115040 +checksums rmd160 78ad55d1d7c8fa098c54a8998852ceb50c745bf1 \ + sha256 214326250c6cb3f388174bb4c1936e23154be1a9a3bc0464953301c847706072 \ + size 2710621 + +configure.args -DENABLE_C:BOOL=yes \ + -DENABLE_MATLAB:BOOL=no \ + -DENABLE_PACKAGING:BOOL=no \ + -DENABLE_PYTHON:BOOL=no