Skip to content
Snippets Groups Projects
Commit 9ed214fb authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: bin/compile

parent 290fcc3c
No related branches found
No related tags found
1 merge request!14Fixing build errors when merged.
Pipeline #3823 canceled with stages
in 3 minutes and 10 seconds
#!/bin/bash
#set -o nounset
set -o errexit
startdir=$(pwd)
export PYTHONPATH=/usr/local/lib:$PYTHONPATH
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export PATH=/usr/local/bin:$PATH
......@@ -29,9 +29,7 @@ export PYTHONPATH=/usr/local/lib:$PYTHONPATH
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
export PATH=/usr/local/bin:$PATH
source /usr/local/bin/thisroot.sh
git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git
mkdir hcana/build && cd hcana/build
git pull
cd $startdir
mkdir build && cd build
cmake ../. && make -j20 VERBOSE=1 && make install
cd /tmp && rm -rf hcana
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