Skip to content

Commit aa58caa

Browse files
committed
cleanup package
Signed-off-by: John Parent <john.parent@kitware.com>
1 parent 65d8654 commit aa58caa

4 files changed

Lines changed: 1 addition & 6428 deletions

File tree

repos/spack_repo/builtin/packages/compiler_wrapper/package.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class CompilerWrapper(Package, NMakePackage):
4848
maintainers("haampie")
4949

5050
license("Apache-2.0 OR MIT")
51+
5152
default_builder = "nmake" if IS_WINDOWS else "generic"
5253
build_system("generic", conditional("nmake", when="platform=windows"), default=default_builder)
5354

@@ -60,9 +61,6 @@ class CompilerWrapper(Package, NMakePackage):
6061
else:
6162
version("develop", branch="main")
6263

63-
with when("@develop platform=windows"):
64-
patch("rc_updates_33.patch")
65-
6664
def bin_dir(self) -> pathlib.Path:
6765
# This adds an extra "spack" subdir, so that the script and symlinks don't get
6866
# their way to the default view

0 commit comments

Comments
 (0)