In case it could spare anyone the bit of pain I just ran into: I think class uses CCFLAG in place of what I think would be more standard CFLAGS. In my case at least this would make it compile without effort:
os.environ.setdefault('CCFLAG',os.environ['CFLAGS'])
In case it could spare anyone the bit of pain I just ran into: I think class uses CCFLAG in place of what I think would be more standard CFLAGS. In my case at least this would make it compile without effort:
os.environ.setdefault('CCFLAG',os.environ['CFLAGS'])
pyclass/setup.py
Line 154 in d47dbd5