Skip to content

Commit

Permalink
Fixes to local "roll you rown" mac script
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Aug 22, 2024
1 parent 512f05c commit 6928a94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions buildscripts/build_loc_3.x_mac
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ if [[ ! -d $CONDALOCATION ]]; then
echo "* Downloading python dependencies to embedded miniconda *"
echo "*********************************************************"
echo
export PATH=$CONDALOCATION/bin:$PATH
mamba update mamba -y
source $CONDALOCATION/bin/activate
mamba install cmake compilers flex bison nodejs gsl pyaml ply matplotlib numpy tornado scipy pillow pyqtgraph pyqt nomkl qscintilla2 nexusformat nexpy hdf5 nexus openmpi mcpl ncrystal -y
mamba clean --all -y
fi

export PATH=$CONDALOCATION/bin:$PATH
source $CONDALOCATION/bin/activate

./mkdist mcstas 3.x-dev "" "" mac "" -- justinst
./mkdist mcstas-comps 3.x-dev "" "" mac "" -- justinst
Expand Down

0 comments on commit 6928a94

Please sign in to comment.