Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions lsc.modules
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
href="https://github.com/ligo-cbc/"/>
<repository type="tarball" name="software.ligo.org"
href="http://software.ligo.org/lscsoft/source/"/>
<repository type="svn" name="svn.ligo.caltech.edu"
href="https://galaxy.ligo.caltech.edu/svn/"/>

<distutils id="ligo-proposal-tool">
<branch repo="git.ligo.org" module="ligo-proposal-tool"/>
Expand Down Expand Up @@ -244,6 +246,19 @@
</dependencies>
</distutils>

<autotools id="bayeswave" supports-non-srcdir-builds="no" skip-autogen="true" skip-install="true" check-target="false" makeargs="--directory=src">
<branch repo="svn.ligo.caltech.edu" module="bayeswave"/>
<dependencies>
<dep package="lal"/>
<dep package="lalframe"/>
<dep package="lalmetaio"/>
<dep package="lalpulsar"/>
<dep package="lalinspiral"/>
<dep package="lalsimulation"/>
<dep package="lalinference"/>
</dependencies>
</autotools>

<autotools id="libframe">
<branch repo="software.ligo.org" module="libframe-8.30.tar.gz" version="8.30"
hash="sha256:374743ccce835427a0900590a515c112661760e12ec596159d3f86073dd099da"/>
Expand Down