Changeset 9ccf580 in sasmodels


Ignore:
Timestamp:
Apr 27, 2016 10:12:39 AM (8 years ago)
Author:
piotr
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:
fb69211
Parents:
29464ba
Message:

Attempt at making top level models directory with automatically generated models. Added target directory so the installer acts upon it and modified relevant search paths.

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/__init__.py

    r29464ba r9ccf580  
    5555 
    5656    # Add precompiled models dlls to the top level directory "models" 
    57     path_img = get_data_path(media=os.path.join("sasmodels","sasmodels","models","dll")) 
     57    path_img = get_data_path(media=os.path.join("..", "..", "models")) 
    5858    is_list = findall(path_img) 
    5959    for f in is_list: 
  • setup.py

    re1454ab r9ccf580  
    99    'sasmodels.models': ['*.c','lib/*.c'], 
    1010    'sasmodels': ['*.c'], 
    11     'sasmodels.models.dll': ['*.so'], 
     11    'models': ['*.so'], 
    1212} 
    1313required = [] 
Note: See TracChangeset for help on using the changeset viewer.