# -*- 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
description LSC Algorithm Library - Simulation
LIGO Scientific Collaboration Algorithm Library - Simulation containing \
routines for simulation gravitational-wave waveforms and noise sources.
checksums rmd160 433b9339ad38eada0d041aae7dbe89012cb188dc \
sha256 84ea0c91daca9fac547b2d3344140c809d940f593b678265b616e7e0d6fc5d07
depends_build port:help2man
configure.args --enable-openmp
###############################################################################
### Everything below this line is common to all LALSuite ports. ###############
###############################################################################
maintainers {ram @skymoo} {aronnax @lpsinger}
# The GPL and OpenSSL licenses conflict with each other, and our build
# dependency on Python results in an indirect dependency on OpenSSL.
# However, there is no real conflict in the case of LALSuite because Python
# is used (1) as an interpreter to run part of the build and (2) as a
# separately installed interpreter that is invoked when the user runs some of
license_noconflict openssl
homepage https://wiki.ligo.org/DASWG/LALSuite
master_sites http://software.ligo.org/lscsoft/source/lalsuite
# Choose a compiler that supports OpenMP.
compiler.whitelist macports-clang-3.9 macports-clang-3.8 macports-clang-3.7 macports-clang-4.0
compiler.fallback macports-clang-3.9
set default_pythonarg PYTHON=${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7
--mandir=${prefix}/share/man \