Skip to content

Commit

Permalink
libframe: update to 8.48.3
Browse files Browse the repository at this point in the history
* update to 8.48.3
* remove default platforms statement
* add explicit configure args to enable only the C library
  • Loading branch information
duncanmmacleod authored and lpsinger committed Jan 14, 2025
1 parent 9cbf3f7 commit 1acb07a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions science/libframe/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1acb07a

Please sign in to comment.