summaryrefslogtreecommitdiff
path: root/user/spack
diff options
context:
space:
mode:
Diffstat (limited to 'user/spack')
-rw-r--r--user/spack/APKBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/user/spack/APKBUILD b/user/spack/APKBUILD
index 247f545e4..71f7331c3 100644
--- a/user/spack/APKBUILD
+++ b/user/spack/APKBUILD
@@ -40,12 +40,6 @@ prepare()
check() {
##
- # This is to prevent warnings about "Multiple definitions of compiler"
- # in the event that 'ccache' is present and symlinked at /usr/local.
- #
- export PATH=/usr/sbin:/usr/bin:/sbin:/bin;
-
- ##
# On first run, Spack >=0.17.0 will bootstrap "clingo",
# Spack's new "concretizer". The output from this process
# is not kept, however it demonstrates Spack's functionality.