Changeset 30f8863 in sasmodels


Ignore:
Timestamp:
May 27, 2016 10:56:19 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
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:
c7118f4
Parents:
aab3d87
Message:

only tag x86 models; we will be moving to amd64 eventually so leave these untagged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    raab3d87 r30f8863  
    6262 
    6363if os.name == 'nt': 
    64     ARCH = "amd64" if sys.maxint > 2**32 else "x86"  # maxint=2**31-1 on 32 bit 
     64    ARCH = "" if sys.maxint > 2**32 else "x86"  # maxint=2**31-1 on 32 bit 
    6565    # Windows compiler; check if TinyCC is available 
    6666    try: 
Note: See TracChangeset for help on using the changeset viewer.