Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed May 8, 2024
1 parent 671331c commit 8933187
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions easybuild/easyblocks/t/torchvision.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def configure_step(self):

libjpeg = get_software_root('libjpeg-turbo')
if libjpeg and 'TORCHVISION_INCLUDE' not in self.cfg['preinstallopts']:
# vision_include = 'TORCHVISION_INCLUDE="$EBROOTLIBJPEGMINTURBO/include:$TORCHVISION_INCLUDE"'
# self.cfg.update('preinstallopts', vision_include)
env.setvar('TORCHVISION_INCLUDE', os.path.join(os.getenv('EBROOTLIBJPEGMINTURBO'), 'include'))

super(EB_torchvision, self).configure_step()
Expand Down

0 comments on commit 8933187

Please sign in to comment.