Skip to content

Commit

Permalink
Merge pull request #173 from susy2015/pythonInstallUpdate
Browse files Browse the repository at this point in the history
Install python interface library by relative siftlink instead of abso…
  • Loading branch information
pastika authored Apr 5, 2019
2 parents f063e30 + ded95f4 commit fef7576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TopTagger/test/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ topTaggerTest : libTopTagger.$(LIBSUFFIX) $(ODIR)/topTaggerTest.o $(ODIR)/rootdi
clean:
rm -f $(ODIR)/rootdict.cc rootdict_rdict.pcm $(ODIR)/*.o $(addprefix lib, $(addsuffix .$(LIBSUFFIX), $(LIBRARIES))) $(TAGGERDIR)/TopTagger/python/TopTaggerInterface.$(LIBSUFFIX) $(ODIR)/*.d $(PROGRAMS) core

installPython: $(TAGGERDIR)/TopTagger/python/TopTaggerInterface.$(LIBSUFFIX)
installPython: ../python/TopTaggerInterface.$(LIBSUFFIX)

$(TAGGERDIR)/TopTagger/python/TopTaggerInterface.$(LIBSUFFIX):
ln -s $(TAGGERDIR)/TopTagger/test/libTopTaggerInterface.$(LIBSUFFIX) $@
../python/TopTaggerInterface.$(LIBSUFFIX):
cd ../python/; ln -s ../test/libTopTaggerInterface.$(LIBSUFFIX) $(notdir $(@))

install: libTopTagger.$(LIBSUFFIX)
cp libTopTagger.$(LIBSUFFIX) $(PREFIX)/lib/
Expand Down

0 comments on commit fef7576

Please sign in to comment.