Changeset 5006 for trunk/fsource/SConstruct
- Timestamp:
- Aug 4, 2021 11:59:23 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fsource/SConstruct
r4969 r5006 55 55 #F2PYflags = '' # compiler options for f2py command 56 56 F2PYflags = '-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include' # compiler options for f2py command 57 if 'arm' in platform.machine(): 58 F2PYflags = '-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include' # compiler options for f2py command 57 59 F2PYpath = ARGUMENTS.get('F2PYpath', '') 58 60 # find a default f2py relative to the scons location. Should be in the same place as f2py
Note: See TracChangeset
for help on using the changeset viewer.