Changeset 2a55a6f in sasmodels for sasmodels/kerneldll.py


Ignore:
Timestamp:
Apr 26, 2016 6:50:12 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
a062d18
Parents:
98cb4d7
Message:

add support for tinycc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    re1454ab r2a55a6f  
    8484        if "SAS_OPENMP" in os.environ: 
    8585            COMPILE = COMPILE + " -fopenmp" 
     86        #COMPILE = "z:/tcc/tcc -shared -rdynamic -Wall %(source)s -o %(output)s" 
    8687else: 
    8788    COMPILE = "cc -shared -fPIC -fopenmp -std=c99 -O2 -Wall %(source)s -o %(output)s -lm" 
Note: See TracChangeset for help on using the changeset viewer.