Changeset 82c37f5 in sasmodels
- Timestamp:
-
May 3, 2016 6:09:35 AM
(9 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:
-
Legend:
- Unmodified
- Added
- Removed
-
rbfdfb23
|
r82c37f5
|
|
7 | 7 | sys.path.insert(0, sasmodels) |
8 | 8 | from sasmodels import generate, core |
| 9 | |
| 10 | # Put precompiled models in the topmost directory |
| 11 | import sasmodels.kerneldll |
| 12 | sasmodels.kerneldll.DLL_PATH="models" |
9 | 13 | |
10 | 14 | # Convert ../sasmodels/models/name.py to name |