Skip to content

Commit

Permalink
"eho", priceless.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Nov 15, 2021
1 parent d7d900b commit 29f4840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ endif
install: $(INSTALL_LIB_DIR)/$(LIBBIFROST_SO_MAJ_MIN) $(INSTALL_INC_DIR)/$(BIFROST_NAME) $(INSTALL_DAT_DIR)/$(BIFROST_NAME) $(INSTALL_LIB_DIR)/pkgconfig
ifeq ($(HAVE_PYTHON),1)
$(MAKE) -C $(BIFROST_PYTHON_DIR) install
@echo "If you have trouble importing Bifrost from Python you may need"
@echo "to set LD_LIBRARY_PATH to $(INSTALL_LIB_DIR) or have your"
@echo "system administrator add this directory to '/etc/ld.so.conf'."
@eho ""
endif
@echo "Libraries have been installed in:"
@echo " $(INSTALL_LIB_DIR)"
Expand Down
4 changes: 4 additions & 0 deletions python/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ ifeq ($(DRY_RUN),0)
else
@echo "@PYTHON@ -m pip install @PYINSTALLFLAGS@ ."
endif
@echo "If you have trouble importing Bifrost from Python you may need"
@echo "to set LD_LIBRARY_PATH to $(INSTALL_LIB_DIR) or have your"
@echo "system administrator add this directory to '/etc/ld.so.conf'."
@echo ""
.PHONY: install

clean:
Expand Down

0 comments on commit 29f4840

Please sign in to comment.