move code to new location

master
Jan Petykiewicz 6 years ago
parent a67009d1c8
commit aab57412a5

@ -27,16 +27,16 @@ electromagnetic simulations on parallel compute hardware (mainly GPUs).
* numpy * numpy
* pyopencl * pyopencl
* jinja2 * jinja2
* [fdfd_tools](https://mpxd.net/gogs/jan/fdfd_tools) * [fdfd_tools](https://mpxd.net/code/jan/fdfd_tools)
Optional (used for examples): Optional (used for examples):
* dill (for file output) * dill (for file output)
* [gridlock](https://mpxd.net/gogs/jan/gridlock) * [gridlock](https://mpxd.net/code/jan/gridlock)
* [masque](https://mpxd.net/gogs/jan/masque) * [masque](https://mpxd.net/code/jan/masque)
To get the code, just clone this repository: To get the code, just clone this repository:
```bash ```bash
git clone https://mpxd.net/gogs/jan/opencl_fdtd.git git clone https://mpxd.net/code/jan/opencl_fdtd.git
``` ```
You can install the requirements and their dependencies easily with You can install the requirements and their dependencies easily with

@ -2,7 +2,7 @@ numpy
h5py h5py
pyopencl pyopencl
jinja2 jinja2
-e git+https://mpxd.net/gogs/jan/float_raster.git@release#egg=float_raster -e git+https://mpxd.net/code/jan/float_raster.git@release#egg=float_raster
-e git+https://mpxd.net/gogs/jan/gridlock.git@release#egg=gridlock -e git+https://mpxd.net/code/jan/gridlock.git@release#egg=gridlock
-e git+https://mpxd.net/gogs/jan/masque.git@release#egg=masque -e git+https://mpxd.net/code/jan/masque.git@release#egg=masque
-e git+https://mpxd.net/gogs/jan/fdfd_tools.git@master#egg=fdfd_tools -e git+https://mpxd.net/code/jan/fdfd_tools.git@master#egg=fdfd_tools

@ -7,7 +7,7 @@ setup(name='opencl_fdtd',
description='OpenCL FDTD solver', description='OpenCL FDTD solver',
author='Jan Petykiewicz', author='Jan Petykiewicz',
author_email='anewusername@gmail.com', author_email='anewusername@gmail.com',
url='https://mpxd.net/gogs/jan/opencl_fdtd', url='https://mpxd.net/code/jan/opencl_fdtd',
packages=find_packages(), packages=find_packages(),
package_data={ package_data={
'opencl_fdfd': ['kernels/*'] 'opencl_fdfd': ['kernels/*']

Loading…
Cancel
Save