Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyStrath.git branch OF-v2112 not present #140

Open
karamiag opened this issue Jun 7, 2023 · 5 comments
Open

hyStrath.git branch OF-v2112 not present #140

karamiag opened this issue Jun 7, 2023 · 5 comments

Comments

@karamiag
Copy link

karamiag commented Jun 7, 2023

I tried to install the dev version but when using the command

git clone https://github.com/hystrath/hyStrath.git --branch OF-v2112 --single-branch && cd hyStrath/

I receive an error message
warning: Could not find remote branch OF-v2112 to clone.
fatal: Remote branch OF-v2112 not found in upstream origin

Immagine 2023-06-07 161851

@xlxs4
Copy link

xlxs4 commented Jun 19, 2023

It would be cool to have some updates on the current status, as getting v1706 to work on ARM is a pain

@jarrad301
Copy link

I agree. Any updates on whether the v2112 branch will be ready to release soon?

@xlxs4
Copy link

xlxs4 commented May 20, 2024

I had made https://github.com/xlxs4/aocs-models/tree/main/dsmc (see Dockerfile) back in the day, which worked just fine, in case it's of any help

@mpr7366
Copy link

mpr7366 commented Jun 4, 2024

I had made https://github.com/xlxs4/aocs-models/tree/main/dsmc (see Dockerfile) back in the day, which worked just fine, in case it's of any help

do you have downloaded source code by any chance?

@xlxs4
Copy link

xlxs4 commented Jun 4, 2024

do you have downloaded source code by any chance?

of what, hyStrath?

I use

to build OpenFOAM, and then just clone the hyStrath repo:

# ...
RUN wget 'https://sourceforge.net/projects/openfoam/files/v1706/OpenFOAM-v1706.tgz' && \
tar -xzf OpenFOAM-v1706.tgz && \
rm -rf OpenFOAM-v1706.tgz && \
wget 'https://sourceforge.net/projects/openfoam/files/v1706/ThirdParty-v1706.tgz' && \
tar -xzf ThirdParty-v1706.tgz && \
rm -rf ThirdParty-v1706.tgz

# ...
COPY install.sh ${WM_PROJECT_USER_DIR}
RUN git clone https://github.com/hystrath/hyStrath.git --branch master --single-branch && \
mv -f install.sh hyStrath/install.sh

# ...

from Dockerfile. The installation script is lightly modified because the original hyStrath one did not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants