From b62cd6e8676c0a7cb3d09c55e59578bc65d54c2c Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 15 Jan 2018 22:36:13 -0800 Subject: [PATCH] move code to new location --- README.md | 4 ++-- opencl_fdfd/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e714fbf..896001e 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/opencl_fdfd/__init__.py b/opencl_fdfd/__init__.py index 908f567..f68a85c 100644 --- a/opencl_fdfd/__init__.py +++ b/opencl_fdfd/__init__.py @@ -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 diff --git a/setup.py b/setup.py index a63d274..ec49bd3 100644 --- a/setup.py +++ b/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/*']