Skip to content

Commit

Permalink
rename module to sharedmem
Browse files Browse the repository at this point in the history
  • Loading branch information
rainwoodman committed Apr 21, 2015
1 parent 9c517f4 commit ec03412
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -7,15 +7,15 @@
url="http://github.com/rainwoodman/sharedmem",
download_url="http://web.phys.cmu.edu/~yfeng1/gaepsi/sharedmem-0.2.tar.gz",
zip_safe=False,
package_dir = {'sharedmem': 'src'},
package_dir = {'sharedmem': 'sharedmem'},
packages = [
'sharedmem', 'sharedmem.core', 'sharedmem.lib'
],
requires=['numpy'],
install_requires=['numpy'],
ext_modules = [
Extension('sharedmem.' + name,
[ 'src/' + name.replace('.', '/') + '.c',],
[ 'sharedmem/' + name.replace('.', '/') + '.c',],
extra_compile_args=['-O3'],
libraries=[],
include_dirs=[get_include()],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ec03412

Please sign in to comment.