Skip to content

Commit 0e037e5

Browse files
authored
Merge pull request #1708 from Libensemble/updating/ibcdfo_install
Updating IBCDFO handling of minq
2 parents 16692f0 + 6bf1b40 commit 0e037e5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

install/install_ibcdfo.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#!/usr/bin/env bash
22

3-
git clone --recurse-submodules -b main https://github.com/POptUS/IBCDFO.git
4-
pushd IBCDFO/minq/py/minq5/
3+
git clone https://github.com/POptUS/MINQ
4+
pushd MINQ/py/minq5/
55
export PYTHONPATH="$PYTHONPATH:$(pwd)"
66
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
77
popd
8+
git clone -b main https://github.com/POptUS/IBCDFO.git
89
pushd IBCDFO/ibcdfo_pypkg/
910
pip install -e .
1011
popd

0 commit comments

Comments
 (0)