Changeset 0957bb3a in sasview for setup.py


Ignore:
Timestamp:
Nov 7, 2017 8:00:25 AM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
54b0650
Parents:
0fc5a03
Message:

convert sldi from C++ to C

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rae42c85 r0957bb3a  
    242242ext_modules.append(Extension("sas.sascalc.calculator.core.sld2i", 
    243243                             sources=[ 
    244                                  os.path.join(gen_dir, "sld2i_module.cpp"), 
    245                                  os.path.join(gen_dir, "sld2i.cpp"), 
     244                                 os.path.join(gen_dir, "sld2i_module.c"), 
     245                                 os.path.join(gen_dir, "sld2i.c"), 
    246246                                 os.path.join(gen_dir, "libfunc.c"), 
    247247                                 os.path.join(gen_dir, "librefl.c"), 
Note: See TracChangeset for help on using the changeset viewer.