Skip to content
Snippets Groups Projects
Commit bd183258 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Updates in Vagrantfile gpt mavericks-dev box

parent 7b7addc6
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,8 @@ Vagrant.configure(2) do |config|
#config.vm.network "172.25.80.99"
# Use NFS for the shared folder
#config.vm.synced_folder ".", "/vagrant", id: "core", :nfs => true, :mount_options => ['nolock,vers=3,udp,noatime']
config.vm.network "private_network", ip: "10.11.12.13"
config.vm.synced_folder ".", "/vagrant", id: "core", :nfs => true, :mount_options => ['nolock,vers=3,udp,noatime']
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
......
#!/usr/bin/env bash
export PATH=/usr/local/bin:/usr/local/opt/qt5/bin/:$PATH
rm -r -f ~/build; mkdir -p build; cd ~/build;
rm -r -f /Users/vagrant/build; mkdir -p /Users/vagrant/build; cd /Users/vagrant/build;
git clone git://apps.jcns.fz-juelich.de/BornAgain.git
mkdir BornAgain-build
cd BornAgain-build
cmake ../BornAgain
cmake -DBORNAGAIN_APPLE_BUNDLE=ON ../BornAgain
make -j4
cp *.dmg /vagrant/.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment