use -rpath to fix libmklml_intel.so not found (#11806)
* use -rpath to fix libmklml_intel.so not found * only remain $ORIGIN/../libs in rpath of core.so * test * test * add rpath of libmkldnn.so.0 * check return value of os.system * remove check return value of patchelfrevert-12383-port_py3_syntax
parent
8b80d6da23
commit
7a735f259f
@ -0,0 +1,15 @@
|
||||
# Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# used for setup.py.in to store the thirdparty shared libraries
|
Loading…
Reference in new issue