Source
file link -symbolic ${destroot}${prefix}/bin/${script} ../Library/Frameworks/Python.framework/Versions/${pythonversion}/bin/${script}
# -*- 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
name lalinference
version 1.10.1
revision 0
description LSC Algorithm Library - Inference
long_description \
LIGO Scientific Collaboration Algorithm Library - Inference containing \
routines for Bayesian inference data analysis.
checksums rmd160 fe8f4211e9712b8c634bd36ef2ce3364a648d7ab \
sha256 a915c47deb17978266a22983bb512b903de1aa9f0262c6fccb781539da471330 \
size 1107568
#depends_build port:help2man
depends_lib port:gsl \
port:libomp \
port:metaio \
port:lal \
port:lalframe \
port:lalmetaio \
port:lalsimulation \
port:lalburst \
port:lalinspiral \
port:lalpulsar \
port:healpix-c
# add Python dependencies for python subports
if {[string match "py*" ${subport}]} {
set numbers [regexp -all -inline -- {[0-9]+} ${subport}]
set v [lindex ${numbers} 0]
# python, C-library port, and numpy are automatically added below
depends_lib port:py${v}-lal \
port:py${v}-lalmetaio \
port:py${v}-lalsimulation \
port:py${v}-lalburst \
port:py${v}-lalinspiral \
port:py${v}-lalpulsar \
port:py${v}-scipy \
port:py${v}-lscsoft-glue \
port:py${v}-ligo-gracedb \
port:py${v}-healpy \
port:py${v}-astropy \
port:py${v}-matplotlib \
port:py${v}-h5py \
port:py${v}-shapely
revision 0
}
# add Octave dependencies for octave subports
if {[string match "octave-*" ${subport}]} {
# octave, and C-library port are automatically added below
depends_lib port:octave-lal port:octave-lalmetaio port:octave-lalsimulation \
port:octave-lalburst port:lalinspiral port:lalpulsar
revision 2
}
configure.args --enable-openmp \
--disable-help2man