# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/pynumarray/hotfix.patch # Copyright (C) 2005 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- # this patch avoids lock up on compile, strange ir that it's ok compiling # it manually, if you think that's wrong please fix me :) Baldzius diff -Nur numarray-1.5.0-orig/setup.py numarray-1.5.0/setup.py --- numarray-1.5.0-orig/setup.py 2005-11-25 16:02:55.000000000 +0000 +++ numarray-1.5.0/setup.py 2005-12-23 16:51:30.000000000 +0000 @@ -227,6 +227,6 @@ # Do the installation. # if __name__ == "__main__": - if "config" not in sys.argv and ("build" in sys.argv or "install" in sys.argv): - sys.argv.insert(sys.argv.index("setup.py")+1, "config") +# if "config" not in sys.argv and ("build" in sys.argv or "install" in sys.argv): +# sys.argv.insert(sys.argv.index("setup.py")+1, "config") main()