beast-dev / beast-mcmc

Bayesian Evolutionary Analysis Sampling Trees
http://beast.community
GNU Lesser General Public License v2.1
192 stars 73 forks source link

Add path to beagle in Mac binary build scripts #1160

Closed rambaut closed 1 year ago

rambaut commented 1 year ago

From BEAST Users:



1. Open in Finder the directory that contains the BEAST [v1.10.4.app](http://v1.10.4.app/)
2. Control-click to Show Package Contents
3. Open in a text editor Info.plist
4. Change this line:
       <string>-Xmx2048M</string>
   to now read
        <string>-Xmx2048M -Djava.library.path=/usr/local/lib</string>
5. Save and re-execute BEAST [v1.10.4.app](http://v1.10.4.app/)

As far as I can tell, these issues do not arise when using the command-line script `beast` since that script already adds the necessary java.library.path VM option.```

Add: ` <string>-Xmx2048M -Djava.library.path=/usr/local/lib</string>` to Mac build.
msuchard commented 1 year ago

already done (last year) in build.xml