From 2f4b8814286fd4cb8f7bd0aafd91d12a5a0c5f84 Mon Sep 17 00:00:00 2001 From: Jeffrey Larson Date: Wed, 8 Apr 2026 12:13:05 -0500 Subject: [PATCH 1/2] Updating IBCDFO handling of minq --- install/install_ibcdfo.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/install_ibcdfo.sh b/install/install_ibcdfo.sh index 0ed790f01..fb263082b 100644 --- a/install/install_ibcdfo.sh +++ b/install/install_ibcdfo.sh @@ -1,10 +1,11 @@ #!/usr/bin/env bash -git clone --recurse-submodules -b main https://github.com/POptUS/IBCDFO.git -pushd IBCDFO/minq/py/minq5/ +git glone https://github.com/POptUS/MINQ +pushd MINQ/py/minq5/ export PYTHONPATH="$PYTHONPATH:$(pwd)" echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV popd +git clone -b main https://github.com/POptUS/IBCDFO.git pushd IBCDFO/ibcdfo_pypkg/ pip install -e . popd From 6bf1b40b22015e939d28786df297bc75ea5ba230 Mon Sep 17 00:00:00 2001 From: Jeffrey Larson Date: Wed, 8 Apr 2026 12:20:15 -0500 Subject: [PATCH 2/2] typo --- install/install_ibcdfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install_ibcdfo.sh b/install/install_ibcdfo.sh index fb263082b..adf4197b7 100644 --- a/install/install_ibcdfo.sh +++ b/install/install_ibcdfo.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -git glone https://github.com/POptUS/MINQ +git clone https://github.com/POptUS/MINQ pushd MINQ/py/minq5/ export PYTHONPATH="$PYTHONPATH:$(pwd)" echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV