From f57e17d68ce5de3fb4930af2837ef71a5947052f Mon Sep 17 00:00:00 2001 From: avcopan Date: Thu, 23 Oct 2025 12:10:50 -0500 Subject: [PATCH] Update projrot executable name --- pixi.lock | 4 ++-- pyproject.toml | 2 +- src/autorun/_script.py | 2 +- src/autorun/_script_bvs.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pixi.lock b/pixi.lock index 30d68ea..0f3d998 100644 --- a/pixi.lock +++ b/pixi.lock @@ -582,8 +582,8 @@ packages: timestamp: 1759948672799 - pypi: ./ name: autoio - version: 2025.10.1 - sha256: 4ff2b2344d7c2d26a84161f95c24a6b832011ebe0be4f353dbf9bf261e6628db + version: 2025.10.2 + sha256: 3f634db95d830ccba4294985049f1b752e7f7cfe50f8cd8b43ee0359a98be061 requires_python: '>=3.11' editable: true - conda: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.1.0-hb03c661_4.conda diff --git a/pyproject.toml b/pyproject.toml index 28837ce..4fe73b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "autoio" -version = "2025.10.1" +version = "2025.10.2" description = "I/O interfaces for external codes used by AutoMech" readme = "README.md" dependencies = [] diff --git a/src/autorun/_script.py b/src/autorun/_script.py index 7b3cee3..95ca2ad 100644 --- a/src/autorun/_script.py +++ b/src/autorun/_script.py @@ -10,7 +10,7 @@ PROJROT = ( "#!/usr/bin/env bash\n" "ulimit -c 0\n" - "RPHt.exe >& rpht.out" + "projrot >& rpht.out" ) MESSPF = ( "#!/usr/bin/env bash\n" diff --git a/src/autorun/_script_bvs.py b/src/autorun/_script_bvs.py index 0d047dd..fabdc5e 100644 --- a/src/autorun/_script_bvs.py +++ b/src/autorun/_script_bvs.py @@ -10,7 +10,7 @@ PROJROT = ( "#!/usr/bin/env bash\n" "ulimit -c 0\n" - "RPHt.exe >& rpht.out" + "projrot >& rpht.out" ) MESSPF = ( "#!/usr/bin/env bash\n"