Changeset 8357f66 in sasmodels for sasmodels/kerneldll.py


Ignore:
Timestamp:
Jul 27, 2016 9:46:14 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
df776db
Parents:
562506e
Message:

Allow for compiler choice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    rdef2c1b r8357f66  
    7575    try: 
    7676        import tinycc 
     77        if "DONT_USE_TINYCC" in os.environ: 
     78            tinycc = None 
    7779    except ImportError: 
    7880        tinycc = None 
Note: See TracChangeset for help on using the changeset viewer.