X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=build.py;h=264d1a9cff4e32cb51fc97ffda88cdd189c6d9df;hp=1de39c66672190b36b8d5eef4e5b1e916143de47;hb=HEAD;hpb=19c714fe93fc070181d1ecfa87b5c67e156e3cc5 diff --git a/build.py b/build.py index 1de39c6..264d1a9 100755 --- a/build.py +++ b/build.py @@ -19,7 +19,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with selector. If not, see . +# along with svrt. If not, see . from os import path from torch.utils.ffi import create_extension @@ -31,9 +31,6 @@ ffi = create_extension( headers = [ 'svrt.h' ], sources = [ 'svrt.c' ], extra_objects = [ abs_path + '/libsvrt.so' ], - libraries = [ ], - library_dirs = [ ], - define_macros = [ ], with_cuda = False )