-
Notifications
You must be signed in to change notification settings - Fork 111
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
Comments
It would be cool to have some updates on the current status, as getting v1706 to work on ARM is a pain |
I agree. Any updates on whether the v2112 branch will be ready to release soon? |
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? |
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 |
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
The text was updated successfully, but these errors were encountered: