You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup gitlab 1.0
|
|
|
|
gitlab.instance https://git.ligo.org
|
|
gitlab.setup virgo/virgoapp Fr 8.48.4
|
|
|
|
name libframe
|
|
revision 1
|
|
categories science
|
|
license lgpl-2.1+
|
|
maintainers {aronnax @lpsinger} openmaintainer
|
|
|
|
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 fbeb87ea8b985b9d0e62cd94b913f04b8c719337 \
|
|
sha256 99d6a4b0b458032d75c0610544e55e6bac0ce272a8385a6065a43c8c50bb11cc \
|
|
size 2710795
|
|
|
|
configure.args-append \
|
|
-DENABLE_C:BOOL=yes \
|
|
-DENABLE_MATLAB:BOOL=no \
|
|
-DENABLE_PACKAGING:BOOL=no \
|
|
-DENABLE_PYTHON:BOOL=no
|