Skip to content

Commit

Permalink
Merge branch 'master' into auto_version
Browse files Browse the repository at this point in the history
  • Loading branch information
rambaut authored Apr 22, 2024
2 parents d7f23b6 + 63651d6 commit 2778882
Show file tree
Hide file tree
Showing 935 changed files with 113,722 additions and 9,948 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ out/
!ci/**/*.xml

zig_zag
src/revision.txt
src/revision.txt
*.dmg
33 changes: 30 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
fork="true"
includeantruntime="false"
memoryinitialsize="256m"
memorymaximumsize="1024m">
memorymaximumsize="1024m"
encoding="UTF-8">
<include name="dr/app/beast/**"/>
<include name="dr/app/beauti/**"/>
<include name="dr/app/bss/**"/>
Expand Down Expand Up @@ -230,13 +231,14 @@
<include name="dr/evomodel/branchratemodel/**/*.class"/>
<include name="dr/evomodel/clock/**/*.class"/>
<include name="dr/evomodel/coalescent/**/*.class"/>
<include name="dr/evomodel/continuous/**/*.class"/>
<include name="dr/evomodel/operators/**/*.class"/>
<include name="dr/evomodel/sitemodel/**/*.class"/>
<include name="dr/evomodel/speciation/**/*.class"/>
<include name="dr/evomodel/substmodel/**/*.class"/>
<include name="dr/evomodel/tree/**/*.class"/>
<include name="dr/evomodel/treelikelihood/**/*.class"/>
<exclude name="dr/evomodel/treedatalikelihood/MultiPartitionDataLikelihoodDelegate*"/>
<include name="dr/evomodel/treedatalikelihood/**/*.class"/>
<include name="dr/evomodelxml/**/*.class"/>
<exclude name="dr/evomodelxml/treedatalikelihood/MultiPartitionDataLikelihoodDelegate*"/>
<include name="dr/evoxml/**/*.class"/>
Expand Down Expand Up @@ -283,13 +285,38 @@
</fileset>
</jar>

<!-- Put everything in ${build} into the tempest-lib.jar file -->
<jar jarfile="${dist}/tempest-lib.jar">
<manifest>
<attribute name="Built-By" value="${user.name}"/>
</manifest>
<fileset dir="${build}">
<include name="dr/app/beauti/tipdatepanel/**/*.class"/>
<include name="dr/app/beauti/util/**/*.class"/>
<include name="dr/app/beauti/options/**/*.class"/>
<include name="dr/app/gui/**/*.class"/>
<include name="dr/app/tools/*.class"/>
<include name="dr/app/util/*.class"/>
<include name="dr/evolution/tree/**/*.class"/>
<include name="dr/evolution/io/*.class"/>
<include name="dr/evolution/util/*.class"/>
<include name="dr/math/**/*.class"/>
<include name="dr/stats/**/*.class"/>
<include name="dr/util/**/*.class"/>
</fileset>
</jar>
</target>

<!-- used to copy the compiled trace.jar into place in the Tracer lib folder -->
<target name="copy_trace_jar" depends="dist" >
<copy file="${dist}/trace.jar" todir="../Tracer/lib"/>
</target>

<!-- used to copy the compiled tempest-lib.jar into place in the Tempest lib folder -->
<target name="copy_tempest-lib_jar" depends="dist" >
<copy file="${dist}/tempest-lib.jar" todir="../Tempest/lib"/>
</target>

<!-- run beast.jar -->
<target name="run_BEAST">
<java jar="${dist}/beast.jar" fork="true"/>
Expand Down Expand Up @@ -690,7 +717,7 @@
useJavaXKey="true"
icon="${common_dir}/icons/beast.icns"
jvmversion="${jvm_version}"
vmoptions="-Xmx2048M"
vmoptions="-Xmx2048M -Djava.library.path=/usr/local/lib"
arguments="-window -working -options"
highresolutioncapable="true"
version="${version}"
Expand Down
2 changes: 1 addition & 1 deletion build_coalsim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="build" location="build"/>
<property name="lib" location="lib"/>
<property name="dist" location="dist"/>
2

<property environment="env"/>

<target name="init">
Expand Down
559 changes: 559 additions & 0 deletions ci/TestXML/ToyLogisticHMCPrec.xml

Large diffs are not rendered by default.

Loading

0 comments on commit 2778882

Please sign in to comment.