Skip to content
Snippets Groups Projects
Select Git revision
  • a7bd5410fbe36a3a6be03fdc0e3b44ceb18e104f
  • master default protected
  • add-clFFT_GetSize
  • add-dylib-target
  • counting-mallocs
  • remove-CPU-constraint
  • Add-PKGBUILD
  • HSA
  • clmathfft
  • longer_dft_support
  • current_fgrp_apps
  • current_brp_apps
12 results

procs.h

Blame
  • Forked from einsteinathome / libclfft
    Source project has a limited visibility.
    setup.py 213 B
    #!/usr/bin/env python
    
    from distutils.core import setup
    
    setup(name='PyFstat',
          version='0.2',
          author='Gregory Ashton',
          author_email='gregory.ashton@ligo.org',
          packages=['pyfstat'],
          )