You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/12/14 07:05:35 UTC

[GitHub] szha commented on a change in pull request #13464: [WIP] Feature/mklnn default make + test on jenkins

szha commented on a change in pull request #13464: [WIP] Feature/mklnn default make + test on jenkins
URL: https://github.com/apache/incubator-mxnet/pull/13464#discussion_r241659553
 
 

 ##########
 File path: Makefile
 ##########
 @@ -132,7 +136,7 @@ ifeq ($(USE_MKLDNN), 1)
 		LDFLAGS += -L$(MKLROOT)/lib
 	endif
 	CFLAGS += -I$(MKLDNNROOT)/include
-	LDFLAGS += -L$(MKLDNNROOT)/lib -lmkldnn -Wl,-rpath,'$${ORIGIN}'
+	LDFLAGS += -L$(MKLDNNROOT)/lib -lmkldnn -Wl,-rpath,$(ROOTDIR)/lib
 
 Review comment:
   You want a hard-coded path as rpath?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services