Changeset 904702d for waflib/Tools/g95.py
- Timestamp:
- Mar 14, 2015, 6:06:10 PM (10 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 6d7acc8
- Parents:
- 5525507
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waflib/Tools/g95.py
r5525507 r904702d 10 10 def find_g95(conf): 11 11 fc=conf.find_program('g95',var='FC') 12 fc=conf.cmd_to_list(fc)13 12 conf.get_g95_version(fc) 14 13 conf.env.FC_NAME='G95'
Note: See TracChangeset
for help on using the changeset viewer.