# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
categories python science
maintainers {aronnax @lpsinger}
description Network Data Server Client Python Wrapper
Python wrapper for accessing streamed LIGO data using the Network \
homepage http://www.lsc-group.phys.uwm.edu/daswg/
master_sites ${homepage}download/software/source/
distname pynds-${version}
checksums sha1 0f856f8251c75925ffe4bd1867adf1153d6a28ea \
rmd160 191b7e8a6b2b5fa22111f05194ec8c961903f6dc
if {${name} ne ${subport}} {
depends_lib-append port:nds2-client \
port:py${python.version}-numpy
if { ![file exists ${prefix}/lib/libboost_python-mt.dylib] } {
depends_lib-delete port:boost
if { ![file exists ${prefix}/lib/libboost_python-mt.dylib] } {
if { [file exists ${prefix}/lib/libboost_system-mt.dylib] } {
**** PyNDS requires port boost installed with variant +python${python.version}.
**** Please do the following then try installing ${name} again:
**** sudo port install boost +python${python.version}
**** PyNDS requires port boost installed with variant +python${python.version}.
**** Please do the following then try installing ${name} again:
**** sudo port install boost +python${python.version}
error "${name} requires boost +python${python.version}"
reinplace "s/boost_python/boost_python-mt/" ${worksrcpath}/setup.py