The libdir should be libdir=/home/ondrej/.tsan-gcc-14/lib or if the script is smart it could become libdir=${exec_prefix}/lib. This completely breaks installations to non-default paths (I have ...
I have a custom git rep python package which has setup.py and set of files which needs to be installed. they are present in feeds package which installs git repo and set of python files Following was ...