diff options
Diffstat (limited to 'onnxruntime.spec')
-rw-r--r-- | onnxruntime.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/onnxruntime.spec b/onnxruntime.spec index 91c2207..7ce1144 100644 --- a/onnxruntime.spec +++ b/onnxruntime.spec @@ -27,6 +27,10 @@ unzip -q -o ../SOURCES/v%{version}.zip -d ../BUILD %build #env cd %{name}-%{version} + +cd /usr/local +ls + #source /usr/local/Ascend/ascend-toolkit/set_env.sh #export CPLUS_INCLUDE_PATH=/usr/local/Ascend/ascend-toolkit/latest/fwkacllib/include:$CPLUS_INCLUDE_PATH #export CPLUS_INCLUDE_PATH=/usr/local/lib64/python3.9/site-packages/numpy/core/include:$CPLUS_INCLUDE_PATH |