scotchpy (1.0.1-1) unstable; urgency=medium * Initial release. (Closes: #1128989) - initially only supports the standard scotch build (32-bit integers, not 64-bit integers) * handle upstream configuration idiosyncracies in debian/rules - run ./configure before dh_auto_configure to generate pyproject.toml, and delete it after dh_clean - set env variable to default (multiarch) library path to find libscotch.so. Upstream uses find_library(scotch) rather than find_package(scotch). * add debian patches - use_system_scotch.patch configures scotchpy to use system installation of SCOTCH if env var SCOTCHPY_SCOTCH is not set (i.e. enable usage without specifying SCOTCHPY_SCOTCH) - find_libs.patch looks for scotch libraries in standard system library dir unless overridden by env var SCOTCHPY_SCOTCH - test_without_ptscotch.patch disables test_dgraph.py if libptscotch-dev is not installed * python3-scotchpy Depends: libscotch-dev, but Recommends: libptscotch-dev -- Drew Parsons Tue, 24 Mar 2026 18:37:26 +0100