forked from jan/opencl_fdfd
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
|
||||
* pyopencl
|
||||
* 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:
|
||||
```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:
|
||||
- fdfd_tools ( https://mpxd.net/gogs/jan/fdfd_tools )
|
||||
- fdfd_tools ( https://mpxd.net/code/jan/fdfd_tools )
|
||||
- numpy
|
||||
- pyopencl
|
||||
- jinja2
|
||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(name='opencl_fdfd',
|
||||
description='OpenCL FDFD solver',
|
||||
author='Jan Petykiewicz',
|
||||
author_email='anewusername@gmail.com',
|
||||
url='https://mpxd.net/gogs/jan/opencl_fdfd',
|
||||
url='https://mpxd.net/code/jan/opencl_fdfd',
|
||||
packages=find_packages(),
|
||||
package_data={
|
||||
'opencl_fdfd': ['kernels/*']
|
||||
|
Loading…
Reference in New Issue
Block a user