move code to new location
This commit is contained in:
parent
c96d367502
commit
b62cd6e867
@ -38,12 +38,12 @@ generalization to multiple GPUs should be pretty straightforward
|
|||||||
* numpy
|
* numpy
|
||||||
* pyopencl
|
* pyopencl
|
||||||
* jinja2
|
* jinja2
|
||||||
* [fdfd_tools](https://mpxd.net/gogs/jan/fdfd_tools) (>=0.2)
|
* [fdfd_tools](https://mpxd.net/code/jan/fdfd_tools) (>=0.2)
|
||||||
|
|
||||||
|
|
||||||
Install with pip, via git:
|
Install with pip, via git:
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://mpxd.net/gogs/jan/opencl_fdfd.git@release
|
pip install git+https://mpxd.net/code/jan/opencl_fdfd.git@release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
- fdfd_tools ( https://mpxd.net/gogs/jan/fdfd_tools )
|
- fdfd_tools ( https://mpxd.net/code/jan/fdfd_tools )
|
||||||
- numpy
|
- numpy
|
||||||
- pyopencl
|
- pyopencl
|
||||||
- jinja2
|
- jinja2
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(name='opencl_fdfd',
|
|||||||
description='OpenCL FDFD solver',
|
description='OpenCL FDFD solver',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/opencl_fdfd',
|
url='https://mpxd.net/code/jan/opencl_fdfd',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data={
|
package_data={
|
||||||
'opencl_fdfd': ['kernels/*']
|
'opencl_fdfd': ['kernels/*']
|
||||||
|
Loading…
Reference in New Issue
Block a user