Changeset 9ccf580 in sasmodels
- Timestamp:
- Apr 27, 2016 10:12:39 AM (9 years ago)
- 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
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/__init__.py
r29464ba r9ccf580 55 55 56 56 # 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")) 58 58 is_list = findall(path_img) 59 59 for f in is_list: -
setup.py
re1454ab r9ccf580 9 9 'sasmodels.models': ['*.c','lib/*.c'], 10 10 'sasmodels': ['*.c'], 11 ' sasmodels.models.dll': ['*.so'],11 'models': ['*.so'], 12 12 } 13 13 required = []
Note: See TracChangeset
for help on using the changeset viewer.