Skip to content

Commit

Permalink
Change ticks from third party makefile for correct behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
OasisArtisan committed Jul 2, 2021
1 parent 27a0991 commit fae808b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev_root/third_party/Makefile
Original file line number Diff line number Diff line change
@@ -75,9 +75,9 @@ grpc:
make -j && \
make install
@echo Make sure that you register the grpc/protobuf libraries in the system before you try to run any program that runs switchml rdma.
@echo You can do that by executing `sudo echo $(DEVROOT)/third_party/grpc/build/ > /etc/ld.so.conf.d/00_switchml.conf` to add the path.
@echo Then run `sudo ldconfig` to update the list of shared libraries in the same.
@echo To undo you can simply remove the file `sudo rm /etc/ld.so.conf.d/00_switchml.conf` then updating the list of shared libraries using `sudo ldconfig`.
@echo You can do that by executing 'sudo echo $(DEVROOT)/third_party/grpc/build/ > /etc/ld.so.conf.d/00_switchml.conf' to add the path.
@echo Then run 'sudo ldconfig' to update the list of shared libraries in the same.
@echo To undo you can simply remove the file 'sudo rm /etc/ld.so.conf.d/00_switchml.conf' then updating the list of shared libraries using 'sudo ldconfig'.
@echo Alternatively, if you do not want to register this local grpc/protobuf installation, you can always set LD_LIBRARY_PATH=$(DEVROOT)/third_party/grpc/build in your environment before running any switchml program.

.PHONY: clean

0 comments on commit fae808b

Please sign in to comment.