Skip to content

Commit 369a7e1

Browse files
committed
Update Bonsai location + fix small bug in MakeFile
1 parent 974e75e commit 369a7e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RunAtStart.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ alias root='root -l'
2626
############################
2727

2828
#Temporary, any official location?
29-
export BONSAIDIR=/disk02/usr6/pronost/software/BonsaiHK
29+
export BONSAIDIR=/home/pronost/HK/analysis/hk-BONSAI-ROOT5
3030
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BONSAIDIR
3131

leaf/GNUmakefile

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ $(LIB_ASTROANALYSIS): HKAstroAnalysis.o
8383
#$(LIB_DATAMODEL): DataModelRootDict.cpp $(DATAMODEL_OBJECTS)
8484
$(LIB_DATAMODEL): $(DATAMODEL_OBJECTS)
8585
@echo '<< generating ' $@ ' >>'
86+
@if [ ! -d ../lib ]; then \
87+
mkdir ../lib; \
88+
fi
8689
@$(SOMAKER) $(SOFLAGS) -o $@ $(DATAMODEL_OBJECTS) $(LIBS)
8790

8891
# Not needed anymore

0 commit comments

Comments
 (0)