Changeset 82c37f5 in sasmodels


Ignore:
Timestamp:
May 3, 2016 4:09:35 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:
6ce9048
Parents:
3c505e6
Message:

Overwrite the default DLL_PATH for installation process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gen_so.py

    rbfdfb23 r82c37f5  
    77    sys.path.insert(0, sasmodels) 
    88    from sasmodels import generate, core 
     9 
     10    # Put precompiled models in the topmost directory 
     11    import sasmodels.kerneldll 
     12    sasmodels.kerneldll.DLL_PATH="models" 
    913 
    1014    # Convert ../sasmodels/models/name.py to name 
Note: See TracChangeset for help on using the changeset viewer.