Skip to content
Snippets Groups Projects
Commit 74228e35 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

migrate to pycodegen namespace

parent f700eed3
Branches
Tags
No related merge requests found
Pipeline #58593 passed with stages
in 47 seconds
...@@ -50,4 +50,4 @@ pages: ...@@ -50,4 +50,4 @@ pages:
tags: tags:
- docker - docker
only: only:
- master@da15siwa/pystencils-sfg - master@pycodegen/pystencils-sfg
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## Creating merge requests ## Creating merge requests
Any contributions to this project must happen through GitLab merge requests to the main development Any contributions to this project must happen through GitLab merge requests to the main development
repository (currently [i10git.cs.fau.de/da15siwa/pystencils-sfg](https://i10git.cs.fau.de/da15siwa/pystencils-sfg)). repository ([i10git.cs.fau.de/pycodegen/pystencils-sfg](https://i10git.cs.fau.de/pycodegen/pystencils-sfg)).
For a merge request to be accepted, it needs to both pass the continous integration pipeline and be approved by a project maintainer. For a merge request to be accepted, it needs to both pass the continous integration pipeline and be approved by a project maintainer.
## Free Software ## Free Software
......
# pystencils Source File Generator (pystencils-sfg) # pystencils Source File Generator (pystencils-sfg)
[Documentation](https://da15siwa.pages.i10git.cs.fau.de/pystencils-sfg/) [Documentation](https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg/)
A bridge over the semantic gap between code emitted by pystencils and your C/C++/Cuda/HIP framework. A bridge over the semantic gap between code emitted by pystencils and your C/C++/Cuda/HIP framework.
This project is still in an early stage of development. This project is still in an early stage of development.
......
...@@ -11,7 +11,7 @@ Install the package into your current Python environment from the git repository ...@@ -11,7 +11,7 @@ Install the package into your current Python environment from the git repository
(usage of virtual environments is strongly encouraged!): (usage of virtual environments is strongly encouraged!):
```bash ```bash
pip install git+https://i10git.cs.fau.de/da15siwa/pystencils-sfg.git pip install git+https://i10git.cs.fau.de/pycodegen/pystencils-sfg.git
``` ```
### From PyPI ### From PyPI
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment