Last active
June 8, 2022 01:43
-
-
Save kaushikcfd/36411f826e78260d2702fa822a06728c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
743a744,762 | |
> | |
> # {{{ change meshmode requirements.txt | |
> | |
> if [[ "$proj_name" = "mirgecom" ]]; then | |
> sed -i "s/inducer\/meshmode.git/kaushikcfd\/meshmode.git@with_array_context/g" requirements.txt | |
> fi | |
> | |
> if [[ "$proj_name" = "grudge" ]]; then | |
> sed -i "s/inducer\/meshmode.git/kaushikcfd\/meshmode.git@with_array_context/g" requirements.txt | |
> fi | |
> | |
> | |
> if [[ "$proj_name" = "mirgecom_examples" ]]; then | |
> sed -i "s/inducer\/meshmode.git/kaushikcfd\/meshmode.git@with_array_context/g" requirements.txt | |
> fi | |
> | |
> # }}} | |
> | |
> cat requirements.txt | |
766a786,787 | |
> elif [[ "$downstream_url" == "meshmode" ]]; then | |
> proj_url="https://github.com/kaushikcfd/$downstream_url.git@with_array_context" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment