Files
ortools-clone/tools/fix_python_libraries_on_linux.sh
2014-01-27 04:59:53 +00:00

5 lines
465 B
Bash
Executable File

dependencies/install/bin/patchelf --set-rpath '$ORIGIN/../../lib' temp/ortools/ortools/constraint_solver/_pywrapcp.so
dependencies/install/bin/patchelf --set-rpath '$ORIGIN/../../lib' temp/ortools/ortools/linear_solver/_pywraplp.so
dependencies/install/bin/patchelf --set-rpath '$ORIGIN/../../lib' temp/ortools/ortools/algorithms/_pywrapknapsack_solver.so
dependencies/install/bin/patchelf --set-rpath '$ORIGIN/../../lib' temp/ortools/ortools/graph/_pywrapgraph.so