Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Jan 24, 2025
1 parent 5fed19c commit add20d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions easybuild/easyconfigs/i/InterOp/InterOp-1.3.2-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ dependencies = [
('dotNET-Core', '8.0', '', SYSTEM),
]

# change `HOME` to fix NuGet error `Could not find a part of the path`
prebuildopts = 'export NUGET_HTTP_CACHE_PATH=%(builddir)s/nuget-cache && '
prebuildopts += 'export NUGET_PLUGINS_CACHE_PATH=%(builddir)s/plugins-cach && '
prebuildopts += 'export NUGET_PACKAGES=%(builddir)s/packages && '

# change `HOME` to fix NuGet error `Could not find a part of the path`
local_change_home = 'export HOME=%(builddir)s/home && '

prebuildopts = local_change_home
prebuildopts += local_change_home

buildopts = " && make python_lib"

Expand Down

0 comments on commit add20d3

Please sign in to comment.