Remove support for deprecated package. See also #2085 and #2086 (#2090)

This commit is contained in:
Elizabeth Fischer 2016-10-27 00:53:08 -04:00 committed by Todd Gamblin
parent eb36b2a622
commit 12270b9dbf

View file

@ -111,7 +111,6 @@ def cmdlist(str):
fout.write(' %s\n' % part) fout.write(' %s\n' % part)
fout.write('"""))\n') fout.write('"""))\n')
fout.write("env['CMAKE_TRANSITIVE_INCLUDE_PATH'] = env['SPACK_TRANSITIVE_INCLUDE_PATH'] # Deprecated\n") # NOQA: ignore=E501
fout.write('\ncmd = cmdlist("""\n') fout.write('\ncmd = cmdlist("""\n')
fout.write('%s\n' % cmd[0]) fout.write('%s\n' % cmd[0])
for arg in cmd[1:]: for arg in cmd[1:]: