Skip to content
Snippets Groups Projects
Commit c2a5e46f authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Update packages/hxtorch/package.py

parent 99c4e275
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class Hxtorch(WafPackage):
query = self.spec[dep.name]
try:
if dep.name in ['pthreadpool', 'fxdiv']:
print('skipping {} in SPACK_INCLUDE_DIRS/CPATH/C{,_PLUS}_INCLUDE_PATH\n'.format(dep.name))
print('skipping {} in SPACK_INCLUDE_DIRS/CPATH/C{{,_PLUS}}_INCLUDE_PATH\n'.format(dep.name))
for d in query.headers.directories:
if os.path.exists(d):
env.remove_path('SPACK_INCLUDE_DIRS', d)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment